@charset "UTF-8";
/*
 * 页面主样式
 * 日期: 2023-07-25
 * By Killer
 * 
*/

.sec_head {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1.0417vw;
  /* background: linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%);
border: .1042vw solid #FFFFFF; */
  background: url(../img/bg04.png) no-repeat;
  background-size: 100% 100%;
  backdrop-filter: blur(7.9688vw);
  left: 1.5625vw;
  top: 1.5625vw;
  height: 5.2083vw;
  width: calc(100% - 3.125vw);
  box-sizing: border-box;
  padding: 0 3.6458vw;
  z-index: 99;
}

.sec_head.active {
  background: transparent;
  backdrop-filter: blur(5px);
  border-radius: 0;
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.sec_head .logo {
  width: 6.4063vw;
}
.sec_head .logo img {
  width: 100%;
  float: left;
}
.sec_head .right {
  display: flex;
}
 .sec_head .mob_nav{
    display: none;
  }
.sec_head .right .nav {
  display: flex;
}
.sec_head .right .nav li {
  margin-right: 3.125vw;
}
.sec_head .right .nav li:last-child {
  margin-right: 0;
}
.sec_head .right .nav li a {
  cursor: pointer;
    font-size: 0.9375vw;
    color: #333333;
    font-weight: bold;
}
    .sec_head .right li.active a{
      color: #C7000B;
    }
.sec_head .right .nav li:hover a {
        color: #C7000B;
}
.sec_head .right .yuyan {
  margin-left: 3.125vw;
  /* display: flex;
  align-items: center; */
}
.sec_head .right .yuyan span{
  margin: 0 .5208vw;
}
.sec_head .right .yuyan a {
  font-size: 0.9375vw;
     color: #333333;
}
.sec_head .right .yuyan a.active {
  color: #c7000b;
}
.sec_head .right .yuyan a:hover {
  color: #c7000b;
}
.sec_banner {
  width: 100%;
}
.sec_banner .mySwiper {
  width: 100%;
  height: auto;
}
.sec_banner img {
  width: 100%;
}
.sec_banner .right {
  position: absolute;
  top: 9.8958vw;
  right: 13.4896vw;
  width: 33.5417vw;
}
.sec_banner .left {
  position: absolute;
  top: 20.6771vw;
  left: 13.6979vw;
  display: flex;
  flex-direction: column;
}
.sec_banner .left .tit {
  color: #333333;
  font-size: 1.25vw;
  margin-bottom: 1.5625vw;
}
.sec_banner .left .txt {
  margin-bottom: 1.1458vw;
}
.sec_banner .left .txt p {
  color: #333333;
  font-size: 1.0417vw;
  margin-bottom: 0.7292vw;
}
.sec_banner .left .txt p:last-child {
  margin-bottom: 0;
}
.sec_banner .left .address {
  color: #333333;
  font-size: 1.875vw;
  margin-bottom: 1.0417vw;
  display: flex;
  align-items: center;
}
.sec_banner .left .address span {
  font-size: 0;
  width: 0.5208vw;
  height: 0.5208vw;
  background: #333;
  border-radius: 50%;
  margin: 0 0.8333vw;
}
.sec_banner .left .time {
  color: #333333;
  font-size: 1.0417vw;
}

.hw_cloud_main {
  width: 100%;
  background: url(../img/bg01.png) #fafcfd no-repeat;
  background-size: cover;
}
.section {
  width: 100%;
  padding-top: 5.1563vw;
}
.sec_inner {
  width: 72.9167vw;
  margin: 0 auto;
  max-width: 100%;
}
.sec_title {
  width: 100%;
  margin-bottom: 2.5vw;
  text-align: center;
}
.sec_title .txt {
  font-size: 2.0833vw;
  color: #333;
  padding: 1.25vw 3.2813vw 0.5729vw 3.3333vw;
  position: relative;
  display: inline-block;
}
.sec_title .txt::before {
  content: "";
  background: url(../img/tt5.png) no-repeat;
  background-size: contain;
  width: 4.2188vw;
  height: 3.6458vw;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.sec_title .txt::after {
  content: "";
  background: url(../img/tt6.png) no-repeat;
  background-size: contain;
  width: 4.2188vw;
  height: 3.6458vw;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.sec_title .txt span {
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.sec_about {
  width: 100%;
  position: relative;
}
.sec_about::before {
  content: "";
  position: absolute;
  left: -10.6771vw;
  top: -8.9063vw;
  z-index: 1;
  width: 24.5313vw;
  height: 24.0625vw;
  background: url(../img/bg03.png) no-repeat;
  background-size: cover;
}
.sec_about .tit {
  width: 100%;
  color: #333333;
  font-size: 1.0417vw;
  line-height: 2;
  margin-bottom: 2.4479vw;
  position: relative;
  z-index: 2;
}
.sec_about .tit p {
  margin-bottom: 1.25vw;
}
.sec_about .tit p:last-child {
  margin-bottom: 0;
}
.sec_about .txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.0833vw;
  position: relative;
  z-index: 2;
}
.sec_about .txt .list {
  width: 23.1958vw;
  position: relative;
  margin-right: 1.5104vw;
}
.sec_about .txt .list:last-child {
  margin-right: 0;
}
.sec_about .txt .list img {
  width: 100%;
}
.sec_about .txt .list .desc1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  box-sizing: border-box;
  padding: 2.5vw 3.0208vw;
  display: flex;
  flex-direction: column;
  padding-right: 0;
}
.sec_about .txt .list .desc1 img {
  width: 2.6042vw;
  height: 2.6042vw;
  margin-bottom: 1.25vw;
}
.sec_about .txt .list .desc1 .tit1 {
  color: #333333;
  font-weight: bold;
  font-size: 1.0417vw;
  margin-bottom: 0.8333vw;
}
.sec_about .txt .list .desc1 .txt1 {
  color: #666666;
  font-size: 0.8333vw;
  line-height: 2;
}
.sec_about .swiper {
  display: none;
}
.sec_about .desc {
  width: 100%;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 5.0521vw 5.0521vw 3.8542vw 5.3646vw;
}
.sec_about .desc img {
  width: 100%;
}
.sec_about .desc ul {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 9;
  padding-right: 1.3542vw;
  padding-left: 1.1458vw;
  display: flex;
}
.sec_about .desc ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #333333;
  font-size: 0.9375vw;
  line-height: 1.5;
  position: relative;
  white-space: nowrap;
}
.sec_about .desc ul li img {
  width: 3.3333vw;
  height: 3.3333vw;
  margin-bottom: 2.7083vw;
}
.sec_about .desc ul li:nth-child(1) {
  top: 2.5104vw;
  margin-right: 6.3208vw;
}
.sec_about .desc ul li:nth-child(2) {
  top: 2.4063vw;
  margin-right: 7.0417vw;
}
.sec_about .desc ul li:nth-child(3) {
  margin-right: 6.95vw;
  top: 1vw;
}
.sec_about .desc ul li:nth-child(4) {
  top: 3.2396vw;
  margin-right: 7.4583vw;
}
.sec_about .desc ul li:nth-child(5) {
  top: 2.1979vw;
}
.sec_agenda {
  width: 100%;
  height: 37.6042vw;
  margin-bottom: 5.2083vw;
  background: url(../img/bg16.png) no-repeat;
  background-size: 100% 100%;
  padding: 1.5625vw 1.5625vw 1.6667vw 4.4792vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.sec_agenda .am {
  position: absolute;
  left: 1.5625vw;
  top: 10.9792vw;
  color: #ffc13e;
  font-weight: bold;
  font-size: 1.0417vw;
}
.sec_agenda .pm {
  position: absolute;
  left: 1.5625vw;
  bottom: 9.6875vw;
  color: #79aeff;
  font-weight: bold;
  font-size: 1.0417vw;
}
.sec_agenda .list {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sec_agenda .list .title {
  width: 100%;
  height: 3.6458vw;
  margin-bottom: 0.8333vw;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 1.3021vw;
  font-size: 0.9375vw;
  color: #fff;
}
.sec_agenda .list .desc {
  flex: 1;
  height: 0;
  width: 100%;
  position: relative;
}
.sec_agenda .list .desc .am {
  display: none;
}
.sec_agenda .list .desc .pm {
  display: none;
}
.sec_agenda .list .desc .li {
  position: absolute;
  font-size: .8333vw;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec_agenda .list .desc .li p {
  display: flex;
  align-items: center;
  margin-bottom: 1.0417vw;
}
.sec_agenda .list .desc .li p:last-child {
  margin-bottom: 0;
}
.sec_agenda .list .desc .li img {
  width: 0.8333vw;
  margin-right: 0.8333vw;
}
.sec_agenda .list .title img {
  width: 1.25vw;
  margin-right: 0.625vw;
}
.sec_agenda .list .title strong {
  font-size: 1.0417vw;
  font-weight: bold;
  margin-right: 0.625vw;
}
.sec_agenda .list.list1 {
  width: 19.7917vw;
}
.sec_agenda .list.list1 .title {
  background: url(../img/bg13.png) no-repeat;
  background-size: 100% 100%;
}
.sec_agenda .list.list2 {
  width: 24.3229vw;
}
.sec_agenda .list.list2 .title {
  background: url(../img/bg14.png) no-repeat;
  background-size: 100% 100%;
}
.sec_agenda .list.list3 {
  width: 20.6771vw;
}
.sec_agenda .list.list3 .title {
  background: url(../img/bg15.png) no-repeat;
  background-size: 100% 100%;
}
.sec_agenda .list.list1 .li.li1 {
  background: url(../img/250930_bg09.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  width: 15.7813vw;
  height: 11.5104vw;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: .9375vw;
}
.sec_agenda .list.list1 .li.li2 {
  left: 5.7292vw;
  height: 17.6042vw;
  bottom: 0;
  width: 10.0521vw;
  box-sizing: border-box;
}
.sec_agenda .list.list1 .li.li2 p{
    background: url(../img/250930_bg10.png) no-repeat;
  background-size: 100% 100%;
  height: 4.0104vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .5208vw;
}
.sec_agenda .list.list1 .li.li3 {
  background: url(../img/250930_bg12.png) no-repeat;
  background-size: 100% 100%;
  width: 3.125vw;
  height: 100%;
  top: 0;
  right: 0;
  align-items: center;
}
.sec_agenda .list.list1 .li.li4{
  width: 5.1563vw;
  height: 17.6042vw;
  left: 0;
  bottom: 0;
  align-items: center;
  text-align: center;
  font-size: .9375vw;
  font-weight: bold;
      background: url(../img/250930_bg11.png) no-repeat;
  background-size: 100% 100%;
}

.sec_agenda .list.list2 .li.li1 {
  background: url(../img/250930_bg13.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
  width: 16.4063vw;
  height: 11.5625vw;
  box-sizing: border-box;
  font-size: .9375vw;
  font-weight: bold;
  align-items: center;
  text-align: center;
}
.sec_agenda .list.list2 .li.li2 {
  left: 0;
  bottom: 0;
  width: 16.4063vw;
  height: auto;
  box-sizing: border-box;
}
.sec_agenda .list.list2 .li.li2 p{
   background: url(../img/250930_bg14.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.5vw;
  margin-bottom: .5208vw;
}
.sec_agenda .list.list2 .li.li3 {
  background: url(../img/250930_bg15.png) no-repeat;
  background-size: 100% 100%;
  width: 3.125vw;
  height: 100%;
  top: 0;
  right: 3.9583vw;
  align-items: center;
  text-align: center;
}
.sec_agenda .list.list2 .li.li4 {
  background: url(../img/250930_bg15.png) no-repeat;
  background-size: 100% 100%;
  width: 3.125vw;
  height: 100%;
  top: 0;
  right: 0;
  align-items: center;
}

.sec_agenda .list.list3 .li.li1 {
  left: 5.625vw;
  top: 0;
  width: 11.0938vw;
  height: auto;
  box-sizing: border-box;
}
.sec_agenda .list.list3 .li.li1 p{
    background: url(../img/250930_bg17.png) no-repeat;
  background-size: 100% 100%;
    height: 2.5vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .5208vw;
}
.sec_agenda .list.list3 .li.li2 {
  background: url(../img/250930_bg16.png) no-repeat;
  background-size: 100% 100%;
  width: 5vw;
  height: 11.5625vw;
  top: 0;
  left: 0;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: .9375vw;
}
.sec_agenda .list.list3 .li.li3 {
  background: url(../img/250930_bg18.png) no-repeat;
  background-size: 100% 100%;
  width: 3.125vw;
  height: 100%;
  top: 0;
  right: 0;
  align-items: center;
}

.sec_innovation {
  width: 100%;
}
.sec_highlights_mob {
  display: none;
}
.sec_innovation ul {
  width: 100%;
  display: flex;
}
.sec_innovation .swiper {
  display: none;
}
.sec_innovation ul li {
  width: 10.4167vw;
  height: 19.5833vw;
  margin-right: 1.25vw;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer;
  position: relative;
}
.sec_innovation ul li:last-child {
  margin-right: 0;
}
.sec_innovation ul li.active {
  width: 26.25vw;
}
.sec_innovation ul li .img {
  width: 100%;
  height: 100%;
}
.sec_innovation ul li .img img {
  width: 100%;
  height: 100%;
}
.sec_innovation ul li .img.img2 {
  display: none;
}
.sec_innovation ul li.active .img.img1 {
  display: none;
}
.sec_innovation ul li.active .img.img2 {
  display: block;
}
.sec_innovation ul li .desc {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9;
  left: 0;
  top: 0;
}
.sec_innovation ul li .desc img {
  width: 4.1667vw;
  height: 4.1667vw;
  margin-bottom: 1.1979vw;
}
.sec_innovation ul li .desc .tit {
  color: #333333;
  font-weight: bold;
  font-size: 1.0417vw;
}
.sec_innovation ul li.active .desc {
  justify-content: flex-start;
  box-sizing: border-box;
  padding-top: 2.5vw;
}
.sec_innovation ul li.active .desc img {
  width: 4.6875vw;
  height: 4.6875vw;
  margin-bottom: 0.3125vw;
}
.sec_innovation ul li.active .desc .tit {
  font-size: 1.25vw;
  margin-bottom: 1.25vw;
}
.sec_innovation ul li .desc .txt {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.2708vw;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec_innovation ul li.active .desc .txt {
  flex-wrap: wrap;
  visibility: visible;
  position: initial;
  transition: all 0s 
ease-in-out .5s;
}
.sec_innovation ul li .desc .txt .list {
  border-radius: 0.4167vw;
  background: #ffffff7f;
  border: 0.1042vw solid #ffffff;
  backdrop-filter: blur(36.6667vw);
  width: calc(50% - 0.7vw);
  height: 2.6042vw;
  margin-right: 1.25vw;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0.6771vw;
  margin-bottom: 1.25vw;
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.8333vw;
}
.sec_innovation ul li .desc .txt .list:nth-child(2n) {
  margin-right: 0;
}
.sec_innovation ul li .desc .txt .list img {
  width: 1.1979vw;
  height: 1.1979vw;
  margin-right: 0.4688vw;
}

.sec_highlights {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sec_highlights .list {
  width: 16.9792vw;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  position: relative;
  padding-bottom: 2.5521vw;
}
.sec_highlights .list:hover {
  transform: translateY(-0.8333vw);
}
.sec_highlights .list img {
  width: 100%;
}

.sec_highlights .list .list1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 2.3958vw;
}
.sec_highlights .list .list1 img {
  width: 4.1667vw;
  height: 4.1667vw;
  margin-bottom: 2.0833vw;
}
.sec_highlights .list .list1 .desc {
  width: 13.8542vw;
  height: 12.3958vw;
  box-sizing: border-box;
  padding: 1.6667vw 1.0417vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 0.5208vw;
}
.sec_highlights .list .list1 .desc .tit {
  font-size: 1.0417vw;
  margin-bottom: 0.8333vw;
  font-weight: bold;
  color: #333;
}
.sec_highlights .list .list1 .desc .txt {
  color: #666666;
  font-size: 0.8333vw;
  line-height: 1.5;
}
.sec_highlights .list .list1 .desc.desc1 {
  background: url(../img/bg09.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 0.2083vw 0.5208vw #3f9bfe19;
}
.sec_highlights .list .list1 .desc.desc2 {
  background: url(../img/bg10.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 0.2083vw 0.5208vw #ff9a5119;
}
.sec_highlights .list .list1 .desc.desc3 {
  background: url(../img/bg11.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 0.2083vw 0.5208vw #ffd54d19;
}
.sec_highlights .list .list1 .desc.desc4 {
  background: url(../img/bg12.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 0.2083vw 0.5208vw #a058ff19;
}

.sec_footer {
  width: 100%;
  background: url(../img/bg02.png) no-repeat;
  background-size: cover;
}
.sec_footer .sec_inner {
  display: flex;
  flex-direction: column;
}
.sec_footer .sec_inner .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 3.3333vw;
  padding-bottom: 2.5vw;
}
.sec_footer .sec_inner .top .logo {
  width: 6.6667vw;
}
.sec_footer .sec_inner .top .logo img {
  width: 100%;
}
.sec_footer .sec_inner .top .right {
  display: flex;
}
.sec_footer .sec_inner .top .right .list {
  display: flex;
  flex-direction: column;
  margin-right: 3.75vw;
}
.sec_footer .sec_inner .top .right .list:last-child {
  margin-right: 0;
}
.sec_footer .sec_inner .top .right .list .tit {
  color: #333333;
  font-size: 0.9375vw;
  margin-bottom: 1.0417vw;
}
.sec_footer .sec_inner .top .right .list .link {
  display: flex;
  flex-direction: column;
}
.sec_footer .sec_inner .top .right .list .link li {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.8333vw;
  margin-bottom: 0.8333vw;
}
.sec_footer .sec_inner .top .right .list .link li:last-child {
  margin-bottom: 0;
}
.sec_footer .sec_inner .top .right .list .link li a {
  color: #666666;
  display: flex;
  align-items: center;
}
.sec_footer .sec_inner .top .right .list .link li:hover a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sec_footer .sec_inner .top .right .list .link li:last-child {
  margin-bottom: 0;
}
.sec_footer .sec_inner .top .right .list .link li img {
  width: 0.8333vw;
  margin-right: 0.4167vw;
}
.sec_footer .sec_inner .top .right .list .link li span {
}
.sec_footer .sec_inner .bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  border-top: 1px solid #dcdddd;
  padding: 1.5625vw 0;
}
.sec_footer .sec_inner .bottom .left {
}
.sec_footer .sec_inner .bottom .right {
  color: #666666;
  font-size: 0.8333vw;
  text-align: right;
}
.sec_footer .sec_inner .bottom .right a {
  color: #666666;
}
.sec_footer .sec_inner .bottom .right a:hover {
  text-decoration: underline;
}
.sec_footer .sec_inner .bottom .right p {
  margin-bottom: 1.1458vw;
}
.sec_footer .sec_inner .bottom .right p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .sec_head {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 0;
    height: 12.8vw;
    padding: 0 4.2667vw;
  }
  .sec_head.active{
    background: #fff;
    backdrop-filter: initial;
  }
  .sec_head .logo {
    width: 16.4vw;
  }
  .sec_head .right{
    display: none;
    position: fixed;
    width: 100%;
    top: 12.8vw;
    left: 0;
    padding: 9.7667vw 0;
    text-align: center;
              background: url(../img/250930_bg08.png) no-repeat;
    background-size: cover;
         backdrop-filter: blur(10px);
  }
  .sec_head .right .nav{
    flex-direction: column;
  }
    .sec_head .right .nav li{
      margin-bottom: 8vw;
      margin-right: 0;
    }
    .sec_head .right .nav li a{
      font-size: 3.2vw;
      font-weight: normal;
     }
    .sec_head .right .nav li:last-child{
      margin-bottom: 0;
    }
  .sec_head .mob_nav{
    display: flex;
    align-items: center;
  }
   .sec_head .mob_nav a{
    font-size: 3.7333vw;
    margin-right: 4vw;
    color: #333;
   }
    .sec_head .mob_nav img{
        width: 4.8vw;
    }
  .sec_head .right .yuyan {
   display: none;
  }
  .sec_banner {
    padding-top: 12.8vw;
  }
  .sec_banner .right {
    top: 12.8vw;
    right: 4.2667vw;
    width: 71.0667vw;
  }
  .sec_banner .left {
    top: 53.3333vw;
    left: 4.2667vw;
  }
  .sec_banner .left .tit {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
  .sec_banner .left .txt {
    margin-bottom: 2.9333vw;
  }
  .sec_banner .left .txt p {
    font-size: 2.6667vw;
    margin-bottom: 1.8667vw;
  }
  .sec_banner .left .address {
    font-size: 4.8vw;
    margin-bottom: 2.8vw;
  }
  .sec_banner .left .address span {
    margin: 0 2.1333vw;
    width: 1.3333vw;
    height: 1.3333vw;
  }
  .sec_banner .left .time {
    font-size: 2.6667vw;
  }
  .hw_cloud_main {
    background: url(../img/250930_bg19.png) #fafcfd no-repeat;
    background-size: cover;
  }
  .sec_inner {
    width: calc(100% - 8.5333vw);
  }
  .section {
    padding-top: 13.3333vw;
  }
  .sec_title {
    margin-bottom: 6.4vw;
  }
  .sec_title .txt {
    font-size: 5.3333vw;
    padding: 3.3333vw 8.4vw 1.4667vw 8.5333vw;
  }
  .sec_title .txt::before {
    width: 10.8vw;
    height: 9.3333vw;
  }
  .sec_title .txt::after {
    width: 10.8vw;
    height: 9.3333vw;
  }
  .sec_about::before {
    left: -13.2vw;
    top: -14.1333vw;
    width: 34.4vw;
    height: 34.4vw;
  }
  .sec_about .tit {
    box-sizing: border-box;
    padding: 0 2.6667vw;
    font-size: 3.3667vw;
    margin-bottom: 4.6667vw;
  }
  .sec_about .tit p {
    margin-bottom: 4vw;
  }
  .sec_about .txt {
    display: none;
  }
  .sec_about .swiper {
    display: block;
    width: calc(100% + 4.2667vw);
    box-sizing: border-box;
    padding-right: 4.2667vw;
  }
  .sec_about .swiper .swiper-slide {
    box-sizing: border-box;
    padding-right: 2vw;
  }
  .sec_about .swiper .swiper-slide img {
    width: 100%;
  }
  .sec_about .swiper .swiper-slide .desc1 {
    position: absolute;
    width: calc(100% - 2vw);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .sec_about .swiper .swiper-slide .desc1 img {
    width: 11.7333vw;
    height: 11.7333vw;
    margin-bottom: 4vw;
  }
  .sec_about .swiper .swiper-slide .desc1 .tit1 {
    font-size: 3.7333vw;
    color: #333;
    font-weight: bold;
    margin-bottom: 2.6667vw;
  }
  .sec_about .swiper .swiper-slide .desc1 .txt1 {
    font-size: 3.2vw;
    line-height: 1.5;
    color: #333;
  }
  .sec_about .swiper .swiper-pagination {
    top: auto;
    bottom: 0;
    width: calc(100% - 4.2667vw);
    background: #d5e3ff;
    height: 1px;
  }
  .sec_about .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
    background: linear-gradient(90deg, #75adff 0%, #7591ff 44%, #ffa75f 100%);
    height: 3px;
    top: -1px;
  }
  .sec_about .desc {
    margin-top: 7.7333vw;
    box-sizing: border-box;
    padding: 6.2667vw 0 5.6667vw 0;
    display: flex;
    justify-content: center;
  }
  .sec_about .desc img {
    width: 6.2vw;
  }
  .sec_about .desc ul {
    flex-direction: column;
  }
  .sec_about .desc ul li {
    position: absolute;
    font-size: 3.2vw;
    margin-right: 0 !important;
  }
  .sec_about .desc ul li img {
    width: 8.5333vw;
    height: 8.5333vw;
    margin-bottom: 1.0667vw;
  }
  .sec_about .desc ul li:nth-child(1) {
    left: 6.2vw;
    align-items: flex-end;
    top: 0;
    width: 32vw;
    text-align: right;
  }
  .sec_about .desc ul li:nth-child(2) {
    right: 11.0667vw;
    align-items: flex-start;
    top: 15.9333vw;
    width: 28.8vw;
    text-align: left;
  }
  .sec_about .desc ul li:nth-child(3) {
    left: 11.9333vw;
    align-items: flex-end;
    top: calc(21.0667vw + 9.5333vw);
    width: 28.8vw;
    text-align: right;
  }
  .sec_about .desc ul li:nth-child(4) {
    right: 12.6vw;
    align-items: flex-start;
    top: auto;
    bottom: calc(7.4667vw + 8.6vw);
    width: 28.8vw;
    text-align: left;
  }
  .sec_about .desc ul li:nth-child(5) {
    left: 13.0667vw;
    align-items: flex-end;
    top: auto;
    bottom: 0;
    width: 25.6vw;
    text-align: right;
  }
  .sec_highlights {
    display: none;
  }
  .sec_highlights_mob {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 6.4vw;
  }
  .sec_highlights_mob .mySwiper {
    width: calc(100% + 4.2667vw);
  }
  .sec_highlights_mob .mySwiper .swiper-slide {
    box-sizing: border-box;
    padding-right: 4.2667vw;
  }
  .sec_highlights_mob .mySwiper img {
    width: 100%;
  }
  .sec_highlights_mob .mySwiper .swiper-slide {
    padding-bottom: 17.3333vw;
  }
  .sec_highlights_mob .mySwiper .swiper-slide .list1 {
    width: calc(100% - 4.2667vw);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    box-sizing: border-box;
    padding: 0 4vw;
    padding-top: 6.1333vw;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .sec_highlights_mob .mySwiper .swiper-slide .list1 img {
    width: 10.6667vw;
    height: 10.6667vw;
    margin-bottom: 5.3333vw;
  }
  .sec_highlights_mob .mySwiper .swiper-slide .list1 .desc {
    width: 100%;
    height: 36.5333vw;
    border-radius: 1.3333vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 4.2667vw 4vw;
  }
  .sec_highlights_mob .mySwiper .swiper-slide .list1 .desc .tit {
    color: #333333;
    font-weight: bold;
    font-size: 3.7333vw;
    margin-bottom: 2.1333vw;
  }
  .sec_highlights_mob .mySwiper .swiper-slide .list1 .desc .txt {
    color: #666666;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .sec_highlights_mob .mySwiper .swiper-slide .list1 .desc.desc1 {
    background: url(../img/bg09.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0.5333vw 1.3333vw #3f9bfe19;
  }
  .sec_highlights_mob .mySwiper .swiper-slide .list1 .desc.desc2 {
    background: url(../img/bg10.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0.5333vw 1.3333vw #ff9a5119;
  }
  .sec_highlights_mob .mySwiper .swiper-slide .list1 .desc.desc3 {
    background: url(../img/bg11.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0.5333vw 1.3333vw #ffd54d19;
  }
  .sec_highlights_mob .mySwiper .swiper-slide .list1 .desc.desc4 {
    background: url(../img/bg12.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0.5333vw 1.3333vw #a058ff19;
  }
  .swiper-pagination {
    bottom: 0;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 1.3333vw;
    height: 1.3333vw;
    margin: 0 1.0667vw;
    border-radius: 50%;
    opacity: 1;
    background: #d5e3ff;
  }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 3.7333vw;
    border-radius: 12.556vw;
    background: linear-gradient(90deg, #75adff 0%, #7591ff 44%, #ffa75f 100%);
  }
  .sec_innovation {
    position: relative;
    padding-bottom: 8.4vw;
  }
  .sec_innovation ul {
    display: none;
  }
  .sec_innovation .swiper {
    display: block;
  }
  .sec_innovation .mySwiper img {
    width: 100%;
  }
  .sec_innovation .mySwiper .desc {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 8.5333vw;
  }
  .sec_innovation .mySwiper .desc img {
    width: 16vw;
    height: 16vw;
    margin-bottom: 1.6vw;
  }
  .sec_innovation .mySwiper .desc .tit {
    color: #333333;
    font-weight: bold;
    font-size: 4.2667vw;
    margin-bottom: 4.2667vw;
  }
  .sec_innovation .mySwiper .desc .txt {
    width: calc(100% - 10.6667vw);
    display: flex;
    flex-wrap: wrap;
  }
  .sec_innovation .mySwiper .desc .txt .list {
    width: calc(50% - 2.1333vw);
    margin-right: 4.2667vw;
    margin-bottom: 4.2667vw;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 1.7333vw;
    color: #666666;
    font-size: 2.9333vw;
    height: 8.5333vw;
    border-radius: 1.0667vw;
    background: #ffffff7f;
    border: 1px solid #ffffff;
  }
  .sec_innovation .mySwiper .desc .txt .list img {
    width: 3.8667vw;
    height: auto;
    margin-right: 1.8667vw;
    margin-bottom: 0;
  }
  .sec_innovation .mySwiper .desc .txt .list:nth-child(2n) {
    margin-right: 0;
  }
  .sec_agenda {
    margin-bottom: 13.3333vw;
    height: auto;
    flex-direction: column;
    background: none;
    padding: 0;
  }
  .sec_agenda .am {
    display: none;
  }
  .sec_agenda .pm {
    display: none;
  }
  .sec_agenda .list {
    width: 100% !important;
    margin-bottom: 4.2667vw;
  }
  .sec_agenda .list .title {
    height: 14.4vw;
    padding-left: 4vw;
    font-size: 3.7333vw;
    margin-bottom: 4vw;
  }
  .sec_agenda .list .title img {
    width: 6.4vw;
    margin-right: 2.1333vw;
  }
  .sec_agenda .list .title strong {
    font-size: 4.2667vw;
    margin-right: 2.6667vw;
  }
  .sec_agenda .list:last-child {
    margin-bottom: 0;
  }
  .sec_agenda .list .desc {
    margin-bottom: 4vw;
  }
  .sec_agenda .list .desc .am {
    display: block;
    position: absolute;
    left: 4vw;
    top: 11.9333vw;
    color: #ffc13e;
    font-weight: bold;
    font-size: 3.4667vw;
  }
  .sec_agenda .list .desc .pm {
    display: block;
    position: absolute;
    left: 4vw;
    bottom: 26.7333vw;
    color: #79aeff;
    font-weight: bold;
    font-size: 3.4667vw;
  }
  .sec_agenda .list .desc .li {
    font-size: 3.2vw;
  }
  .sec_agenda .list .desc .li p {
    margin-bottom: 3.2vw;
  }
  .sec_agenda .list .desc .li img {
    width: 2.6667vw;
    margin-right: 2.1333vw;
  }
  .sec_agenda .list.list1 {
    background: url(../img/250930_bg20.png) no-repeat;
    background-size: 100% 100%;
    height: 112.5333vw;
  }
  .sec_agenda .list.list2 {
    background: url(../img/250930_bg25.png) no-repeat;
    background-size: 100% 100%;
    height: 116.4vw;
  }
  .sec_agenda .list.list3 {
    background: url(../img/250930_bg29.png) no-repeat;
    background-size: 100% 100%;
    height: 95.8667vw;
  }
  .sec_agenda .list.list1 .li.li1 {
    width: 63.6vw;
    height: 29.4667vw;
    left: 14.1333vw;
    top: 0;
    font-size: 3.4667vw;
      background: url(../img/250930_bg21.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec_agenda .list.list1 .li.li2 {
    width: 42vw;
    height: auto;
    left: calc(14.1333vw + 19.4667vw + 1.8667vw);
    bottom: 0;
  }
  .sec_agenda .list.list1 .li.li2 p{
    height: 13.3333vw;
    margin-bottom: 1.3333vw;
      background: url(../img/250930_bg23.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec_agenda .list.list1 .li.li2 p:last-child{
    margin-bottom: 0;
  }
  .sec_agenda .list.list1 .li.li3 {
    width: 9.6vw;
    right: 2.6667vw;
      background: url(../img/250930_bg24.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec_agenda .list.list1 .li.li4{
     left: 14.1333vw;
     width: 19.4667vw;
     height: 57.3333vw;
     font-size: 3.4667vw;
       background: url(../img/250930_bg22.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec_agenda .list.list2 .li.li1 {
    width: 51.2vw;
    height: 29.6vw;
    left: 14.1333vw;
    top: 0;
    font-size: 3.4667vw;
      background: url(../img/250930_bg26.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec_agenda .list.list2 .li.li2 {
   width: 51.2vw;
    height: auto;
    left: 14.1333vw;
    bottom: 0;
  }
  .sec_agenda .list.list2 .li.li2 p{
    height: 9.0667vw;
    margin-bottom: 1.3333vw;
      background: url(../img/250930_bg27.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec_agenda .list.list2 .li.li2 p:last-child{
    margin-bottom: 0;
  }
  .sec_agenda .list.list2 .li.li3 {
   width: 9.6vw;
    right: calc(2.6667vw + 9.6vw + 1.8667vw);
      background: url(../img/250930_bg28.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec_agenda .list.list2 .li.li4 {
    width: 9.6vw;
    right: 2.6667vw;
    background: url(../img/250930_bg28.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec_agenda .list.list2 .desc .pm{
    bottom: 30.7333vw;
  }
  .sec_agenda .list.list3 .li.li1 {
    width: 42.2667vw;
    height: auto;
    left: calc(14.1333vw + 19.4667vw + 1.8667vw);
    top: 0;
  }
   .sec_agenda .list.list3 .li.li1 p{
    height: 9.0667vw;
    margin-bottom: 1.3333vw;
       background: url(../img/250930_bg31.png) no-repeat;
    background-size: 100% 100%;
   }
  .sec_agenda .list.list3 .li.li2 {
    width: 19.4667vw;
    height: 40.2667vw;
    font-size: 3.4667vw;
     left: 14.1333vw;
        background: url(../img/250930_bg30.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec_agenda .list.list3 .li.li3 {
    width: 9.6vw;
    right: 2.6667vw;
       background: url(../img/250930_bg32.png) no-repeat;
    background-size: 100% 100%;
  }
  .sec_agenda .list.list3 .desc .am{
        top: 17.9333vw;
  }
  .sec_agenda .list.list3 .desc .pm{
            bottom: 13.7333vw;
  }
  .sec_footer {
    background: url(../img/bg06.png) no-repeat;
    background-size: cover;
  }
  .sec_footer .sec_inner .top {
    align-items: center;
    flex-direction: column;
    padding-top: 8.5333vw;
    padding-bottom: 4vw;
  }
  .sec_footer .sec_inner .top .logo {
    width: 17.0667vw;
  }
  .sec_footer .sec_inner .top .right {
    width: 100%;
    flex-direction: column;
    border-top: 1px solid #dcdddd;
    margin-top: 6.4vw;
    padding-top: 6.6667vw;
  }
  .sec_footer .sec_inner .top .right .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6.6667vw;
  }
  .sec_footer .sec_inner .top .right .list .tit {
    font-size: 3.2vw;
    position: relative;
    margin-bottom: 0;
  }
  .sec_footer .sec_inner .top .right .list .tit::before {
    content: "";
    width: 5.3333vw;
    height: 5.3333vw;
    position: absolute;
    right: 0;
    background: url(../img/ico.svg) no-repeat;
    background-size: contain;
    transform: rotateX(180deg);
  }
  .sec_footer .sec_inner .top .right .list.active .tit::before {
    transform: rotateX(0);
  }
  .sec_footer .sec_inner .top .right .list .link {
    display: none;
    box-sizing: border-box;
    padding: 0 2.6667vw;
    padding-top: 4.5333vw;
  }
  .sec_footer .sec_inner .top .right .list:last-child {
    margin-bottom: 0;
  }
  .sec_footer .sec_inner .top .right .list .link li {
    margin-bottom: 3.2vw;
    font-size: 2.9333vw;
  }
  .sec_footer .sec_inner .top .right .list .link li img {
    width: 2.8333vw;
    margin-right: 1.4167vw;
  }
  .sec_footer .sec_inner .bottom {
    padding-top: 4vw;
    padding-bottom: 5.3333vw;
    justify-content: center;
    text-align: center;
  }
  .sec_footer .sec_inner .bottom .right {
    text-align: center;
    font-size: 2.9333vw;
  }
  .sec_footer .sec_inner .bottom .right p {
    margin-bottom: 2.6667vw;
  }
}

.sec_head.zy{
     background: transparent;
    backdrop-filter: blur(5px);
    border-radius: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.sec_banner.zy .left{
  width: 18.125vw;
  top: 9.0104vw;
  left: 20.0521vw;
}
.sec_banner.zy .left img{
  width: 100%;
}
.hw_cloud_main.zy{
      background: url(../img/250930_bg01.png) #fafcfd no-repeat;
    background-size: 100%;
    padding-top: 5.2083vw;
}
.sec_news{
       width: 100%;
  margin-bottom: 5.2083vw;
   background: url(../img/250930_bg02.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3.6458vw 3.125vw;
    border-radius: 1.0417vw;
}
.sec_news ul{
  width: 100%;
}
.sec_news ul li{
  margin-bottom: 3.6458vw;
  padding-bottom: 3.6458vw;
  background: url(../img/xian.png) no-repeat bottom;
  background-size: 100%;
}
.sec_news ul li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
.sec_news ul li a{
  display: flex;
  align-items: flex-start;
}
.sec_news ul li .img{
  width: 32.4479vw;
  height: 15.7813vw;
  margin-right: 3.6458vw;
  position: relative;
}
.sec_news ul li .img img{
  position: absolute;
  left: 0;
  top: 0;
}
.sec_news ul li .img img.img1{
  width: 100%;
}
.sec_news ul li .img img.img2{
  width: 33.0729vw;
  display: none;
}
.sec_news ul li .img:hover img.img1{
  display: none;
}
.sec_news ul li .img:hover img.img2{
  display: block;
}
.sec_news ul li .desc{
  flex: 1;
  width: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.sec_news ul li .desc .time{
  display: flex;
  align-items: center;
  color: #666666;
font-size: .7292vw;
margin-bottom: .8333vw;
}
.sec_news ul li .desc .time img{
  width: .6771vw;
  margin-right: .3906vw;
}
.sec_news ul li a .desc .tit{
  color: #333333;
font-weight: bold;
font-size: 1.25vw;
line-height: 1.5;
margin-bottom: 1.25vw;
}
.sec_news ul li .desc .txt{
  color: #666666;
font-size: .9375vw ;
line-height: 1.5;
margin-bottom: 2.0833vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sec_news ul li .desc .a{
  width: 6.4583vw;
  height: 2.0833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .6771vw;
  color: #fff;
  background: url(../img/250930_icon01.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 3.5417vw;
}
.sec_news ul li .desc .a img{
      transition: 0.5s;
    -webkit-transition: 0.5s;
    width: .8854vw;
    margin-left: .2604vw;
}
.sec_news ul li .desc .a:hover img{
  transform: translateX(.5208vw);
}

.sec_news ul li:nth-child(2n) a{
     flex-flow: row-reverse;
}
.sec_news ul li:nth-child(2n) .img{
    margin-right: 0;
      margin-left: 3.6458vw;
}

.sec_news_show{
     width: 100%;
  margin-bottom: 5.2083vw;
   background: url(../img/250930_bg03.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3.125vw 5.2083vw 4.1667vw;
    border-radius: 1.0417vw;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.sec_news_show .tit{
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #333333;
font-weight: bold;
font-size: 1.6667vw;
line-height: 1.5;
margin-bottom: 1.0417vw;
}
.sec_news_show .tit span{
  font-size: 1.25vw;
}
.sec_news_show .time{
  display: flex;
  align-items: center;
  color: #666666;
font-size: .8333vw;
margin-bottom: 2.2396vw;
}
.sec_news_show .time img{
  width: .8333vw;
  margin-right: .4167vw;
}
.sec_news_show .txt{
  color: #666666;
font-size: .8333vw;
line-height: 1.5;
}
.sec_news_show .txt p{
  margin-bottom: 1.25vw;
}
.sec_news_show .txt p:last-child{
  margin-bottom: 0;
}
.sec_news_show .txt img{
  max-width: 100%;
}
.sec_news_show .txt .ftitle{
  padding-top: .4167vw;
  margin-top: .4167vw;
  position: relative;
  width: fit-content;
}
.sec_news_show .txt .ftitle strong{
  font-size: .9375vw;
  font-weight: bold;
  position: relative;
  z-index: 2;
  padding-left: .7292vw;
}
.sec_news_show .txt .ftitle strong::before{
  content: "";
  position: absolute;
  width: .3125vw;
  height: .3125vw;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #5B9DFF 4%, #765EFF 51%, #FFBF8B 100%);
}
.sec_news_show .txt .ftitle img{
  width: 1.25vw;
  right: -0.625vw;
  top: 0;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 900px) {
  .sec_head.zy{
        backdrop-filter: initial;
        background: #fff;
  }
  .sec_banner.zy .left{
    top: 12.2667vw;
    left: 4.2667vw;
    width: 49.6vw;
  }
  .hw_cloud_main.zy{
    padding-top: 13.3333vw;
        background: url(../img/250930_bg05.png) #fafcfd no-repeat;
    background-size: 100% 100%;
  }
  .sec_news{
    padding: 0;
    background: none;
    margin-bottom: 13.3333vw;
  }
  .sec_news ul li{
    padding-bottom: 0;
    margin-bottom: 5.3333vw;
    box-sizing: border-box;
    padding: 5.3333vw 4.2667vw 8vw;
      background: url(../img/250930_bg06.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 2.6667vw;
  }
  .sec_news ul li:last-child{
   box-sizing: border-box;
    padding: 5.3333vw 4.2667vw 8vw;
      background: url(../img/250930_bg06.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 2.6667vw;
  }
  .sec_news ul li a{
    flex-direction: column;
  }
  .sec_news ul li:nth-child(2n) a{
    flex-direction: column;
  }
  .sec_news ul li .img{
    width: 100%;
    margin: 0;
    height: auto;
  }
  .sec_news ul li .img img.img1{
    display: none !important;
  }
  .sec_news ul li .img img.img2{
    display: block !important;
    width: 100%;
    position: initial;
  }
  .sec_news ul li:nth-child(2n) .img{
    margin: 0;
  }
  .sec_news ul li .desc{
    flex: initial;
    width: 100%;
    margin-top: 4.2667vw;
  }
  .sec_news ul li .desc .time{
    font-size: 2.9333vw;
    margin-bottom: 2.6667vw;
  }
    .sec_news ul li .desc .time img{
      width: 2.8vw;
      margin-right: 1.3333vw;
    }
    .sec_news ul li a .desc .tit{
      font-size: 3.7333vw;
      margin-bottom: 4.2667vw;
    }
    .sec_news ul li .desc .txt{
      font-size: 3.2vw;
      margin-bottom: 5.3333vw;
      -webkit-line-clamp: 4;
    }
    .sec_news ul li .desc .a{
      width: 25.6vw;
      height: 8.5333vw;
      border-radius: 14vw;
      font-size: 2.9333vw;
    }
    .sec_news ul li .desc .a img{
      width: 4.2667vw;
      margin-left: 1.0667vw;
    }
    .sec_news_show{
          background: url(../img/250930_bg07.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 13.3333vw;
    padding: 8vw 4vw 10.6667vw;
    border-radius: 2.6667vw;
    }
    .sec_news_show .tit{
      font-size: 4.2667vw;
      line-height: 2;
      margin-bottom: 1.6vw;
    }
    .sec_news_show .tit span{
      font-size: 3.6333vw;
    }
    .sec_news_show .time{
      margin-bottom: 5.3333vw;
      font-size: 2.9333vw;
    }
    .sec_news_show .time img{
      width: 2.8vw;
      margin-right: 1.3333vw;
    }
    .sec_news_show .txt{
      font-size: 3.2vw;
      text-align: justify;
    }
    .sec_news_show .txt p{
      margin-bottom: 3.2vw;
    }
    .sec_news_show .txt .ftitle{
      margin-top: 1.0667vw;
      padding-top: 1.0667vw;
    }
    .sec_news_show .txt .ftitle strong{
      font-size: 3.4667vw;
      padding-left: 2.1333vw;
    }
    .sec_news_show .txt .ftitle strong::before{
      width: 1.3333vw;
      height: 1.3333vw;
    }
    .sec_news_show .txt .ftitle img{
      width: 3.2vw;
      right: -1.6vw;
    }
}