@import "../css/annimate.css";
/*======中部分栏整屏图片=======*/
.content {
  width: 100%;
  /*每个整屏共有的样式*/
  /*==全景小行星轮播==*/
  /*==城市精选==*/
  /*==城市分布==*/
  /*==城市文化==*/
  /*==多端互通==*/
  /*====四张图===*/
  /*=====footer img======*/
}
.content .BP {
  width: 100%;
  height: 572px;
  min-height: 572px;
  min-width: 1000px;
  /*标题*/
  /*板块说明*/
}
.content .BP .title {
  width: 100%;
  margin-top: 22px;
  text-align: center;
}
.content .BP .title img {
  width: 170px;
  height: 43px;
}
.content .BP .explain {
  width: 25%;
  margin: 0 auto;
  margin-top: 3%;
  padding: 3px 5px;
  font-size: 13px;
  letter-spacing: 2px;
  text-align: justify;
  line-height: 25px;
  font-family: PingFangSC-Thin, Arial, sans-serif;
  color: #FFFFFF;
  opacity: .85;
  position: relative;
}
.content .BP .explain::before {
  content: '';
  position: absolute;
  background: url('../images/index/Path 6 Copy 2@2x.png');
  background-size: cover;
  width: 11px;
  height: 11px;
  top: 0;
  right: -2px;
}
.content .BP .explain::after {
  content: '';
  position: absolute;
  background: url('../images/index/Path 6 Copy@2x.png');
  background-size: cover;
  width: 11px;
  height: 11px;
  bottom: -1px;
  left: -2px;
}
.content .firstBP {
  position: relative;
  /*全景遮罩*/
}
.content .firstBP .quanjingDark {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/index/welPage-cover.png");
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
}
.content .firstBP .quanjingDark .firstTit {
  width: 400px;
  height: 207px;
  margin-top: 134px;
  margin-bottom: 21px;
}
.content .firstBP .quanjingDark p {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 2.33px;
  text-align: center;
  line-height: 29px;
}
.content .firstBP .quanjingDark a {
  display: block;
  width: 111px;
  height: 34px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  /*hover前 底层图片上边是定位的hover 但是它的透明度为0 所以看不见*/
  /*hover后的图片定位 但是透明度为0 不显示*/
}
.content .firstBP .quanjingDark a img:first-child {
  width: 111px;
  height: 34px;
  opacity: 1;
}
.content .firstBP .quanjingDark a img:last-child {
  width: 111px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.content .firstBP .quanjingDark a:hover img:first-child {
  opacity: 1;
  transition: opacity .4s;
}
.content .firstBP .quanjingDark a:hover img:last-child {
  opacity: 1;
  transition: opacity .3s;
}
.content .firstBP .quanjingDark .list {
  text-align: center;
  margin-top: 73px;
  margin-left: 50px;
}
.content .firstBP .quanjingDark .list span {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 3.46px;
  text-align: center;
  margin-right: 48px;
  cursor: pointer;
  border-bottom: 0 solid #ffffff;
  padding: 2px 0;
}
.content .firstBP .quanjingDark .list span:hover {
  color: #ffffff;
  border-bottom: 2px solid #ffffff !important;
  transition: border-bottom 0.4s;
}
.content .firstBP .quanjingDark .list span:first-child {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.content .secondBP {
  margin-top: 30px;
  /*==6张图片==*/
}
.content .secondBP .pics {
  width: 1000px;
  margin: 0 auto;
  margin-top: 35px;
  /*图片*/
  /*more*/
}
.content .secondBP .pics .mpics {
  width: 100%;
  min-width: 1000px;
}
.content .secondBP .pics .mpics > ul > li {
  float: left;
  width: 20%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  /*hover时img原图放大*/
  /*hover时遮罩dark 透明度增加 变大*/
  /*没hover*/
  /*遮罩*/
}
.content .secondBP .pics .mpics > ul > li p.textBox {
  height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0 15px;
  margin-top: 23px;
  font-family: PingFangSC-Light;
  font-size: 10px;
  color: #4A4A4A;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 22px;
  box-sizing: border-box;
}
.content .secondBP .pics .mpics > ul > li:hover {
  z-index: 1;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
}
.content .secondBP .pics .mpics > ul > li:hover .dark {
  opacity: 1;
  transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transition: opacity 0.3s;
}
.content .secondBP .pics .mpics > ul > li:hover p.textBox {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.content .secondBP .pics .mpics > ul > li .list-warp {
  box-sizing: border-box;
  margin: 0 10px;
  position: relative;
  border-radius: 10px;
}
.content .secondBP .pics .mpics > ul > li 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;
}
.content .secondBP .pics .mpics > ul > li .dark {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #000000;
  text-align: center;
  border-radius: 10px;
  /*扫码那段字取消 否则二维码太小扫不上*/
}
.content .secondBP .pics .mpics > ul > li .dark p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: PingFangSC-Thin, Arial, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
}
.content .secondBP .pics .mpics > ul > li .dark .span1 {
  font-family: PingFangSC-Thin, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1.33px;
  text-align: center;
  display: block;
}
.content .secondBP .pics .mpics > ul > li .dark .ertu {
  width: 100px;
  height: 100px;
  background: url('../images/button+icon/Group 8@2x.png');
  background-size: cover;
  margin: 10px auto;
}
.content .secondBP .pics .mpics > ul > li .dark .erImg {
  width: 90px;
  height: 90px;
  background: #ffffff;
  padding: 2px;
  margin: 5px;
  margin-top: 5px;
  display: inline-block;
}
.content .secondBP .pics .mpics > ul > li .dark .erImg canvas {
  width: 86px;
}
.content .secondBP .pics .mpics > ul > li .dark .span2 {
  margin: 0 auto;
  margin-top: 13px;
  font-family: PingFangSC-Thin, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-align: center;
}
.content .secondBP .pics .mpics > ul > li .dark a {
  display: block;
  position: absolute;
  width: 92px;
  height: 28px;
  margin: 0 auto;
  left: 50%;
  margin-left: -46px;
  bottom: 20px;
  /*hover后的图片定位 但是透明度为0 不显示*/
}
.content .secondBP .pics .mpics > ul > li .dark a img:first-child {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.content .secondBP .pics .mpics > ul > li .dark a img:last-child {
  width: 92px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.content .secondBP .pics .mpics > ul > li .dark a:hover img:first-child {
  opacity: 0;
  transition: opacity .4s;
}
.content .secondBP .pics .mpics > ul > li .dark a:hover img:last-child {
  opacity: 1;
  transition: opacity .3s;
}
.content .secondBP .pics .more {
  width: 100%;
  margin-top: 19px;
}
.content .secondBP .pics .more a {
  width: 111px;
  height: 34px;
  display: block;
  margin: 0 auto;
  position: relative;
  /*hover后的图片定位 但是透明度为0 不显示*/
}
.content .secondBP .pics .more a img:first-child {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.content .secondBP .pics .more a img:last-child {
  width: 111px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.content .secondBP .pics .more a:hover img:first-child {
  opacity: 0;
  transition: opacity .4s;
}
.content .secondBP .pics .more a:hover img:last-child {
  opacity: 1;
  transition: opacity .3s;
}
.content .thirdBP {
  margin-top: 30px;
  /*标题*/
  /*地图*/
  /*running数字*/
}
.content .thirdBP .title {
  width: 100%;
  margin-top: 22px;
  text-align: center;
}
.content .thirdBP .title img {
  width: 170px;
  height: 43px;
}
.content .thirdBP .title {
  margin-top: 0;
}
.content .thirdBP .map {
  width: 1000px;
  height: 411px;
  min-height: 411px;
  margin: 0 auto;
  margin-top: 16px;
  background-color: #fff;
  /*高德地图盒子*/
  /*放大缩小钮*/
}
.content .thirdBP .map .map-container-box {
  position: relative;
  width: 100%;
  align-items: center;
  /* transform: translateY(-50%);
        -ms-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        -webkit-transform:translateY(-50%);
        -o-transform:translateY(-50%); */
}
.content .thirdBP .map .map-container {
  width: 101%;
  height: 411px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.content .thirdBP .map .map-container-box-itemBottom {
  position: absolute;
  width: 60px;
  height: 100px;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}
.content .thirdBP .map .map-container-box-itemBottom img {
  width: 35px;
  height: 35px;
  margin-top: 5px;
}
.content .thirdBP .running {
  width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  /*特殊带 + 的li*/
}
.content .thirdBP .running > ul > li {
  float: left;
  width: 25%;
  text-align: center;
  /* + 号标签span*/
}
.content .thirdBP .running > ul > li .tspan {
  font-family: JCHEadA;
  font-size: 60px;
  color: #143072;
  letter-spacing: 3.81px;
  text-align: center;
  display: block;
}
.content .thirdBP .running > ul > li .plus {
  position: absolute;
  top: 0;
  right: 20px;
  font-family: JCHEadA;
  font-size: 60px;
  color: #143072;
  letter-spacing: 3.81px;
  text-align: center;
}
.content .thirdBP .running > ul > li .dspan {
  display: block;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #143072;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 4px;
}
.content .thirdBP .running .specilspan {
  position: relative;
}
.content .fourthBP {
  width: 100%;
  height: 512px !important;
  min-height: 512px !important;
  min-width: 1000px;
  /*标题*/
  /*板块说明*/
  /*====轮播图====*/
  /*图片列表*/
  /*每张图片的位置设置*/
  /*左一*/
  /*中间*/
  /*右一*/
  /*右二*/
  /*底部按钮*/
}
.content .fourthBP .title1 {
  margin-top: 60px;
  width: 100%;
  height: 43px;
  position: relative;
}
.content .fourthBP .title1 img {
  width: 170px;
  height: 43px;
  position: absolute;
  margin-left: -79.5px;
  margin-top: -29.5px;
}
.content .fourthBP .fourthEx {
  width: 525px;
  margin: 0 auto;
  margin-top: -10px;
  padding: 3px 5px;
  font-family: PingFangSC-Light;
  font-size: 13px;
  color: #4A4A4A;
  letter-spacing: 2px;
  text-align: justify;
  line-height: 25px;
  opacity: .85;
  position: relative;
}
.content .fourthBP .fourthEx::before {
  content: '';
  position: absolute;
  background: url('../images/index/Path 7 Copy@2x.png');
  background-size: cover;
  width: 11px;
  height: 11px;
  top: 0;
  left: -5px;
}
.content .fourthBP .fourthEx::after {
  content: '';
  position: absolute;
  background: url('../images/index/Path 7 Copy 2@2x.png');
  background-size: cover;
  width: 11px;
  height: 11px;
  bottom: -1px;
  right: -2px;
}
.content .fourthBP .box {
  margin: 0 auto;
  margin-top: 17px;
  width: 1000px;
  height: 340px;
  position: relative;
}
.content .fourthBP .list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.content .fourthBP ul {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.content .fourthBP li {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.content .fourthBP img {
  float: left;
  width: 100%;
  height: 100%;
}
.content .fourthBP .p1 {
  width: 348px;
  height: 196px;
  transform: translate3d(0, 0, 0) scale(1) translateY(60px);
  opacity: 1;
  z-index: 1;
}
.content .fourthBP .p2 {
  width: 375px;
  height: 244px;
  transform: translate3d(110px, 0, 0) scale(1) translateY(40px);
  transform-origin: 0% 50%;
  opacity: 1;
  z-index: 2;
}
.content .fourthBP .p3 {
  width: 563px;
  height: 316px;
  transform: translate3d(209px, 0, 0) scale(1);
  z-index: 3;
  opacity: 1;
}
.content .fourthBP .p4 {
  width: 348px;
  height: 244px;
  transform: translate3d(530px, 0, 0) scale(1) translateY(40px);
  transform-origin: 100% 50%;
  opacity: 1;
  z-index: 2;
}
.content .fourthBP .p5 {
  width: 294px;
  height: 195px;
  transform: translate3d(696px, 0, 0) scale(1) translateY(60px);
  opacity: 1;
  z-index: 1;
}
.content .fourthBP .buttons {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 0;
  text-align: center;
  /*高亮*/
}
.content .fourthBP .buttons .blue {
  padding: 5px 0;
  color: #4A4A4A;
  font-size: 20px;
  border-bottom: 2px solid #5582ff;
}
.content .fourthBP .buttons a {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  margin: 0 25px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 2.47px;
  text-align: center;
}
.content .fifthBP {
  width: 100%;
  height: 553px !important;
  min-height: 553px !important;
  min-width: 1000px;
  border: 1px solid transparent;
  /*左侧*/
  /*左侧*/
  /*右侧*/
}
.content .fifthBP #advantage {
  width: 1000px;
  min-width: 1000px;
  height: 475px;
  position: relative;
  margin: auto;
  margin-top: 8px;
}
.content .fifthBP #annimate-con {
  height: 475px;
  margin: 0 auto;
  text-align: center;
}
.content .fifthBP #annimate-con img {
  vertical-align: bottom;
}
.content .fifthBP #vrglass {
  width: 233px;
  position: absolute;
  z-index: 100;
  animation-duration: 1.5s;
  bottom: 0;
  left: 0;
  display: none;
}
.content .fifthBP #comphone {
  width: 753px;
  position: absolute;
  bottom: 90px;
  left: 14px;
  animation-duration: 1.5s;
  display: none;
}
.content .fifthBP #pingtai {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 633px;
  animation-duration: 1.5s;
  display: none;
}
.content .fifthBP #advantage span {
  color: white;
  font-size: 16px;
  font-weight: 300;
}
.content .fifthBP #ddht {
  position: absolute;
  left: 0;
  top: -70px;
  animation-duration: 1.5s;
}
.content .fifthBP #cbbj {
  position: absolute;
  left: 100px;
  top: -70px;
  animation-duration: 1.5s;
}
.content .fifthBP #sjty {
  position: absolute;
  left: 56px;
  bottom: 93px;
  animation-duration: 1.5s;
}
.content .fifthBP #cirPho {
  position: absolute;
  right: -29px;
  top: 145px;
  animation-duration: 1.5s;
}
.content .fifthBP #gllh {
  position: absolute;
  right: 100px;
  top: 40px;
  animation-duration: 1.5s;
}
.content .fifthBP #ddht,
.content .fifthBP #cbbj,
.content .fifthBP #sjty,
.content .fifthBP #gllh,
.content .fifthBP #cirPho {
  display: none;
  padding: 3px 15px;
  border-radius: 15px;
  letter-spacing: 5px;
  text-align: center;
  padding-left: 20px;
  z-index: 100;
}
.content .fifthBP #ddht img,
.content .fifthBP #cbbj img,
.content .fifthBP #sjty img,
.content .fifthBP #gllh img,
.content .fifthBP #cirPho img {
  width: 82px;
  height: 83px;
}
.content .sixthBP {
  margin-top: 47px;
  width: 100%;
  overflow: hidden;
}
.content .sixthBP .w {
  width: 1000px;
  margin: 0 auto;
}
.content .sixthBP .w .ggCards {
  display: inline-block;
  width: 240px;
  height: 164px;
  margin-right: 5px;
  margin-left: 1px;
}
.content .sixthBP .w .ggCards img {
  width: 100%;
  vertical-align: -webkit-baseline-middle;
}
.content .sixthBP .w .ggCards p.tit {
  width: 100%;
  height: 31px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 2.4px;
  text-align: center;
  background: #27549A;
  line-height: 31px;
}
.content .sixthBP .w .ggCards:last-child {
  margin-right: 0;
}
.content .imgFooter {
  width: 100%;
  height: 170px;
  background: #1d71b7;
  margin-top: 81px;
  box-sizing: border-box;
}
.content .imgFooter .w {
  width: 1000px;
  margin: auto;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
}
.content .imgFooter .w p {
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 24px;
  font-family: Arial, Helvetica, sans-serif;
}
/* map */
.province-marker-small {
  display: inline-block;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
  background: url("../images/button+icon/disabled.png");
  background-size: 100% 100%;
  width: 28px;
  height: 35px;
  position: relative;
}
.province-marker {
  display: inline-block;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
  background: url("../images/button+icon/iconDB.png");
  background-size: 100% 100%;
  width: 59px;
  height: 69px;
  position: relative;
}
.province-marker:hover .trangnle {
  display: block;
}
.province-marker:hover .content {
  display: none;
}
.province-marker .trangnle {
  width: 46px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 1px;
  left: 7px;
  display: none;
}
.province-marker .trangnle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.province-marker .content {
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  padding-top: 15px;
  font-family: PingFangSC-Thin, Arial, sans-serif;
}
.province-marker .content div {
  display: block;
}
.province-marker .content div:first-child {
  font-size: 12px;
  margin-top: -10px;
}
.province-marker .content div:last-child {
  margin-top: -2px;
}
.village-marker {
  display: inline-block;
  position: relative;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
}
.village-marker .active {
  display: block;
  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: block;
  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;*/
  width: 100%;
  height: 100%;
}
.map-container-box-itemTop {
  /*flex: 1;*/
  width: 100%;
  height: 50%;
}
.map-container-box-itemBottom {
  /*flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;*/
  width: 100%;
  height: 50%;
}
.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 {
  cursor: pointer;
}
/*.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;
}
