.index {
  overflow: hidden;
  height: auto;
  width: 100%;
  background: #e5e5e5;
}
.carousel-container {
  display: none;
}
.index .bg {
  width: 100%;
  height: 1080px;
  background: url(../img/index/index_bg.png) center no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  padding: 277px 12.5% 0 12.5%;
}
.index .bg > img.bgimg1 {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: contain;
  left: 0;
  bottom: 0;
}
.index .bg > div:nth-child(1) {
  font-family: "FZFengYaSongS";
  font-size: 60px;
  color: #ffffff;
  line-height: 84px;
  letter-spacing: 6px;
}
.index .bg > div:nth-child(2),
.index .bg > div:nth-child(3) {
  font-family: "FZFengYaSongS";
  font-size: 32px;
  color: #ffffff;
  line-height: 32px;
  letter-spacing: 2px;
}
.index .bg > div:nth-child(2) {
  padding: 20px 0 10px 0;
}
.index .bg > div:nth-child(4) {
  font-family: "FZFengYaSongS";
  font-size: 28px;
  color: #ffffff;
  line-height: 33px;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
  padding-top: 40px;
}
.index .bg > div:nth-child(4) > a {
  width: 160px;
  background: #c5a86f;
  border-radius: 109px 109px 109px 109px;
  padding: 10px 16px;
}
.index .bg > div:nth-child(4) > img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  margin-left: 10px;
}
.index .bg > div:nth-child(5) {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 18px;
  color: #ffffff;
  line-height: 21px;
  position: absolute;
  bottom: 250px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .bg > div:nth-child(5) > img {
  width: 31px;
  height: 68px;
  object-fit: contain;
  margin-bottom: 10px;
}

.index .nav {
  width: 100%;
  background: none;
  margin-top: -210px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 80px 12.5%;
}
.index .nav .round div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #c5a86f;
  box-shadow: -4px 5px 8px 2px rgba(0, 0, 0, 0.5);
}
.index .nav .round div:last-of-type {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 28px;
  color: #1d2943;
  line-height: 33px;
  text-align: center;
  padding-top: 30px;
}
.index .nav .round:hover div:first-of-type {
  /* background: #c5a86f; */
}
.index .bgimg2,
.index .bgimg3 {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.index .bgimg3 {
  margin: 100px 0;
}

.index .flash {
  width: 100%;
  padding: 100px 12.5%;
}
.cntitle {
  padding: 10px 14px;
  background: #263b58;
  letter-spacing: 8px;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 28px;
  color: #ffffff;
  line-height: 33px;
  border-radius: 125px 125px 125px 125px;
  width: 172px;
  height: 52px;
}
.cntitle img {
  display: none;
}
.entitle {
  font-family: "FZFengYaSongS";
  font-size: 22px;
  color: #263b58;
  line-height: 26px;
  letter-spacing: 1px;
  padding: 10px 0 30px 0;
  border-bottom: none;
}
.index .flash .boxbody {
  border-top: 1px dashed #000000;
  position: relative;
}
.index .flash .boxbody::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 0px;
  left: -497px;
  top: -1px;
  /* margin: auto; */
  border-top: 1px dashed #000000;
}
.index .flash .boxbody::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 0px;
  right: -497px;
  top: -1px;
  /* margin: auto; */
  border-top: 1px dashed #000000;
}

