.wh {
  position: fixed;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 20;
  font-size: 16px;
  display: flex;
  background: #fff;
}

/* .section{
    position: relative;
    height: 100vh;
} */
.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}

.banner .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner .swiper-slide .pc,
.banner .swiper-slide .mobile {
  position: relative;
  width: 100%;
  height: 100vh;
}

.banner .swiper-slide .pc i,
.banner .swiper-slide .mobile i {
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.banner .swiper-slide .pc img,
.banner .swiper-slide .mobile img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-slide .mobile img {
  height: auto;
  top: auto;
}

.banner .swiper-slide .mobile {
  display: none;
}

.banner .swiper-slide .video_obj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-slide.swiper-slide-active .pc .bacImg,
.banner .swiper-slide.swiper-slide-active .mobile .bacImg {
  transition: all 5s 0.7s;
  transform: scale(1.06);
}

.banner .swiper-slide.swiper-slide-active .pc img,
.banner .swiper-slide.swiper-slide-active .mobile img {
  visibility: visible;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  transition: all 0.5s;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border: #ffffff 1px solid;
  border-radius: 100%;
  /* &::before{
            width: 40px;
            height: 40px;
            box-sizing: border-box;
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            pointer-events: none;
            border: 1px solid #249ba5;
            border-radius: 50%;
            
        }
        &:hover::before{
            -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
            -webkit-animation-name: menu_circle;
            animation-name: menu_circle;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        } */
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  transition: all 0.5s;
  border: rgba(255, 255, 255, 0) 1px solid;
  background-color: rgba(201, 43, 47, 0.4);
}

.banner .swiper-button-prev {
  left: 6%;
  background: url(../images/icon/i5.png) center no-repeat;
}

.banner .swiper-button-prev::before {
  display: none;
}

.banner .swiper-button-next {
  right: 6%;
  background: url(../images/icon/i6.png) center no-repeat;
}

.banner .swiper-pagination {
  left: auto;
  right: 6%;
  bottom: 58px;
  display: flex;
  justify-content: flex-end;
  width: 30%;
}

.banner .swiper-pagination span {
  transition: all 0.5s;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 40px;
  background: #c92b2f;
}

.banner .sum {
  position: absolute;
  left: 6%;
  bottom: 46px;
  z-index: 10;
  display: flex;
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
}

.banner .sum .i1 {
  margin-top: -10px;
  font-size: 30px;
  font-weight: bold;
}

.scroll {
  position: absolute;
  z-index: 10;
  bottom: 4.5vh;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 47px;
  background: url(../images/icon/i4.png) center no-repeat;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrolls;
  animation-name: scrolls;
}

@-webkit-keyframes scrolls {
  from {
    bottom: 4.5vh;
  }

  50% {
    bottom: 6.5vh;
  }

  100% {
    bottom: 4.5vh;
  }
}

@keyframes scrolls {
  from {
    bottom: 4.5vh;
  }

  50% {
    bottom: 6.5vh;
  }

  100% {
    bottom: 4.5vh;
  }
}

.pos_mode {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 45px;
  width: 100%;
}

@media (max-width: 1200px) {
  .banner .swiper-slide .pc {
    display: none;
  }

  .banner .swiper-slide .mobile {
    display: flex;
    align-items: center;
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }

  .banner .swiper-pagination {
    right: 4%;
    bottom: 5.8vh;
    width: 30%;
  }

  .banner .swiper-pagination span {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 0.16rem;
  }

  .banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.48rem;
  }

  .banner .sum {
    left: 4%;
    bottom: calc(5.8vh - 0.15rem);
    font-size: 0.24rem;
    letter-spacing: 3px;
  }

  .banner .sum .i1 {
    margin-top: -0.1rem;
    font-size: 0.36rem;
  }

  .banner .sum .i2 {
    margin-top: 0.02rem;
  }

  .scroll {
    width: 0.3rem;
    height: 0.47rem;
    background-size: 100% auto;
  }

  .pos_mode {
    margin-top: 0.55rem;
  }
}

.ind01 {
  background: url(../images/index/ind01_bac.jpg) center no-repeat;
  background-size: cover;
}

.ind01 .notice {
  margin-bottom: 2.6vh;
  padding: 10px 0;
  line-height: 30px;
  border-top: #ebebeb 1px solid;
  border-bottom: #ebebeb 1px solid;
}

.ind01 .notice .str_wrap {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.ind01 .notice .str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.ind01 .notice .str_move_clone {
  display: inline-block;
  /* display:inline;
            zoom:1; */
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.ind01 .notice .str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.ind01 .notice .str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.ind01 .notice .str_vertical .str_move,
.ind01 .notice .str_down .str_move {
  white-space: normal;
  width: 100%;
}

.ind01 .notice .str_static .str_move,
.ind01 .notice .no_drag .str_move,
.ind01 .notice .noStop .str_move {
  cursor: inherit;
}

.ind01 .notice .str_wrap img {
  max-width: none !important;
}

.ind01 .notice .left {
  width: 140px;
  border-right: #eee 1px solid;
}

.ind01 .notice .left p {
  padding-left: 46px;
  font-size: 16px;
  color: #c80e0e;
  background: url(../images/icon/i8.png) left 4px center no-repeat;
}

.ind01 .notice .right {
  padding-left: 25px;
  width: calc(100% - 141px - 25px);
}

.ind01 .notice .jq22 {
  width: 100%;
}

.ind01 .notice .jq22 a {
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.ind01 .notice .jq22 a:hover {
  color: #c92b2f;
}

.ind01 .next .top {
  margin-bottom: 2.6vh;
  display: flex;
}

/*.ind01 .next .top a {
  position: relative;
  float: left;
  width: 32.8%;
}*/
.newsSwiper {
  width: 53.21%;
}

.ind01 .next .top .newsSwiper a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/icon/i10.png) left bottom no-repeat;
  background-size: 100% 100%;
  content: "";
}

.ind01 .next .top a .pic {
  width: 100%;
  height: 424px;
  overflow: hidden;
}

.ind01 .next .top a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}

.newsSwiper {
  overflow: hidden;
  position: relative;
}

.ind01 .next .top a .pos {
  position: absolute;
  left: 34px;
  bottom: 20px;
  z-index: 2;
  width: calc(100% - 68px);
  color: #fff;
}

.ind01 .next .top a .pos b {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ind01 .next .top a .pos p {
  font-size: 14px;
  margin-top: 12px;
  line-height: 22px;
  display: none;
}

.ind01 .next .top a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}

.dynamicBox {
  float: left;
  width: calc(100% - 53.21% - 30px);
  margin-left: 30px;
}

.dynamicTop {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}

.dynamicTopList {
  font-size: 26px;
  position: relative;
  margin-left: 40px;
  cursor: pointer;
  padding-bottom: 15px;
}

.dynamicTopList:first-child {
  margin-left: 0;
}

.dynamicTopList:after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 0;
  height: 2px;
  background: #c92b2f;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.dynamicTopList.curr:after,
.dynamicTopList:hover:after {
  width: 100%;
}

.dynamicTopList.curr,
.dynamicTopList:hover {
  color: #c92b2f;
  font-weight: bold;
}

.dynamicBtnMain {
  display: none;
}

.dynamicBtnMain.curr {
  display: block;
}

.dynamicBtnMain.curr a {
  animation-delay: 0.3s !important;
}

.dynamicBtnList {
  color: #333;
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  justify-content: space-between;
}

.dynamicBtnList:hover {
  color: #c92b2f;
}

