
.bread h3:last-child{
    display: none;
}
.bread h2:nth-last-child(2) span{
      display: none; 
}
.ctn {
  padding: 80px 0 120px;
  background: #f0f5f8;
  overflow: hidden;
}
.ctn .ctn-wrapper ul {
  display: flex;
  justify-content: center;
}
.ctn .ctn-wrapper ul li {
  cursor: pointer;
  padding: 14px 30px;
  font-weight: 500;
  color: #000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn .ctn-wrapper ul li:hover {
  color: #fff;
  background: var(--blue);
}
.ctn .ctn-wrapper ul li.active {
  color: #fff;
  background: var(--blue);
}
.ctn .ctn-wrapper ul li:not(:last-child) {
  margin-right: 4px;
}
.ctn .ctn-wrapper .layui-form {
  display: none;
}
.ctn .ctn-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn .ctn-list ul li {
  width: 47.5%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  height: 388px;
  margin-top: 60px;
}
.ctn .ctn-list ul li .left {
  width: 38%;
  height: 100%;
  background: url(../img/honor/bg.jpg) no-repeat;
  background-size: cover;
  padding: 20px 0 0 28px;
  position: relative;
}
.ctn .ctn-list ul li .left h2 {
  position: absolute;
  width: 100%;
  padding: 0 28px 28px 28px;
  left: 0;
  bottom: 0;
}
.ctn .ctn-list ul li .right {
  width: 62%;
}
.ctn .ctn-list ul li .right .tu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctn .ctn-list ul li .right .tu img {
  max-width: 80%;
  max-height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .ctn {
    padding: 4vw 0 6vw;
  }
  .ctn .ctn-list ul li {
    margin-top: 3vw;
    height: 360px;
  }
  .ctn .ctn-list ul li .left {
    padding: 20px 0 0 20px;
  }
  .ctn .ctn-list ul li .left h2 {
    padding: 0 20px 20px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .ctn .ctn-list ul li .left .sign img {
    width: 44px;
  }
}
@media screen and (max-width: 768px) {
  .ctn {
    padding: 40px 0;
  }
  .ctn .ctn-wrapper {
    position: relative;
    z-index: 3;
  }
  .ctn .ctn-wrapper ul {
    display: none;
  }
  .ctn .ctn-wrapper .layui-form {
    display: block;
  }
  .ctn .ctn-wrapper .layui-form input {
    width: 100%;
    height: 44px;
    font-size: 14px;
    font-family: "Noto Sans SC", "Microsoft Yahei", "微软雅黑", "Arial";
    padding-left: 14px;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    font-weight: 500;
  }
  .ctn .ctn-wrapper .layui-form .layui-form-select .layui-edge {
    right: 18px;
  }
  .ctn .ctn-wrapper .layui-form dl {
    top: 44px;
  }
  .ctn .ctn-wrapper .layui-form dl dd {
    font-family: "Noto Sans SC", "Microsoft Yahei", "微软雅黑", "Arial";
    font-size: 14px;
    padding: 0 14px;
  }
    .ctn .ctn-wrapper .layui-form dl dd:first-child{
        display: none;
        
    }
  .ctn .ctn-wrapper .layui-form dl dd.layui-this {
    background: var(--blue);
  }
  .ctn .ctn-list ul li {
    width: 100%;
    margin-top: 20px;
    height: 290px;
  }
  .ctn .ctn-list ul li .left {
    padding: 14px 0 0 14px;
    width: 48%;
  }
  .ctn .ctn-list ul li .left .sign img {
    width: 34px;
  }
  .ctn .ctn-list ul li .left h2 {
    padding: 0 14px 14px 14px;
  }
  .ctn .ctn-list ul li .right {
    width: 52%;
  }
}

