.yrPart1 {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}

.yrPart1 .txtBox {
  position: absolute;
  left: 2.6rem;
  top: 6.19rem;
}

.yrPart1 .tit {
  font-family: Douyin Sans;
  font-weight: bold;
  font-size: 0.34rem;
  color: #000000;
  text-align: center;
}

.yrPart1 .line {
  width: 0.63rem;
  height: 0.02rem;
  background: #000000;
  margin: 0.2rem auto 0.31rem;
}

.yrPart1 .desc {
  text-align: center;
  font-family: Source Han Sans CN-Light;
  font-weight: 300;
  font-size: 0.24rem;
  color: #28282b;
  letter-spacing: 2px;
}

.yrPart2 {
  width: 100%;
  position: relative;
  padding: 1.66rem 0 2.78rem;
}

.yrPart2 .tit {
  padding-left: 2.6rem;
  padding-right: 1.6rem;
  display: flex;
  justify-content: space-between;
}

.yrPart2 .tit > p:first-child {
  font-family: Douyin Sans;
  font-weight: bold;
  font-size: 0.34rem;
  color: #28282b;
}

.titLast {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}

.titLast > p {
  font-family: Douyin Sans;
  font-weight: bold;
  font-size: 0.34rem;
  color: #28282b;
}

.titLast > img {
  width: 0.85rem;
  display: block;
}

.yrPart2 .bottom {
  display: flex;
  overflow: hidden;
  margin-top: 0.62rem;
}

.yrPart2 .img1 {
  padding-left: 0.87rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.92rem;
}

.yrPart2 .img1 > img:last-child {
  margin-top: 0.29rem;
}

.yrPart2 .txt1 {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 300;
  font-size: 0.18rem;
  color: #28282b;
  line-height: 0.5rem;
  margin-top: 0.42rem;
  margin-left: 1.43rem;
}
.yrPart2 .right {
  width: 12.3rem;
  margin-left: auto;
  position: relative;
}
.yrSwiper {
  overflow: hidden;
}
.yrSwiper .swiper-slide {
  position: relative;
}
.yrSwiper .swiper-slide > img {
  object-fit: cover;
}
.yrSwiper .swiper-slide .tip {
  padding: 0 0.15rem;
  min-width: 1.46rem;
  height: 0.45rem;
  border: 0.01rem solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 0.24rem;
  color: #ffffff;
  white-space: nowrap;
}
.yrNav {
  width: 0.8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: -0.4rem;
  top: 0;
  z-index: 10;
}
.yrNav > img {
  width: 100%;
  height: 0.8rem;
  display: block;
  cursor: pointer;
}

.yrRight {
  transform: rotate(180deg);
  margin-top: -0.15rem;
}
.yrpagination {
  width: 100%;
  margin-top: 0.35rem;
  height: 0.05rem;
  background: #dfdfdf;
  position: relative;
}

.yrpagination > div {
  width: 14.285%;
  height: 100%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
}

.yrPart3 {
  width: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
}

.yrPart3 > .left {
  width: 8.96rem;
  height: 10.79rem;
  object-fit: cover;
}
.yrPart3 > .right {
  width: 11rem;
  height: 6.44rem;
  background: #f3f3f3;
  margin-left: -0.76rem;
  margin-top: 2.64rem;
  padding-left: 1.59rem;
  padding-top: 0.69rem;
}

.yrPart3 .tabBox {
  display: flex;
  border-bottom: 0.01rem solid rgba(40, 40, 43, 0.15);
  gap: 0.98rem;
  padding-left: 0.45rem;
}