.dynamicBtnText {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 20px;
  flex: 1;
}

.dynamicBtnText:after {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background: url(../images/icon/i7.png) center no-repeat;
  background-size: cover;
}

.dynamicBtnDate {
  font-size: 16px;
  width: 50px;
  margin-left: 25px;
}

.newsSwiper .swiper-button-prev {
  left: 0;
  width: 38px;
  height: 76px;
  background: url("../images/index/newsLeft.png") center no-repeat;
  background-size: cover;
  margin-top: 0 !important;
  transform: translateY(-50%);
}

.newsSwiper .swiper-button-next {
  right: 0;
  width: 38px;
  height: 76px;
  background: url("../images/index/newsRight.png") center no-repeat;
  background-size: cover;
  margin-top: 0 !important;
  transform: translateY(-50%);
}

.newsSwiper .swiper-button-prev:hover {
  background: url("../images/index/newsLefts.png") center no-repeat;
  background-size: cover;
}

.newsSwiper .swiper-button-next:hover {
  background: url("../images/index/newsRights.png") center no-repeat;
  background-size: cover;
}

.ind01 .next .bot a {
  margin-right: 3.5%;
  padding-bottom: 10px;
  width: 31%;
  border-bottom: #dcdcdc 1px solid;
}

.ind01 .next .bot a .t {
  margin-bottom: 10px;
  font-size: 16px;
  color: #c92b2f;
  font-weight: bold;
}

.ind01 .next .bot a p {
  margin-bottom: 10px;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ind01 .next .bot a i {
  float: left;
  font-size: 14px;
  color: #bbb;
}

.ind01 .next .bot a em {
  float: right;
  font-size: 14px;
  color: #999;
}

.ind01 .next .bot a:hover p {
  color: #c92b2f;
}

.ind01 .next .bot .swiper-pagination {
  display: none;
}

@media screen and (min-width: 1201px) and (max-height: 900px) {
  .title .Ttext .b {
    font-size: 16px;
  }

  .title .more {
    margin-top: 10px;
    width: 159px;
  }

  .title .more p {
    width: 113px;
  }

  .title .more i {
    width: calc(100% - 114px);
  }

  .ind01 .notice {
    margin-bottom: 2.6vh;
    padding: 8px 0;
    line-height: 25px;
  }

  .ind01 .notice .str_wrap {
    line-height: 25px;
  }

  .ind01 .next .bot a p {
    height: 24px;
    -webkit-line-clamp: 1;
  }

  /*.ind01 .next .top a:nth-child(1) {
    margin-right: 20px;
    width: calc(100% - 32.8% - 20px);
  }

  .ind01 .next .top a:nth-child(1) .pic {
    height: 420px;
  }

  /*.ind01 .next .top a:nth-child(2) {
    margin-bottom: 20px;
  }*/
  .dynamicBtnList{
    padding: 15px 0;
  }
  .ind01 .next .top a .pic {
    height: 320px;
  }
  .dynamicBtnList:last-child{
    display: none;
  }
}

@media screen and (min-width: 1201px) and (max-height: 800px) {
  .ind01 .notice {
    display: none;
  }



  /*.ind01 .next .top a:nth-child(1) .pic {
    height: 380px;
  }*/

  .ind01 .next .top a:nth-child(1) .pos p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .ind01 {
    background: url(../images/index/ind01_bac.jpg) center no-repeat;
    background-size: cover;
  }

  .ind01 .notice {
    margin-bottom: 2.6vh;
    padding: 0.15rem 0;
    line-height: 0.4rem;
  }

  .ind01 .notice .str_wrap {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .ind01 .notice .left {
    width: 1.8rem;
  }

  .ind01 .notice .left p {
    padding-left: 0.46rem;
    font-size: 0.28rem;
    background-position: left center;
    background-size: 0.3rem auto;
  }

  .ind01 .notice .right {
    padding-left: 0.3rem;
    width: calc(100% - 1.8rem - 0.3rem - 1px);
  }

  .ind01 .notice .jq22 {
    width: 100%;
  }

  .ind01 .notice .jq22 a {
    margin-right: 0.2rem;
    font-size: 0.28rem;
  }

  .ind01 .next .top {
    margin-bottom: 2.6vh;
    flex-wrap: wrap;
  }

  .ind01 .next .bot {
    display: none;
  }

  .ind01 .next .top a {
    width: calc((100% - 0.25rem) * 0.5);
  }

  .ind01 .next .top a .pic {
    height: 100%;
  }

  .ind01 .next .top a .pos {
    left: 0.3rem;
    bottom: 0.2rem;
    width: calc(100% - 0.6rem);
  }

  .ind01 .next .top a .pos b {
    max-height: 0.68rem;
    line-height: 0.34rem;
    font-size: 0.26rem;
    -webkit-line-clamp: 2;
  }

  .ind01 .next .top a:nth-child(1) {
    margin: 0 0 0.25rem 0;
    width: 100%;
  }

  .ind01 .next .top a:nth-child(1) .pic {
    height: 3.4rem;
  }

  .ind01 .next .top a:nth-child(1) .pos b {
    max-height: 0.8rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
  }

  .ind01 .next .top a:nth-child(1) .pos p {
    display: none;
  }

  .ind01 .next .bot a {
    margin-right: 0;
    padding-bottom: 0.2rem;
    width: 100%;
  }

  .ind01 .next .bot a .t {
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
  }

  .ind01 .next .bot a p {
    margin-bottom: 0.2rem;
    height: 0.84rem;
    line-height: 0.42rem;
    font-size: 0.3rem;
  }

  .ind01 .next .bot a i {
    font-size: 0.24rem;
  }

  .ind01 .next .bot a em {
    font-size: 0.24rem;
  }

  .ind01 .next .bot .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
  }

  .ind01 .next .bot .swiper-pagination span {
    transition: all 0.5s;
    opacity: 1;
    margin: 0.5rem 0.2rem 0;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../images/icon/i7ss.png) center no-repeat;
    background-size: 100% auto;
  }

  .ind01 .next .bot .swiper-pagination span.swiper-pagination-bullet-active {
    transition: all 0.5s;
    background-image: url(../images/icon/i7.png);
  }

  .newsSwiper {
    width: 100%;
  }

  .dynamicBox {
    width: 100%;
    margin-left: 0;
    margin-top: 0.25rem;
  }

  .dynamicTopList {
    font-size: 0.32rem;
    padding-bottom: 0.2rem;
    margin-left: 0.7rem;
  }

  .dynamicBtnList {
    padding: 0.15rem 0;
    margin-bottom: 0 !important;
    flex-wrap: wrap;
    width: 100% !important;
  }

  .dynamicBtnList:last-child {
    display: none;
  }

  .dynamicBtnDate {
    width: 100%;
    font-size: 0.24rem;
    color: #666666;
    margin-top: 0.1rem;
    margin-left: 0.32rem;
  }

  .dynamicBtnText {
    font-size: 0.26rem;
    padding-left: 0.32rem;
  }

  .dynamicBtnText:after {
    width: 0.15rem;
    height: 0.15rem;
    top: 0.1rem;
  }

  .newsSwiper .swiper-button-next,
  .newsSwiper .swiper-button-prev {
    width: 0.38rem;
    height: 0.76rem;
  }

  .ind01 .next .top a .pos p {
    font-size: 0.24rem;
    margin-top: 0.1rem;
    line-height: 0.3rem;
  }

  .propertyLeft {
    display: none;
  }

  .propertyLeft.curr {
    display: block;
  }

  .propertyRight {
    margin-left: 0 !important;
    width: 100% !important;
    display: none;
  }

  .propertyRight.curr {
    display: block;
  }

  .propertyList {
    font-size: 0.28rem !important;
    padding: 0.3rem 0.25rem !important;
  }

  .propertyDate {
    margin-left: 0.2rem !important;
    width: 1rem !important;
    font-size: 0.28rem;
  }
}

