@charset "utf-8";

/*十大文旅*/
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.m_left {
  float: left;
}
.m_right {
  float: right;
}

.all_w {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #fefce7;
}

.Main {
  z-index: 0;
}
.jianjie_box {
  height: 500px;
  background-color: #ffffff;
}

.jianjie_box p {
  width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 36px;
  text-indent: 2rem;
}

.jianjie_hd {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 70px;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotateRe {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  50% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.HomePart {
  position: relative;
  min-height: 100vh;
}
.Mo_BgSlide {
  display: none;
}

.Pc_BgSlide {
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  left: calc(50% - 50vw);
  top: calc(50% - 50vh);
}
.Pc_BgSlide > div {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image 1.5s ease-in-out;
  transform: translateZ(0) rotate(360deg);
  background-image: url(jlms1.jpg);
}
.Pc_BgSlide .Box1 {
  z-index: 3;
  width: 760px;
  height: 760px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: calc(50% - 380px);
  top: calc(50% - 380px);
}
.Pc_BgSlide .Box2 {
  z-index: 2;
  width: 1458px;
  height: 1458px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: calc(50% - 729px);
  top: calc(50% - 729px);
}
.Pc_BgSlide .Box2::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.Pc_BgSlide .Box3 {
  z-index: 1;
  width: 1920px;
  height: 1920px;
  left: calc(50% - 960px);
  top: calc(50% - 960px);
}

.ani-rotate-inner {
  animation: rotate 2s ease-in-out both;
}
.ani-rotate-middle {
  animation: rotate 2s 0.16s ease-in-out both;
}
.ani-rotate-outer {
  animation: rotate 2s 0.32s ease-in-out both;
}
.ani-rotate-inner-re {
  animation: rotateRe 2s ease-in-out both;
}
.ani-rotate-middle-re {
  animation: rotateRe 2s 0.16s ease-in-out both;
}
.ani-rotate-outer-re {
  animation: rotateRe 2s 0.32s ease-in-out both;
}

.HomeLogo {
  position: absolute;
  z-index: 2;
  left: calc(50% - 180px);
  top: calc(50% - 180px);
  user-select: none;
}
.HomeLogo img {
  pointer-events: none;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.3));
}
.HomeLogo .LogoLinks {
  position: absolute;
  width: 180px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  left: calc(50% - 90px);
  top: calc(100% + 60px);
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  filter: drop-shadow(0px 3px 6px #000);
}

.SlideHd {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
}
.SlideHd ul {
  display: flex;
  width: 100%;
  justify-content: center;
}
.SlideHd li {
  position: relative;
  cursor: pointer;
  width: 90px;
  user-select: none;
  padding: 20px 30px;
}
.SlideHd li + li {
  margin-left: 58px;
}
.SlideHd li .pic {
  position: relative;
  box-sizing: border-box;
  height: 90px;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 50%;
}
.SlideHd li .pic img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.SlideHd li .pic::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
.SlideHd li h1 {
  display: block;
  position: relative;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.SlideHd li.on .pic::after {
  opacity: 0;
}

.Position {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 50vh;
  z-index: 3;
}
.Position a {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 39px;
  height: 60px;
  padding: 20px;
  top: -50px;
}
.Position a.prev {
  left: 40px;
  background: url(wzgz_ico_2.png) no-repeat center;
}
.Position a.next {
  right: 40px;
  background: url(wzgz_ico_3.png) no-repeat center;
}

@media only screen and (max-width: 750px) {
  .m_left {
    float: none;
  }
  .m_right {
    float: none;
  }
  .all_w {
    width: auto;
    max-width: 100vw;
    min-width: 100vw;
  }

  /* 首页 */
  .HomePart {
    min-height: auto;
  }
  .Pc_BgSlide {
    display: none;
  }
  .Mo_BgSlide {
    display: block;
  }
  .Mo_BgSlide li {
    position: relative;
    width: 100%;
  }
  .Mo_BgSlide li img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }

  .HomeLogo {
    zoom: 0.4;
    pointer-events: none;
    top: 30vh;
  }
  .HomeLogo .LogoLinks,
  .Position {
    display: none;
  }

  .SlideHd {
    position: relative;
    bottom: auto;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  .SlideHd li {
    width: calc(100vw / 5);
    padding: 0;
    box-sizing: border-box;
  }
  .SlideHd li + li {
    margin-left: 0;
    border-left: 1px solid #fff;
  }
  .SlideHd li .pic {
    height: 60px;
    border-radius: 0;
    border: none;
  }
  .SlideHd li h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  .TypePage {
    padding-top: 20px;
    background-size: cover;
  }
  .TypePage > .w1200 {
    padding: 0 10px;
  }
  .PageHead .BackHome {
    display: none;
  }
  .jianjie_box {
    height: auto;
  }

  .jianjie_box p {
    width: 96%;
    margin-left: 2%;
  }

  .jianjie_hd img {
    width: 100%;
  }
}