


.home-0 {
  position: relative;
  padding-top: 1rem;
}
.home-0 .swiper {
  position: relative;
  height: calc(100% - 1rem);
  height: 100%;
}
.home-0 .swiper-container {
  height: 100%;
}
.home-0 .sw {
  position: relative;
  overflow: hidden;
}
.home-0 .img {
  display: block;
  position: relative;
  height: 100%;
}
.home-0 .swiper-slide-active .te {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s 0.5s, transform 0.5s;
}
.home-0 .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
.home-0 .te {
  position: relative;
  opacity: 0;
  transform: translateY(10px);
}
.home-0 .t1 {
  font-weight: bold;
}
.home-0 .dlist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.home-0 .di {
  width: 2rem;
  margin-right: 0.2rem;
}
.home-0 .di .img1 {
  position: relative;
  padding-top: 60%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.home-0 .di .dt {
  line-height: 1.5;
  text-align: center;
}
.home-0 .timg {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.home-0 .timg img {
  width: 6.77rem;
  max-width: 60vw;
}
.home-0 .mouse {
  position: relative;
  transition: all 0.3s;
}
.home-0 .mouse:hover {
  transform: translateY(-8px);
  transition: all 0.3s;
}
.home-0 .mouse::before {
  content: "";
  width: 0.36rem;
  height: 0.31rem;
  position: absolute;
  right: calc(100% + 4px);
  bottom: 50%;
  background-image: url(/static/home/images/icon-13.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.home-0 .mouse img {
  width: 0.24rem;
}
.home-0 .swiper-pagination {
  position: absolute;
  bottom: 0.3rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-0 .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.04rem;
  opacity: 1;
  margin: 0 0.05rem;
  border-radius: 0%;
  transition: all 0.3s;
  background-color: transparent;
  position: relative;
  background-color: white;
}
.home-0 .swiper-pagination-bullet-active {
  background-color: #007bff;
}
.home-0 .sbtn {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-size: 11.4285714286% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.home-0 .sbtn::after {
  display: none;
}
.home-0 .sbtn:hover {
  background-color: #007bff;
}
.home-0 .prev {
  left: 0.5rem;
  background-image: url(/static/home/images/icon-p11.png);
}
.home-0 .prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.home-0 .next {
  right: 0.5rem;
  background-image: url(/static/home/images/icon-p21.png);
}
.home-0 .next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
@media screen and (max-width: 900px) {
  .home-0 .img {
    padding-top: 43.75%;
    padding-top: 60%;
  }
}
@media (max-width: 500px) {
  .home-0 .te .d2 {
    display: none;
  }
  .home-0 .h0_bot {
    pointer-events: none;
    opacity: 0;
  }
}
@media (min-width: 901px) {
  .ho-item {
    height: 100%;
  }
}

.home-1 {
  background-color: #f2f2f2;
  padding-top: 1.8rem;
  padding-bottom: 0.2rem;
  box-shadow: 0 1px 0 0 #ccc;
  overflow: hidden;
}
.home-1 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.home-1 .le {
  width: 26.7857142857%;
}
.home-1 .ri {
  width: 23.8095238095%;
}
.home-1 .cent {
  width: 40.4761904762%;
}
.home-1 .map {
  position: relative;
  padding-top: 100%;
}
.home-1 .txt {
  line-height: 2;
  margin-top: 0.4rem;
  color: #666;
  max-height: 12em;
  overflow-y: auto;
}
.home-1 .d11 {
  margin-top: 0.38rem;
}
.home-1 .d11 img {
  width: 0.3rem;
}
.home-1 .d12 {
  line-height: 1.7;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 0.16rem;
}
.home-1 .d13 {
  margin-top: 0.58rem;
}
.home-1 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.17rem 0.42rem;
  background-color: #007bff;
  color: #fff;
  border-radius: 1rem;
  transition: transform 0.3s;
}
.home-1 .aa:hover {
  transform: translateY(-5px);
}
.home-1 .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(/static/home/images/icon-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.home-1 .list .li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 0.48rem;
}
.home-1 .list .li:last-child {
  margin-bottom: 0;
}
.home-1 .list .n1 {
  font-weight: 600;
  line-height: 1;
}
.home-1 .list .n2 {
  color: #999;
}
@media (max-width: 900px) {
  .home-1 {
    padding-top: 0.5rem;
  }
  .home-1 .box {
    flex-wrap: wrap;
  }
  .home-1 .cent {
    width: 60%;
    order: 1;
    margin: 0 auto;
  }
  .home-1 .le {
    width: 100%;
    order: 2;
  }
  .home-1 .ri {
    width: 100%;
    order: 3;
    margin-top: 0.8rem;
  }
  .home-1 .d13 {
    margin-top: 0.2rem;
  }
}
.c-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.home-2 {
  padding-top: 1rem;
  background-color: #f2f2f2;
  overflow: hidden;
}
.home-2 .box {
  position: relative;
  height: 100%;
}
.home-2 .img {
  padding-top: 72%;
  overflow: hidden;
}
.home-2 .text {
  width: 100%;
  padding: 0.35rem 0.2rem;
  text-align: center;
}
.home-2 .h3 {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home-2 .desc{
  margin-top: 1em;
}
.home-2 .box2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 8rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-2 .yuan {
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background-image: url(/static/home/images/ho2_0.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.home-2 .btns {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.2rem;
  border-radius: 50%;
  background-color: rgba(0, 123, 255, 0.5);
}
.home-2 .btns .btox {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007bff;
}
.home-2 .btns .btn {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55% auto;
  cursor: pointer;
}
.home-2 .btns .prev {
  background-image: url(/static/home/images/icon-11.png);
}
.home-2 .btns .next {
  background-image: url(/static/home/images/icon-12.png);
}
.home-2 .btns .line {
  width: 1px;
  height: 1em;
  background-color: #fff;
  opacity: 0.2;
  margin: 0 0.2rem;
}
.home-2 .swiper1 {
  width: 3rem;
  position: absolute;
  left: 81%;
  top: 0;
  height: 100%;
}
.home-2 .swiper1 .swiper-container {
  height: 100%;
  overflow: visible;
}
.home-2 .swiper1 .cy {
  display: inline-flex;
  align-items: center;
  color: #666;
  position: absolute;
  cursor: pointer;
}
.home-2 .swiper1 .cy.on {
  color: #333;
}
.home-2 .swiper1 .cy.on .simg {
  opacity: 1;
}
.home-2 .swiper1 .cy.on .ste {
  left: calc(100% + 0.5rem);
}
.home-2 .swiper1 .cy:nth-child(1) {
  top: 0.66rem;
}
.home-2 .swiper1 .cy:nth-child(2) {
  top: 1.78rem;
  left: 0.85rem;
}
.home-2 .swiper1 .cy:nth-child(3) {
  top: 2.9rem;
  left: 1.17rem;
}
.home-2 .swiper1 .cy:nth-child(4) {
  top: 4rem;
  left: 1.05rem;
}
.home-2 .swiper1 .cy:nth-child(5) {
  top: 5.1rem;
  left: 0.5rem;
}
.home-2 .swiper1 .sy {
  position: relative;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 1px inset #ccc;
}
.home-2 .swiper1 .simg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #007bff;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  opacity: 0;
}
.home-2 .swiper1 .ste {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.2rem);
  transform: translateY(-50%);
  /* white-space: nowrap; */
  width: 2rem;
}
.home-2 .box1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0.95rem;
}
.home-2 .swiper2 {
  width: 28.5714285714%;
}
.home-2 .swiper2 .sw2 {
  text-align: center;
}
.home-2 .swiper2 .d2 {
  line-height: 1.75;
  margin-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.home-2 .swiper2 .d3 {
  margin-top: 0.56rem;
}
.home-2 .swiper2 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.17rem 0.42rem;
  background-color: #007bff;
  color: #fff;
  border-radius: 1rem;
  transition: transform 0.3s;
}
.home-2 .swiper2 .aa:hover {
  transform: translateY(-5px);
}
.home-2 .swiper2 .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(/static/home/images/icon-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.home-2 .swiper2 .img2 {
  margin-top: 0.5rem;
  position: relative;
  padding-top: 68.75%;
}
.home-2 .swiper2 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-2 .ho-tit {
  position: relative;
  top: 0;
  left: 0;
  z-index: 30;
  color: #fff;
  width: 6rem;
  max-width: 100%;
}
.home-2 .ho-tit .ht2 {
  color: #fff;
}
.home-2 .mblist {
  display: none;
  margin: 0.3rem 0;
}
.home-2 .mblist .mi {
  width: 20%;
  display: inline-block;
  text-align: center;
  margin: 0.1rem 0;
  cursor: pointer;
  font-weight: 600;
}
.home-2 .mblist .mi.on {
  color: #007bff;
}
@media screen and (max-width: 900px) {
  .home-2 {
    padding: 0.5rem 0;
  }
  .home-2 .box2 {
    position: absolute;
    left: -200vw;
  }
  .home-2 .box1 {
    flex-wrap: wrap;
  }
  .home-2 .ho-tit {
    width: 100%;
  }
  .home-2 .com-tt {
    color: #333;
    text-align: center;
  }
  .home-2 .swiper2 {
    width: 100%;
  }
  .home-2 .mblist {
    width: 100%;
    display: block;
  }
}

.home-3 {
  padding-top: 2.2rem;
  padding-bottom: 0.85rem;
  overflow: hidden;
}
.home-3 .com-tt {
  color: #fff;
}
.home-3 .ht2 {
  color: #fff;
}
.home-3 .swiper {
  margin-top: 0.65rem;
  position: relative;
}
.home-3 .sw {
  border-radius: 1.4rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-top: 1.6rem;
  transition: background-color 0.3s;
}
.home-3 .sw:hover {
  background-color: #007bff;
}
.home-3 .sw:hover .img {
  opacity: 0.2;
}
.home-3 .sw:hover .top {
  opacity: 1;
}
.home-3 .sw:hover .hd {
  opacity: 1;
}
.home-3 .sw:hover .bd {
  opacity: 0;
}
.home-3 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.home-3 .img .ii {
  width: 100%;
}
.home-3 .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.6rem;
  text-align: center;
  padding-top: 0.4rem;
  z-index: 5;
  opacity: 0;
}
.home-3 .top .ic1 {
  height: 0.51rem;
  filter: brightness(0) invert(1);
}
.home-3 .top .tt {
  color: #fff;
  margin-top: 0.14rem;
}
.home-3 .bot {
  width: 100%;
  height: 3.2rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.7rem 0.7rem 0 0;
  position: relative;
  z-index: 5;
}
.home-3 .hd {
  position: relative;
  padding: 0.6rem 0.3rem 0;
  opacity: 0;
}
.home-3 .txt {
  text-align: center;
  line-height: 1.6875;
  height: 1.8rem;
  overflow-y: auto;
}
.home-3 .txt::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.home-3 .txt::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ffa500;
}
.home-3 .txt::-webkit-scrollbar-track {
  background: #ededed;
}
.home-3 .bd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding-top: 0.6rem;
  pointer-events: none;
}
.home-3 .bd .ic2 {
  height: 0.51rem;
}
.home-3 .bd .bt1 {
  margin-top: 0.28rem;
  min-height: 2.4em;
}
.home-3 .bd .bt2 {
  margin-top: 0.4rem;
  text-align: center;
}
.home-3 .bd .bt21 {
  display: inline-block;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background-color: #ffa500;
  background-image: url(/static/home/images/icon-10.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38.2352941176% auto;
}
.home-3 .sbtn {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  bottom: 1.3rem;
  background-repeat: no-repeat;
  background-size: 26.6666666667% auto;
  background-position: center;
  box-shadow: 0 0 0 1px #fff inset;
  border-radius: 50%;
  cursor: pointer;
  z-index: 30;
}
.home-3 .sbtn:hover {
  background-color: #007bff;
  box-shadow: none;
}
.home-3 .prev {
  right: calc(100% + 0.2rem);
  background-image: url(/static/home/images/icon-p12.png);
}
.home-3 .next {
  left: calc(100% + 0.2rem);
  background-image: url(/static/home/images/icon-p22.png);
}
@media (max-width: 900px) {
  .home-3 .sw {
    background-color: #007bff;
  }
  .home-3 .sw .img {
    opacity: 0.2;
  }
  .home-3 .sw .top {
    opacity: 1;
  }
  .home-3 .sw .hd {
    opacity: 1;
  }
  .home-3 .sw .bd {
    opacity: 0;
  }
  .home-3 .prev {
    left: 0;
  }
  .home-3 .next {
    right: 0;
    left: auto;
  }
}

.md-home-6 {
    padding-top: 1.2rem;
    padding-bottom: .6rem;
    overflow: hidden
}

.md-home-6 .desc {
    color: #666;
    margin-top: .2rem
}

.md-home-6 .swiper {
    margin-top: .5rem;
    background-color: #efefef
}

.md-home-6 .sw {
    display: flex;
    flex-direction: column
}

.md-home-6 .sw:hover .img img {
    transform: scale(1.05)
}

.md-home-6 .sw:nth-child(2n-1) {
    flex-direction: column-reverse
}

.md-home-6 .imgs {
    height: 2.8rem;
    position: relative;
    overflow: hidden
}

.md-home-6 .text {
    padding: .3rem .3rem;
    height: 2.8rem
}

.md-home-6 .t11 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.md-home-6 .t12 {
    color: #666;
    line-height: 1.5;
    margin-top: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.md-home-6 .t13 {
    color: #007bff;
    margin-top: .2rem;
    font-weight: 700
}
.ho-tit {
  position: relative;
}
.ho-tit.cent .ht2 {
  left: 50%;
  transform: translate(-50%, -50%);
}
.ho-tit .ht1 {
  font-weight: 300;
  color: #007bff;
}
.ho-tit .ht2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #007bff;
  opacity: 0.08;
  font-weight: bold;
  font-size: 1.5em;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.com-tt {
  font-weight: 600;
  position: relative;
}
.com-tt.cent {
  text-align: center;
}

.home-4 {
  padding-top: 1.74rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
}
.home-4::before {
  content: "";
  width: 13rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f2f2f2;
}
.home-4 .swiper1 {
  margin-top: 0.58rem;
}
.home-4 .swiper1 .swiper-container {
  overflow: visible;
}
.home-4 .sw1 {
  width: 9.8rem;
  max-width: 100%;
  opacity: 0.3;
}
.home-4 .sw1.swiper-slide-active {
  opacity: 1;
}
.home-4 .sw1 .wbox {
  width: calc(100% - 1.2rem);
  min-height: 4rem;
  height: 100%;
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.3rem rgba(0, 123, 255, 0.15);
  padding: 0.75rem 0.6rem 0.5rem;
}
.home-4 .score {
  display: flex;
}
.home-4 .si {
  width: 0.23rem;
  height: 0.23rem;
  background-image: url(/static/home/images/icon-7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
}
.home-4 .text {
  width: 4.2rem;
}
.home-4 .txt {
  line-height: 1.7777777778;
  margin-top: 0.36rem;
}
.home-4 .bots {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
}
.home-4 .bots .ic {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.15rem;
}
.home-4 .imgs {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 100%;
}
.home-4 .imgs .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-4 .swiper2 {
  width: 10rem;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 0.48rem;
  position: relative;
}
.home-4 .swiper2 .swiper-container {
  padding: 0.1rem 0;
}
.home-4 .sw2 {
  width: 1.1rem;
  padding: 0.1rem;
  transform: scale(0.63);
  box-shadow: 0 0 0 1px inset #ccc;
  border-radius: 50%;
  opacity: 0.6;
}
.home-4 .sw2 .yy {
  opacity: 0;
}
.home-4 .sw2.swiper-slide-active {
  box-shadow: none;
  transform: scale(1);
  opacity: 1;
}
.home-4 .sw2.swiper-slide-active .yy {
  opacity: 1;
}
.home-4 .sw2.swiper-slide-active .img2 {
  transform: scale(1);
}
.home-4 .sw2 .img2 {
  position: relative;
  padding-top: 100%;
  transform: scale(0.8);
}
.home-4 .sw2 .yy {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.home-4 .sbtn {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 32% auto;
  background-position: center;
  cursor: pointer;
}
.home-4 .prev {
  right: 100%;
  background-image: url(/static/home/images/icon-p11.png);
}
.home-4 .prev:hover {
  background-image: url(/static/home/images/icon-p13.png);
}
.home-4 .next {
  left: 100%;
  background-image: url(/static/home/images/icon-p21.png);
}
.home-4 .next:hover {
  background-image: url(/static/home/images/icon-p23.png);
}
@media (max-width: 900px) {
  .home-4 {
    padding: 0.8rem 0;
  }
  .home-4 .box {
    flex-wrap: wrap;
  }
  .home-4 .swipers {
    width: 100%;
    margin-top: 0.3rem;
  }
  .home-4 .sw1 .wbox {
    height: 100%;
    padding: 0.3rem;
  }
}

.c-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.md-home-7 {
    padding-top: 1.18rem;
    padding-bottom: .6rem;
    overflow: hidden
}

.md-home-7 .swiper {
    margin-top: .9rem
}

.md-home-7 .top {
    padding: 0 18.4210526316%;
    height: 3.2rem;
    display: flex;
    align-items: center
}

.md-home-7 .img {
    width: 100%;
    padding: .15rem
}

.md-home-7 .ii {
    width: 100%
}

.md-home-7 .mask {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%
}

.md-home-7 .bot {
    text-align: center;
    padding-top: .42rem;
    min-height: 1.6rem
}

.md-home-7 .h3 {
    color: #000;
    line-height: 1.75
}

.md-home-7 .sbtn {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #bbb;
    background-size: 16% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    cursor: pointer
}

.md-home-7 .sbtn:hover {
    background-color: #007bff
}

.md-home-7 .prev {
    right: calc(100% + .4rem);
    background-image: url(/static/home/images/icon-p12.png)
}

.md-home-7 .next {
    left: calc(100% + .4rem);
    background-image: url(/static/home/images/icon-p22.png)
}

@media screen and (max-width: 900px) {
    .md-home-7 .prev {
        left:0
    }

    .md-home-7 .next {
        right: 0;
        left: auto
    }
}

.home-5 {
  padding-top: 1.9rem;
  padding-bottom: 0.96rem;
  background-image: url(/static/home/images/ho5_bg.jpg);
}
.home-5 .tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-5 .more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.16rem 0.42rem;
  box-shadow: 0 0 0 1px #007bff inset;
  color: #007bff;
  border-radius: 1rem;
  transition: all 0.3s;
}
.home-5 .more:hover {
  background-color: #007bff;
  color: #fff;
}
.home-5 .more:hover .ic {
  background-image: url(/static/home/images/icon-2.png);
}
.home-5 .more .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(/static/home/images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.home-5 .ul {
  display: flex;
  margin-top: 0.6rem;
}
.home-5 .li {
  width: 30.9523809524%;
  margin-right: 3.5714285714%;
  margin-bottom: 0.6rem;
}
.home-5 .li:nth-child(3n) {
  margin-right: 0;
}
.home-5 .dd {
  display: block;
  background-color: #fff;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: background-color 0.3s;
}
.home-5 .dd:hover {
  background-color: #007bff;
}
.home-5 .dd:hover .img img {
  transform: scale(1.1);
}
.home-5 .dd:hover .h3,.home-5 .dd:hover .intro,
.home-5 .dd:hover .time {
  color: #fff;
}
.home-5 .dd:hover .bots {
  border-top: 2px solid #fff;
}
.home-5 .dd:hover .ic {
  background-image: url(/static/home/images/icon-2.png);
}
.home-5 .img {
  position: relative;
  padding-top: 61.5384615385%;
  overflow: hidden;
}
.home-5 .text {
  padding: 0 0.3rem;
}
.home-5 .top {
  padding-top: 0.34rem;
  padding-bottom: 0.34rem;
}
.home-5 .h3 {
  font-weight: 600;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-5 .bots {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.32rem;
  padding-bottom: 0.28rem;
  color: #999;
  border-top: 2px solid #f2f2f2;
}
.home-5 .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(/static/home/images/icon-5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.home-5 .intro {
  color: #666;
  line-height: 1.75;
  height: 3.5em;
  margin-top: 0.11rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-5 .swiper {
  margin-top: 0.3rem;
}

@media (max-width: 900px) {
  .home-5 .ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home-5 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.ho-nav {
  position: fixed;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
.ho-nav.ho1 .ic::before {
  box-shadow: 0 0 0 2px white inset;
}
.ho-nav a {
  display: block;
}
.ho-nav .ni {
  margin: 0.2rem 0;
  cursor: pointer;
}
.ho-nav .ni.active .ic {
  background-color: #007bff;
}
.ho-nav .ni.active .ic::before {
  box-shadow: 0 0 0 1px white inset !important;
}
.ho-nav .ni .sp {
  width: 1em;
  display: none;
}
.ho-nav .ic {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  position: relative;
}
.ho-nav .ic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.5);
  transform-origin: center;
  box-shadow: 0 0 0 1px #999999 inset;
  border-radius: 50%;
}
@media (max-width: 900px) {
  .ho-nav {
    opacity: 0;
    pointer-events: none;
  }
}