@media screen and (max-width: 500px) and (min-height: 801px) {
  .title {
    margin-bottom: 3.2vh;
  }

  .ind01 .notice {
    margin-bottom: 2.6vh;
    padding: 0.2rem 0;
  }

  .ind01 .next .top {
    margin-bottom: 3vh;
  }

  .ind01 .next .top a {
    width: calc((100% - 0.35rem) * 0.5);
  }

  .ind01 .next .top a:nth-child(1) {
    margin-bottom: 0.35rem;
    width: 100%;
  }

  .ind01 .next .top a:nth-child(1) .pic {
    height: 4rem;
  }

  .ind01 .next .bot a {
    padding-bottom: 0.3rem;
    /* .t,p{
            margin-bottom: 0.3rem;
        } */
  }

  .ind01 .next .bot .swiper-pagination span {
    margin-top: 0.6rem;
  }
}

.ind02 {
  background: url(../images/index/ind02_bac.jpg) center no-repeat;
  background-size: cover;
}

.ind02 .top {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

.ind02 .top .tab_title a {
  margin-right: 50px;
  float: left;
  cursor: pointer;
}

.ind02 .top .tab_title a .icon {
  transition: all 0.5s;
  position: relative;
  margin: 0 auto 18px;
  width: 73px;
  height: 73px;
  background: url(../images/icon/i11.png) center no-repeat;
}

.ind02 .top .tab_title a .icon img {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ind02 .top .tab_title a .icon img.img2 {
  opacity: 0;
}

.ind02 .top .tab_title a p {
  transition: all 0.5s;
  opacity: 0.8;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.ind02 .top .tab_title a.cur .icon,
.ind02 .top .tab_title a:hover .icon {
  transition: all 0.5s;
  background-image: url(../images/icon/i11s.png);
}

.ind02 .top .tab_title a.cur .icon img.img1,
.ind02 .top .tab_title a:hover .icon img.img1 {
  opacity: 0;
}

.ind02 .top .tab_title a.cur .icon img.img2,
.ind02 .top .tab_title a:hover .icon img.img2 {
  opacity: 1;
}

.ind02 .top .tab_title a.cur p,
.ind02 .top .tab_title a:hover p {
  transition: all 0.5s;
  opacity: 1;
}

.property {
  display: flex;
}

.propertyLeft {
  width: calc(70% - 35px);
}

.propertyLeft .top {
  margin: 0 !important;
}

.propertyRight {
  width: calc(30% + 35px);
  margin-left: 35px;
}

.propertyBtn {
  background: rgba(255,255,255,0.94);
  width: 100%;
}

.propertyList {
  font-size: 16px;
  color: #333;
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  justify-content: space-between;
  width: 100%;
}

.propertyList:hover {
  color: #c92b2f;
}

.propertyText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 20px;
  flex: 1;
}

.propertyText:after {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background: url(../images/icon/i7.png) center no-repeat;
  background-size: cover;
}

.propertyDate {
  margin-left: 25px;
  width: 50px;
}

.ind02 .top .tab_search {
  margin-bottom: 15px;
}

.ind02 .top .tab_search .select {
  float: left;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.22);
  border: #fff 1px solid;
  cursor: pointer;
}

.projectList {
  width: calc((100% - 60px) / 4);
  margin-left: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}

.projectList:first-child {
  margin-left: 0;
}

.projectList:first-child:before {
  display: none;
}

.ind02 .top .tab_search .select p {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}

.ind02 .top .tab_search .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 8px;
  height: 5px;
  background: url(../images/icon/i3.png) right center no-repeat;
  content: "";
}

.ind02 .top .tab_search .select .pos {
  position: absolute;
  left: -1px;
  top: 50px;
  padding: 10px 10px;
  width: calc(100% - 20px);
  max-height: 264px;
  overflow-y: auto !important;
  background: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ind02 .top .tab_search .select .pos a {
  padding: 5px 0 5px 2px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}

.ind02 .top .tab_search .select .pos a:hover {
  color: #d3af51;
}

.ind02 .top .tab_search .select.on p::before {
  transform: rotate(180deg);
}

.ind02 .top .tab_search .search {
  position: relative;
  float: left;
  transition: all 0.5s;
  display: flex;
  padding-left: 16px;
  height: 50px;
  background: rgba(255, 255, 255, 0.22);
  border: #fff 1px solid;
  z-index: 1;
}

.ind02 .top .tab_search .search::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}

.ind02 .top .tab_search .search input {
  float: left;
  width: 144px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}

.ind02 .top .tab_search .search input::placeholder {
  color: #fff;
}

.ind02 .top .tab_search .search .but {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 46px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9) url(../images/icon/i1s.png) center no-repeat;
  cursor: pointer;
  border: none;
}

.ind02 .tab_next {
  min-height: 357px;
}

.ind02 .tab_next .table1 .list {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  background: rgba(255, 255, 255, 0.94);
  overflow: hidden;
}

.ind02 .tab_next .table1 .list .line {
  display: flex;
  border-bottom: #dcdcdc 1px solid;
}

.ind02 .tab_next .table1 .list .line .box {
  position: relative;
}

.ind02 .tab_next .table1 .list .line .box:last-child::before {
  display: none;
}

.ind02 .tab_next .table1 .list .line .box p {
  padding: 9px 6px;
  line-height: 30px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
  box-sizing: border-box;
}

.ind02 .tab_next .table1 .list .line .box p i {
  /*color: #d3af51;*/
  display: inline-block;
}

.ind02 .tab_next .table1 .list .line .l1 {
  width: 6%;
}

.ind02 .tab_next .table1 .list .line .l2 {
  width: 22%;
}

.ind02 .tab_next .table1 .list .line .l2 p {
  padding: 9px 15px;
}

.ind02 .tab_next .table1 .list .line .l3 {
  width: 10%;
}

.ind02 .tab_next .table1 .list .line .l4 {
  width: 12%;
}

.ind02 .tab_next .table1 .list .line .l5 {
  width: 18%;
}

.ind02 .tab_next .table1 .list .line .l6 {
  width: 10%;
}

.ind02 .tab_next .table1 .list .line .l7 {
  width: 20%;
}

.ind02 .tab_next .table1 .list .line .l7 p {
  padding: 9px 15px;
}

.ind02 .tab_next .table1 .list .line .l8 {
  width: 18%;
}

.ind02 .tab_next .table1 .list .line.cur {
  display: none;
}

.ind02 .tab_next .table1 .list .line1 .box p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.ind02 .tab_next .nextSwpier {
  padding-bottom: 64px;
  cursor: url(../images/icon/icon107.png), pointer;
}

.ind02 .tab_next .nextSwpier .swiper-slide {
  display: flex;
}

.ind02 .tab_next .nextSwpier .swiper-pagination {
  height: auto;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.ind02 .tab_next .nextSwpier .swiper-pagination span {
  transition: all 0.5s;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #e0e0e0;
  margin: 0 4px;
}

.ind02 .tab_next .nextSwpier .swiper-pagination .swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 40px;
  background: #c92b2f;
}

