@media (max-width: 960px) {
  body {
    background-color: #f6f6f8;
  }
}
.Homehead {
  position: relative;
  width: 100%;
}
.Homehead .PChead {
  height: calc(0.2rem + 80px);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.Homehead .PChead .logo {
  display: flex;
  width: calc(180px + 1.2rem);
  margin-right: 30px;
}
.Homehead .PChead .logo img {
  width: 100%;
  object-fit: contain;
}
.Homehead .PChead .right {
  display: flex;
  height: 100%;
  width: fit-content;
}
.Homehead .PChead .right .nav {
  height: 100%;
  display: flex;
  flex: 1;
}
.Homehead .PChead .right .nav .a {
  min-width: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
}
.Homehead .PChead .right .nav .a:last-child {
  margin-right: 0;
}
.Homehead .PChead .right .nav a {
  width: fit-content;
  height: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.Homehead .PChead .right .nav .active {
  font-weight: bold;
  border-bottom: #fff calc(2px + 0.01rem) solid;
}
.Homehead .PChead .right .douyin {
  position: relative;
  margin-left: 0.37rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.Homehead .PChead .right .douyin .hoverQC {
  position: absolute;
  bottom: -100%;
  left: -75%;
  display: flex;
  height: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.Homehead .PChead .right .douyin .hoverQC img {
  width: 80px;
  object-fit: contain;
}
.Homehead .PChead .right .douyin:hover .hoverQC {
  visibility: visible;
  opacity: 1;
}
.Homehead .PChead .right .mobileCaidan {
  display: none;
}
.Homehead .PChead .right .mobileCaidan img {
  object-fit: contain;
}
@media (max-width: 768) {
  .Homehead .PChead .right .mobileCaidan .nav {
    display: none;
  }
  .Homehead .PChead .right .mobileCaidan .douyin {
    display: none;
  }
}
@media (max-width: 960px) {
  .Homehead .PChead .right .nav {
    display: none;
  }
  .Homehead .PChead .right .douyin {
    display: none;
  }
  .Homehead .PChead .right .mobileCaidan {
    display: flex;
  }
}
@media (max-width: 960px) {
  .Homehead .PChead {
    justify-content: space-between;
    padding: 0 calc(20px + 0.5rem);
  }
}
.swiper-bgc {
  width: 100%;
  min-height: 200px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  height: 8.17rem;
  position: relative;
  z-index: 2;
}
.swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 8.17rem;
  min-height: 200px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: block;
}
.swiper-slide .dec-wrap {
  height: 100%;
  width: 100%;
  padding-top: calc(0.2rem + 80px);
}
.swiper-slide .dec-wrap .PC-dec {
  width: 100%;
  height: 100%;
  padding: calc(10px + 0.4rem) calc(28px + 1rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-slide .dec-wrap .PC-dec .left {
  color: #fff;
}
.swiper-slide .dec-wrap .PC-dec .left .CN {
  font-size: calc(18px + 0.3rem);
  font-weight: 600;
}
.swiper-slide .dec-wrap .PC-dec .left .EN {
  font-size: calc(14px + 0.06rem);
  font-weight: 600;
}
@media (max-width: 960px) {
  .swiper-slide .dec-wrap .PC-dec {
    display: none;
  }
}
.swiper-slide .dec-wrap .MOble-dec {
  width: 100%;
  height: 100%;
  padding: calc(9px + 0.3rem) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(14, 55, 92, 0.1);
  font-family: YouSheBiaoTiHei;
  font-size: calc(18px + 0.6rem);
  font-weight: 400;
}
.part1 {
  background-color: #f5f6f8;
  position: relative;
  padding: calc(10px + 0.3rem) 1.39rem 0.9rem 1.28rem;
  min-height: 400px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 0.56rem;
}
.part1 .bgg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
}
.part1 .left {
  width: 60%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.part1 .left .left-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: calc(8px + 0.1rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.part1 .left .left-title .news {
  display: flex;
  align-items: baseline;
}
.part1 .left .left-title .news .CN {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(16px + 0.04rem);
  font-weight: 500;
  margin-right: calc(4px + 0.04rem);
}
.part1 .left .left-title .news .EN {
  color: rgba(0, 0, 0, 0.4);
  font-size: calc(10px + 0.06rem);
  font-weight: 400;
}
.part1 .left .left-title .more {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(10px + 0.04rem);
  font-weight: 400;
}
.part1 .left .news-col {
  margin: 0 0.2rem;
  display: flex;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}
.part1 .left .news-col .news-col-left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.part1 .left .news-col .news-col-left .news-title {
  box-sizing: border-box;
  padding: 0.22rem 0 0.14rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(12px + 0.02rem);
  font-weight: 400;
}
.part1 .left .news-col .news-col-left .news-title span {
  text-align: start;
  display: inline-block;
  width: calc(300px + 2.5rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.part1 .left .news-col .news-col-left .news-dec {
  display: none;
}
.part1 .left .news-col .news-col-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part1 .left .news-col .news-col-right .time .ri {
  display: none;
  color: rgba(0, 0, 0, 0.4);
  font-size: calc(16px + 0.08rem);
  font-weight: 600;
}
.part1 .left .news-col .news-col-right .time .year {
  color: #878888;
  font-size: 12px;
  font-weight: 400;
}
.part1 .left .news-col .news-col-right img {
  display: none;
}
.part1 .left .news-col:hover .news-col-left .news-title {
  color: #0072db;
}
.part1 .left .news-col.active .news-col-left .news-dec {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  width: 80%;
  padding: 0.18rem 0;
  display: inline-block;
  border-top: rgba(0, 0, 0, 0.1) solid 1px;
}
.part1 .left .news-col.active .news-col-right {
  padding: 0.19rem 0;
  justify-content: space-between;
  height: 100%;
}
.part1 .left .news-col.active .news-col-right .time {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part1 .left .news-col.active .news-col-right .time .ri {
  display: inline-block;
  margin-bottom: calc(4px + 0.04rem);
}
.part1 .left .news-col.active .news-col-right img {
  display: inline-block;
}
.part1 .right {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.part1 .right .right-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: calc(3px + 0.3rem);
}
.part1 .right .right-title .serve {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(16px + 0.04rem);
  font-weight: 500;
}
.part1 .right .right-title .more {
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(10px + 0.04rem);
  font-weight: 400;
}
.part1 .right .picList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  align-content: space-evenly;
}
.part1 .right .picList .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: calc(5px + 0.1rem) calc(10px + 0.1rem) calc(2px + 0.05rem);
  border: transparent 1px solid;
  border-radius: 0.1rem;
}
.part1 .right .picList .box .txt {
  margin-top: calc(2px + 0.03rem);
  color: rgba(0, 0, 0, 0.65);
  font-size: calc(12px + 0.02rem);
  font-weight: 400;
}
.part1 .right .picList .box .pic {
  display: flex;
}
.part1 .right .picList .box:hover {
  background-color: #fff;
  border: #e1e2e6 1px solid;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.35);
}
.part1 .right .picList:nth-child(1) .box .pic img {
  width: calc(40px + 0.31rem);
}
.part1 .right .picList:nth-child(2) .box .pic img {
  width: calc(40px + 0.4rem);
}
.part1 .right .picList:nth-child(3) .box .pic img {
  width: calc(40px + 0.41rem);
}
.part1 .right .picList:nth-child(4) .box .pic img {
  width: calc(40px + 0.37rem);
}
.part1 .right .picList:nth-child(5) .box .pic img {
  width: calc(40px + 0.39rem);
}
.part1 .right .picList:nth-child(6) .box .pic img {
  width: calc(40px + 0.37rem);
}
@media (max-width: 960px) {
  .part1 {
    display: none;
  }
}
.scrollDiv {
  height: calc(40px + 0.4rem);
  /* 必要元素 */
  overflow: hidden;
  /* 必要元素 */
  background-color: #ffffff;
  display: none;
}
.scrollDiv li {
  height: calc(40px + 0.4rem);
  padding: 9px 15px;
}
.scrollDiv li a {
  display: flex;
}
.scrollDiv li a .newsBgc {
  color: #fff;
  text-shadow: 0px 1px 3px rgba(31, 169, 246, 0.3);
  font-family: YouSheBiaoTiHei;
  font-size: calc(14px + 0.06rem);
  font-weight: 400;
  line-height: 90%;
  /* 12.6px */
  background-image: url("/lsct/img/Home/newsBgc.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: calc(5px + 0.1rem);
  margin-right: 5px;
}
.scrollDiv li a .scrollDiv-dec {
  flex: 1;
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.6);
  font-size: calc(12px + 0.16rem);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /*内容限制的行数 需要几行写几就行*/
}
.scrollDiv li a img {
  margin-left: 5px;
  width: calc(11px + 0.06rem);
  object-fit: contain;
}
@media (max-width: 960px) {
  .scrollDiv {
    display: block;
  }
}
.part2 {
  background-color: #fff;
  margin: calc(10px + 0.2rem) 0;
  padding: calc(10px + 0.2rem) calc(5px + 0.05rem);
  display: none;
}
.part2 .MnavList {
  background-color: #fff;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  align-content: space-evenly;
  gap: calc(15px + 0.1rem) 0;
}
.part2 .MnavList .box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  border: transparent 1px solid;
  border-radius: calc(5px + 0.05rem);
  width: calc(130px + 0.2rem);
  height: calc(80px + 0.2rem);
  padding: calc(10px + 0.1rem);
  background-repeat: no-repeat;
  background-size: cover;
}
.part2 .MnavList .box:hover {
  background-color: #fff;
}
.part2 .MnavList .box .txt {
  color: #fff;
  font-family: Source Han Sans CN;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .part2 .MnavList .box {
    width: calc(90px + 1.3rem);
    height: calc(60px + 0.8rem);
  }
}
@media (max-width: 960px) {
  .part2 {
    display: block;
  }
}
.part3 {
  padding: calc(20px + 0.2rem) 0;
  background-color: #fff;
  display: none;
}
.part3 .Mnews .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 calc(15px + 0.2rem);
}
.part3 .Mnews .title .left {
  display: flex;
  color: #333;
  font-family: Source Han Sans CN;
  font-size: calc(17px + 0.03rem);
  font-weight: 400;
}
.part3 .Mnews .title .left img {
  margin-right: calc(10px + 0.05rem);
  width: calc(20px + 0.2rem);
  object-fit: contain;
}
.part3 .Mnews .title .more a {
  color: #0087f1;
  font-family: Source Han Sans CN;
  font-size: calc(14px + 0.03rem);
  font-weight: 400;
}
.part3 .Mnews .Mnews-col {
  margin: calc(18px + 0.1rem) calc(15px + 0.1rem) 0;
  padding-bottom: calc(18px + 0.1rem);
  border-bottom: 1px solid #eaeaea;
}
.part3 .Mnews .Mnews-col .col-title {
  color: #333;
  font-family: Source Han Sans CN;
  font-size: calc(16px + 0.04rem);
  font-weight: 400;
  padding-bottom: calc(8px + 0.08rem);
  overflow: hidden;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.part3 .Mnews .Mnews-col .col-dec {
  padding-left: calc(9px + 0.1rem);
  color: rgba(0, 0, 0, 0.4);
  font-family: PingFang SC;
  font-size: calc(14px + 0.04rem);
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*内容限制的行数 需要几行写几就行*/
}
.part3 .Mnews .Mnews-col .col-time {
  display: flex;
  justify-content: flex-end;
  color: #999;
  font-family: Source Han Sans CN;
  font-size: calc(14px + 0.04rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: calc(8px + 0.08rem);
  padding: 0 calc(4px + 0.1rem);
}
.part3 .Mnews .Mnews-col .col-time span {
  color: #333;
}
.part3 .Mnews .Mnews-col:last-child {
  border-bottom: none;
}

.part3 .Mnews .Mnews-col {
  margin: calc(18px + 0.1rem) calc(15px + 0.1rem) 0;
  padding-bottom: calc(18px + 0.1rem);
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  cursor: pointer;
}
.part3 .Mnews .Mnews-col:hover .col-title {
  color: #0072db;
}
.part3 .Mnews .Mnews-col:hover .col-dec {
  color: rgba(0, 114, 219, 0.6);
}


@media (max-width: 960px) {
  .part3 {
    display: block;
  }
}
#xt {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  /*left: 0%;*/
  /*margin: auto;*/
  bottom: 7%;
  z-index: 10;
  color: #fff;
  font-weight: bold;
}
#xt .box {
  position: relative;
  padding: 0.37rem;
  margin-bottom: 0.8rem;
  width: calc(300px + 1.49rem);
  min-height: 1.8rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.2);
}
#xt .box .top {
  color: #fff;
  font-size: calc(10px + 0.06rem);
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: calc(4px + 0.04rem);
}
#xt .box .top::before {
  content: "";
  margin-right: 5px;
  display: block;
  height: calc(10px + 0.06rem);
  width: 2px;
  background-color: #fff;
}
#xt .box .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#xt .box .text .text-title {
  color: #fff;
  font-size: calc(14px + 0.02rem);
  font-weight: 500;
  margin-bottom: calc(4px + 0.04rem);
}
#xt .box .text .text-dec {
  color: rgba(255, 255, 255, 0.8);
  font-size: calc(10px + 0.04rem);
  font-weight: 400;
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*内容限制的行数 需要几行写几就行*/
}
#xt .box .boxborder {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
}
#xt .box .left-top {
  width: 0.5rem;
  height: 0.3rem;
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
#xt .box .right-top {
  width: 0.5rem;
  height: 0.3rem;
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
#xt .box .left-bot {
  width: 0.5rem;
  height: 0.3rem;
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
#xt .box .right-bot {
  width: 0.5rem;
  height: 0.3rem;
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
#xt .xt-top {
  display: flex;
  align-items: baseline;
}
.cityname {
  margin: 0 auto;
  font-size: calc(18px + 0.06rem);
  font-weight: 700;
}
#xt .xt-top .right {
  margin-left: auto;
  display: flex;
}
#xt #nowcount {
  font-size: calc(24px + 0.1rem);
  margin: 0 5px;
}
#xt #Allcount {
  font-size: calc(14px + 0.1rem);
  margin: 0 5px;
}
#xt .swiper-button-next {
  position: static;
}
#xt .swiper-button-prev {
  position: static;
  margin-right: 12px;
}
#xt #jqmeter-container {
  width: 300px;
  height: 50px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #xt .box {
    margin-bottom: 2rem;
  }
  #xt .xt-top {
    display: none;
  }
  #xt #jqmeter-container {
    display: none;
  }
}
@media (max-width: 960px) {
  #xt {
    display: none;
  }
}

#jMenu .item1 {
  position: relative;
  height: 100%;
}
#jMenu .item1 .fNiv {
  /*color: #fff;*/
  /*font-size: 16px;*/
}
#jMenu .active {
  border-bottom: #284b9b calc(2px + 0.01rem) solid;
}
@media (max-width: 960px) {
  #jMenu {
    display: none;
  }
}

