.index {
  overflow: hidden;
  height: auto;
  width: 100%;
  background: #fff;
}
.carousel-container {
  display: none;
}
.index .bg {
  width: 100%;
  /* height: 1080px; */
  height: 120vh;
  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: 40px;
  color: #ffffff;
  line-height: 56px;
  letter-spacing: 6px;
}
.index .bg > div:nth-child(2),
.index .bg > div:nth-child(3) {
  font-family: "FZFengYaSongS";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  letter-spacing: 2px;
  text-align: left;
}
.index .bg > div:nth-child(2) {
  padding: 20px 0 10px 0;
}
.index .bg > div:nth-child(4) {
  display: flex;
  align-items: center;
  padding-top: 80px;
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #684500;
  line-height: 47px;
  letter-spacing: 2px;
  text-align: center;
}
.index .bg > div:nth-child(4) > a {
  width: 115px;
  height: 47px;
  background: url(../img/index/index_icon26.png) center no-repeat;
  background-size: contain;
}
.index .bg > div:nth-child(4) > img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-left: 10px;
}
.index .bg > div:nth-child(5) {
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  /* bottom: 26vh; */
  top: 83vh;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index .bg > div:nth-child(5) > img {
  width: 23px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 20px;
}

.index .nav {
  width: 100%;
  background: none;
  margin-top: -210px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 70px 12.5% 92px 12.5%;
}
.index .nav .round div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #c5a86f;
  /* box-shadow: -4px 5px 8px 2px rgba(0, 0, 0, 0.3); */
}
.index .nav .round div:last-of-type {
  padding-top: 20px;
  font-family: "PingFangSC-Medium";
  font-size: 18px;
  color: #1d2943;
  letter-spacing: 1px;
  text-align: center;
}
.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: 0px 12.5%;
  position: relative;
}
.cntitle {
  font-family: "FZFengYaSongS";
  font-size: 24px;
  color: #263b58;
  letter-spacing: 1px;
  padding-right: 5px;
  display: flex;
  align-items: center;
}
.cntitle > div:nth-child(2) {
  display: none;
}
.cntitle img.icon1 {
  display: none;
}
.cntitle img.icon2 {
  display: block;
  width: 18px;
  height: 18px;
}
.entitle {
  font-family: "FZFengYaSongS";
  font-size: 22px;
  color: #263b58;
  line-height: 26px;
  letter-spacing: 1px;
  padding: 10px 0 30px 0;
  border-bottom: none;
  display: none;
}
.entitleimg {
  height: 24px;
  width: auto;
  object-fit: contain;
  position: absolute;
  top: -12px;
  left: 12.5%;
}
/* .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;
  border-top: 1px dashed #000000;
}
.index .flash .boxbody::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 0px;
  right: -497px;
  top: -1px;
  border-top: 1px dashed #000000;
} */

