.md-home-6 {
  padding-top: 1.2rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
}
.md-home-6 .desc{
  color: #666;
  margin-top: 0.2rem;
}
.md-home-6 .swiper {
  margin-top: 0.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: 0.3rem 0.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: 0.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: 0.2rem;
  font-weight: bold;
}

.md-home-7 {
  padding-top: 1.18rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
}
.md-home-7 .swiper {
  margin-top: 0.9rem;
}
.md-home-7 .top {
  padding: 0 18.4210526316%;
  height: 3.2rem;
  display: flex;
  align-items: center;
}
.md-home-7 .img {
  width: 100%;
  padding: 0.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: 0.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% + 0.4rem);
  background-image: url(../images/icon-p12.png);
}
.md-home-7 .next {
  left: calc(100% + 0.4rem);
  background-image: url(../images/icon-p22.png);
}
@media screen and (max-width: 900px) {
  .md-home-7 .prev {
    left: 0;
  }
  .md-home-7 .next {
    right: 0;
    left: auto;
  }
}



.sidebar {
  opacity: 1;
  z-index: 100;
  transition: all 0.5s;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.show_sidebar .sidebar {
  opacity: 1;
  z-index: 28;
  visibility: visible;
}

.sidebar-item {
  display: block;
  padding: 1px 0;
}

.sidebar-link {
  display: block;
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ffffff;
  box-shadow: 0px 0.05rem 0.1rem 0px rgba(0, 0, 0, 0.1);
}

.sidebar-icon1 {
  display: block;
  width: 100%;
  height: 100%;
}

.sidebar-icon1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sidebar-icon2 {
  display: none;
  width: 100%;
  height: 100%;
}

.sidebar-icon2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sidebar-item:hover .sidebar-link {
  background-color: #0d57a7;
}

.sidebar-item:hover .sidebar-icon1 {
  display: none;
}

.sidebar-item:hover .sidebar-icon2 {
  display: block;
}

.sidebar-item {
  position: relative;
}
.sidebar-item:hover .sidebar-bd {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0);
  transition: all 0.5s;
}
.sidebar-item .sidebar-bd {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 0.1rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.sidebar-item .b_box {
  overflow: hidden;
  min-width: 1.2rem;
  padding: 0.1rem;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.4);
}
.sidebar-item .wx {
  width: 1rem;
  max-width: none;
  display: block;
}


.xa-main{opacity: 0;z-index: -1;visibility: hidden;position: fixed;top: 0;left: 0;width: 100%;height: 100%;}
.xa-main.show{opacity: 1;z-index: 388;visibility: visible;}
.xa-shade{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: .6;}
.xa-inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 5rem;max-width: calc(100% - .6rem);}
.xa-cont{width: 100%;padding: .45rem .4rem .6rem;background-color: #fff;max-height: 100vh;overflow: auto;}
.xa-close{position: absolute;top: .15rem;right: .15rem;display: block;cursor: pointer;width: .25rem;height: .25rem;background-image: url('../images/a56.png');background-size: .15rem auto;background-position: center center;background-repeat: no-repeat;}
.xa-close:hover{background-image: url('../images/a56-b.png');}
.xa-form{width: 100%;}
.xa-titles{width: 100%;text-align: center;margin-bottom: .4rem;color: #000000;line-height: 1.3;font-weight: bold;}
.xa-item{display: flex;align-items: flex-start;justify-content: space-between;width: 100%;padding-left: .15rem;margin-bottom: .2rem;background-color: #f7f7f7;}
.xa-icon{width: 1.78em;text-align: center;height: .6rem;line-height: .6rem;}
.xa-icon img{max-width: 1.57em;max-height: 1.57em;}
.xa-rt{width: calc(100% - 1.78em - .15rem);}
.xa-input{display: block;border: none;background-color: transparent;padding-right: .15rem;width: 100%;height: .6rem;color: #333;}
.xa-textarea{display: block;border: none;background-color: transparent;width: 100%;padding: .2rem .15rem  .2rem 0;line-height: 1.7; height:  2rem;color: #333;}
.xa-buttombox{width: 100%;text-align: center;}
.xa-buttom{display: inline-block;vertical-align: middle;position: relative;margin-top: .2rem;}
.xa-text{display: inline-block;vertical-align: middle;padding: 0 .12rem 0 .3rem;color: #ffffff;line-height: .7rem;border-radius: .35rem;background-color: #0d57a7;}
.xa-text:after{content: '';display: inline-block;vertical-align: middle;margin-left:  1.1rem;width: .46rem;height: .46rem;border-radius: 50%;background-color: #fff;background-image: url('../images/a19-b.png'); background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}
.xa-submit{position: absolute;top: 0;left: 0;display: block;cursor: pointer;width: 100%;height: 100%;z-index: 18;opacity: 0;}

@media(max-width: 750px){
   .xa-inner{width: 6rem;}
}
 
.xb-main{opacity: 0;z-index: -1;visibility: hidden;position: fixed;top: 0;left: 0;width: 100%;height: 100%;}
.xb-main.show{opacity: 1;z-index: 388;visibility: visible;}
.xb-shade{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: .6;}
.xb-inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 10rem;max-width: calc(100% - .6rem);}
.xb-cont{width: 100%;padding: .45rem .4rem;background-color: #fff;}
.xb-close{position: absolute;top: .15rem;right: .15rem;display: block;cursor: pointer;width: .25rem;height: .25rem;background-image: url('../images/a56.png');background-size: .15rem auto;background-position: center center;background-repeat: no-repeat;}
.xb-close:hover{background-image: url('../images/a56-b.png');}

.xb-swiper{width: 100%;position: relative;}
.xb-b{width: 100%;}
.xb-item{width: 100%;}
.xb-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(441/785*100%);}
.xb-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}

.xb-prev{display: none;transition: all  .3s;left: calc(50% - .8rem);top: auto;bottom: 0; margin-top: 0;width: .6rem;height: .6rem;border-radius: 50%;background-color: #f5f5f5;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.xb-prev:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
.xb-next{display: none;transform: rotate(-180deg);transition: all  .3s;right: calc(50% - .8rem);top: auto;bottom: 0; margin-top: 0;width: .6rem;height: .6rem;border-radius: 50%;background-color: #f5f5f5;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.xb-next:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
.xb-main.show_buttom .xb-prev{display: block;}
.xb-main.show_buttom .xb-next{display: block;}
.xb-main.show_buttom .xb-swiper{padding-bottom: 1rem;}