.ind02 .tab_next .nextItem {
  width: 31.85%;
  background: #ffffff;
  margin-right: 2.21%;
  border-bottom: 3px solid #c92b2f;
}

.ind02 .tab_next .nextItem:last-child {
  margin-right: 0;
}

.ind02 .tab_next .nextItem .spacePc {
  padding: 50px 31px 58px;
}

.ind02 .tab_next .nextItem .spaceTime {
  font-size: 16px;
  color: #c92b2f;
  font-weight: bold;
}

.ind02 .tab_next .nextItem .spaceTitle {
  min-height: 52px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ind02 .tab_next .nextItem .spaceText {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ind02 .tab_next .nextItem .spaceMore {
  position: relative;
  display: flex;
  margin-top: 12px;
  width: 174px;
  height: 46px;
  font-size: 16px;
  color: #c92b2f;
  text-align: center;
  background: #ffffff;
  margin-top: 30px;
  border: 1px solid #c92b2f;
}

.ind02 .tab_next .nextItem .spaceMore::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #c92b2f;
  content: "";
}

.ind02 .tab_next .nextItem .spaceMore p {
  position: relative;
  z-index: 3;
  width: 128px;
  line-height: 46px;
  border-right: rgba(201, 43, 47, 0.4) 1px solid;
}

.ind02 .tab_next .nextItem .spaceMore i {
  transition: all 0.5s;
  position: relative;
  z-index: 3;
  width: calc(100% - 129px);
  height: 46px;
  background: url(../images/icon/i9.png) center no-repeat;
}

.ind02 .tab_next .nextItem:hover .spaceTitle {
  color: #c92b2f;
}

.ind02 .tab_next .nextItem:hover .spaceMore::before {
  transition: all 0.5s;
  width: 100%;
}

.ind02 .tab_next .nextItem:hover .spaceMore p {
  color: #ffffff;
  border-right: rgba(255, 255, 255, 0.4) 1px solid;
}

.ind02 .tab_next .nextItem:hover .spaceMore i {
  transition: all 0.5s;
  background-image: url(../images/icon/i9s.png);
}

.ind02 .tab_next .m_nextSwpier {
  display: none;
}

.propertyMobile,
.propertyMobileBox {
  display: none;
}

@media screen and (min-width: 1201px) and (max-height: 900px) {
  .ind02 .top {
    margin: 30px auto 20px;
  }
}

@media screen and (min-width: 1201px) and (max-height: 800px) {
  .ind02 .top .tab_title a .icon {
    margin-bottom: 10px;
  }

  .ind02 .top .tab_search {
    margin-top: 27px;
  }

  .ind02 .tab_next {
    min-height: 306px;
  }

  .ind02 .tab_next .table1 .list .line:nth-child(7) {
    display: none;
  }
}

@media (max-width: 1200px) {
  .ind02 .top {
    margin: 4.5vh auto 3.2vh;
    padding-bottom: 4vh;
  }

  .ind02 .top .tab_title {
    display: flex;
    width: 100%;
  }

  .ind02 .top .tab_title::after {
    display: none;
  }

  .ind02 .top .tab_title a {
    margin-right: 0;
    margin-right: 0.8rem;
  }

  .ind02 .top .tab_title a .icon {
    margin: 0 auto 0.2rem;
    width: 1rem;
    height: 1rem;
    background-size: 100% auto;
  }

  .ind02 .top .tab_title a .icon img {
    width: 100%;
  }

  .ind02 .top .tab_title a p {
    font-size: 0.28rem;
  }

  .ind02 .top .tab_title a.cur .icon,
  .ind02 .top .tab_title a:hover .icon {
    transition: all 0.5s;
    background-image: url(../images/icon/i11s.png);
  }

  .ind02 .top .tab_title a.cur .icon img.img1,
  .ind02 .top .tab_title a:hover .icon img.img1 {
    opacity: 0;
  }

  .ind02 .top .tab_title a.cur .icon img.img2,
  .ind02 .top .tab_title a:hover .icon img.img2 {
    opacity: 1;
  }

  .ind02 .top .tab_title a.cur p,
  .ind02 .top .tab_title a:hover p {
    transition: all 0.5s;
    opacity: 1;
  }

  .ind02 .top .tab_search {
    margin-top: 0;
  }

  .ind02 .top .tab_search .select {
    box-sizing: border-box;
    margin-right: 0.16rem;
    padding-right: 0.15rem;
    width: calc(((100% - 0.32rem) / 3) - 0.2rem);
    height: 0.68rem;
  }

  .ind02 .top .tab_search .select p {
    padding: 0 0.2rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.24rem;
  }

  .ind02 .top .tab_search .select p::before {
    margin-top: -0.045rem;
    width: 0.09rem;
    height: 0.09rem;
    background-size: 100% auto;
  }

  .ind02 .top .tab_search .select .pos {
    top: 0.68rem;
    padding: 0.16rem;
    width: calc(100% - 0.32rem);
    max-height: 6rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }

  .ind02 .top .tab_search .select .pos a {
    padding: 0;
    line-height: 0.7rem;
    font-size: 0.24rem;
  }

  .ind02 .top .tab_search .search {
    box-sizing: border-box;
    padding-left: 0.15rem;
    height: 0.68rem;
    overflow: hidden;
  }

  .projectList {
    width: calc((100% - 0.2rem) / 2) !important;
    margin-left: 0.2rem !important;
    margin-right: 0 !important;
    margin-top: 0.2rem;
  }

  .projectList:nth-child(2n+1) {
    margin-left: 0 !important;
  }

  .propertyMobile {
    display: block;
  }

  .property {
    flex-wrap: wrap;
  }

  .properHide {
    display: none;
  }

  .propertyMobileBox {
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
    color: #fff;
  }

  .propertyMobileBoxList {
    padding-bottom: 0.2rem;
    position: relative;
    margin-left: 0.5rem;
  }

  .propertyMobileBoxList:first-child {
    margin-left: 0;
  }

  .propertyMobileBoxList:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0.04rem;
    background: #fff;
    bottom: 0;
    transition: all 0.5s;
  }

  .propertyMobileBoxList.curr {
    font-weight: bold;
    font-size: 0.34rem;
  }

  .propertyMobileBoxList.curr:after {
    width: 100%;
  }

  .ind02 .top .tab_search .next {
    display: flex;
    flex-wrap: wrap;
  }

  .ind02 .top .tab_search .search::before {
    width: 0.56rem;
  }

  .ind02 .top .tab_search .search input {
    width: calc(100% - 0.56rem);
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.24rem;
  }

  .ind02 .top .tab_search .search .but {
    width: 0.56rem;
    height: 0.68rem;
    background-size: 0.25rem auto;
  }

  .propertyLeft {
    width: 100%;
  }

  .ind02 .tab_w1400 {
    margin-left: 4%;
    width: 96%;
  }

  .ind02 .tab_next {
    min-height: 5.6rem;
  }

  .ind02 .tab_next .swiper {
    width: 100%;
  }

  .ind02 .tab_next .swiper .swiper-scrollbar {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0.5rem;
    height: 0.04rem;
    background: rgba(228, 228, 228, 0.4);
  }

  .ind02 .tab_next .swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fff;
  }

  .ind02 .tab_next .swiper-slide {
    width: auto;
    height: 100%;
  }

  .ind02 .tab_next .table1 {
    width: 1280px;
  }

  .ind02 .tab_next .table1 .list .line .box p {
    padding: 0.2rem 0.15rem 0.2rem 0.3rem !important;
    line-height: 0.4rem;
    font-size: 0.24rem;
  }

  .ind02 .tab_next .table1 .list .line1 .box p {
    padding: 0.23rem 0.08rem;
    font-size: 0.28rem;
  }

  .ind02 .tab_next .nextSwpier {
    display: none;
  }

  .ind02 .tab_next .m_nextSwpier {
    display: block;
    width: 95.84%;
    margin-left: -0.01rem;
  }

  .ind02 .tab_next .m_nextSwpier .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
  }

  .ind02 .tab_next .m_nextSwpier .swiper-pagination span {
    transition: all 0.5s;
    opacity: 1;
    margin: 0.5rem 0.2rem 0;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../images/icon/i7ss.png) center no-repeat;
    background-size: 100% auto;
  }

  .ind02 .tab_next .m_nextSwpier .swiper-pagination .swiper-pagination-bullet-active {
    transition: all 0.5s;
    background-image: url(../images/icon/i7.png);
  }

  .ind02 .tab_next .m_nextSwpier .swiper-slide {
    width: 100%;
  }

  .ind02 .tab_next .nextItem {
    width: 100%;
    margin-right: 0;
    border-bottom: 0.04rem solid #c92b2f;
  }

  .ind02 .tab_next .nextItem .spacePc {
    padding: 0.76rem 0.44rem;
  }

  .ind02 .tab_next .nextItem .spaceTime {
    font-size: 0.26rem;
    font-family: "DINBold";
  }

  .ind02 .tab_next .nextItem .spaceTitle {
    font-size: 0.3rem;
    min-height: 0.68rem;
    margin-top: 0.4rem;
  }

  .ind02 .tab_next .nextItem .spaceText {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }

  .ind02 .tab_next .nextItem .spaceMore {
    margin-top: 0.5rem;
    width: 2.3rem;
    height: 0.64rem;
    font-size: 0.22rem;
  }

  .ind02 .tab_next .nextItem .spaceMore p {
    width: 1.73rem;
    line-height: 0.64rem;
  }

  .ind02 .tab_next .nextItem .spaceMore i {
    width: calc(100% - 1.73rem - 1px);
    height: 0.64rem;
    background-size: 0.08rem auto;
  }
}