.yrPart3 .tabBox .item {
  font-family: Douyin Sans;
  font-weight: bold;
  font-size: 0.34rem;
  color: #000000;
  padding-bottom: 0.21rem;
  position: relative;
  cursor: pointer;
}
.yrPart3 .tabBox .item.active::after {
  content: "";
  width: 0.68rem;
  height: 0.04rem;
  background: linear-gradient(90deg, #9f7d62 0%, #42210b 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.yrPart3 .content {
  width: 6.36rem;
  margin-top: 0.72rem;
  display: none;
}

.yrPart3 .content.active {
  display: block;
}

.yrPart3 .txt1 {
  font-family: Source Han Sans CN-Light;
  font-weight: 300;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.3rem;
}
.yrPart3 .introduce {
  width: 100%;
  margin-top: 1.26rem;
  display: flex;
  justify-content: center;
  gap: 1.04rem;
}

.yrPart3 .introduce .item {
  display: flex;
  gap: 0.15rem;
}

.yrPart3 .itemLeft {
  margin-top: 0.25rem;
}

.yrPart3 .img1 {
  width: 0.7rem;
  height: 0.7rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.yrPart3 .txt2 {
  font-family: Source Han Sans CN-Light;
  font-weight: 300;
  font-size: 0.2rem;
  color: #28282b;
  margin-top: 0.13rem;
}

.yrPart3 .img2 {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 50%;
}

.yrPart4 {
  padding: 1.16rem 0;
}

.yrPart4 > .item {
  display: flex;
  justify-content: space-between;
}

.yrPart4 > .item + .item {
  margin-top: 0.46rem;
}

.yrPart4 .img1 {
  width: 5.24rem;
  height: 4rem;
  object-fit: cover;
}

.yrPart4 .content {
  width: 6.92rem;
  display: flex;
  gap: 0.94rem;
  align-items: center;
}
.yrPart4 .line {
  width: 100%;
  border: 0.02rem solid #000000;
}

.yrPart4 .txt1 {
  font-family: Douyin Sans;
  font-weight: bold;
  font-size: 0.24rem;
  color: #28282b;
  margin-top: 0.32rem;
}

.yrPart4 .list {
  margin-top: 0.4rem;
}

.yrPart4 .list > li {
  font-family: Source Han Sans CN-Light;
  font-weight: 300;
  font-size: 0.18rem;
  color: #28282b;
  line-height: 0.4rem;
  list-style: none;
}

.yrPart4 .img2 {
  width: 1.44rem;
  height: 2.64rem;
  object-fit: cover;
}

.yrPart5,
.yrPart6 {
  width: 100%;
  background-color: rgba(243, 243, 243, 1);
  padding: 1.1rem 0 2.14rem;
}
.yrPart6 {
  background: none;
}
.yrPart5 .tit,
.yrPart6 .tit {
  font-family: Douyin Sans;
  font-weight: bold;
  font-size: 0.34rem;
  color: #28282b;
}

.yrPart5 .top,
.yrPart6 .top {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #28282b;
  justify-content: space-between;
  margin-top: 0.8rem;
}

.topPrev,
.part5Next {
  width: 0.35rem;
  height: 0.19rem;
  cursor: pointer;
}
.topNext {
  transform: rotate(180deg);
}
.topSwiper {
  width: 11.57rem;
  overflow: hidden;
}

.topSwiper .swiper-slide {
  width: auto;
  cursor: pointer;
}
.topSwiper .swiper-slide-thumb-active P::after {
  content: "";
  width: 100%;
  height: 0.04rem;
  background: linear-gradient(90deg, #9f7d62 0%, #42210b 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.topSwiper .swiper-slide p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #28282b;
  padding-bottom: 0.27rem;
  position: relative;
}
.topPrev.swiper-button-lock,
.topNext.swiper-button-lock {
  display: block;
}

.bottomSwiper {
  width: 100%;
  overflow: hidden;
  margin: 0.46rem auto 0;
}

.bottomSwiper .swiper-slide {
  display: flex;
}

.bottomSwiper .img1 {
  width: 50%;
  height: 5.36rem;
  object-fit: cover;
}

.bottomSwiper .right {
  width: calc(50% - 1px);
  height: 5.36rem;
  background-color: #fff;
  padding: 0.54rem 1.27rem 0;
  flex-direction: column;
}

.bottomSwiper .rightTit {
  font-family: Douyin sans-serif;
  font-weight: bold;
  font-size: 0.34rem;
  color: #28282b;
}

.bottomSwiper .list {
  font-family: Source Han Sans CN-Light;
  font-weight: 300;
  font-size: 0.18rem;
  color: #28282b;
  line-height: 0.45rem;
  margin-top: 0.34rem;
}

.bottomSwiper .list.autoScroll{
  height: 3.69rem;
  overflow-y: auto;
}

.bottomSwiper.part6Swiper2 .right {
  background-color: #f3f3f3;
}

.yrPart7 {
  display: flex;
  align-items: center;
  padding: 0.7rem 0;
}
.yrPart7 .left {
  margin-left: 1.46rem;
  margin-right: 1.65rem;
}

.yrPart7 .txt1 {
  font-family: Douyin Sans;
  font-weight: bold;
  font-size: 0.34rem;
  color: #28282b;
}

.yrPart7 .btn {
  width: 2.56rem;
  height: 0.67rem;
  background: #ffffff;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.02rem solid #000000;
  margin: 0.34rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #28282b;
  transition: all 0.6s;
}

.yrPart7 .btn:hover {
  color: #fff;
  background-color: #28282b;
}

.yrPart7 .right {
  width: 7.13rem;
  height: 4.13rem;
  position: relative;
}

.yrPart7 .img1 {
  width: 7rem;
  height: 4rem;
  object-fit: cover;
  margin-left: 0.13rem;
  margin-top: 0.13rem;
}

.yrPart7 .border {
  width: 7rem;
  height: 4rem;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.02rem solid #28282b;
  position: absolute;
  left: 0;
  top: 0;
}









@media only screen and (max-width:1042px) {
    .yrPart1{
        background-position: center;
    }
    .yrPart1 .txtBox{
        top: 38%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 70%;
    }
    .yrPart1 .tit{
        font-size: 36px;
    }
    .yrPart1 .desc{
        font-size: 20px;
    }
    
    
    
    
    
    
    
    
     .yrPart2{
        padding: 0;
        margin-top: -60px;
        margin-bottom: 60px;
    }
    .yrPart2 .bottom{
        flex-wrap: wrap;
    }
    .yrPart2 .img1{
        padding-left: 3%;
        padding-top: 0;
    }
    .yrPart2 .tit{
        padding: 0 20px;
    }
    .yrPart2 .txt1{
        font-size: 17px;
        margin: 0 3%;
        line-height: 1.7;
        width: 80%;
    }
    .yrPart2 .right{
        width: 94%;
        margin-top: 30px;
    }
    
    
     .yrPart3{
        justify-content: flex-end;
    }
    .yrPart3 > .left{
        width: 80%;
        height: 340px;
        position: absolute;
        left: 0;
    }
    .yrPart3 > .right{
        width: 80%;
        height: auto;
        margin-top: 260px;
        margin-left: 0;
        padding: 20px;
    }
    .yrPart3 .content{
        width: auto;
        margin-top: 20px;
    }
    .yrPart3 .txt1{
        font-size: 14px;
        line-height: 1.6;
    }
    .yrPart3 .introduce{
        margin-top: 20px;
        gap: 30px;
    }
    
    
    
    
    
    
    
   
    
    

    .yrPart4 > .item{
        flex-wrap: wrap;
    }
    .yrPart4 > .item:nth-child(2) {
        flex-direction: column-reverse;
    }
    .yrPart4 .img1{
        width: 100%;
        height: auto;
    }
    .yrPart4 .content{
        margin: 20px 0;
        width: 100%;
        gap: 30px;
        position: relative;
    }
    
    .yrPart4 .txt1{
        font-size: 18px;
    }
    .yrPart4 .list > li{
        font-size: 16px;
    }
    
    
    
    
    
    
    
    
    
    .yrPart5 .tit, .yrPart6 .tit{
        font-size: 24px;
    }
    .yrPart5 .top, .yrPart6 .top{
        align-items: center;
    }
    .topSwiper{
        width: 80%;
    }
    .topSwiper .swiper-slide p{
        font-size: 18px;
    }
    .bottomSwiper .swiper-slide{
        display: block;
    }
    .bottomSwiper .img1{
       width: 100%;
        height: auto;
        max-height: 5.36rem;
    }
    .bottomSwiper .right{
        width: 100%;
        /*height: auto;*/
        padding: 24px;
        overflow-y: auto;
        /*max-height: 5.36rem;*/
    }
    .bottomSwiper .list{
        font-size: 15px;
        line-height: 1.8;
    }
    
    
    
    
    
    
    
    .yrPart7{
        display: block;
    }
    .yrPart7 .left{
        margin: 0 auto;
    }
    .yrPart7 .txt1{
        font-size: 24px;
        text-align: center;
    }
    .yrPart7 .btn{
        font-size: 16px;
    }
    .yrPart7 .right{
        overflow: hidden;
        margin-top: 40px;
        width: 100%;
        height: auto;
    }
    .yrPart7 .img1{
        width: 100%;
        height: auto;
    }
    .yrPart7 .border{
        width: calc(100% - 0.13rem);
        height: calc(100% - 0.13rem);
    }
}








