body,
html {
  position: relative;
  height: 100%
}

.banner {
  position: relative;
  width: 100%;
}

.banner .swiper-slide .sc {
  -webkit-transition: 8s 1s linear;
  -webkit-transform: scale(1)
}

.banner .swiper-slide-active .sc {
  -webkit-transform: scale(1.1)
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner .swiper-slide a {
  display: block;
  position: relative
}

.banner .swiper-slide .bat {
  position: absolute;
  right: 5%;
  bottom: 30%;
  z-index: 5;
  max-width: 6.6rem;
  color: #fff
}

.banner .swiper-slide .bat .desc {
  line-height: 1.8em;
  margin-right: 15%;
  margin-left: 5%;
  font-size: .18rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.banner .swiper-slide .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 70%;
  padding: 0 0 .4rem .5rem;
  color: #fff;
  font-size: .3rem;
  z-index: 3
}

/*.banner .swiper-slide a:before{content:'';position:absolute;left:0;top:0;right:0;height:2.6rem;background:url() no-repeat top center;background-size:101% 100%;z-index:2;opacity: .6;}*/
.banner .swiper-slide a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2rem;
  background: url(../images/blackms.png) no-repeat top center;
  background-size: 101% 100%;
  z-index: 2;
  opacity: 1;
}

.banner .item .imgBox .img {
  padding-bottom: 0;
  height: 100vh;
  min-height: 6rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.banner .swiDots {
  position: absolute;
  bottom: .5rem;
  left: auto;
  z-index: 5;
  right: .6rem;
  width: auto;
  text-align: center;
  z-index: 10;
  display: flex;
  align-items: center
}

.banner .swiDots span {
  background: transparent;
  width: auto;
  height: auto;
  opacity: 1;
  margin: 0;
  position: relative;
  border-radius: 0;
  position: relative;
  color: #fff;
  display: block;
  padding: 0 .2rem;
  font-size: 16px
}

.banner .swiDots span i {
  opacity: 0;
  display: block;
  transform: scale(0);
  transition: .3s
}

.banner .swiDots span em {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -3px;
  transition: .3s
}

.banner .swiDots span.active em {
  opacity: 0;
  transform: scale(0);
}

.banner .swiDots span.active i {
  opacity: 1;
  transform: scale(1);
}

.slide-video .a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: calc(100vh - 1rem);
  width: 100%;
}

.slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#app {
  width: 100vw;
  overflow: hidden;
}



@media (min-width:1279px) {
  .banner .swiDots {
    padding-right: 96px;
  }

  .banner .swiDots:after {
    position: absolute;
    width: 96px;
    height: 21px;
    background: url(../images/968.png) no-repeat center;
    background-size: 100% 100%;
    content: '';
    right: 0;
    top: 6px
  }

  .banner .swiDots span:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    background: #fff;
    width: 100%;
    left: 0
  }

  .banner .swiDots span:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    background: #fff;
    width: .2rem;
    right: 0
  }

  .banner .swiDots span.active:before {
    width: .15rem
  }

  .banner .swiDots span.active:after {
    width: .15rem
  }

  .banner .swiDots span:nth-child(1):before {
    display: none
  }

  .banner .swiDots span:nth-child(1):after {
    width: 50%
  }

  .banner .swiDots span:nth-child(1).active:after {
    width: .15rem
  }
}

/*@media (max-width:1300px){
.banner .swiDots:after{top: 4px}
}*/
@media (max-width:1024px) {
  .banner .swiper-slide a:after {
    height: 1.2rem
  }

  .banner .item .imgBox .img {
    height: 50vw;
    min-height: inherit
  }

  .banner .swiDots {
    bottom: .3rem
  }

  .banner .swiDots span {
    font-size: .18rem;
    padding: 0 .1rem
  }

  .banner .swiper-slide .txt {
    padding: 0 0 .3rem .4rem;
    color: #fff;
    font-size: .26rem;
  }

  .banner .swiper-slide .bat {
    max-width: 50%
  }

  .banner .swiper-slide .bat .desc {
    font-size: .16rem
  }
}