@media screen and (max-width: 500px) and (min-height: 801px) {
  .ind02 .title {
    margin-bottom: 4.5vh;
  }

  .ind02 .top .tab_title a {
    margin-bottom: 0.2rem;
  }

  .ind02 .top .tab_title a .icon {
    margin-bottom: 0.3rem;
  }

  .ind02 .tab_next .table1 .list .line .box p {
    padding: 0.2rem 0.08rem;
    line-height: 0.5rem;
  }

  .ind02 .tab_next .swiper .swiper-scrollbar {
    margin-top: 0.6rem;
  }
}

.ind03 {
  background: url(../images/index/ind03_bac.jpg) center no-repeat;
  background-size: cover;
}

.ind03 .top {
  margin-bottom: 2.6vh;
  padding: 20px;
  background: url(../images/index/ind03_bac2.jpg) center no-repeat;
  background-size: cover;
}

.ind03 .top.m_top {
  display: none;
}

.ind03 .top .title {
  margin-bottom: 0;
}

.ind03 .top .left {
  width: 61.4%;
}

.ind03 .top a .pic {
  float: left;
  width: 45%;
  height: 200px;
  overflow: hidden;
}

.ind03 .top a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}

.ind03 .top a .text {
  float: right;
  width: 50.6%;
  color: #fff;
}

.ind03 .top a .text .time {
  font-size: 14px;
}

.ind03 .top a .text b {
  margin-top: 10px;
  height: 56px;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ind03 .top a .text .p1 {
  opacity: 0.8;
  margin-top: 12px;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ind03 .top a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}

.ind03 .top a:hover .more {
  color: #fff;
  border: #d3af51 1px solid;
}

.ind03 .top a:hover .more::before {
  transition: all 0.5s;
  width: 100%;
}

.ind03 .top a:hover .more p {
  transition: all 0.5s;
  border-right: rgba(255, 255, 255, 0.4) 1px solid;
}

.ind03 .top a:hover .more i {
  background-image: url(../images/icon/i9s.png);
}

.ind03 .top a:nth-child(2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #eaeaea 1px solid;
}

.ind03 .top .right {
  width: 36%;
}

.ind03 .top .right a .pic {
  margin-bottom: 20px;
  width: 100%;
  height: 222px;
}

.ind03 .top .right a .text {
  width: 100%;
}

.ind03 .bot .swiper-slide {
  margin-right: 3.5%;
  width: 17.2%;
}

.ind03 .bot .swiper-slide .pic {
  width: 100%;
  height: 130px;
  overflow: hidden;
}

.ind03 .bot .swiper-slide .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}

.ind03 .bot .swiper-slide:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}

@media screen and (min-width: 1201px) and (max-height: 900px) {
  .ind03 .top a .pic {
    height: 170px;
  }

  .ind03 .top a .text b {
    height: 28px;
    -webkit-line-clamp: 1;
  }

  .ind03 .top .right a .pic {
    height: 190px;
  }

  .ind03 .bot .swiper-slide .pic {
    height: 110px;
  }
}

@media screen and (min-width: 1201px) and (max-height: 800px) {
  .ind03 .top .left {
    width: 65%;
  }

  .ind03 .top a .pic {
    width: 39%;
    height: 150px;
  }

  .ind03 .top a .text {
    margin-right: 1.5%;
    width: 55%;
  }

  .ind03 .top a .text .p1 {
    height: 24px;
    -webkit-line-clamp: 1;
  }

  .ind03 .top .right {
    width: 31%;
  }

  .ind03 .top .right a .text {
    margin-right: 0;
  }

  .ind03 .top .right a .pic {
    height: 170px;
  }

  .ind03 .bot .swiper-slide .pic {
    height: 90px;
  }
}

@media (max-width: 1200px) {
  .ind03 .top {
    display: none;
    margin-bottom: 2.6vh;
    padding: 0;
    background: none;
  }

  .ind03 .top.m_top {
    display: block;
  }

  .ind03 .top a {
    padding: 0.3rem;
    background: url(../images/index/ind03_bac2.jpg) center no-repeat;
    background-size: cover;
  }

  .ind03 .top a .pic {
    margin-bottom: 0.3rem;
    width: 100%;
    height: 3.5rem;
  }

  .ind03 .top a .text {
    width: 100%;
  }

  .ind03 .top a .text .time {
    font-size: 0.26rem;
  }

  .ind03 .top a .text b {
    margin-top: 0.3rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.3rem;
    -webkit-line-clamp: 1;
  }

  .ind03 .top a .text .p1 {
    margin-top: 0.2rem;
    height: 0.8rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
  }

  .ind03 .top a .title {
    margin-top: 0.25rem;
  }

  .ind03 .top a:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  .ind03 .top .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
  }

  .ind03 .top .swiper-pagination span {
    transition: all 0.5s;
    opacity: 1;
    margin: 0.5rem 0.2rem 0;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../images/icon/i7ss.png) center no-repeat;
    background-size: 100% auto;
  }

  .ind03 .top .swiper-pagination span.swiper-pagination-bullet-active {
    transition: all 0.5s;
    background-image: url(../images/icon/i7.png);
  }

  .ind03 .bot .swiper-slide {
    margin-right: 4%;
    width: 48%;
  }

  .ind03 .bot .swiper-slide .pic {
    height: 1.68rem;
  }
}

