/*m*/
.con-banner {
  position: relative;
}
.con-banner .words {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 100px;
}
.con-banner .text {
  color: #eb3d01;
  line-height: 1;
  
}
.con-banner .text .tit-en {
  font-weight: bold;color: #000
}
.con-banner .text .tit-cn {
  margin-top: 0.375rem;
  margin-bottom: 0.875rem;
}
.con-banner .text .line {
  background: #0073cb;
  height: 3px;
  width: 50px;margin-top: 1.5%
}
.tit-48 {
    font-size: 6rem;
}
.tit-36 {
    font-size: 4rem;
}

  .con-banner .text {
    padding-top: 1%;
  }

  .con-banner .text .tit-cn {
    margin-top: 1%;
    margin-bottom: 1%;color: #0073cb
  }/*banner*/
.con-banner .images {
  height: 30rem;
}

.column-swiper {
  line-height: 90px;
  height: 90px;
  text-align: center;
  position: relative;
}


.column-swiper .swiper-button-disabled {
  display: none;
}
.column-swiper .swiper-slide:nth-child(1) .items:before {
  display: none;
}
.column-swiper .items {
  display: block;
  font-size: 16px;
  color: #666666;
  position: relative;
  padding: 0 2%;
}
.column-swiper .items .span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6;
}
.column-swiper .items:hover, .column-swiper .items.active {
  color: #004a9a;
}
.column-swiper .items:hover:after, .column-swiper .items.active:after {
  opacity: 1;
  transition: .5s ease-in-out;
}
.column-swiper .items:after {
  position: absolute;
  width: 100%;
  content: "";
  height: 4px;
  background: #004a9a;
  left: 0;
  bottom: 0;
  transition: .5s ease-in-out;
  opacity: 0;
}
.column-swiper .items:before {
  position: absolute;
  width: 1px;
  content: "";
  height: 15px;
  max-height: 30%;
  background: #cccccc;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/*banner*/

.pcbox{display: block;}.mbox {
    display: none;
}
img.w100 {
    width: 100%;
}

.answer_dl dd .text p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 52; overflow: hidden;}

@media screen and (max-width: 1024px) {
.con-banner .words {
    padding-top: 7rem;
}
}

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

  .con-banner .text {
    padding-top: 2.05rem;
  }
.mbox {
    display: block;
}
.tit-48 {
    font-size: 4rem;
}
.con-banner .text .tit-cn {
    margin-top: 0.15rem;
    margin-bottom: 0.35rem;
}
.pcbox{display: none;}
  .con-banner .text .tit-cn {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  }