.index .flash .box {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed rgba(38, 59, 88, 0.2);
}
.index .flash a:nth-child(3) .box {
  border-bottom: none;
}
.index .flash a:nth-child(1) .box {
  padding: 40px 0 20px 0;
}
.index .flash .box .num {
  font-family: "FZFengYaSongS";
  /* line-height: 105px; */
  font-size: 18px;
  color: rgba(38, 59, 88, 0.7);
}
.index .flash .box > img {
  width: 118px;
  height: 105px;
  object-fit: cover;
  margin-left: 20px;
  border-radius: 4px 4px 4px 4px;
}
.index .flash .box .text {
  padding-left: 20px;
  width: 100%;
}
.index .flash .box .text > div:nth-child(1) {
  height: 25px;
  font-family: "PingFangSC-Medium";
  font-size: 18px;
  color: #263b58;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .flash .box .text:hover > div:nth-child(1) {
  color: #c5a86f;
}
.index .flash .box .text > div:nth-child(2) {
  margin: 7px 0 10px 0;
  height: 43px;
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: rgba(38, 59, 88, 0.8);
  letter-spacing: 1px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .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: 18px;
  height: 18px;
  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: 18px;
  height: 18px;
  background: url(../img/index/index_icon15.png) center no-repeat;
  background-size: contain;
  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: 0px 12.5%;
  margin: 72px 0 92px 0;
  position: relative;
}
.newstop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}
.newstop > a {
  display: flex;
  align-items: center;
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: #c5a86f;
  letter-spacing: 1px;
}
.newstop > a > .moreicon {
  width: 18px;
  height: 18px;
  object-fit: cover;
  margin-left: 5px;
  background: url(../img/index/index_icon19.png) center no-repeat;
  background-size: contain;
}
.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;
  border-top: 1px dashed #000000;
}
.index .news .dashedline::after,
.index .video .dashedline::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 0px;
  right: -497px;
  top: -1px;
  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 .newstime img {
  width: 10px;
  height: 10px;
  object-fit: cover;
  margin-right: 4px;
}
.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;
  /* padding-top: 40px; */
}
.index .news .newsbody .left {
  display: flex;
  justify-content: space-between;
  width: 58.19%;
  height: 462px;
}
.index .news .newsbody .left .box {
  width: 49%;
  height: 100%;
  border: 1px solid rgba(38, 59, 88, 0.5);
  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 .text1 {
  height: 145px;
}
.index .news .newsbody .left .box .text .text1 > div:nth-child(1) {
  font-family: "PingFangSC-Medium";
  font-size: 18px;
  color: #263b58;
  letter-spacing: 1px;
  text-align: left;
  /* height: 50px; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .news .newsbody .left .box:hover .text .text1 > div:nth-child(1) {
  color: #c5a86f;
}
.index .news .newsbody .left .box .text .text1 > div:nth-child(2) {
  height: 65px;
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: rgba(38, 59, 88, 0.8);
  letter-spacing: 1px;
  text-align: left;
  margin: 10px 0 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .news .newsbody .icon1 {
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  color: rgba(38, 59, 88, 0.5);
  line-height: 16px;
  display: flex;
  align-items: center;
}
.index .news .newsbody .icon1 img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.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(3) {
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #c5a86f;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(38, 59, 88, 0.2);
}
.index .news .newsbody .left .box .text > div:nth-child(3) > img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-left: 10px;
}
.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;
  margin-bottom: 10px;
  font-family: "PingFangSC-Medium";
  font-size: 18px;
  color: #263b58;
  letter-spacing: 1px;
  height: 25px;
}
.index .news .newsbody .right .box a:hover > div:nth-child(1) {
  color: #c5a86f;
}

.index .video {
  padding: 0 12.5%;
  width: 100%;
  position: relative;
}
.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: rgba(38, 59, 88, 0.05);
  border-radius: 15px 15px 15px 15px;
  padding: 20px 20px;
}
.index .video .videobody .left img {
  width: 100%;
  /* height: auto; */
  height: 194px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 8px 8px 8px 8px;
  cursor: pointer;
  transition: all 0.5s;
}
.index .video .videobody .left img:hover {
  transform: scale(1.03);
  transition: all 0.5s;
}
.index .video .videobody .left > div:last-of-type img {
  margin-bottom: 0px;
}
.index .video .videobody .right {
  width: 71.04%;
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(38, 59, 88, 0.05);
  border-radius: 15px 15px 15px 15px;
}
.index .video .videobody .right img {
  width: 95%;
  height: 95%;
  object-fit: cover;
  border-radius: 15px 15px 15px 15px;
  transition: all 0.5s;
  cursor: pointer;
}
.index .video .videobody .right img:hover {
  transform: scale(1.02);
  transition: all 0.6s;
}

.index .areas {
  width: 100%;
  margin: 92px 0 80px 0;
  position: relative;
}
.index .areas .areastop {
  width: 100%;
  padding: 0 12.5%;
}
.index .areas .areasbox {
  position: relative;
  /* height: 594px; */
  padding: 40px 12.5% 0 12.5%;
}
.index .areas .areasbox > .areasimg {
  /* height: 554px;
  width: 1224px; */
  /* margin-left: 12.5%; */
  width: 85%;
  object-fit: contain;
  /* position: absolute;
  left: 12.5%;
  top: 40px;
  background: url(../img/index/index_areas1.png) center no-repeat;
  background-size: contain; */
}
.index .areas .areasbox > a {
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: #263b58;
  letter-spacing: 1px;
  text-align: left;
}
/* .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: 37px;
  /* right: 27%; */
  right: 20%;
}
.index .areas .areasbox a:nth-child(3) {
  position: absolute;
  top: 5.5vw;
  right: 25%;
}
.index .areas .areasbox a:nth-child(4) {
  position: absolute;
  top: 9vw;
  right: 24%;
}
.index .areas .areasbox a:nth-child(5) {
  position: absolute;
  top: 12.4vw;
  right: 23%;
}
.index .areas .areasbox a:nth-child(6) {
  position: absolute;
  /* top: 31vh; */
  top: 15.9vw;
  right: 22%;
}
.index .areas .areasbox a:nth-child(7) {
  position: absolute;
  /* bottom: 21vh; */
  bottom: 10.5vw;
  right: 23%;
}
.index .areas .areasbox a:nth-child(8) {
  position: absolute;
  bottom: 7vw;
  right: 24%;
}
.index .areas .areasbox a:nth-child(9) {
  position: absolute;
  bottom: 3.6vw;
  right: 25%;
}
.index .areas .areasbox a:nth-child(10) {
  position: absolute;
  bottom: 0.5vh;
  right: 28%;
}

.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: 172px;
    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 > a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .index .nav .round div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: -4px 5px 8px 2px rgba(0, 0, 0, 0.08);
  }
  .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-R-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;
    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 > div:nth-child(1) {
    display: none;
  }
  .cntitle > div:nth-child(2) {
    display: flex;
  }
  .cntitle img.icon1 {
    margin-left: 15px;
    width: 14px;
    height: 14px;
    display: block;
  }
  .cntitle img.icon2 {
    display: none;
  }
  .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);
    display: block;
  }
  .entitleimg {
    display: none;
  }
  .index .flash .box {
    display: flex;
    align-items: start;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  }
  .index .flash a:nth-child(1) .box {
    padding: 15px 0;
  }
  .index .flash a:nth-child(3) .box {
    border-bottom: none;
  }
  .index .flash .box .num {
    font-family: "Didot";
    font-size: 12px;
    color: #ffffff;
    line-height: 87px;
  }
  .index .flash .box > img {
    width: 94px;
    height: 87px;
    object-fit: cover;
    margin-left: 8px;
  }
  .index .flash .box .text {
    padding-left: 8px;
    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;
    margin: 0;
  }
  .newstop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
  }
  .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;
    background-size: contain;
  }
  .index .news .entitle {
    margin-bottom: 15px;
    display: block;
  }
  .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 {
    margin: 0;
    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;
    white-space: nowrap;
  }
  .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-R-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;
  }
}