@media screen and (max-width: 500px) and (min-height: 801px) {
  .ind03 .top {
    margin-bottom: 3.3vh;
  }

  .ind03 .top a .pic {
    margin-bottom: 0.4rem;
    height: 4rem;
  }

  .ind03 .top a .text b {
    margin-top: 0.3rem;
  }

  .ind03 .top a .text .p1 {
    margin-top: 0.3rem;
  }

  .ind03 .top .swiper-pagination span {
    margin-top: 0.6rem;
  }
}

.ind04 {
  background: url(../images/index/ind04_bac.jpg) center no-repeat;
  background-size: cover;
}

.ind04 .list.pc_list {
  display: flex;
  justify-content: flex-start;
}

.ind04 .list.m_list {
  display: none;
}

.ind04 .list a {
  position: relative;
  width: 13%;
  height: 590px;
  overflow: hidden;
}

.ind04 .list a .text {
  transition: all 0.4s;
  opacity: 1;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  padding-top: 8vh;
  width: 100%;
  height: 100%;
}

.ind04 .list a .text .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3.6vh;
  width: 73px;
  height: 73px;
}

.ind04 .list a .text .icon::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/i11.png) center no-repeat;
  opacity: 0.66;
  content: "";
}

.ind04 .list a .text .icon img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
}

.ind04 .list a .text p {
  margin: 0 auto;
  width: 30px;
  line-height: 22px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.ind04 .list a .pos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 710px;
  height: 100%;
}

.ind04 .list a .pos .pos_text {
  position: absolute;
  left: 8%;
  bottom: 88px;
  width: 84%;
  color: #fff;
}

.ind04 .list a .pos .pos_text .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  width: 73px;
  height: 73px;
  background: url(../images/icon/i11s.png) center no-repeat;
  background-size: 100% auto;
}

.ind04 .list a .pos .pos_text .icon img {
  max-width: 100%;
  max-height: 100%;
}

.ind04 .list a .pos .pos_text b {
  font-size: 26px;
  font-weight: bold;
}

.ind04 .list a .pos .pos_text i {
  margin: 20px 0 30px;
  width: 42px;
  height: 2px;
  background: #c92b2f;
}