.index .flash .box {
  display: flex;
  align-items: start;
  padding: 30px 0 0 0;
  border-bottom: none;
}
.index .flash a:nth-child(3) .box {
  border-bottom: none;
}
.index .flash .box .num {
  font-family: "FZFengYaSongS";
  font-size: 22px;
  color: #263b58;
  line-height: 110px;
}
.index .flash .box > img {
  width: 118px;
  height: 110px;
  object-fit: cover;
  margin-left: 21px;
}
.index .flash .box .text {
  padding-left: 20px;
  width: 100%;
}
.index .flash .box .text > div:nth-child(1) {
  /* font-family: "FZLanTingHeiS-EB-GB"; */
  font-family: "PingFangSC-Medium";

  font-size: 24px;
  color: #c5a86f;
  line-height: 28px;
  height: auto;
  letter-spacing: 1px;
}
.index .flash .box .text > div:nth-child(2) {
  /* font-family: "FZLanTingHeiS-R-GB"; */
  font-family: "PingFangSC-Regular";

  font-size: 18px;
  color: #263b58;
  line-height: 21px;
  letter-spacing: 1px;
  margin: 20px 0;
  height: auto;
}
.index .flash .box .text > div:nth-child(1),
.index .flash .box .text > div:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .flash .box .text > div:nth-child(3) {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 14px;
  color: rgba(38, 59, 88, 0.8);
  line-height: 16px;
  display: flex;
  align-items: center;
}
.index .flash .box .text > div:nth-child(3) .icon1 {
  width: 10px;
  height: 10px;
  background: url(../img/index/index_icon14.png) center no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.index .flash .box .text > div:nth-child(3) .icon2 {
  width: 10px;
  height: 10px;
  background: url(../img/index/index_icon15.png) center no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.index .news .newsbox .newstime img {
  width: 10px;
  height: 10px;
  object-fit: cover;
  margin-right: 4px;
}
.index .flash .box .text > div:nth-child(3) > div {
  display: flex;
  align-items: center;
}
.index .flash .box .text > div:nth-child(3) > div:first-of-type,
.index .news .newsbox .newstime > div:first-of-type {
  padding-right: 20px;
}

.index .news {
  width: 100%;
  padding: 0 12.5%;
}
.newstop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newstop > a {
  font-size: 22px;
  color: #263b58;
  line-height: 26px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.newstop > a > .moreicon {
  width: 22px;
  height: 22px;
  object-fit: cover;
  margin-left: 8px;
  background: url(../img/index/index_icon19.png) center no-repeat;
}
.index .news .entitle {
  margin-bottom: 15px;
}
.index .news .dashedline,
.index .video .dashedline {
  position: relative;
  width: 100%;
  border-top: 1px dashed #000000;
  margin-bottom: 30px;
}
.index .news .dashedline::before,
.index .video .dashedline::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 0px;
  left: -497px;
  top: -1px;
  /* margin: auto; */
  border-top: 1px dashed #000000;
}
.index .news .dashedline::after,
.index .video .dashedline::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 0px;
  right: -497px;
  top: -1px;
  /* margin: auto; */
  border-top: 1px dashed #000000;
}
.index .news .newsbox {
  width: 100%;
  height: 207px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
.index .news .newsbox .newsimg {
  width: 100%;
  height: 140px;
  border-radius: 6px 6px 6px 6px;
  position: relative;
  overflow: hidden;
}
.index .news .newsbox .newsimg > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  overflow: hidden;
  object-fit: cover;
  z-index: 0;
}
.index .news .newsbox .newsimg .newstitle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 24px;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  background: rgba(29, 41, 67, 0.6);
  padding-left: 10px;
}
.index .news .newsbox .newstext {
  height: 28px;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 12px;
  color: #1d2943;
  line-height: 14px;
  margin: 10px 10px 8px 10px;
}
.index .news .newsbox .newsimg .newstitle,
.index .news .newsbox .newstext {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index .news .newsbox .newstime {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 10px;
  color: #999999;
  line-height: 12px;
  align-items: center;
  display: flex;
  padding: 0 10px;
}
.index .news .newsbox .newstime > div {
  display: flex;
  align-items: center;
}

.index .news .newsboxlist {
  display: none;
}
.index .news .newsbody {
  display: flex;
  justify-content: space-between;
}
.index .news .newsbody .left {
  display: flex;
  justify-content: space-between;
  width: 58.19%;
  height: 545px;
}
.index .news .newsbody .left .box {
  width: 49%;
  height: 100%;
  border: 1px solid #263b58;
  border-radius: 5px 5px 5px 5px;
}
.index .news .newsbody .left .box > a {
  width: 100%;
}
.index .news .newsbody .left .box > a > img {
  width: 100%;
  height: 204px;
  object-fit: cover;
}
.index .news .newsbody .left .box .text {
  padding: 20px;
}
.index .news .newsbody .left .box .text > div:nth-child(1) {
  font-family: "FZLanTingHeiS-EB-GB";
  font-size: 24px;
  color: #c5a86f;
  line-height: 28px;
  letter-spacing: 1px;
  height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .news .newsbody .left .box .text > div:nth-child(2) {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 18px;
  color: #263b58;
  line-height: 21px;
  letter-spacing: 1px;
  height: 125px;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .news .newsbody .icon1 {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 14px;
  color: rgba(38, 59, 88, 0.8);
  line-height: 16px;
  display: flex;
  align-items: center;
}
.index .news .newsbody .icon1 img {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.index .news .newsbody .icon1 > div {
  display: flex;
  align-items: center;
}
.index .news .newsbody .icon1 > div:first-of-type {
  margin-right: 30px;
}
.index .news .newsbody .left .box .text > div:nth-child(4) {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 18px;
  color: #c5a86f;
  line-height: 21px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(38, 59, 88, 0.8);
}
.index .news .newsbody .left .box .text > div:nth-child(4) > img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-left: 4px;
}
.index .news .newsbody .right {
  width: 37.64%;
}
.index .news .newsbody .right .box {
  padding: 20px 0;
  border-bottom: 2px dashed rgba(38, 59, 88, 0.2);
}
.index .news .newsbody .right .box:first-of-type {
  padding: 0 0 20px 0;
}
.index .news .newsbody .right .box:last-of-type {
  border: none;
  padding: 20px 0 0 0;
}
.index .news .newsbody .right .box a > div:nth-child(1) {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "FZLanTingHeiS-EB-GB";
  font-size: 24px;
  color: #c5a86f;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.index .video {
  padding: 0 12.5%;
  width: 100%;
}
.index .video .videobox {
  height: 200px;
  width: 100%;
  object-fit: cover;
  background: url(../img/index/index_video.png) no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
  position: relative;
}
.index .video .videobox div {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-family: "FZLanTingHeiS-EB-GB";
  font-size: 13px;
  color: #ffffff;
  line-height: 15px;
  letter-spacing: 1px;
}
.index .video .videobox > img {
  display: none;
}
.index .video .videobox {
  height: 200px;
  width: 100%;
  object-fit: cover;
  background: url(../img/index/index_video.png) no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
  position: relative;
  display: none;
}
.index .video .videobox div {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-family: "FZLanTingHeiS-EB-GB";
  font-size: 13px;
  color: #ffffff;
  line-height: 15px;
  letter-spacing: 1px;
}
.index .video .videobody {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.index .video .videobody .left {
  width: 24.86%;
  height: auto;
  background: #d9d9d9;
  border-radius: 15px 15px 15px 15px;
  padding: 16px 10px;
}
.index .video .videobody .left img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
  border-radius: 8px 8px 8px 8px;
}
.index .video .videobody .left img:last-of-type {
  margin-bottom: 0px;
}
.index .video .videobody .right {
  width: 71.04%;
  /* height: 100%; */
  margin-left: 40px;
}
.index .video .videobody .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 15px 15px;
}

.index .areas {
  width: 100%;
  padding: 100px 0;
}
.index .areas .areastop {
  width: 100%;
  padding: 0 12.5%;
}
.index .areas .areasbox {
  position: relative;
  height: 996px;
  border-top: 1px dashed #000000;
}
.index .areas .areasbox > .areasimg {
  width: 1349px;
  height: 896px;
  /* object-fit: contain; */
  position: absolute;
  left: 0;
  top: 100px;
  background: url(../img/index/index_areas1.png) center no-repeat;
}
.index .areas .areasbox > a {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 28px;
  color: #263b58;
  line-height: 33px;
  letter-spacing: 1px;
}
/* .index .areas .areasbox > a:hover {
  background: #c5a86f;
  padding: 4px;
  border-radius: 3px 3px 3px 3px;
} */
.index .areas .areasbox a:nth-child(2) {
  position: absolute;
  top: 100px;
  left: 975px;
}
.index .areas .areasbox a:nth-child(3) {
  position: absolute;
  top: 207px;
  left: 1091px;
}
.index .areas .areasbox a:nth-child(4) {
  position: absolute;
  top: 312px;
  left: 1151px;
}
.index .areas .areasbox a:nth-child(5) {
  position: absolute;
  top: 424px;
  left: 1183px;
}
.index .areas .areasbox a:nth-child(6) {
  position: absolute;
  top: 530px;
  left: 1188px;
}
.index .areas .areasbox a:nth-child(7) {
  position: absolute;
  top: 642px;
  left: 1183px;
}
.index .areas .areasbox a:nth-child(8) {
  position: absolute;
  top: 744px;
  left: 1151px;
}
.index .areas .areasbox a:nth-child(9) {
  position: absolute;
  top: 849px;
  left: 1091px;
}
/* .index .areas .areasbox a:nth-child(10) {
  position: absolute;
  top: 256px;
  left: 193px;
} */
.index .areas .areasbox a:nth-child(10) {
  position: absolute;
  top: 957px;
  left: 975px;
}

.index .more {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .index .bgimg2,
  .index .bgimg3 {
    display: none;
  }
  .index {
    position: relative;
    background: #1d2943;
  }
  .index .bg {
    display: none;
  }
  .carousel-container {
    position: relative;
    width: 100%;
    height: 335px;
    display: block;
    top: 0;
    left: 0;
  }
  .overhidden {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .carousel-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
  }
  .carousel-item {
    min-width: 100%;
    height: 100%;
  }
  .carousel-container .carousel-item:nth-child(1) {
    background: url(../img/index/index_carousel1.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .carousel-container .carousel-item:nth-child(2) {
    background: url(../img/index/index_carousel2.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .carousel-container .carousel-item:nth-child(3) {
    background: url(../img/index/index_carousel3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .carousel-container .carousel-item:nth-child(4) {
    background: url(../img/index/index_carousel1.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .carousel-container .carousel-item:nth-child(5) {
    background: url(../img/index/index_carousel2.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .carousel-item a {
    padding: 213px 15px 0 15px;
    height: 335px;
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 29px;
    text-align: center;
  }
  .carousel-item div {
    width: auto;
    height: 29px;
    background: linear-gradient(
      90deg,
      rgba(197, 168, 111, 0) 0%,
      #c5a86f 56%,
      rgba(197, 168, 111, 0) 100%
    );
    font-family: "FZLanTingHeiS-R-GB";
  }
  /*.carousel-item:nth-child(1) div {*/
  /*  margin: 135px 15px 0 15px;*/
  /*}*/
  /*.carousel-item:nth-child(2) div {*/
  /*  margin: 213px 15px 0 15px;*/
  /*}*/
  /*.carousel-item:nth-child(3) div {*/
  /*  margin: 115px 15px 0 15px;*/
  /*}*/
  /*.carousel-item:nth-child(4) div {*/
  /*  margin: 135px 15px 0 15px;*/
  /*}*/
  /*.carousel-item:nth-child(5) div {*/
  /*  margin: 213px 15px 0 15px;*/
  /*}*/
  /* 指示器样式 */
  .indicators {
    position: absolute;
    bottom: 53px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    opacity: 1;
    align-items: center;
  }

  .indicator {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0 2px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: background-color 0.3s ease;
  }

  .indicator.active {
    width: 16px;
    height: 4px;
    background: #c5a86f;
    border-radius: 49px 49px 49px 49px;
  }

  .index .nav {
    width: 100%;
    height: 182px;
    background: url(../img/index/index_slice1.png) no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -73px;
    position: relative;
    z-index: 1;
    display: flex;
    /* margin: -73px 15px 0 15px; */
    justify-content: space-between;
    padding: 65px 15px 0 15px;
  }
  .index .nav .round div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background: #ffffff;
  }
  .index .nav .round div:first-of-type {
    background-size: 32px 32px;
  }
  /* .index .nav .round:nth-child(1) div:first-of-type {
    background-image: url(../img/index/index_icon1.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .index .nav .round:nth-child(2) div:first-of-type {
    background-image: url(../img/index/index_icon2.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .index .nav .round:nth-child(3) div:first-of-type {
    background-image: url(../img/index/index_icon3.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .index .nav .round:nth-child(4) div:first-of-type {
    background-image: url(../img/index/index_icon4.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
  } */
  .index .nav .round div:last-of-type {
    font-family: "FZLanTingHeiS-EL-GB";
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
    text-align: center;
    padding-top: 8px;
  }

  .index .nav .round:hover div:first-of-type {
    background: #c5a86f;
  }
  /* .index .nav .round:nth-child(1):hover div:first-of-type {
    background-image: url(../img/index/index_icon5.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .index .nav .round:nth-child(2):hover div:first-of-type {
    background-image: url(../img/index/index_icon6.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .index .nav .round:nth-child(3):hover div:first-of-type {
    background-image: url(../img/index/index_icon7.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .index .nav .round:nth-child(4):hover div:first-of-type {
    background-image: url(../img/index/index_icon8.png);
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
  } */

  .index .flash .boxbody,
  .index .flash .boxbody::before,
  .index .flash .boxbody::after {
    border: none;
  }
  /* 今日快讯 */
  .index .flash {
    padding: 0px 15px 15px 15px;
  }
  .cntitle {
    padding: 4px 8px;
    background: #fff;
    display: flex;
    align-items: center;
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 14px;
    color: #1d2943;
    line-height: 14px;
    border-radius: 57px 57px 57px 57px;
    width: 101px;
    height: 24px;
    letter-spacing: 0px;
  }
  .cntitle img {
    margin-left: 15px;
    width: 14px;
    height: 14px;
    display: block;
  }
  .entitle {
    font-family: "Didot";
    font-size: 12px;
    color: #ffffff;
    line-height: 14px;
    letter-spacing: 1px;
    padding: 4px 0px 16px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .index .flash .box {
    display: flex;
    /* align-items: center; */
    align-items: start;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  }
  /* .index .flash .box.on {
    display: flex;
    align-items: start;
  } */
  .index .flash a:nth-child(3) .box {
    border-bottom: none;
  }
  .index .flash .box .num {
    font-family: "Didot";
    font-size: 12px;
    color: #ffffff;
    /* line-height: 14px; */
    line-height: 87px;
  }
  /* .index .flash .box.on .num {
    line-height: 87px;
  } */
  .index .flash .box > img {
    width: 94px;
    height: 87px;
    object-fit: cover;
    margin-left: 8px;
    /* display: none; */
  }
  /* .index .flash .box.on > img {
    display: block;
  } */
  /* .index .flash .box .arrow {
    width: 14px;
    height: 14px;
    background: url(../img/index/index_icon10.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 8px;
  } */
  /* .index .flash .box.on .arrow {
    background: url(../img/index/index_icon16.png) no-repeat;
    background-size: cover;
    background-position: center;
  } */
  .index .flash .box .text {
    padding-left: 8px;
    /* width: 90%; */
    /* width: 66%; */
    width: 100%;
  }
  .index .flash .box .text > div:nth-child(1) {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 14px;
    color: #c5a86f;
    line-height: 16px;
    height: 32px;
    letter-spacing: 0;
  }
  .index .flash .box .text > div:nth-child(2) {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #ffffff;
    line-height: 14px;
    margin: 8px 0;
    height: 28px;
  }
  .index .flash .box .text > div:nth-child(1),
  .index .flash .box .text > div:nth-child(2) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index .flash .box .text > div:nth-child(3) {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 12px;
    display: flex;
    align-items: center;
    /* display: none; */
  }
  .index .flash .box .text > div:nth-child(3) .icon1 {
    width: 10px;
    height: 10px;
    background: url(../img/index/index_icon11.png) center no-repeat;
    background-size: contain;
  }
  .index .flash .box .text > div:nth-child(3) .icon2 {
    width: 10px;
    height: 10px;
    background: url(../img/index/index_icon12.png) center no-repeat;
    background-size: contain;
  }
  .index .news .newsbox .newstime img {
    width: 10px;
    height: 10px;
    object-fit: cover;
    margin-right: 4px;
  }
  .index .flash .box .text > div:nth-child(3) > div {
    display: flex;
    align-items: center;
  }
  .index .flash .box .text > div:nth-child(3) > div:first-of-type,
  .index .news .newsbox .newstime > div:first-of-type {
    padding-right: 20px;
  }
  /* .index .flash .box.on .text > div:nth-child(2) {
    display: block;
  } */
  /* .index .flash .box.on .text > div:nth-child(3) {
    display: flex !important;
  } */

  /* 热门新闻 */
  .index .news {
    padding: 0 15px 26px 15px;
  }
  .newstop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .newstop > a {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
  }
  .newstop > a > .moreicon {
    width: 14px;
    height: 14px;
    /* object-fit: cover; */
    margin-left: 4px;
    background: url(../img/index/index_icon13.png) center no-repeat;
  }
  .index .news .entitle {
    margin-bottom: 15px;
  }
  .index .news .newsbox {
    width: 100%;
    height: 207px;
    background: #ffffff;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .index .news .newsbox .newsimg {
    width: 100%;
    height: 140px;
    border-radius: 6px 6px 6px 6px;
    position: relative;
    overflow: hidden;
  }
  .index .news .newsbox .newsimg > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    overflow: hidden;
    object-fit: cover;
    z-index: 0;
  }
  .index .news .newsbox .newsimg .newstitle {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 24px;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    background: rgba(29, 41, 67, 0.6);
    padding-left: 10px;
  }
  .index .news .newsbox .newstext {
    height: 28px;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #1d2943;
    line-height: 14px;
    margin: 10px 10px 8px 10px;
  }
  .index .news .newsbox .newsimg .newstitle,
  .index .news .newsbox .newstext {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .index .news .newsbox .newstime {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 10px;
    color: #999999;
    line-height: 12px;
    align-items: center;
    display: flex;
    padding: 0 10px;
  }
  .index .news .newsbox .newstime > div {
    display: flex;
    align-items: center;
  }
  .index .video {
    padding: 0 15px 22px 15px;
  }
  .index .video .videobox {
    height: 200px;
    width: 100%;
    object-fit: cover;
    background: url(../img/index/index_video.png) no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    position: relative;
    display: block;
  }
  .index .video .videobox > img {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    object-fit: cover;
  }
  .index .video .videobox div {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 13px;
    color: #ffffff;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .index .video .entitle {
    margin-bottom: 15px;
  }

  /* 地区动态 */
  .index .areas {
    padding: 0 15px;
  }
  .index .areas .areastop {
    width: 100%;
    padding: 0;
  }
  .index .areas .areasbox {
    position: relative;
    height: 354px;
    border: none;
  }
  .index .areas .areasbox > .areasimg {
    width: 335px;
    height: 271px;
    /* object-fit: contain; */
    position: absolute;
    left: -15px;
    top: 39px;
    background: url(../img/index/index_areas.png) center no-repeat;
    background-size: contain;
  }
  .index .areas .areasbox > a {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
  }
  .index .areas .areasbox > a:hover {
    background: #c5a86f;
    padding: 4px;
    border-radius: 3px 3px 3px 3px;
  }
  .index .areas .areasbox a:nth-child(2) {
    position: absolute;
    top: 25px;
    left: 155px;
  }
  .index .areas .areasbox a:nth-child(3) {
    position: absolute;
    top: 58px;
    left: 205px;
  }
  .index .areas .areasbox a:nth-child(4) {
    position: absolute;
    top: 90px;
    left: 212px;
  }
  .index .areas .areasbox a:nth-child(5) {
    position: absolute;
    top: 124px;
    left: 224px;
  }
  .index .areas .areasbox a:nth-child(6) {
    position: absolute;
    top: 157px;
    left: 228px;
  }
  .index .areas .areasbox a:nth-child(7) {
    position: absolute;
    top: 190px;
    left: 223px;
  }
  .index .areas .areasbox a:nth-child(8) {
    position: absolute;
    top: 223px;
    left: 213px;
  }
  .index .areas .areasbox a:nth-child(9) {
    position: absolute;
    top: 256px;
    left: 193px;
  }
  .index .areas .areasbox a:nth-child(10) {
    position: absolute;
    top: 290px;
    left: 143px;
  }
  .index .more {
    width: 100%;
    height: 283px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 0 15px;
  }
  .index .more div.line {
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 1px;
  }
  .index .more div.slogen {
    height: auto;
    padding: 15px 0;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 18px;
    color: #ffffff;
    line-height: 21px;
    letter-spacing: 1px;
  }
  .index .more div.title {
    font-family: "FZLanTingHeiS-EL-GB";
    font-size: 14px;
    color: #1d2943;
    line-height: 16px;
    letter-spacing: 4px;
    padding: 40px 0 10px 0;
  }
  .index .more img.qrcode {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  .index .more img.logo {
    width: 140px;
    height: 56px;
    object-fit: contain;
  }
  .index .more img,
  .index .more div {
    position: relative;
    z-index: 1;
  }
  .index .more img.bg {
    position: absolute;
    width: 100%;
    height: 172px;
    bottom: 0;
    left: 0;
    z-index: 0;
  }

  .index .news .dashedline,
  .index .video .dashedline {
    display: none;
  }

  .index .video .videobody {
    display: none;
  }
  .index .news .newsboxlist {
    display: block;
  }
  .index .news .newsbody {
    display: none;
  }
}
