@charset "utf-8";
.index_banner.index_banner_other {
  width: 100%;
  position: relative;
}
.index_banner.index_banner_other .swiper-container {
  width: 100%;
}
.index_banner.index_banner_other .swiper-container .swiper-slide {
  width: 100%;
  height: 420px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_banner.index_banner_other .swiper-container .swiper-slide img {
  height: 420px;
  width: auto;
}
.index_banner.index_banner_other .banner_nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.index_banner.index_banner_other .banner_nav .safe_width {
  height: 100%;
}
.index_banner.index_banner_other .banner_nav .b_nav_left {
  width: 240px;
  height: 100%;
}
.index_banner.index_banner_other .banner_nav .b_nav_left ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.index_banner.index_banner_other .banner_nav .b_nav_left ul li {
  flex: 1;
}
.index_banner.index_banner_other .banner_nav .b_nav_left ul .nav_li_one {
  padding: 0 24px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(81, 255, 129, 0.6);
  color: #fff;
  font-size: 18px;
}
.index_banner.index_banner_other .banner_nav .b_nav_left ul .b_nav_l {
  padding: 0 24px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
}
.index_banner.index_banner_other .banner_nav .b_nav_left ul .b_nav_l a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 16px;
  width: 100%;
}
.index_banner.index_banner_other .banner_nav .b_nav_left ul .b_nav_l a:hover {
  color: #51FF81;
}
/*金牌服务*/
.gold-service-wrap {
  width: 100%;
  min-width: 1240px;
  height: 540px;
}
.gold-service {
  width: 1240px;
  height: 540px;
  margin: 0 auto;
}
.part-title {
  width: 100%;
  padding: 60px 0 40px;
  font: 26px/26px "微软雅黑";
  color: #000;
}
.service-item-wrap {
  width: 100%;
  height: 385px;
}
.service-item {
  float: left;
  width: 23.5%;
  height: 353px;
  padding: 30px 20px 0;
  border: 1px solid #dde0e4;
  margin-right: 2%;
}
.service-item:nth-child(4n) {
  margin-right: 0;
}
.service-item4 {
  margin-right: 0;
}
.service-item:hover {
  border: 0;
  box-shadow: 0 0 20px 10px rgba(31, 40, 53, 0.1);
}
.service-item-img {
  width: 100%;
  height: auto;
}
.service-item-img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.service-item-title {
  width: 100%;
  font: 18px/18px "微软雅黑";
  color: #1f2835;
  text-align: center;
  padding: 30px 0 14px 0;
}
.service-item-title span {
  display: inline-block;
  cursor: pointer;
}
.service-item-title:hover {
  color: #26a6ff;
}
.service-item-detial {
  width: 100%;
  font: 14px/26px "微软雅黑";
  color: #667386;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.service-item-detial a {
  font-weight: bold;
  color: red;
}
.audit-process-wrap {
  width: 100%;
  min-width: 1240px;
  height: 450px;
  background-color: #ebeaf2;
}
/*审计流程*/
.audit-process-wrap {
  width: 100%;
  min-width: 1240px;
  height: 450px;
  background-color: #ebeaf2;
}
.audit-process {
  width: 1240px;
  height: 450px;
  margin: 0 auto;
}
.process-item-wrap {
  position: relative;
  width: 100%;
  height: 265px;
}
.process-item-wrap .process-item:hover .process-item-hover {
  z-index: 10;
}
.process-line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 1240px;
  height: 50px;
  background: url("../images/sj/audit_process_line_bg.png") center center no-repeat;
}
.process-item1 {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 194px;
  height: 265px;
  border-radius: 4px;
  background: url("../images/sj/audit_process1_bg.png") center center no-repeat;
}
.process-item2 {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 194px;
  height: 265px;
  border-radius: 4px;
  background: url("../images/sj/audit_process2_bg.png") center center no-repeat;
}
.process-item3 {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 194px;
  height: 265px;
  border-radius: 4px;
  background: url("../images/sj/audit_process3_bg.png") center center no-repeat;
}
.process-item4 {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 194px;
  height: 265px;
  border-radius: 4px;
  background: url("../images/sj/audit_process4_bg.png") center center no-repeat;
}
.process-item5 {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 194px;
  height: 265px;
  border-radius: 4px;
  background: url("../images/sj/audit_process5_bg.png") center center no-repeat;
}
.process-item6 {
  position: relative;
  float: left;
  width: 194px;
  height: 265px;
  border-radius: 4px;
  background: url("../images/sj/audit_process6_bg.png") center center no-repeat;
}
.process-item-hover {
  position: absolute;
  z-index: -9;
  width: 194px;
  height: 265px;
  border-radius: 4px;
  background-color: #fff;
}
.process-item-cover {
  position: absolute;
  z-index: 99;
  width: 194px;
  height: 265px;
  border-radius: 4px;
  cursor: pointer;
}
.process-item-title {
  width: 100%;
  padding: 36px 0 14px 0;
  font: 18px/18px "微软雅黑";
  color: #000;
  letter-spacing: 0.1em;
  text-align: center;
}
.process-item-title1 {
  width: 100%;
  padding-top: 36px;
  font: 18px/18px "微软雅黑";
  color: #000;
  letter-spacing: 0.1em;
  text-align: center;
}
.process-item-title2 {
  width: 100%;
  padding: 10px 0 14px 0;
  font: 18px/18px "微软雅黑";
  color: #000;
  letter-spacing: 0.1em;
  text-align: center;
}
.process-item-detail {
  padding: 0 22px;
  font: 14px/26px "微软雅黑";
  color: #667386;
}
/*资深专家*/
.expert-wrap {
  width: 100%;
  min-width: 1240px;
  height: 455px;
}
.expert {
  width: 1240px;
  height: 455px;
  margin: 0 auto;
}
.carousel-contain {
  position: relative;
  width: 100%;
  height: 271px;
}
.carousel-main-wrap {
  position: absolute;
  z-index: -9;
  width: 1162px;
  height: 231px;
  padding: 40px 39px 0;
}
.carousel-main {
  position: absolute;
  top: 0;
  right: -40px;
  width: 1132px;
  height: 241px;
  background-color: #f6f7f9;
}
.expert-img {
  float: left;
  margin-right: 40px;
}
.expert-name {
  font: bold 24px/24px "微软雅黑";
  color: #333;
  padding: 40px 0 11px;
}
.expert-description {
  font: 16px/16px "微软雅黑";
  color: #827c7c;
  padding: 5px 0;
}
.carousel-background {
  width: 461px;
  height: 231px;
  background-color: #26a6ff;
  box-shadow: 0 0 60px 20px rgba(31, 40, 53, 0.1);
}
.carousel-narrow-left {
  position: absolute;
  left: 20px;
  top: 102px;
  z-index: 99;
  width: 38px;
  height: 38px;
  background-image: url("/template/1/huisuanzhang/_files/images/audit_imgs/carousel_narrow_left1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e3ecf2;
  cursor: pointer;
}
.carousel-narrow-right {
  position: absolute;
  right: 20px;
  top: 102px;
  z-index: 99;
  width: 38px;
  height: 38px;
  background-image: url("/template/1/huisuanzhang/_files/images/audit_imgs/carousel_narrow_right1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e3ecf2;
  cursor: pointer;
}
.carousel-active {
  z-index: 9;
}
.case-wrap {
  width: 100%;
  min-width: 1249px;
  padding-bottom: 30px;
  background-color: #f1f4f8;
}
.case {
  width: 1240px;
  margin: 0 auto;
}
.case-contain {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.case_item {
  display: inline-block;
  width: 224px;
  height: auto;
  margin: 0 0 20px 30px;
}
.case_item img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.case_item img:hover {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.05);
  transition: all 0.4s ease-in-out 0.1s;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.03);
}
.case_item:nth-child(5n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1366px) {
  .index_banner.index_banner_other .swiper-container .swiper-slide {
    width: 100%;
    height: unset;
    overflow: unset;
    display: inline-block;
  }
  .index_banner.index_banner_other .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  /*金牌服务*/
  .gold-service-wrap {
    min-width: unset;
    height: 480px;
    padding: 0 20px;
  }
  .gold-service {
    width: 100%;
    height: 480px;
    margin: 0 auto;
  }
  .part-title {
    width: 100%;
    padding: 45px 0 20px;
    font: 24px/24px "微软雅黑";
  }
  .service-item-wrap {
    height: 355px;
  }
  .service-item {
    height: 323px;
    padding: 15px 15px 0;
  }
  .service-item-title {
    font: 16px/16px "微软雅黑";
    padding: 25px 0 12px 0;
  }
  .service-item-detial {
    font: 13px/24px "微软雅黑";
    -webkit-line-clamp: 4;
  }
  .audit-process-wrap {
    width: 100%;
    min-width: unset;
    height: 420px;
    background-color: #ebeaf2;
  }
  /*审计流程*/
  .audit-process-wrap {
    min-width: unset;
    padding: 0 20px;
  }
  .audit-process {
    width: unset;
    height: 400px;
    margin: 0 auto;
  }
  .process-item-wrap {
    height: 215px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .process-line {
    width: 100%;
    height: 40px;
    background: url("../images/sj/audit_process_line_bg.png") center center no-repeat;
    background-size: 100% auto;
  }
  .process-item1 {
    margin-right: 0;
    width: 158px;
    height: 216px;
    background: url("../images/sj/audit_process1_bg.png") center center no-repeat;
    background-size: 100% 100%;
  }
  .process-item2 {
    margin-right: 0;
    width: 158px;
    height: 216px;
    background: url("../images/sj/audit_process2_bg.png") center center no-repeat;
    background-size: 100% 100%;
  }
  .process-item3 {
    margin-right: 0;
    width: 158px;
    height: 216px;
    background: url("../images/sj/audit_process3_bg.png") center center no-repeat;
    background-size: 100% 100%;
  }
  .process-item4 {
    margin-right: 0;
    width: 158px;
    height: 216px;
    background: url("../images/sj/audit_process4_bg.png") center center no-repeat;
    background-size: 100% 100%;
  }
  .process-item5 {
    margin-right: 0;
    width: 158px;
    height: 216px;
    background: url("../images/sj/audit_process5_bg.png") center center no-repeat;
    background-size: 100% 100%;
  }
  .process-item6 {
    margin-right: 0;
    width: 158px;
    height: 216px;
    background: url("../images/sj/audit_process6_bg.png") center center no-repeat;
    background-size: 100% 100%;
  }
  .process-item-hover {
    width: 158px;
    height: 216px;
  }
  .process-item-cover {
    width: 158px;
    height: 216px;
  }
  .process-item-title {
    padding: 30px 0 12px 0;
    font: 16px/16px "微软雅黑";
  }
  .process-item-title1 {
    padding-top: 16px;
    font: 16px/16px "微软雅黑";
  }
  .process-item-title2 {
    padding: 10px 0 12px 0;
    font: 16px/16px "微软雅黑";
  }
  .process-item-detail {
    padding: 0 12px;
    font: 14px/26px "微软雅黑";
  }
  /*资深专家*/
  .expert-wrap {
    min-width: 100%;
    height: 435px;
    padding: 0 20px;
  }
  .expert {
    width: 100%;
    height: 435px;
  }
  .carousel-contain {
    height: 271px;
  }
  .carousel-main-wrap {
    width: 94%;
    height: 231px;
    padding: 30px 10px 0;
  }
  .carousel-main {
    right: -42px;
    width: 96%;
    height: 241px;
    padding-right: 20px;
  }
  .expert-img {
    float: left;
    margin-right: 30px;
  }
  .expert-name {
    font: bold 22px/22px "微软雅黑";
    padding: 35px 0 11px;
  }
  .expert-description {
    font: 15px/18px "微软雅黑";
  }
  .carousel-background {
    width: 400px;
    height: 240px;
  }
  .carousel-narrow-left {
    left: 20px;
  }
  .carousel-narrow-right {
    right: 0px;
  }
  .case-wrap {
    padding: 0 20px 30px 20px;
    min-width: 100%;
    height: unset;
  }
  .case {
    height: unset;
    width: 100%;
  }
  .case-contain {
    width: 100%;
    height: unset;
  }
  .case_item {
    display: inline-block;
    width: 18.4%;
    height: unset;
    margin: 0 0 20px 2%;
  }
}
@media screen and (max-width: 768px) {
  .index_banner.index_banner_other {
    width: 100%;
    position: relative;
  }
  .index_banner.index_banner_other .swiper-container {
    width: 100%;
  }
  .index_banner.index_banner_other .swiper-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .index_banner.index_banner_other .swiper-container .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .index_banner.index_banner_other .banner_nav {
    display: none;
  }
  .service {
    width: 100%;
    padding: 0 0.6rem;
  }
  .ser-title {
    font-size: 0.85rem;
    line-height: 0.9rem;
    font-family: "苹方";
    color: #282b30;
    text-align: center;
    margin: 1.1rem 0 0.2rem 0;
  }
  .ser-sub-title {
    font-size: 0.55rem;
    line-height: 0.7rem;
    font-family: "苹方";
    color: #bfcce2;
    text-align: center;
    margin-bottom: 1.1rem;
  }
  .service ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .service ul li {
    width: 48%;
    height: 5.6rem;
    margin-bottom: 0.7rem;
  }
  .service ul li.l1 {
    background: url(../images/sj/service1.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .service ul li.l2 {
    background: url(../images/sj/service2.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .service ul li.l3 {
    background: url(../images/sj/service3.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .service ul li.l4 {
    background: url(../images/sj/service4.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .service ul li p {
    font-size: 0.55rem;
    font-family: "苹方";
    color: #4557a5;
  }
  .service ul li.l2 .con {
    color: #1b8697;
  }
  .service ul li.l3 .con {
    color: #b66d2e;
  }
  .service ul li.l4 .con {
    color: #c2513e;
  }
  .service ul li .title {
    font-size: 0.65rem;
    font-family: "微软雅黑";
    color: #fff;
    padding: 0.4rem 0 0.45rem 0.55rem;
  }
  .service ul li.l3 .title,
  .service ul li.l4 .title {
    padding: 0.4rem 0 0.65rem 0.55rem;
  }
  .service ul li .con {
    width: 100%;
    padding: 0 0.6rem;
    line-height: 0.75rem;
    text-align: justify;
  }
  .ser-btn {
    display: block;
    width: 100%;
    height: 1.9rem;
    background: -webkit-linear-gradient(left, #275df5, #63a3f4);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #275df5, #63a3f4);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #275df5, #63a3f4);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #275df5, #63a3f4);
    /* 标准的语法 */
    border-radius: 0.13333333rem;
    line-height: 1.9rem;
    text-align: center;
    border: none;
    outline: none;
    font-size: 0.75rem;
    font-family: "苹方";
    color: #fff;
    margin: 0.8rem auto 1.2rem auto;
  }
  .process {
    width: 100%;
    background: #fff;
    border-top: 0.6rem solid #e4ebff;
  }
  .pro-title {
    font-size: 0.85rem;
    font-family: "苹方";
    color: #282b30;
    text-align: center;
    margin: 1.1rem 0 0.2rem 0;
  }
  .pro-sub-title {
    font-size: 0.55rem;
    font-family: "苹方";
    color: #bfcce2;
    text-align: center;
    margin-bottom: 1.1rem;
  }
  .pro-con {
    width: 100%;
    height: 13.6rem;
    background: url(../images/sj/process-con.jpg) no-repeat center center;
    background-size: 100% 100%;
    margin: 0.6rem 0 1.4rem;
    position: relative;
  }
  #notice-tit li:nth-child(1) {
    width: 4.15rem;
    height: 4.15rem;
    background: url(../images/sj/1.png) no-repeat center center;
    background-size: 4.15rem 4.15rem;
    position: absolute;
    right: 3.4rem;
    top: 0.4rem;
  }
  #notice-tit li:nth-child(6) {
    width: 4.15rem;
    height: 4.15rem;
    background: url(../images/sj/6.png) no-repeat center center;
    background-size: 4.15rem 4.15rem;
    position: absolute;
    left: 3.4rem;
    top: 0.4rem;
  }
  #notice-tit li:nth-child(2) {
    width: 4.15rem;
    height: 4.15rem;
    background: url(../images/sj/2.png) no-repeat center center;
    background-size: 4.15rem 4.15rem;
    position: absolute;
    right: 0.9rem;
    top: 4.85rem;
  }
  #notice-tit li:nth-child(5) {
    width: 4.15rem;
    height: 4.15rem;
    background: url(../images/sj/5.png) no-repeat center center;
    background-size: 4.15rem 4.15rem;
    position: absolute;
    left: 0.9rem;
    top: 4.85rem;
  }
  #notice-tit li:nth-child(3) {
    width: 4.15rem;
    height: 4.15rem;
    background: url(../images/sj/3.png) no-repeat center center;
    background-size: 4.15rem 4.15rem;
    position: absolute;
    right: 3.4rem;
    top: 9.15rem;
  }
  #notice-tit li:nth-child(4) {
    width: 4.15rem;
    height: 4.15rem;
    background: url(../images/sj/4.png) no-repeat center center;
    background-size: 4.15rem 4.15rem;
    position: absolute;
    left: 3.4rem;
    top: 9.15rem;
  }
  #notice-tit li.select0 {
    background: url(../images/sj/1-1.png) no-repeat center center;
    background-size: 4.15rem 4.15rem;
  }
  #notice-tit li.select1 {
    background: url(../images/sj/2-2.png) no-repeat center center;
    background-size: 4.15rem 4.15rem;
  }
  #notice-tit li.select2 {
    background: url(../images/sj/3-3.png) no-repeat center center;
    background-size: 4.15rem 4.15rem;
  }
  #notice-tit li.select3 {
    background: url(../images/sj/4-4.png) no-repeat center center;
    background-size: 4.15rem 4.15rem;
  }
  #notice-tit li.select4 {
    background: url(../images/sj/5-5.png) no-repeat center center;
    background-size: 4.15rem 4.15rem;
  }
  #notice-tit li.select5 {
    background: url(../images/sj/6-6.png) no-repeat center center;
    background-size: 4.15rem 4.15rem;
  }
  .mod {
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 4.45rem;
    left: 50%;
    margin-left: -3rem;
  }
  .mod-tit {
    font-size: 0.7rem;
    font-family: "微软雅黑";
    color: #282b30;
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .mod-con {
    font-size: 0.55rem;
    font-family: "苹方";
    color: #70757d;
    margin-bottom: 0.25rem;
    line-height: 0.7rem;
    text-align: justify;
  }
  .consult {
    width: 100%;
    background: #e4ebff;
    padding-bottom: 1.25rem;
  }
  .con-title {
    font-size: 0.85rem;
    font-family: "苹方";
    color: #282b30;
    text-align: center;
    padding: 1.1rem 0 0.2rem 0;
  }
  .con-sub-title {
    font-size: 0.55rem;
    font-family: "苹方";
    color: #bfcce2;
    text-align: center;
    margin-bottom: 1rem;
  }
  .consult .middle {
    width: 10.7rem;
    height: 12.35rem;
    margin: 0 0.4rem;
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .consult .middle img {
    display: block;
    width: 10.7rem;
    height: 6.25rem;
    margin-bottom: 0.3rem;
  }
  .introduce {
    height: 1rem;
  }
  .consult .middle .call {
    font-size: 0.7rem;
    font-family: "微软雅黑";
    color: #282b30;
    margin: 0 0.3rem 0 0.6rem;
    line-height: 0.85rem;
  }
  .consult .middle .post1 {
    font-size: 0.5rem;
    font-family: "苹方";
    color: #edb863;
    padding: 0 0.1rem;
    max-width: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    border: 0.025rem solid #edb863;
    border-radius: 0.45rem;
    box-sizing: border-box;
    margin-right: 0.15rem;
  }
  .consult .middle .post2 {
    font-size: 0.26666667rem;
    font-family: "苹方";
    color: #edb863;
    padding: 0 0.1rem;
    max-width: 3.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.25rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    border: 0.025rem solid #edb863;
    border-radius: 0.45rem;
    box-sizing: border-box;
  }
  .consult .middle .des {
    width: 100%;
    padding: 0 0.6rem;
    font-size: 0.5rem;
    font-family: "苹方";
    color: #70757d;
    line-height: 0.7rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .con-btn {
    display: block;
    width: 14.75rem;
    height: 1.9rem;
    background: -webkit-linear-gradient(left, #275df5, #63a3f4);
    background: -o-linear-gradient(right, #275df5, #63a3f4);
    background: -moz-linear-gradient(right, #275df5, #63a3f4);
    background: linear-gradient(to right, #275df5, #63a3f4);
    border-radius: 0.13333333rem;
    line-height: 1.9rem;
    text-align: center;
    border: none;
    outline: none;
    font-size: 0.75rem;
    font-family: "苹方";
    color: #fff;
    margin: 1rem auto 0 auto;
  }
  .box {
    width: 100%;
    height: 12.35rem;
    overflow: hidden;
    position: relative;
    /* touch-action: none; */
  }
  .box-list ul li {
    position: absolute;
  }
  .box-list ul .no0 {
    left: -33.8rem;
  }
  .box-list ul .no1 {
    left: -22.2rem;
  }
  .box-list ul .no2 {
    left: -8.6rem;
  }
  .box-list ul .no3 {
    left: 3rem;
  }
  .box-list ul .no4 {
    left: 14.6rem;
  }
  .box-list ul .no5 {
    left: 26.2rem;
  }
  .box-list ul .no6 {
    left: 37.8rem;
  }
  #no-wrap {
    height: 7.64rem;
  }
  .denghou {
    display: none;
  }
}