@media (max-width:640px) {
  .banner .swiper-slide .bat {
    bottom: 45%
  }

  .banner .swiper-slide .bat .desc {
    display: none
  }

  .banner .swiper-slide a:after {
    height: 1rem
  }

  .banner .swiper-slide .txt {
    padding: 0 5% .45rem;
    color: #fff;
    font-size: .2rem;
    width: 100%;
    text-align: center;
    max-width: inherit
  }

  .banner .swiDots {
    bottom: .15rem;
    right: 0;
    left: 0;
    width: 100%;
    justify-content: center
  }

  .banner .item .imgBox .img {
    height: 55vw
  }

}

:root {
  --width: calc((100vw - 15rem) / 2);
}

.homeb,
.homec,
.homee,
.homef {
  padding: .8rem 0
}

.section {
  position: relative;
}

.section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none
}

.section .bg img,
.section .bgs img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: .5s;
  pointer-events: none;
  user-select: none
}

.section .bg img.sp {
  height: auto;
  top: auto;
  object-fit: inherit;
}


.intit {}

.intit.v {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.intit .h3 span {
  display: block;
  font-size: .4rem;
  color: #812b2b;
  position: relative;
  padding-bottom: .2rem
}

.intit .h3 span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 2.45rem;
  height: .16rem;
  background: url(../images/tline.png) no-repeat center;
  background-size: 100% 100%;
  bottom: 0
}

.intit.v .h3 span {
  padding-bottom: 0;
  padding-right: .2rem
}

.intit.v .h3 span:after {
  content: '';
  position: absolute;
  left: auto;
  width: .16rem;
  height: 2.15rem;
  background: url(../images/titline1.png) no-repeat center;
  background-size: 100% 100%;
  bottom: auto;
  right: 0;
  top: 0
}