.ind04 .list a .pos .pos_text p {
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ind04 .list a.cur {
  width: 61%;
}

.ind04 .list a.cur .text {
  transition: all 0.4s;
  opacity: 0;
}

@media screen and (min-width: 1201px) and (max-height: 900px) {
  .ind04 .list a {
    height: 540px;
  }

  .ind04 .list a .text {
    padding-top: 7vh;
  }

  .ind04 .list a .text p {
    line-height: 21px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1201px) and (max-height: 800px) {
  .ind04 .list a {
    height: 480px;
  }

  .ind04 .list a .text .icon {
    margin-bottom: 2.3vh;
  }

  .ind04 .list a .text {
    padding-top: 4.5vh;
  }

  .ind04 .list a .text p {
    line-height: 21px;
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .ind04 .list.pc_list {
    display: none;
  }

  .ind04 .list.m_list {
    display: block;
  }

  .ind04 .list a {
    width: 100%;
    height: 8.2rem;
  }

  .ind04 .list a .pos {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-width: 1rem;
    height: 8.2rem;
  }

  .ind04 .list a .pos .pos_text {
    left: 0.7rem;
    bottom: 0.7rem;
    width: calc(100% - 1.4rem);
  }

  .ind04 .list a .pos .pos_text .icon {
    margin-bottom: 0.3rem;
    width: 0.84rem;
    height: 0.84rem;
  }

  .ind04 .list a .pos .pos_text b {
    font-size: 0.32rem;
  }

  .ind04 .list a .pos .pos_text i {
    margin: 0.2rem 0 0.3rem;
    width: 0.42rem;
    height: 0.02rem;
  }

  .ind04 .list a .pos .pos_text p {
    font-size: 0.26rem;
    -webkit-line-clamp: 3;
  }

  .ind04 .list .swiper-pagination {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0.6rem;
    height: 0.03rem;
    background: rgba(228, 228, 228, 0.4);
  }

  .ind04 .list .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
  }
}

@media screen and (max-width: 500px) and (min-height: 801px) {
  .ind04 .title {
    margin-bottom: 6vh;
  }

  .ind04 .list a {
    height: 9rem;
  }

  .ind04 .list a .pos {
    height: 9rem;
  }

  .ind04 .list .swiper-pagination {
    margin-top: 0.9rem;
  }
}

/* .ind05{
    background: url(../images/index/ind05_bac.jpg) center no-repeat;
    background-size: cover;
    .swiper-slide{
        margin:30px 2.855% 120px 0;
        width: 31.43%;
        &:last-child{
            margin-right: 0;
        }
        a{
            position: relative;
            width: calc(100% - 2px);
            height: 310px;
            border:#fff 1px solid;
            background: rgba(255,255,255,0.2);
            &::before{
                transition: all 0.5s;
                opacity: 0;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: url(../images/index/ind05_bac2.jpg) center no-repeat;
                background-size: cover;
                content: "";
            }
            .bor{
                position: relative;
                z-index: 2;
                padding: 75px 10% 0;
            }
            b{
                font-size: 22px;
                color: #fff;
                font-weight: bold;
                overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
            }
            .lie{
                margin: 20px 0 25px;
                width: 76px;
                height: 2px;
                background: #fff;
                i{
                    transition: all 0.5s;
                    width: 0;
                    height: 100%;
                    background: #c92b2f;
                }
            }
            p{
                max-height: 90px;
                line-height: 30px;
                font-size: 18px;
                color: #fff;
                display: -webkit-box;
                overflow: hidden;
                -webkit-line-clamp:3;
                -webkit-box-orient: vertical;
            }
        }
        &.cur a{
            &::before{
                transition: all 0.5s;
                opacity: 1;
            }
            b{
                color: #333;
            }
            .lie i{
                transition: all 0.5s;
                width: 100%;
            }
            p{
                color: #666;
            }
        }
    }
    .pos{
        position: absolute;
        left: 0;
        bottom: 0;
        p{
            padding-left: 41px;
            line-height: 34px;
            font-size: 16px;
            color: #fff;
            background: url(../images/icon/i16.png) left center no-repeat;
        }
    }
    .swiper-pagination{
        top: auto;
        bottom: 17px;
        left: auto;
        right: 0;
        width: 37%;
        border-radius: 2px;
        background: rgba(255,255,255,0.4);
        overflow: hidden;
        .swiper-pagination-progressbar-fill{
            background: #fff;
        }
    }
} */
.ind05 {
  background: url(../images/index/ind05_bac.jpg) center no-repeat;
  background-size: cover;
}

.ind05 .Allnext {
  margin-top: 6vh;
}

.ind05 .Allnext.m_Allnext {
  display: none;
}

.ind05 .p_Allnext .tab_title {
  float: left;
  width: 300px;
}

.ind05 .p_Allnext .tab_title .Btitle {
  transition: all 0.5s;
  position: relative;
  padding-left: 30px;
  line-height: 70px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}

.ind05 .p_Allnext .tab_title .Btitle::after {
  transform: scale(0.5);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
}

.ind05 .p_Allnext .tab_title .Btitle::before {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 11px;
  background: url(../images/icon/i26.png) center no-repeat;
  content: "";
}

.ind05 .p_Allnext .tab_title .Btitle p {
  position: relative;
  z-index: 2;
}

.ind05 .p_Allnext .tab_title .swiper {
  display: none;
  height: 150px;
  padding-right: 14px;
    margin-top: 14px;

}

.ind05 .p_Allnext .tab_title .swiper .swiper-slide {
  transition: all 0.5s;
  padding-left: 56px;
  width: calc(100% - 56px);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: url(../images/icon/i27.png) left 30px center no-repeat;
  cursor: pointer;
}

.ind05 .p_Allnext .tab_title .swiper .swiper-slide::before {
  transition: all 0.5s;
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
}

.ind05 .p_Allnext .tab_title .swiper .swiper-slide.swiper-slide-thumb-active {
  transition: all 0.5s;
  background-image: url(../images/icon/i27s.png);
}

.ind05 .p_Allnext .tab_title .swiper .swiper-slide.swiper-slide-thumb-active::before {
  transition: all 0.5s;
  width: 100%;
}

.ind05 .p_Allnext .tab_title .title_next.cur .Btitle {
  transition: all 0.5s;
  font-size: 24px;
  font-weight: bold;
  color: #c92b2f;
}

.ind05 .p_Allnext .tab_title .title_next.cur .Btitle::after {
  transition: all 0.5s;
  opacity: 1;
  transform: scale(1);
}

.ind05 .p_Allnext .tab_title .title_next.cur .Btitle::before {
  transition: all 0.5s 0.3s;
  opacity: 1;
}

.ind05 .p_Allnext .tab_title .swiper-scrollbar {
  width: 1px;
  background: #ffffff;
}

.ind05 .p_Allnext .tab_title .swiper-scrollbar .swiper-scrollbar-drag {
  background: #c92b2f;
}

.ind05 .p_Allnext .tab_title .title_next.cur .swiper {
  display: block;
}

.ind05 .p_Allnext .tab_next {
  float: right;
  width: calc(100% - 340px);
}

.ind05 .p_Allnext .tab_next .swiper-slide {
  margin-bottom: 7.5vh;
}

.ind05 .p_Allnext .tab_next .swiper-slide .pic {
  float: left;
  width: 54%;
  height: 450px;
  overflow: hidden;
}

.ind05 .p_Allnext .tab_next .swiper-slide .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}

.ind05 .p_Allnext .tab_next .swiper-slide .text {
  float: left;
  box-sizing: border-box;
  padding: 70px 6%;
  width: 46%;
  height: 450px;
  background: url(../images/index/ind05_bac2.jpg) right bottom no-repeat;
  background-size: cover;
}

.ind05 .p_Allnext .tab_next .swiper-slide .text b {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ind05 .p_Allnext .tab_next .swiper-slide .text .p1 {
  margin: 32px 0 45px;
  height: 150px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.ind05 .p_Allnext .tab_next .swiper-slide:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}

.ind05 .p_Allnext .tab_next .swiper-slide:hover .more {
  color: #fff;
  border: #d3af51 1px solid;
}

.ind05 .p_Allnext .tab_next .swiper-slide:hover .more::before {
  transition: all 0.5s;
  width: 100%;
}

.ind05 .p_Allnext .tab_next .swiper-slide:hover .more p {
  transition: all 0.5s;
  border-right: rgba(255, 255, 255, 0.4) 1px solid;
}

.ind05 .p_Allnext .tab_next .swiper-slide:hover .more i {
  background-image: url(../images/icon/i9s.png);
}

.ind05 .p_Allnext .tab_next .swiper-button-next,
.ind05 .p_Allnext .tab_next .swiper-button-prev {
  top: auto;
  bottom: 1px;
  width: 12px;
  height: 22px;
}

.ind05 .p_Allnext .tab_next .swiper-button-prev {
  left: auto;
  right: 80px;
  background: url(../images/icon/i28.png) center no-repeat;
}

.ind05 .p_Allnext .tab_next .swiper-button-prev:hover {
  background-image: url(../images/icon/i28s.png);
}

.ind05 .p_Allnext .tab_next .swiper-button-next {
  right: 0%;
  background: url(../images/icon/i29.png) center no-repeat;
}

.ind05 .p_Allnext .tab_next .swiper-button-next:hover {
  background-image: url(../images/icon/i29s.png);
}

.ind05 .p_Allnext .tab_next .swiper-pagination {
  left: 0;
  bottom: 0px;
  display: flex;
  width: 30%;
}

.ind05 .p_Allnext .tab_next .swiper-pagination span {
  transition: all 0.5s;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  background: url(../images/icon/i27.png) center no-repeat;
}

.ind05 .p_Allnext .tab_next .swiper-pagination span.swiper-pagination-bullet-active {
  transition: all 0.5s;
  opacity: 1;
  background-image: url(../images/icon/i27s.png);
}

.ind05 .p_Allnext .tab_next .sum {
  position: absolute;
  right: 20px;
  bottom: 0px;
  z-index: 10;
  display: flex;
  justify-content: center;
  width: 40px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 3px;
}

.ind05 .p_Allnext .tab_next .sum .i1 {
  margin-top: -5px;
  font-size: 22px;
  font-weight: bold;
}

.ind05 .p_Allnext .tab_next .sum .i2 {
  margin-top: 2px;
}

@media screen and (min-width: 1201px) and (max-height: 800px) {
  .ind05 .Allnext {
    margin-top: 4vh;
  }

  .ind05 .p_Allnext .tab_next .swiper-slide {
    margin-bottom: 6vh;
  }
}

@media (max-width: 1200px) {
  .ind05 .Allnext {
    margin-top: 3vh;
  }

  .ind05 .Allnext.p_Allnext {
    display: none;
  }

  .ind05 .Allnext.m_Allnext {
    display: block;
  }

  .ind05 .m_Allnext .tab_title1 {
    margin-bottom: 0.3rem;
    display: flex;
    justify-content: space-between;
  }

  .ind05 .m_Allnext .tab_title1 a {
    display: flex;
    line-height: 0.5rem;
    font-size: 0.32rem;
    color: #fff;
    font-weight: bold;
  }

  .ind05 .m_Allnext .tab_title1 a.cur {
    color: #c92b2f;
  }

  .ind05 .m_Allnext .tab_title1 i {
    opacity: 0.6;
    margin-top: 0.13rem;
    width: 1px;
    height: 0.3rem;
    background: #fff;
  }

  .ind05 .m_Allnext .tab_title2 {
    position: relative;
    z-index: 3;
    margin-bottom: 0.3rem;
  }

  .ind05 .m_Allnext .tab_title2 .select {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    padding: 0 0.2rem;
    height: 0.82rem;
    background: #fff;
  }

  .ind05 .m_Allnext .tab_title2 .select p {
    position: relative;
    padding: 0 0.28rem;
    height: 0.82rem;
    line-height: 0.82rem;
    font-size: 0.26rem;
    color: #333;
    background: url(../images/icon/i7.png) left center no-repeat;
    background-size: 0.15rem auto;
  }

  .ind05 .m_Allnext .tab_title2 .select p::before {
    transition: all 0.5s;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.06rem;
    width: 0.22rem;
    height: 0.12rem;
    background: url(../images/icon/i20.png) right center no-repeat;
    background-size: 100% auto;
    content: "";
  }

  .ind05 .m_Allnext .tab_title2 .select .pos {
    display: none;
    position: absolute;
    left: 0;
    top: 0.81rem;
    padding: 0.1rem 0.2rem 0.1rem 0.48rem;
    width: calc(100% - 0.66rem - 1px);
    max-height: 5rem;
    overflow-y: auto !important;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }

  .ind05 .m_Allnext .tab_title2 .select .pos a {
    line-height: 0.7rem;
    font-size: 0.24rem;
    color: #666;
  }

  .ind05 .m_Allnext .tab_title2 .select.on p::before {
    transform: rotate(180deg);
  }

  .ind05 .m_Allnext .tab_next {
    min-height: 7.82rem;
  }

  .ind05 .m_Allnext .tab_next .next {
    display: none;
  }

  .ind05 .m_Allnext .tab_next .next.cur {
    display: block;
  }

  .ind05 .m_Allnext .tab_next a {
    margin-bottom: 0;
  }

  .ind05 .m_Allnext .tab_next a .pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }

  .ind05 .m_Allnext .tab_next a .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }

  .ind05 .m_Allnext .tab_next a .text {
    box-sizing: border-box;
    padding: 0.5rem 0.6rem;
    width: 100%;
    background: url(../images/index/ind05_bac2.jpg) right bottom no-repeat;
    background-size: cover;
  }

  .ind05 .m_Allnext .tab_next a .text b {
    font-weight: bold;
    font-size: 0.34rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ind05 .m_Allnext .tab_next a .text .p1 {
    margin: 0.25rem 0;
    height: 1.2rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .ind05 .m_Allnext .tab_next a .text .title {
    margin-bottom: 0;
    animation-delay: 0s;
    animation-duration: 0s;
  }
}

@media screen and (max-width: 500px) and (min-height: 801px) {
  .ind05 .title {
    margin-bottom: 4.5vh;
  }

  .ind05 .m_Allnext .tab_title1 {
    margin-bottom: 0.5rem;
  }

  .ind05 .m_Allnext .tab_title2 {
    margin-bottom: 0.5rem;
  }

  .ind05 .m_Allnext .tab_next a .pic {
    height: 4.2rem;
  }

  .ind05 .m_Allnext .tab_next a .text .p1 {
    margin: 0.3rem 0;
    height: 1.26rem;
    line-height: 0.42rem;
  }
}

.ind06 {
  padding: 5.5vh 0 7.5vh;
  border-bottom: #cbcbcb 1px solid;
}

.ind06 .p_swiper {
  display: block;
}

.ind06 .m_swiper {
  display: none;
}

.ind06 .swiper-slide {
  margin-right: 2.13%;
  width: 23.4%;
}

.ind06 .swiper-slide .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 2px);
  height: 130px;
  overflow: hidden;
  background: #fff;
  border: #d5d5d5 1px solid;
  cursor: url(../images/icon/icon107.png), pointer;
}

