/*中部内容*/
/* amap 高德地图左下角logo隐藏*/
.amap-logo,
.amap-copyright {
  display: none !important;
}
.container {
  width: 100%;
  overflow: hidden;
  /*每个整屏共有的样式*/
  /*全景*/
  /*村落精选*/
  /*村落分布*/
  /*文化集萃*/
  /*产品亮点*/
  /*多端互通*/
}
.container .section {
  width: 100%;
  overflow: hidden;
  /*标题*/
  /*板块说明*/
}
.container .section .title {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.container .section .title img {
  width: 3.86666667rem;
}
.container .section .explain {
  width: 100%;
  margin-top: 0.56rem;
  padding: 0 0.64rem;
  font-family: PingFangSC-Light;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 20px;
  opacity: .85;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.container .section .explain::before {
  content: '';
  position: absolute;
  background: url('../images/index/rd_border.png');
  background-size: cover;
  width: 0.24rem;
  height: 0.24rem;
  bottom: 0;
  right: .3rem;
}
.container .section .explain::after {
  content: '';
  position: absolute;
  background: url('../images/index/lt_border.png');
  background-size: cover;
  width: 0.24rem;
  height: 0.24rem;
  top: -0.2rem;
  left: .3rem;
}
.container .section-one {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /*app-container全景盒子*/
  /*全景遮罩*/
}
.container .section-one #app-container {
  width: 100%;
  height: 100%;
}
.container .section-one .quanjingDark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  /*向下的箭头动画*/
}
.container .section-one .quanjingDark .firstTit {
  width: 8.21333333rem;
  height: 2.26666667rem;
  margin-top: 3.2rem;
  margin-bottom: 0.85333333rem;
}
.container .section-one .quanjingDark p {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  line-height: 29px;
}
.container .section-one .quanjingDark a {
  display: block;
  width: 2.96rem;
  height: 0.90666667rem;
  margin: 0 auto;
  margin-top: 2.69333333rem;
  position: relative;
  /*hover前 底层图片上边是定位的hover 但是它的透明度为0 所以看不见*/
}
.container .section-one .quanjingDark a img:first-child {
  width: 2.96rem;
  height: 0.90666667rem;
  opacity: 1;
}
.container .section-one .quanjingDark .list {
  width: 100%;
  margin-top: 1.33333333rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  padding: 0 1.5rem;
}
.container .section-one .quanjingDark .list span {
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 3.24px;
  /*text-align: center;*/
  cursor: pointer;
  border-bottom: 0 solid #E86A53;
}
.container .section-one .quanjingDark .list span:hover {
  color: #E86A53;
  border-bottom: 1px solid #E86A53 !important;
  transition: border-bottom 0.4s;
}
.container .section-one .quanjingDark .list span:first-child {
  color: #E86A53;
  border-bottom: 1px solid #E86A53;
}
.container .section-one .quanjingDark #down-index {
  width: 0.67rem;
  height: 0.28rem;
  position: absolute;
  bottom: 1rem;
  /*display: flex;
        display: -webkit-flex;
        justify-content: center;*/
  z-index: 4;
  animation: arrow-animated 1.5s infinite;
  -webkit-animation: arrow-animated 1.5s infinite;
}
@keyframes arrow-animated {
  0% {
    transform: translateY(0rem);
  }
  100% {
    transform: translateY(0.3rem);
  }
}
@-webkit-keyframes arrow-animated {
  0% {
    transform: translateY(0rem);
  }
  100% {
    transform: translateY(0.3rem);
  }
}
.container .section-two {
  width: 100%;
  height: 16.8rem;
  background: url("../images/index/collectionBG.jpg");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  /*==6张图片==*/
}
.container .section-two .pics {
  width: 100%;
  margin-top: 1.36rem;
  /*切换钮*/
}
.container .section-two .pics .btn {
  text-align: center;
  margin-bottom: 0.88rem;
}
.container .section-two .pics .btn span {
  font-family: PingFangSC-Thin, Arial, sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 1.88px;
  text-align: justify;
  border-bottom: 0 solid #ffffff;
  padding-bottom: 0.02666667rem;
  transition: border-bottom-width 0.1s linear;
  cursor: pointer;
}
.container .section-two .pics .btn span:hover {
  border-bottom: 1px solid #ffffff;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
}
.container .section-two .pics .btn .clickSpan {
  border-bottom: 1px solid #ffffff;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
}
.container .section-two .pics .btn .lspan {
  margin-right: 1.22666667rem;
}
.container .section-two .pics .all {
  width: 100%;
  /*图片*/
  /*more*/
}
.container .section-two .pics .all .mpics {
  width: 100%;
  overflow: hidden;
  padding-left: 0.26666667rem;
}
.container .section-two .pics .all .mpics ul {
  width: 21.38666667rem;
}
.container .section-two .pics .all .mpics ul li {
  float: left;
  width: 3.52rem;
  height: 5.70666667rem;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  /*hover时img原图放大*/
}
.container .section-two .pics .all .mpics ul li .list-warp {
  box-sizing: border-box;
  margin: 0 5px;
  position: relative;
  border-radius: 10px;
}
.container .section-two .pics .all .mpics ul li #picHref {
  display: block;
  width: 100%;
  height: 100%;
}
.container .section-two .pics .all .mpics ul li #picHref img {
  width: 100%;
  transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  border-radius: 10px;
}
.container .section-two .pics .all .more {
  width: 100%;
  margin-top: 1.38666667rem;
}
.container .section-two .pics .all .more a {
  width: 2.96rem;
  height: 0.90666667rem;
  display: block;
  margin: 0 auto;
  position: relative;
}
.container .section-two .pics .all .more a img:first-child {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.container .section-thrid {
  width: 100%;
  height: 16.8rem;
  background: url("../images/index/fenbuBg.jpg");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  /*地图*/
  /*running数字*/
}
.container .section-thrid .map {
  width: 9.2rem;
  height: 6.66666667rem;
  min-height: 6.66666667rem;
  margin: 0 auto;
  margin-top: 1.33333333rem;
  /*高德地图盒子*/
  /*放大缩小钮*/
}
.container .section-thrid .map .map-container-box {
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
}
.container .section-thrid .map .map-container {
  width: 101%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.container .section-thrid .map .map-container-box-itemBottom {
  position: absolute;
  width: .6rem;
  bottom: 0.13333333rem;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}
.container .section-thrid .map .map-container-box-itemBottom img {
  width: 0.66666667rem;
  height: 0.66666667rem;
  margin-top: 0.13333333rem;
}
.container .section-thrid .map .map-container-box-itemBottom .map-zoom-in {
  margin-right: 0.13333333rem;
}
.container .section-thrid .running {
  width: 100%;
  margin-top: 2.5rem;
  /*特殊带 + 的li*/
}
.container .section-thrid .running ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.container .section-thrid .running ul li {
  float: left;
  width: 25%;
  text-align: center;
  /* + 号标签span*/
}
.container .section-thrid .running ul li .tspan {
  display: block;
  font-family: JCHEadA;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 2.28px;
  text-align: center;
}
.container .section-thrid .running ul li .plus {
  position: absolute;
  top: 0;
  right: -0.1rem;
  font-family: JCHEadA;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 2.28px;
  text-align: center;
}
.container .section-thrid .running ul li .dspan {
  display: block;
  font-family: PingFangSC-Regular;
  font-size: 9px;
  color: #FFFFFF;
  letter-spacing: 0.8px;
  text-align: center;
}
.container .section-thrid .running .specilspan {
  position: relative;
}
.container .section-fourth {
  width: 100%;
  height: 16.8rem;
  background: url("../images/index/culBG.jpg");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  /*====轮播图====*/
  /*图片列表*/
  /*每张图片的位置设置*/
  /*底部按钮*/
  /*more*/
}
.container .section-fourth .title {
  height: 1.33333333rem;
}
.container .section-fourth .title img {
  height: 100%;
}
.container .section-fourth .forEX {
  color: #4A4A4A;
  width: 100%;
  margin-top: 0.56rem;
  padding: 0 0.64rem;
  font-family: PingFangSC-Light;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 20px;
  opacity: .85;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.container .section-fourth .forEX::before {
  content: '';
  position: absolute;
  background: url('../images/index/Path 7 Copy@2x.png');
  background-size: cover;
  width: 0.24rem;
  height: 0.24rem;
  top: 0;
  left: .3rem;
}
.container .section-fourth .forEX::after {
  content: '';
  position: absolute;
  background: url('../images/index/Path 7 Copy 2@2x.png');
  background-size: cover;
  width: 0.24rem;
  height: 0.24rem;
  bottom: -0.2rem;
  right: .3rem;
}
.container .section-fourth .box {
  margin: 0 auto;
  margin-top: 1.54666667rem;
  width: 97%;
  height: 6rem;
  position: relative;
}
.container .section-fourth .cul_swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.container .section-fourth ul {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.container .section-fourth li {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.container .section-fourth img {
  width: 7.38666667rem;
  height: 4.16rem;
  float: left;
}
.container .section-fourth .p1 {
  transform: translate3d(-0.69333333rem, 0, 0) scale(0.8) translateY(0.64rem);
  opacity: 1;
  z-index: 1;
}
.container .section-fourth .p2 {
  transform: translate3d(0.42666667rem, 0, 0) scale(1) translateY(0.4rem);
  transform-origin: 0% 50%;
  opacity: 1;
  z-index: 2;
}
.container .section-fourth .p3 {
  transform: translate3d(1.14666667rem, 0, 0) scale(1.1) translateY(0.29333333rem);
  z-index: 3;
  opacity: 1;
}
.container .section-fourth .p4 {
  transform: translate3d(1.86666667rem, 0, 0) scale(1) translateY(0.37333333rem);
  transform-origin: 100% 50%;
  opacity: 1;
  z-index: 2;
}
.container .section-fourth .p5 {
  transform: translate3d(2.98666667rem, 0, 0) scale(0.8) translateY(0.50666667rem);
  opacity: 1;
  z-index: 1;
}
.container .section-fourth .buttons {
  position: absolute;
  width: 100%;
  bottom: -0.8rem;
  left: 0;
  text-align: center;
  /*高亮*/
}
.container .section-fourth .buttons .blue {
  color: #4A4A4A;
  font-size: 15px;
}
.container .section-fourth .buttons a {
  display: inline-block;
  padding: 0.13333333rem 0.2rem;
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #4A4A4A;
  letter-spacing: 0;
  text-align: center;
}
.container .section-fourth .more {
  width: 100%;
  margin-top: 2rem;
}
.container .section-fourth .more a {
  width: 2.96rem;
  height: 0.90666667rem;
  display: block;
  margin: 0 auto;
  position: relative;
}
.container .section-fourth .more a img {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.container .section-fiveth {
  width: 100%;
  height: 11rem;
  background: url("../images/index/productBG.jpg");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  /*icons*/
  /*css3浮动特效*/
  /*nimation-delay:1s*/
  /*  @keyframes arrow1 {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(10px);
      }
    }

    @-webkit-keyframes arrow1 {
      0% {
        -webkit-transform: translateY(0);
      }
      100% {
        -webkit-transform: translateY(10px);
      }
    }

    .arrow {
      animation: arrow1 2s infinite;
      -webkit-animation: arrow1 2s infinite;
      animation-timing-function: ease-in-out;
      -webkit-animation-timing-function: ease-in-out;

      -webkit-animation-direction: alternate;
      animation-direction: alternate;
    }*/
}
.container .section-fiveth .icons {
  width: 8.21333333rem;
  height: 4.5rem;
  margin: 0 auto;
  margin-top: 1.33333333rem;
  background: url("../images/icon/Group_7.png");
  background-size: 100% 100%;
}
.container .section-sixth {
  width: 100%;
  height: 15rem;
  position: relative;
  background: url("../images/index/duoduanBG.jpg");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  /***********footer页脚*************/
}
.container .section-sixth .duoT {
  width: 100%;
  margin-top: 0.88rem;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 3.6px;
  text-align: center;
}
.container .section-sixth .duo {
  width: 95%;
  margin: 0 auto;
  margin-top: 1.06666667rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.container .section-sixth .duo img {
  width: 9.28rem;
  height: 1.92rem;
}
.container .section-sixth footer {
  width: 100%;
  height: 9rem;
  background: url("../images/icon/footerBG.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /*icons*/
  /*info*/
  /*url*/
  /*btmfooter*/
}
.container .section-sixth footer .methodIcons {
  width: 60%;
  margin: 0 auto;
  margin-top: 3.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}
.container .section-sixth footer .methodIcons .qq,
.container .section-sixth footer .methodIcons .wechat,
.container .section-sixth footer .methodIcons .email,
.container .section-sixth footer .methodIcons .phone {
  width: 0.85333333rem;
  height: 0.85333333rem;
}
.container .section-sixth footer .methodIcons .qq a,
.container .section-sixth footer .methodIcons .wechat a,
.container .section-sixth footer .methodIcons .email a,
.container .section-sixth footer .methodIcons .phone a {
  display: block;
  width: 0.85333333rem;
  height: 0.85333333rem;
}
.container .section-sixth footer .methodIcons .qq a img,
.container .section-sixth footer .methodIcons .wechat a img,
.container .section-sixth footer .methodIcons .email a img,
.container .section-sixth footer .methodIcons .phone a img {
  width: 100%;
}
.container .section-sixth footer .info {
  width: 92%;
  margin: 0.53333333rem auto;
}
.container .section-sixth footer .info p {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 20px;
  opacity: .85;
}
.container .section-sixth footer .url {
  width: 97%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}
.container .section-sixth footer .url a {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 18px;
}
.container .section-sixth footer .url img {
  width: 1px;
  height: 0.34133333rem;
}
.container .section-sixth footer .btmfooter {
  width: 92%;
  margin: 0 auto;
  margin-top: .3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.container .section-sixth footer .btmfooter p {
  opacity: 0.5;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #DFDEDE;
  letter-spacing: 0;
  text-align: center;
  line-height: 12px;
}
/*地图*/
.province-marker {
  display: inline-block;
  background: url("../images/icon/iconDB.png");
  background-size: 100% 100%;
  width: 0.64rem;
  height: 0.77333333rem;
  position: relative;
}
.province-marker .content {
  position: relative;
  /* background: rgba(218, 116, 96, 0.8); */
  /*background: #e4563c;*/
  color: #fff;
  display: inline-block;
  /*padding: 4px 8px;
  border-radius: 4px;*/
  font-size: 12px;
  padding-top: 6px;
  font-family: PingFangSC-Thin, Arial, sans-serif;
}
.province-marker .content div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.province-marker .content div:last-child {
  color: #000000;
  letter-spacing: 0;
  width: 157%;
  margin-top: 0.08rem;
  margin-left: -0.16rem;
}
.village-marker {
  display: inline-block;
  position: relative;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
}
.village-marker .active {
  display: flex;
  width: 40px;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.village-marker .active:hover .village-marker-text {
  color: #e4563c;
}
.village-marker .active .village-marker-text {
  display: flex;
  color: #e4563c;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: center;
  margin-bottom: 2px;
  font-size: 14px;
}
.village-marker .active .village-marker-img {
  width: 34px;
  height: 34px;
}
.village-marker .active .village-marker-imgbox {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 3px;
  border-radius: 3px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
}
.village-marker .normal {
  width: 20px;
  height: 20px;
  /* position:absolute; */
  /* left: 50%; */
  /* bottom:0; */
  /* margin-left: -10px; */
  background: url(../images/home/map-marker-red.png) no-repeat center center / 100% auto;
}
.village-marker .triangle {
  border-width: 4px 4px 0px;
  border-style: solid;
  /* border-top-color: red; */
  width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  display: inline-block;
}
.segment-forth .segment-content {
  flex-flow: column nowrap;
}
.map-container-box-itemTop {
  flex: 1;
}
.map-container-box-itemBottom {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-container-box {
  position: relative;
  width: 100%;
  flex: 8;
  /* height: 474px; */
  /* left:0; */
  /* top:50%; */
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  /* transform: translateY(-50%);
  -ms-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -o-transform:translateY(-50%); */
}
.map-container {
  flex: 1;
  width: 80%;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.map-zoom-box {
  display: flex;
  flex-flow: row nowrap;
  /* margin-top:40px; */
  width: 94px;
  justify-content: space-between;
}
/*.map-zoom-in, .map-zoom-out{
	width: 32px;
	height:32px;
	border: 1px solid #fff;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	font-size: 20px;
	cursor: pointer;
}*/
.map-zoom-in:not(.disable):hover,
.map-zoom-out:not(.disable):hover {
  color: #000;
}
.map-zoom-in.disable,
.map-zoom-out.disable {
  opacity: 0.5;
}