.more-r-v {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.more-r-h .a {
  color: #990000;
  display: inline-block;
  line-height: .23rem;
  transition: .3s
}

.more-r-h .a:before {
  content: '';
  display: inline-block;
  width: .14rem;
  height: .23rem;
  background: url(../images/xq_titl.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: .1rem;
  vertical-align: -.06rem;
}

.more-r-h .a:after {
  content: '';
  display: inline-block;
  width: .14rem;
  height: .23rem;
  background: url(../images/xq_titr.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: .1rem;
  vertical-align: -.06rem;
}

.more-r-v .a {
  color: #990000;
  display: inline-block;
  line-height: .23rem;
  transition: .3s
}

.more-r-v .a:before {
  content: '';
  display: inline-block;
  width: .23rem;
  height: .14rem;
  background: url(../images/xq_titu.png) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: .1rem;
  vertical-align: 1px;
}

.more-r-v .a:after {
  content: '';
  display: inline-block;
  width: .23rem;
  height: .14rem;
  background: url(../images/xq_titd.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: .1rem;
  vertical-align: 1px;
}

.myTop {
  position: fixed;
  width: .6rem;
  height: .6rem;
  background: #9a0507;
  border-radius: .1rem;
  padding-top: .15rem;
  text-align: center;
  z-index: 40;
  right: .2rem;
  bottom: 1rem;
  cursor: pointer;
  display: none
}

.myTop img {
  width: .27rem;
  height: .15rem
}

.zoom150 .myTop {
  padding-top: .1rem
}

.homeb {
  background: #fcfaf7
}

.homeb .box {
  margin-top: .4rem
}

.homeb .left {
  width: 42.5%
}

.homeb .right {
  width: 53%;
  background: #fff;
  border-radius: .3rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, .05);
  padding: .3rem .6rem;
  position: relative;
}

.homeb .left .slide-a1 .img {
  height: 3.93rem
}

.homeb .left .slide-a1 .txt {
  padding-top: .2rem
}

.homeb .left .slide-a1 .txt .h4 {
  font-size: 22px;
  font-weight: bold;
}

.homeb .left .slide-a1 .txt .desc {
  line-height: 1.8;
  color: #655c52;
  margin-top: 15px;
  max-height: 50px
}

.homeb .left .swiDots {
  margin-top: .2rem
}

.homeb .left .swiDots span {
  background: #f3ce91;
  opacity: 1;
  margin-right: .1rem;
  width: .1rem;
  height: .1rem
}

.homeb .left .swiDots span.active {
  background: #9b0405;
}

.homeb .right .swiBtn a {
  display: block;
  width: 1.34rem;
  height: 1.38rem;
  position: absolute;
  top: 50%;
  margin-top: -.69rem;
  z-index: 4
}

.homeb .right .swiBtn a.swiper-button-disabled {
  opacity: .5;
}

.homeb .right .swiBtn a.prev {
  left: -.6rem
}

.homeb .right .swiBtn a.next {
  right: -.6rem;
}

.homeb .right .list {}

.homeb .right .list li {
  width: 48%;
  padding: .2rem 0
}

.homeb .right .list li .info {
  color: #812b2b
}

.homeb .right .list li .info .type:after {
  content: '|';
  display: inline-block;
  margin: 0 .1rem
}

.homeb .right .list li .h4 {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
  height: 48px
}


.homec .left {
  width: 26.666%
}

.homec .right {
  width: 66.6666%;
  position: relative;
  min-height: 6rem
}

.homec .right .more {
  position: absolute;
  right: -.5rem;
  bottom: 0;
  z-index: 5
}

.homec .left .list {
  margin-top: .4rem;
  margin-bottom: .4rem
}

.homec .left .list li {
  padding: .1rem 0
}

.homec .left .list li .h4 {
  font-size: 16px;
  line-height: 1.5
}

.homec .left .list li .time {
  color: #888;
  font-size: .14rem;
  margin-top: .1rem;
  font-family: 'syss';
  position: relative;
}

.homec .left .list li .time:before {
  content: '';
  position: absolute;
  left: .8rem;
  top: 50%;
  border-top: 1px dashed #9e9890;
  right: 0;
}

.homec .left .list li .time:after {
  content: '';
  position: absolute;
  width: .13rem;
  height: .16rem;
  background: url(../images/dot.png) no-repeat center;
  background-size: 100% 100%;
  top: 50%;
  ;
  right: 0;
  margin-top: -.08rem
}

.homec .right .list {
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.homec .right .list .item {
  position: relative;
  height: 100%;
  width: 5.7%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.homec .right .list .item a {
  display: block;
  position: relative;
  height: 100%
}

.homec .right .list .item.now {
  width: 71.5%;
}

.homec .right .list .item .bar {
  position: absolute;
  right: 0;
  background: #e1d3c2;
  width: .55rem;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: .6s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: .2rem 0 .2rem 0
}

.homec .right .list .item .bar .t .h24 {
  width: 24px;
  margin: 0 auto;
  position: relative;
  font-size: 22px;
  color: #41362a;
  font-family: 'sys';
  line-height: 1.2em
}

.homec .right .list .item .bar .t .h24:before {
  content: "";
  display: block;
  width: .61rem;
  height: .25rem;
  background: url(../images/bi.png) no-repeat center;
  position: absolute;
  bottom: calc(100% + .2rem);
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(.5rem, 0px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-size: 100% 100%
}

.homec .right .list .item .bar .t .h24:after {
  content: "";
  display: block;
  width: .61rem;
  height: .25rem;
  background: url(../images/bi2.png) no-repeat center;
  position: absolute;
  top: calc(100% + .2rem);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(-.5rem, 0px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-size: 100% 100%
}

.homec .right .list .item .img {
  width: 90%;
  display: none;
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.homec .right .list .item .img img {
  width: 100%;
  height: auto;
}

.homec .right .list .i1 .bar {
  top: 35%;
  bottom: 0;
}

.homec .right .list .i2 .bar {
  top: 0;
  bottom: 25%;
}

.homec .right .list .i3 .bar {
  top: 40%;
  bottom: 0;
}

.homec .right .list .i4 .bar {
  top: 0;
  bottom: 35%;
}

.homec .right .list .i5 .bar {
  top: 35%;
  bottom: 0;
}

.homec .right .list .i6 .bar {
  top: 0;
  bottom: 28%;
}

.homec .right .list .item .bar:hover,
.homec .right .list .item.now .bar {
  background: #990000;
}

.homec .right .list .item .bar:hover .h24,
.homec .right .list .item.now .bar .h24 {
  color: #fff
}

.homec .right .list .item .bar:hover .t,
.homec .right .list .item.now .bar .t {
  color: #fff;
}

.homec .right .list .item .bar:hover .t .h18,
.homec .right .list .item.now .bar .t .h18 {
  color: #fff;
}

.homec .right .list .item .bar:hover .t .h24:before,
.homec .right .list .item .bar:hover .t .h24:after,
.homec .right .list .item.now .bar .t .h24:before,
.homec .right .list .item.now .bar .t .h24:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.homec .right .list .item.now .img {
  display: block;
}




.homed .list li {
  width: 16.666666%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  border-radius: .3rem 0 .3rem 0;
  padding: .25rem 0
}

.homed .list li.sp {
  position: relative;
  z-index: 0;
  background: rgba(255, 255, 255, .25);
  border-radius: 0 .3rem 0 .3rem;
  backdrop-filter: blur(1px)
}

.homed .list li {
  text-align: center;
  color: #fff
}

.homed .list li .ico img {
  width: .88rem;
  height: .88rem
}

.homed .list li .h4 {
  font-size: 18px;
  margin-top: 5px
}

.homed .list li .num {
  font-size: .18rem
}

.homed .list li .num span {
  font-size: 46px;
  font-family: 'sys'
}

.homed .intit {
  position: absolute;
  top: 25%;
  left: 11%
}

.homed .intit .more {
  margin-top: .5rem
}

.homed .list li.li1 {
  background: #a99f9c;
}

.homed .list li.li2 {
  background: #4e3536;
}

.homed .list li.li3 {
  background: #990000;
}

.homed .list li.li4 {
  background: #6b87a6;
}

.homed .list li.li5 {
  background: #c59458;
}

.homed .list li.li6 {
  background: #8c726e;
}

.homed .list li.li7 {
  background: #836c59;
}

.homed .list li.li8 {
  background: #c8ac8b;
}

.homee {
  background: #fcfaf7
}

.homee .bgsp {
  position: absolute;
  left: 0;
  top: 30%;
  width: 4.25rem;
  pointer-events: none;
  z-index: 0
}

.homee .list li {
  width: 23%
}

.homee .more {
  position: absolute;
  bottom: 0;
  left: .15rem
}

.homee .list {
  width: 80%
}

.homee .list a {
  display: block;
  position: relative;
}

.homee .list li .txt {
  position: absolute;
  left: .2rem;
  top: .4rem;
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  max-height: 80%;
  z-index: 5
}

.homee .list li .txt .h4 {
  font-size: 24px;
  color: #fff;
  letter-spacing: .1em;
  text-shadow: 0 0 5px rgba(0, 0, 0, .2)
}


.homef .more {
  margin-top: .5rem
}

.homef .list {
  margin-top: .6rem
}

.homef .list li {
  width: 20%;
  padding: .45rem 0;
  text-align: center
}

.homef .list li .ico {
  width: .86rem;
  height: .86rem;
  margin: 0 auto .25rem;
  position: relative;
}

.homef .list li .ico img {
  position: relative;
  z-index: 2;
  transition: .3s;
  transform: translateY(0);
}

.homef .list li .ico:after {
  content: '';
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 50%;
  top: 50%;
  margin-left: -.8rem;
  margin-top: -.8rem;
  border-radius: 50%;
  background: url(../images/png55.png) no-repeat center;
  background-size: 100% 100%;
  border: 1px dashed #ccb1b6;
  z-index: 0;
  transition: .3s;
  transform: translateY(0) scale(0);
}

.homef .list li p {
  font-size: 18px;
  transform: translateY(0);
  transition: .3s;
}


.homeg {
  padding-top: 0
}

.homeg .wp {
  height: 960px
}

.homeg .list li a {
  display: block;
  position: relative;
}

.homeg .list li .slog {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  z-index: 3
}

.homeg .list li .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  ;
  z-index: 5;
  color: #fff;
  padding: .2rem;
  top: 20%;
  font-size: 16px
}

.homeg .list li .txt .more {
  position: absolute;
  left: .2rem;
  bottom: .5rem;
}

.homeg .list li .txt .more:after {
  content: '';
  position: absolute;
  width: 1px;
  height: .5rem;
  background: rgba(255, 255, 255, .3);
  top: 100%;
  left: 50%;
  margin-left: -1px
}

.homeg .list li .txt .more span {
  display: inline-block;
}

.homeg .list li .txt .more span:before {
  content: '';
  display: inline-block;
  width: .23rem;
  height: .14rem;
  background: url(../images/xq_titu1.png) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: .1rem;
  vertical-align: 1px;
}

.homeg .list li .txt .more span:after {
  content: '';
  display: inline-block;
  width: .23rem;
  height: .14rem;
  background: url(../images/xq_titd1.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: .1rem;
  vertical-align: 1px;
}

.homeg .list li .txt .h4 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: .4rem
}

.homeh {
  padding: 0
}


@media (min-width: 1930px) {}

@media (min-width: 1201px) {
  .more-r-v .a:hover {
    letter-spacing: .2em
  }

  .more-r-h .a:hover {
    letter-spacing: .2em
  }

  .homef .list li:hover .ico:after {
    transform: translateY(-.15rem) scale(1);
  }

  .homef .list li:hover .ico img {
    transform: translateY(-.15rem);
  }

  .homef .list li:hover p {
    transform: translateY(.15rem);
  }
}

.homed {
  position: relative;
  padding: 0
}

.homed .bgsp {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 37.5vw;
  border-radius: 0 0 0 .3rem;
  overflow: hidden;
}

.homed .bgsp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homed .list {
  width: 75vw;
}

@media screen and (min-width: 1025px) {
  .homeg .intit {
    position: absolute;
    left: 2.2rem;
    bottom: .9rem
  }

  .homeg .intit .desc {
    margin-left: 1.4rem;
    color: #7f7871;
    line-height: 1.8em;
    margin-top: .3rem
  }

  .homeg .list li {
    position: absolute;
    border: .1rem solid #fff
  }

  .homeg .list li.li1 {
    top: 60px;
    /*top: 6.25vh;*/
    left: 9.333%;
    width: 35.4%;
    z-index: 5
  }

  .homeg .list li.li1 .img {
    height: 330px;
    /*height: 34.47vh;*/
  }

  .homeg .list li.li1 .slog {
    top: -.3rem;
    left: -.6rem;
  }

  .homeg .list li.li2 {
    top: 80px;
    /*top: 8.333vh;*/
    left: 42%;
    width: 27.6%
  }

  .homeg .list li.li2 .img {
    height: 365px;
    /*height: 38.02vh;*/
  }

  .homeg .list li.li2 .slog {
    top: -.4rem;
    left: -.2rem;
    z-index: 5
  }

  .homeg .list li.li2 .txt {
    left: .3rem;
    top: 25%
  }

  .homeg .list li.li3 {
    top: 120px;
    /*top: 12.5vh;*/
    left: 69%;
    width: 27.6%;
    z-index: 6
  }

  .homeg .list li.li3 .img {
    height: 365px;
    /*height: 38.02vh;*/
  }

  .homeg .list li.li3 .slog {
    top: -.7rem;
    left: -.4rem;
  }

  .homeg .list li.li4 {
    top: 455px;
    /*top: 47.39vh;*/
    left: 55.333%;
    width: 41.3%;
  }

  .homeg .list li.li4 .img {
    height: 330px;
    /*height: 34.47vh;*/
  }

  .homeg .list li.li4 .slog {
    top: -.5rem;
    right: -.9rem;
    z-index: 10
  }

  .homeg .list li.li4 .txt {
    left: auto;
    right: .2rem;
    bottom: 0;
    padding: .2rem;
    top: 20%;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }

  .homeg .list li.li4 .txt .more {
    right: .2rem;
    bottom: .5rem;
    left: auto
  }

  .homeg .list li.li4 .txt .h4 {
    margin-left: 0;
    margin-right: .4rem
  }

  .homeg .spbd img {
    width: 100%;
    height: 100%
  }

  .homeg .spbd .q2 {
    position: absolute;
    z-index: 10;
    left: 41.333%;
    top: 5.2%;
    width: 1.6rem;
    height: 1.6rem
  }

  .homeg .spbd .q4 {
    position: absolute;
    z-index: 10;
    left: 91.333%;
    top: 43.2%;
    width: 1.6rem;
    height: 1.6rem
  }



}

@media screen and (max-width: 1024px) {
  .homeb .right .swiBtn a.next {
    right: -0.4rem;
  }

  .homeb .right .swiBtn a.prev {
    left: -0.4rem;
  }

  body {
    padding-top: .65rem !important
  }

  body,
  html {
    position: relative;
    height: auto;
    overflow-x: hidden;
  }

  .myTop {
  
  }

  .home .mrtop {
    margin-top: 0
  }

  .homeb,
  .homec,
  .homef {
    padding: .6rem 0
  }

  .homeg {
    padding-bottom: .8rem
  }

  .homeb .left {
    width: 100%
  }

  .homeb .left .slide-a1 .img {
    height: 54vw
  }

  .homeb .right {
    width: 100%;
    margin-top: .45rem
  }

  .intit .h3 span {
    font-size: .36rem
  }

  .homec .left {
    width: 100%;
    position: relative;
  }

  .homec .right {
    width: 100%;
    position: relative;
    min-height: 6rem
  }

  .homec .left .more {
    position: absolute;
    right: 0;
    top: .2rem;
    z-index: 4
  }

  .homec .right .list {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: center
  }

  .homec .right .list .item {
    float: none;
    width: auto;
    width: 48%;
    margin: 0 1%;
    margin-top: 0.5rem;
  }

  .homec .right .list .item.now {
    width: 48%
  }

  .homec .right .list .item .bar {
    bottom: 0 !important;
    top: 0 !important;
    width: auto;
    position: static;
    background: none !important;
    margin-bottom: .2rem
  }

  .homec .right .list .item .bar .t {
    position: static;
    line-height: 1.6;
  }

  .homec .right .list .item .bar .t .h24 {
    width: auto;
    color: #41362a;
    font-size: .26rem
  }

  .homec .right .list .item .bar .t .h24:before,
  .homec .right .list .item .bar .t .h24:after {
    display: none;
  }

  .homec .right .list .item .bar:hover .t,
  .homec .right .list .item.now .bar .t {
    color: inherit;
  }

  .homec .right .list .item .bar:hover .t .h18,
  .homec .right .list .item.now .bar .t .h18 {
    color: #745f52;
  }

  .homec .right .list .item .img {
    position: static;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    display: block;
    width: auto;
    margin: 0
  }

  .homec .right .text .x-more {
    margin: 0.4rem auto 0;
  }

  .homec .right .more {
    position: relative;
    right: 0;
    margin-top: .3rem;
    text-align: center
  }

  .homed .intit {
    position: absolute;
    left: 5vw;
    top: 10%;
    z-index: 5
  }

  .homed .wp {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }

  .homed .list li {
    padding: .15rem .1rem
  }

  .homed .list li .ico img {
    width: .6rem;
    height: .6rem
  }

  .homed .list li .num span {
    font-size: .3rem
  }

  .homed .list li .h4 {
    font-size: .16rem;
    margin-top: 0
  }

  .homed .list {
    width: 85vw;
    position: relative;
    top: 0
  }

  .homed .bgsp {
    width: 42.5vw
  }

  .homee {
    padding: .6rem 0
  }

  .homee .intit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: .4rem
  }

  .homee .intit .more {
    position: relative;
    left: 0
  }

  .homee .list {
    width: 100%
  }

  .homef .wp {
    position: relative;
  }

  .homef .intit {
    justify-content: flex-start;
  }

  .homef .more {
    margin-top: 0;
    position: absolute;
    top: .2rem;
    right: 0
  }

  .homef .list {
    margin-top: .4rem
  }

  .homef .list li {
    width: 20%;
    padding: .25rem 0;
    text-align: center
  }

  .homef .list li .ico {
    width: .8rem;
    height: .8rem;
    margin: 0 auto .15rem;
    position: relative;
  }

  .homeg .intit {
    margin-bottom: .4rem
  }

  .homeg .intit .desc {
    line-height: 1.6em;
    color: #7f7871;
    margin-top: .2rem
  }

  .homeg .spbd {
    display: none;
  }

  .homeg .list li.li2 .slog {
    display: block;
  }

  .homeg .list li.li4 .slog {
    display: block;
  }

  .homeg .list li .slog {
    width: 1rem;
    height: 1rem;
    left: -.2rem;
    top: -.3rem
  }

  .homeg .list li.li1 {
    width: 55%
  }

  .homeg .list li.li2 {
    width: 45%;
    margin-top: -5vw
  }

  .homeg .list li.li1 .img {
    height: 30vw
  }

  .homeg .list li.li2 .img {
    height: 35vw
  }

  .homeg .list li.li3 {
    width: 45%
  }

  .homeg .list li.li4 {
    width: 55%;
  }

  .homeg .list li.li3 .img {
    height: 35vw
  }

  .homeg .list li.li4 .img {
    height: 30vw
  }

  .homeg .wp {
    height: auto
  }
}

@media screen and (max-width: 900px) {
  .homed .list {
    width: 100vw;
    position: relative;
    top: 0
  }

  .homed .bgsp {
    width: 50vw;
    border-radius: .1rem 0 0 0;
  }

  .homed .list li {
    border-radius: .1rem 0 .1rem 0;
    width: 25%
  }

  .homed .list li.sp {
    border-radius: 0 .1rem 0 .1rem
  }

  .homee .list {
    display: block;
    white-space: nowrap;
    overflow: auto;
    padding-bottom: .2rem
  }

  .homed .list li:nth-child(1) {}

  .homee .list li {
    display: inline-block;
    width: 31%
  }

  .homee .list li+li {
    margin-left: .2rem
  }

  .homee .list li .txt .h4 {
    font-size: .22rem
  }

  .homed .intit {
    left: 5vw;
    top: 6%;
  }

  .homed .list li.li2 {
    margin-left: 25%
  }

  .homed .list li.li2+.empty+.empty {
    display: none
  }

  .homed .list li.li3+.empty {
    display: none
  }

  .homed .list li.li7+.empty {
    display: none
  }

  .homed .list li.li5 {
    margin-right: 25%
  }

  .homed .list li.li6 {
    margin-left: 25%
  }

  .homed .list li.li8 {
    margin-left: 50%
  }

  .homef .list {
    margin-top: .3rem
  }

  .homef .list li {
    width: 20%;
    padding: .25rem 0;
  }

  .homef .list li .ico {
    width: .7rem;
    height: .7rem;
  }

  .homef .list li p {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {}


@media screen and (max-width: 640px) {
  .intit .h3 span {
    font-size: .32rem
  }

  .homeb {
    padding: .4rem 0 .6rem
  }

  .homec {
    padding-top: .4rem
  }

  .homef {
    padding-top: .5rem
  }

  .homeb .right .list li {
    width: 100%;
    padding: .1rem 0
  }

  .homeb .right .list li .h4 {
    height: auto
  }

  .homeb .left .slide-a1 .txt .h4 {
    font-size: .2rem
  }

  .homeb .right .swiBtn a {
    width: 1rem;
    height: 1rem;
    margin-top: -.5rem;
    z-index: 4
  }

  .homeb .right .swiBtn a.prev {
    left: -.35rem
  }

  .homeb .right .swiBtn a.next {
    right: -.35rem
  }

  .homec .right .list .item .bar .t .h24 {
    font-size: 20px
  }

  .homec .right .list .item {
    margin-top: .35rem
  }

  .homef .list li.empty {
    display: none
  }

  .homef .list li {
    width: 25%;
    padding: .25rem 0;
  }

  .homef .list li .ico {
    width: .6rem;
    height: .6rem;
  }
}

@media screen and (max-width: 540px) {
  .homee .list li .txt .h4 {
    font-size: 18px
  }

  .homee .list li {
    display: inline-block;
    width: 47%
  }

  .homef .list {
    margin-top: .2rem
  }

  .homef {
    padding-bottom: .4rem
  }

  .homeg {
    padding-bottom: .3rem;
    padding-top: .4rem
  }

  .homeg .list li {
    margin-bottom: .5rem
  }

  .homeg .list li.li1 {
    width: 100%
  }

  .homeg .list li.li2 {
    width: 100%;
    margin-top: 0
  }

  .homeg .list li.li1 .img {
    height: 55vw
  }

  .homeg .list li.li2 .img {
    height: 55vw
  }

  .homeg .list li.li3 {
    width: 100%
  }

  .homeg .list li.li4 {
    width: 100%;
  }

  .homeg .list li.li3 .img {
    height: 55vw
  }

  .homeg .list li.li4 .img {
    height: 55vw
  }

  .homed .list li {
    padding: .1rem
  }

  .homed .list li .h4 {
    font-size: .14rem
  }

  .homed .list li .num span {
    font-size: 4.5vw
  }

  .homed .list li .ico img {
    width: .5rem;
    height: .5rem
  }

  .homed .intit .more {
    margin-top: 4.6rem
  }
}

@media screen and (max-width: 480px) {}


@media (max-width: 360px) {}


@media (max-width: 1024px) {

  .fp-section {
    min-height: inherit !important;
    height: auto !important
  }
}

.homeg.block [data-aos^=fade][data-aos^=fade] {
  opacity: 1;
  transform: translateZ(0);
}


/*fix*/
.banner .swiper-slide .txt {
  font-size: 30px
}

.intit .h3 span {
  font-size: 40px
}

@media (max-width: 1600px) {
  .banner .swiper-slide .txt {
    font-size: 24px
  }

  .intit .h3 span {
    font-size: 32px
  }

  .homeb .left .slide-a1 .txt .h4 {
    font-size: 20px
  }

  .homed .list li .num span {
    font-size: 38px
  }

  .homed .intit {
    left: 50px
  }

  .homeg .wp {
    height: 880px
  }

}

@media (max-width: 1300px) {
  .banner .swiper-slide .txt {
    font-size: 20px
  }

  .intit .h3 span {
    font-size: 28px
  }

  .homeb .left .slide-a1 .txt .h4 {
    font-size: 18px
  }

  .homed .list li .h4 {
    font-size: 16px
  }

  .homed .list li .num span {
    font-size: 32px
  }

  .homed .intit {
    left: 50px
  }


}

@media (max-width:1100px) {
  .homed .list li .num span {
    font-size: 28px
  }

  .homeg .wp {
    height: auto
  }

  .homed .intit {
    left: 20px
  }
}

@media (max-width: 850px) {
  .banner .swiper-slide .txt {
    font-size: 18px
  }
}

@media (max-width: 450px) {
  .banner .swiper-slide .txt {
    font-size: 16px
  }

  .homed .list li .num span {
    font-size: 4.5vw
  }

  .homed .list li .h4 {
    font-size: 14px;
    line-height: 1.2em
  }
}

/*fix*/