.ind06 .swiper-slide .pic img {
  transition: all 1s;
  transform: rotateY(0deg);
  max-width: 90%;
  max-height: 90%;
}

.ind06 .swiper-slide .pic:hover img {
  transition: all 1s;
  transform: rotateY(360deg);
}

.footer {
  height: auto !important;
  background: url(../images/index/footer_bac.jpg) center no-repeat;
  background-size: cover;
  border-top: none;
}

.footer .next {
  padding: 5.5vh 0;
}

.footer .bot {
  line-height: 6.6vh;
  background: #dbdbdb;
}

@media (max-width: 1200px) {
  .ind06 {
    padding: 3vh 0 4vh;
    /* .p_swiper{
            display: none;
        }
        .m_swiper{
            display: block;
        } */
  }

  .ind06 .swiper-slide {
    /* margin-right: 0;
            width: 100%; */
    margin-right: 4%;
    width: 48%;
  }

  .ind06 .swiper-slide:last-child {
    margin-right: 0;
  }

  .ind06 .swiper-slide .pic {
    /* float: left;
                margin:0 4% 4% 0;
                width: calc(48% - 2px); */
    height: 1.38rem;
  }

  .ind06 .swiper-slide .pic:nth-child(2n) {
    margin-right: 0;
  }

  .ind06 .swiper-slide .pic:nth-child(3),
  .ind06 .swiper-slide .pic:nth-child(4) {
    margin-bottom: 0;
  }

  .ind06 .swiper-slide .pic img {
    max-width: 80%;
    max-height: 60%;
  }

  .footer {
    min-height: 5rem;
  }
}

/*动画*/
.section .title,
.dynamicTop,
.ind01 .notice,
.ind01 .next .top a,
.ind01 .next .bot a,
.ind01 .next .bot .swiper-pagination,
.ind02 .top,
.ind02 .tab_next,
.ind03 .top,
.ind03 .bot,
.ind04 .list a,
.ind04 .list .swiper-pagination,
.ind05 .tab_title,
.ind05 .tab_next,
.ind05 .m_Allnext .tab_title1,
.ind05 .m_Allnext .tab_title2,
.footer .ind06 .swiper,
.footer .next,
.footer .bot {
  opacity: 0;
  visibility: hidden;
}

.section.active .title,
.section.active .property,
.section.active .propertyMobileBox,
.ind01.active .notice,
.ind01.active .dynamicTop,
.ind01.active .next .top a,
.ind01.active .next .bot a,
.ind01.active .next .bot .swiper-pagination,
.ind02.active .top,
.ind02.active .tab_next,
.ind03.active .top,
.ind03.active .bot,
.ind04.active .list a,
.ind04.active .list .swiper-pagination,
.ind05.active .tab_title,
.ind05.active .tab_next,
.ind05.active .m_Allnext .tab_title1,
.ind05.active .m_Allnext .tab_title2,
.footer.active .ind06 .swiper,
.footer.active .next,
.footer.active .bot {
  visibility: visible;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
}

.section.active .title {
  animation-delay: 0.8s;
}

.section.active .property {
  animation-delay: 1.2s;
}

.section.active .propertyMobileBox {
  animation-delay: 1.2s;
}

.ind01.active .notice {
  animation-delay: 1.1s;
}

.ind01.active .next .top a {
  animation-delay: 0.3s;
}

.ind01.active .next .bot a {
  animation-delay: 0.6s;
}

.ind01.active .next .bot .swiper-pagination {
  animation-delay: 1.7s;
}


.ind03.active .top {
  animation-delay: 1.1s;
}

.ind03.active .bot {
  animation-delay: 1.4s;
}

.ind03.active .top .title {
  visibility: visible;
  animation-delay: 0s;
}

.ind04.active .list a:nth-child(1) {
  animation-delay: 1.1s;
}

.ind04.active .list a:nth-child(2) {
  animation-delay: 1.3s;
}

.ind04.active .list a:nth-child(3) {
  animation-delay: 1.5s;
}

.ind04.active .list a:nth-child(4) {
  animation-delay: 1.7s;
}

.ind04.active .list a:nth-child(5) {
  animation-delay: 1.9s;
}

.ind04.active .list .swiper-pagination {
  animation-delay: 1.1s;
}

.ind05.active .tab_title {
  animation-delay: 1.1s;
}

.ind05.active .tab_next {
  animation-delay: 1.4s;
}

.ind05.active .tab_next .swiper-slide .title {
  visibility: visible;
  animation-delay: 0s;
}

.ind05.active .m_Allnext .tab_title1 {
  animation-delay: 1.4s;
}

.ind05.active .m_Allnext .tab_title2 {
  animation-delay: 1.7s;
}

.ind05.active .m_Allnext .tab_next {
  animation-delay: 2s;
}

.footer.active .ind06 .swiper {
  animation-delay: 1.1s;
  z-index: 0;
}

.footer.active .next {
  animation-delay: 1.4s;
}

.footer.active .bot {
  animation-delay: 1.7s;
}