.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gd {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.flex {
  display: flex;
  justify-content: space-between;
}
.dn-abo {
  background: #f2f5fa url(../images/dn-abo.jpg) no-repeat center bottom;
  padding: 1.02rem 0 0.5rem;
  box-sizing: border-box;
  overflow: hidden;
}
.dn-abo h3 {
  font-size: 0.42rem;
  color: #ff4e00;
  line-height: 0.45rem;
  font-weight: bold;
  text-align: center;
}
.dn-abo .zm {
  font-family: Arial;
  font-size: 0.14rem;
  color: #666;
  line-height: 0.11rem;
  text-align: center;
  margin: 0.2rem 0 0;
}
.dn-abo .warp {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0.23rem 0.59rem 0 rgba(0, 0, 0, 0.06);
  margin: 0.38rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.55rem 0.33rem 0.5rem 0.57rem;
  box-sizing: border-box;
}
.dn-abo .warp .z1 {
  width: 60%;
}
.dn-abo .warp .z1 .cond {
  display: block;
  font-size: 0.26rem;
  color: #333;
  line-height: 0.3rem;
  margin: 0 0 0 0.32rem;
  position: relative;
}
.dn-abo .warp .z1 .cond::before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.03rem;
  position: absolute;
  background: #ff4e00;
  top: 0.12rem;
  left: -0.32rem;
}
.dn-abo .warp .z1 .text {
  margin: 0.15rem 0 0;
}
.dn-abo .warp .z1 .text p {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.36rem;
  text-indent: 0.24rem;
}
.dn-abo .warp .about {
  width: 4.41rem;
  height: 2.51rem;
  overflow: hidden;
  border-radius: 0.05rem;
}
.dn-abo .warp .about img{
  width: 100%;
  height: 100%;display: block;
  object-fit: cover;
}
.dn-abo .warp .about video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.dn-abo .warp .about video:hover {
  transform: scale(1.1);
}
.dn-number {
  height: auto;
  background: url(../images/dn-number.jpg) no-repeat center bottom;
  padding: 0.89rem 0 1.23rem;
  box-sizing: border-box;
  overflow: hidden;
  background-size: 100%;
}
.dn-number .warp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.dn-number .warp .z1 {
  width: 3.6rem;
  height: 6.1rem;
  border-left: 0.03rem solid #333;
  border-top: 0.03rem solid #333;
  box-sizing: border-box;
  padding: 0.7rem 0 0 0.56rem;
}
.dn-number .warp .z1 li {
  padding: 0 0 0 0.52rem;
  margin: 0 0 0.4rem 0;
  position: relative;
}
.dn-number .warp .z1 li h4 {
  font-size: 0.24rem;
  color: #060001;
  line-height: 0.3rem;
  position: relative;
}
.dn-number .warp .z1 li h4::before {
  content: "";
  display: block;
  width: 0.26rem;
  height: 0.3rem;
  position: absolute;
  top: 0.05rem;
  left: -0.52rem;
}
.dn-number .warp .z1 li p {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.3rem;
  margin: 0.1rem 0 0;
}
.dn-number .warp .z1 li i {
  display: block;
  font-family: Arial;
  font-size: 0.14rem;
  color: #ff4e00;
  line-height: 0.15rem;
  margin: 0.26rem 0 0;
  position: relative;
}
.dn-number .warp .z1 li i::before {
  content: "";
  display: block;
  width: 0.26rem;
  height: 0.01rem;
  position: absolute;
  background: #ff4e00;
  top: 0.07rem;
  left: -0.54rem;
}
.dn-number .warp .z1 li:nth-child(1) h4::before {
  background: url(../images/r1.png) no-repeat top left;
  background-size: 0.26rem auto;
}
.dn-number .warp .z1 li:nth-child(2) h4::before {
  background: url(../images/r2.png) no-repeat top left;
  background-size: 0.26rem auto;
}
.dn-number .warp .z1 li:nth-child(3) h4::before {
  background: url(../images/r3.png) no-repeat top left;
  background-size: 0.26rem auto;
}
.dn-number .warp .z1 li:nth-child(4) h4::before {
  background: url(../images/r4.png) no-repeat top left;
  background-size: 0.26rem auto;
}
.dn-number .warp .y1 {
  width: 68%;
  margin: 0.3rem 0 0;
  position: relative;
  z-index: 50;
}
.dn-number .warp .y1::before {
  content: "";
  display: block;
  width: 1.68rem;
  height: 1.68rem;
  position: absolute;
  border: 0.1rem solid #ff4e00;
  box-sizing: border-box;
  border-radius: 50%;
  top: -0.33rem;
  right: -0.77rem;
  z-index: -1;
}
.dn-number .warp .y1 .top .zm {
  font-family: Arial;
  font-size: 0.14rem;
  color: #585872;
  line-height: 0.15rem;
  text-align: right;
}
.dn-number .warp .y1 .top h3 {
  font-size: 0.56rem;
  color: #000;
  line-height: 0.72rem;
  font-weight: bold;
  text-align: right;
  margin: 0.05rem 0 0;
}
.dn-number .warp .y1 .text {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.3rem;
  text-align: right;
  width: 74%;
  padding: 0.3rem 0 0 25.5%;
}
.dn-number .warp .y1 .num {
  width: 100%;
  height: auto;
  border: 0.01rem solid #f0f0f0;
  margin: 0.6rem 0 0;
  display: flex;
  justify-content: space-between;
}
.dn-number .warp .y1 .num li {
  width: 2.31rem;
  height: 2.5rem;
  border-right: 0.01rem solid #f0f0f0;
  padding: 0.77rem 0 0;
  box-sizing: border-box;
  position: relative;
}
.dn-number .warp .y1 .num li::before {
  content: "";
  display: block;
  width: 0.19rem;
  height: 0.02rem;
  position: absolute;
  background: #ff4e00;
  top: 1.44rem;
  left: 50%;
  transform: translateX(-50%);
}
.dn-number .warp .y1 .num li p {
  height: 0.4rem;
  text-align: center;
}
.dn-number .warp .y1 .num li p i {
  font-family: Arial;
  font-size: 0.5rem;
  font-weight: bold;
  color: #ff4e00;
  line-height: 0.4rem;
  height: 0.4rem;
}
.dn-number .warp .y1 .num li .re {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.2rem;
  text-align: center;
  margin: 0.5rem 0 0;
}
.dn-number .warp .y1 .num li:nth-child(4) {
  border: none;
}
.dn-courss {
  padding: 0.8rem 0 1rem;
  box-sizing: border-box;
  overflow: hidden;
}
.dn-courss .top {
  position: relative;
}
.dn-courss .top::before {
  content: "";
  display: block;
  width: 21px;
  height: 5px;
  position: absolute;
  background: #ff4e00;
  top: 0.46rem;
  left: 50%;
  transform: translateX(-50%);
}
.dn-courss .top h3 {
  font-size: 0.26rem;
  color: #000;
  line-height: 0.26rem;
  text-align: center;
}
.dn-courss .coulist {
  margin: 0.66rem 0 0;
  position: relative;
}
.dn-courss .coulist::before {
  content: "";
  display: block;
  width: 18.68rem;
  height: 1.7rem;
  position: absolute;
  background: url(../images/dn-line.png) no-repeat center top;
  top: 0.54rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
.dn-courss .coulist .swiper-slide {
  background: url(../images/dn-list.png) no-repeat top left;
}
.dn-courss .coulist .swiper-slide .list {
  width: 2.1rem !important;
  height: 4.9rem;
  padding: 0.3rem 0 0;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  /* border-right: 1px dashed #f1e3d6; */
}
.dn-courss .coulist .swiper-slide .list .number {
  font-size: 18px;
  color: #ff4e00;
  line-height: 20px;
  text-align: center;
}
.dn-courss .coulist .swiper-slide .list p {
  width: 1.65rem;
  margin: 1.95rem auto 0;
  font-size: 14px;
  color: #666;
  line-height: 0.32rem;
}
.dn-courss .coulist .swiper-slide-active {
  /* background: url(../images/dn-list2.png) no-repeat top left;4 */
}
.dn-courss .coulist .swiper-pagination {
  margin: 0.25rem 0 0;
  width: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.dn-courss .coulist .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #fff;
  border: 1px solid #ff4e00;
  opacity: 1;
}
.dn-courss .coulist .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff4e00;
}
.dn-courss .coulist .swiper-button-prev {
  width: 0.61rem;
  height: 0.61rem;
  background: url(../images/dn-cou-prev.png) no-repeat center;
  top: 37%;
  left: -1.18rem;
  z-index: 90;
}
.dn-courss .coulist .swiper-button-prev::after {
  display: none;
}
.dn-courss .coulist .swiper-button-next {
  width: 0.61rem;
  height: 0.61rem;
  background: url(../images/dn-cou-next.png) no-repeat center;
  top: 37%;
  right: -1.18rem;
  z-index: 90;
}
.dn-courss .coulist .swiper-button-next::after {
  display: none;
}
.dn-honor {
  height: auto;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 50;
}
.dn-honor .top {
  position: absolute;
  top: 0.56rem;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
}
.dn-honor .top::before {
  content: "";
  display: block;
  width: 21px;
  height: 5px;
  position: absolute;
  background: #ff4e00;
  top: 0.46rem;
  left: 50%;
  transform: translateX(-50%);
}
.dn-honor .top h3 {
  font-size: 0.26rem;
  color: #000;
  line-height: 0.26rem;
  text-align: center;
}
.dn-honor .tu {
  /* max-height: 6.9rem; */
  display: block;
}
.dn-honor .tu img {
  width: 100%;
  height: 100%;
}
.dn-honor .m {
  max-height: 16.23rem;
  display: none;
}
.dn-honor .m img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1300px) {
  .dn-number .warp .y1 {
    width: 60%;
  }
  .dn-honor .top {
    top: 0.32rem;
  }
}
@media (max-width: 1200px) {
  .dn-abo .warp .z1 {
    width: 52%;
  }
  .dn-abo .warp .z1 .text p {
    line-height: 0.27rem;
  }

  .dl-container{
    width: 100%;
    padding: 0 15px;box-sizing: border-box;
  }
}
@media (max-width: 1024px) {
  .dn-abo .warp .z1 {
    width: 47%;
  }
  .dn-abo .warp .z1 .text p {
    line-height: 0.22rem;
  }
  .dn-number .warp .y1 {
    width: 60%;
  }
  .dn-honor .top {
    top: 0.15rem;
  }
}
@media (max-width: 980px) {
  .dn-abo {
    padding: 0.5rem 0;
  }
  .dn-abo .warp {
    padding: 0.4rem 0.15rem 0.3rem 0.15rem;
  }
  .dn-abo .warp .z1 {
    width: 100%;
  }
  .dn-abo .warp .z1 .text p {
    line-height: 0.36rem;
    font-size: 0.14rem;
  }
  .dn-abo .warp .about {
    margin: 0.2rem auto 0;
  }
  .dn-number .warp {
    display: block;
  }
  .dn-number .warp .z1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .dn-number .warp .y1 {
    width: 100%;
  }
  .dn-honor .top {
    position: relative;
    top: 0;
  }
  .dn-honor .tu {
    margin: 0.65rem 0 0;
  }
}
@media (max-width: 640px) {
  .dn-abo h3 {
    line-height: 1.5;
    font-size: 0.34rem;
  }
  .dn-abo .zm {
    line-height: 0.18rem;
  }
  .dn-number {
    padding: 0 0 1.23rem;
  }
  .dn-number .warp .z1 {
    display: block;
    border: none;
    padding: 0.55rem 0 0 0rem;
  }
  .dn-number .warp .z1 li i {
    position: absolute;
    top: 0.15rem;
    right: 0rem;
    margin: 0;
  }
  .dn-number .warp .z1 li:nth-child(2) i {
    right: 0rem;
  }
  .dn-number .warp .z1 li:nth-child(3) i {
    right: 0rem;
  }
  .dn-number .warp .y1 {
    margin: 1rem 0 0;
  }
  .dn-number .warp .y1::before {
    top: -0.1rem;
    right: 0.1rem;
    width: 1rem;
    height: 1rem;
  }
  .dn-number .warp .y1 .top .zm {
    text-align: center;
  }
  .dn-number .warp .y1 .top h3 {
    text-align: center;
  }
  .dn-number .warp .y1 .text {
    margin: 0.25rem auto 0;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .dn-number .warp .y1 .num {
    position: relative;
    width: 100%;
    margin: 0.4rem auto 0;
    flex-wrap: wrap;
  }
  .dn-number .warp .y1 .num::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.01rem;
    position: absolute;
    background: #d6e1f1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .dn-number .warp .y1 .num li {
    flex: 0 0 49%;
    height: 2rem;
    padding: 0.5rem 0 0;
  }
  .dn-number .warp .y1 .num li::before {
    top: 1.15rem;
  }
  .dn-courss {
    padding: 0.5rem 0 0.7rem;
  }
  .dn-courss .coulist .swiper-pagination {
    display: none;
  }
  .dn-courss .coulist .swiper-button-prev {
    left: 28%;
    top: 98%;
  }
  .dn-courss .coulist .swiper-button-next {
    right: 28%;
    top: 98%;
  }
  .dn-honor .m {
    display: block;
    margin: 0.7rem 0 0;
  }
  .dn-honor .tu {
    display: none;
  }

  .footer .dl-container{
    padding: 0;
  }
}
@media (max-width: 580px) {
  .dn-number .warp .y1 .top h3 {
    font-size: 0.28rem;
    line-height: 0.39rem;
  }
}
@media (max-width: 480px) {
  .dn-number .warp .y1 .num li p i {
    font-family: Arial;
    font-size: 0.34rem;
  }
}

.footerBottomBoxLink{
  display: none !important;
}