.icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.abo_page {
  width: 100%;
  overflow: hidden;
}
.abo_page .inner-banner .desc {
  margin-bottom: 1rem;
}

.abo_page .inner-banner .desc .tit {
  font-size: 1.1rem;
  letter-spacing: 8px;
  /* Î¢ÈíÑÅºÚ */
  font-family: 'Microsoft YaHei';
}

.abo_page .inner-banner .desc .txt {
  font-size: 0.42rem;
  line-height: 1.25;
  letter-spacing: 0.04rem;
  font-weight: 300;
  font-family: var(--fw300);
}

.abo_page .abo1 {
  position: relative;
  min-height: 12rem;
  /* padding: 1.2rem 0; */
  padding: 1rem 0 1.2rem;
}

.abo_page .abo1 .bg {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}

.abo_page .abo1 .wrap {
  position: relative;
}

.abo_page .abo1 .wrap .list {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
}

.abo_page .abo1 .wrap .list .item {
  min-width: 3.5rem;
  text-align: center;
}
.abo1 .wrap .tit-box{
  margin-bottom: .6rem;
}
.abo1 .wrap .tit-box .subtit{
  font-size: .2rem;
  font-weight: 400;
  margin-bottom: .1rem;
}
.abo1 .wrap .tit-box .tit{
  font-size: .52rem;
  font-weight: 500;
  font-family: var(--fw500);
}
.abo1 .wrap .tit-box .txt{
  font-size: .18rem;
  font-weight: 300;
  font-family: var(--fw300);
  line-height: 2;
  margin-top: .28rem;
  color: #333;
}

.abo_page .abo1 .wrap .list .item .tit {
  margin-bottom: 0.4rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.8px solid #BFBFBF;
}

.abo_page .abo1 .wrap .list .item .ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.26rem;
}

.abo_page .abo1 .wrap .list .item .ul .li {
  display: flex;
  gap: 0.14rem;
  align-items: center;
}

.abo_page .abo1 .wrap .list .item .ul .li .icon {
  width: 0.35rem;
  height: 0.35rem;
}

.abo_page .abo2 {
  padding: 1.45rem 0 0.8rem;
}

.abo_page .abo2 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.43rem;
  row-gap: 0.36rem;
  padding: 0.35rem 1.2rem 0;
}

.abo_page .abo2 .wrap .list .item {
  width: calc((100% - 0.86rem) / 3);
  min-height: 2.75rem;
  border-radius: 0.15rem;
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0.65rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}

.abo_page .abo2 .wrap .list .item .icon {
  width: 0.55rem;
  height: 0.55rem;
  margin-bottom: 0.36rem;
}

.abo_page .abo2 .wrap .list .item .desc {
  text-align: center;
}

.abo_page .abo2 .wrap .list .item .desc .tit {
  margin-bottom: 0.1rem;
  transition: all 0.5s;
}

.abo_page .abo2 .wrap .list .item .desc .txt {
  transition: all 0.5s;
}

.abo_page .abo2 .wrap .list .item:hover {
  box-shadow: 0 4px 30px 0 rgba(231, 0, 18, 0.1);
}

.abo_page .abo2 .wrap .list .item:hover .desc .tit {
  color: var(--vi);
}

.abo_page .abo2 .wrap .list .item:hover .desc .txt {
  color: #333;
}

.abo_page .abo3 {
  position: relative;
  padding: 1.75rem 0 2.5rem;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 88.23%, #FFF 99.07%), linear-gradient(0deg, rgba(255, 255, 255, 0) 93.39%, #FFF 100%);
}

.abo_page .abo3 .bg {
  position: absolute;
  inset: 0;
}

.abo_page .abo3 .wrap {
  position: relative;
}

.abo_page .abo3 .wrap .tit-box {
  margin-bottom: 1.15rem;
}

.abo_page .abo3 .wrap .cont1>.tit {
  margin-bottom: 0.7rem;
}

.abo_page .abo3 .wrap .cont1 .info {
  min-height: 9rem;
  margin-bottom: 1rem;
  padding-bottom: 1px;
  position: relative;
}

.abo_page .abo3 .wrap .cont1 .info .list {
  position: absolute;
  inset: 0;
}

.abo_page .abo3 .wrap .cont1 .info .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  position: absolute;
}

.abo_page .abo3 .wrap .cont1 .info .list .item .icon {
  height: 0.55rem;
  width: auto;
}

.abo_page .abo3 .wrap .cont1 .info .list .item:nth-child(1) {
  top: 1rem;
  left: 3.5rem;
}

.abo_page .abo3 .wrap .cont1 .info .list .item:nth-child(2) {
  top: 1rem;
  right: 3.5rem;
}

.abo_page .abo3 .wrap .cont1 .info .list .item:nth-child(3) {
  top: 5.4rem;
  right: 3.5rem;
}

.abo_page .abo3 .wrap .cont1 .info .list .item:nth-child(4) {
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
}

.abo_page .abo3 .wrap .cont1 .info .list .item:nth-child(5) {
  top: 5.4rem;
  left: 3.5rem;
}

.abo_page .abo3 .wrap .cont1 .info .yuan_box {
  width: 6.95rem;
  height: 6.95rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.abo_page .abo3 .wrap .cont1 .info .yuan_box .bg_svg {
  position: absolute;
  inset: 0;
}

.abo_page .abo3 .wrap .cont1 .info .yuan_box .bg_svg svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.abo_page .abo3 .wrap .cont1 .info .yuan_box .bg_list {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.25);
  position: relative;
}

.abo_page .abo3 .wrap .cont1 .info .yuan_box .bg_list .item {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  inset: 0;
}

.abo_page .abo3 .wrap .cont1 .info .yuan_box .bg_list .item.active {
  opacity: 1;
}

.abo_page .abo3 .wrap .cont2 .tit {
  margin-bottom: 0.6rem;
}

.abo_page .abo3 .wrap .cont2 .list {
  display: flex;
  gap: 0.2rem;
}

.abo_page .abo3 .wrap .cont2 .list .item .card {
  border-radius: 0.15rem;
  background: #FFF;
  width: 3.2rem;
  height: 1.62rem;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.abo_page .abo3 .wrap .cont2 .list .item .card .icon {
  width: 0.9rem;
  height: 0.9rem;
  transition: all 0.5s;
}

.abo_page .abo3 .wrap .cont2 .list .item .card .icon img {
  pointer-events: none;
}

.abo_page .abo3 .wrap .cont2 .list .item .txt {
  opacity: 0;
  transition: all 0.5s;
}

.abo_page .abo3 .wrap .cont2 .list .item:hover .txt {
  opacity: 1;
}

.abo_page .abo3 .wrap .cont2 .list .item:hover .card {
  box-shadow: 0 4px 30px 0 rgba(1, 1, 1, 0.1);
}

.abo_page .abo3 .wrap .cont2 .list .item:hover .card .icon {
  transform: scale(1.1);
}

.abo_page .abo4 {
  padding: 0 0 1.5rem;
}

.abo_page .abo4 .wrap .swiper_abo4 .swiper-slide {
  width: 6.35rem;
  padding: 0 0.125rem;
}

.abo_page .abo4 .wrap .swiper_abo4 .swiper-slide:first-child {
  padding-left: 0;
}

.abo_page .abo4 .wrap .swiper_abo4 .swiper-slide:last-child {
  padding-right: 0;
}

.abo_page .abo4 .wrap .swiper_abo4 .swiper-slide .item {
  width: 100%;
  height: 6.2rem;
  border-radius: 0.15rem;
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 0.45rem;
  transition: all 0.5s;
}

.abo_page .abo4 .wrap .swiper_abo4 .swiper-slide .item .tit {
  padding-bottom: 0.2rem;
  position: relative;
  margin-bottom: 0.35rem;
  transition: all 0.5s;
}

.abo_page .abo4 .wrap .swiper_abo4 .swiper-slide .item .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0.14;
}

.abo_page .abo4 .wrap .swiper_abo4 .swiper-slide .item .tit::before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  left: 0;
  width: 0.85rem;
  height: 2px;
  background: var(--vi);
}

.abo_page .abo4 .wrap .swiper_abo4 .swiper-slide .item .desc {
  margin-bottom: 0.2rem;
}

.abo_page .abo4 .wrap .swiper_abo4 .swiper-slide .item .desc .subtit {
  margin-bottom: 0.1rem;
}

.abo_page .abo4 .wrap .swiper_abo4 .swiper-slide .item .pic {
  width: 100%;
  height: 3.66rem;
  overflow: hidden;
  border-radius: 0.1rem;
}

.abo_page .abo4 .wrap .swiper_abo4 .swiper-slide .item:hover {
  box-shadow: 0 4px 30px 0 rgba(231, 0, 18, 0.1);
}

.abo_page .abo4 .wrap .swiper_abo4 .swiper-slide .item:hover .tit {
  color: var(--vi);
}

.cul_page .inner-banner .desc {
  /* margin-bottom: 3rem; */
}

.cul_page .cul1 {
  padding: 1.4rem 0 1.1rem;
  width: 100%;
  overflow: hidden;
}

.cul_page .cul1 .wrap .list {
  padding-top: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-bottom: 1.1rem;
}

.cul_page .cul1 .wrap .list .item {
  width: calc((100% - 0.6rem) / 4);
  border-radius: 0.15rem;
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 0.45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cul_page .cul1 .wrap .list .item .icon {
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.36rem;
}

.cul_page .cul1 .wrap .list .item .desc .tit {
  margin-bottom: 0.1rem;
}

.cul_page .cul1 .wrap .swiper_cul1 .swiper-slide {
  width: 8.3rem;
}

.cul_page .cul1 .wrap .swiper_cul1 .swiper-slide .item {
  width: 100%;
  height: 5rem;
  transition: transform 0.5s;
}

.cul_page .cul1 .wrap .swiper_cul1 .swiper-slide.swiper-slide-active .item,.cul_page .cul1 .wrap .swiper_cul1  .swiper-slide.swiper-slide-duplicate-active .item {
  transform: scale(0.86);
}

.cul_page .cul1 .wrap .swiper_cul1 .swiper-slide .item .pic {
  width: 100%;
  height: 100%;
}
.cul_page .cul1 .wrap .swiper_cul1 .swiper-slide .item .pic img{
  will-change: transform;
}

.cul_page .cul1 .wrap .page-box {
  justify-content: center;
  margin-top: 0.5rem;
}

.cul_page .cul2 {
  background: #F9F9F9;
  padding: 1.15rem 0 1.75rem;
}

.cul_page .cul2 .wrap .tit-box {
  margin-bottom: 0.7rem;
}

.cul_page .cul2 .wrap>.pic {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.cul_page .cul2 .wrap .cont .list1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.84rem;
}

.cul_page .cul2 .wrap .cont .list1 .item {
  width: calc((100% - 1.68rem) / 3);
  position: relative;
}

.cul_page .cul2 .wrap .cont .list1 .item .bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.cul_page .cul2 .wrap .cont .list1 .item .desc {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 1.2rem;
}

.cul_page .cul2 .wrap .cont .list1 .item .desc .tit {
  margin-bottom: 0.1rem;
}

.cul_page .cul2 .wrap .cont .list2 {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  column-gap: 0.2rem;
  row-gap: 0.4rem;
  flex-wrap: wrap;
}

.cul_page .cul2 .wrap .cont .list2 .item {
  width: calc((100% - 0.6rem) / 4);
}

.cul_page .cul2 .wrap .cont .list2 .item .pic {
  width: 100%;
  height: 2.45rem;
  border-radius: 0.15rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.cul_page .cul3 {
  padding: 1.42rem 0 0.75rem;
}

.cul_page .cul3 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
}

.cul_page .cul3 .wrap .list .item {
  height: 4.2rem;
  /* width: fit-content; */
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem;
}

.cul_page .cul3 .wrap .list .item .pic {
  width: auto;
  height: 100%;
}

.cul_page .cul3 .wrap .list .item .info {
  pointer-events: none;
  position: absolute;
  inset: 0;
  padding: 0.3rem 0.2rem;
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 29.62%);
}

.cul_page .cul3 .wrap .list .item .info .tit {
  margin-top: auto;
  text-align: center;
  line-height: 1.3;
  white-space: nowrap;
}

.cul_page .cul3 .wrap .list .item:nth-child(1) {
  width: 3.64rem;
}

.cul_page .cul3 .wrap .list .item:nth-child(2) {
  width: 6.94rem;
}

.cul_page .cul3 .wrap .list .item:nth-child(3) {
  width: calc(100% - 3.64rem - 6.94rem - .3rem);
}

.cul_page .cul3 .wrap .list .item:nth-child(4) {
  width: 5.76rem;
}

.cul_page .cul3 .wrap .list .item:nth-child(5) {
  width: 7rem;
}

.cul_page .cul3 .wrap .list .item:nth-child(6) {
  width: calc(100% - 5.76rem - 7rem - .3rem);
}

.cul_page .cul4 {
  padding: 0.75rem 0 1.4rem;
}

.cul_page .cul4 .love_box {
  position: relative;
  width: 100%;
  height: 11.5rem;
}

.cul_page .cul4 .love_box .item {
  position: absolute;
  background-color: #EDEEF2;
  border-radius: 0.15rem;
  width: 0;
  height: 0;
  overflow: hidden;
}

.cul_page .cul4 .love_box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.cul_page .cul4 .love_box{
  font-size: calc(100vw / 19.2) !important;
}

.cul_page .cul4 .love_box .item:hover img {
  transform: scale(1.1);
}

.cul_page .cul4 .love_box .item:nth-child(1) {
  width: 2.51em;
  height: 1.86em;
  top: 1.06em;
  left: 2.38em;
}

.cul_page .cul4 .love_box .item:nth-child(2) {
  width: 2.8034em;
  height: 2.7566em;
  top: 0.96em;
  left: 5.03em;
}

.cul_page .cul4 .love_box .item:nth-child(3) {
  width: 4.2929em;
  height: 2.6197em;
  top: 0;
  left: 7.98em;
}

.cul_page .cul4 .love_box .item:nth-child(4) {
  width: 2.8094em;
  height: 2.688em;
  top: 1.06em;
  right: 3.97em;
}

.cul_page .cul4 .love_box .item:nth-child(5) {
  width: 2.6675em;
  height: 1.5584em;
  top: 1.34em;
  right: 1.17em;
}

.cul_page .cul4 .love_box .item:nth-child(6) {
  width: 3.6587em;
  height: 2.8467em;
  top: 3.05em;
  left: 1.23em;
}

.cul_page .cul4 .love_box .item:nth-child(7) {
  left: 5.02em;
  top: 3.87em;
  width: 2.8034em;
  height: 2.0371em;
}

.cul_page .cul4 .love_box .item:nth-child(8) {
  top: 2.76em;
  left: 7.98em;
  width: 4.2929em;
  height: 3.136em;
}

.cul_page .cul4 .love_box .item:nth-child(9) {
  top: 3.89em;
  right: 3.97em;
  width: 2.8034em;
  height: 2.0091em;
}

.cul_page .cul4 .love_box .item:nth-child(10) {
  top: 3.05em;
  right: 1.17em;
  width: 2.6675em;
  height: 2.8492em;
}

.cul_page .cul4 .love_box .item:nth-child(11) {
  top: 6.05em;
  left: 2.12em;
  width: 1.8166em;
  height: 2.1895em;
}

.cul_page .cul4 .love_box .item:nth-child(12) {
  top: 6.05em;
  left: 4.08em;
  width: 2.688em;
  height: 2.1934em;
}

.cul_page .cul4 .love_box .item:nth-child(13) {
  top: 6.05em;
  left: 6.91em;
  width: 2.9902em;
  height: 2.1492em;
}

.cul_page .cul4 .love_box .item:nth-child(14) {
  top: 6.05em;
  right: 6.03em;
  width: 3.1304em;
  height: 2.1492em;
}

.cul_page .cul4 .love_box .item:nth-child(15) {
  top: 6.05em;
  right: 3.74em;
  width: 2.1512em;
  height: 3.0691em;
}

.cul_page .cul4 .love_box .item:nth-child(16) {
  top: 6.05em;
  right: 1.16em;
  width: 2.4296em;
  height: 1.5886em;
}

.cul_page .cul4 .love_box .item:nth-child(17) {
  top: 8.32em;
  left: 4.67em;
  width: 2.1034em;
  height: 2.7344em;
}

.cul_page .cul4 .love_box .item:nth-child(18) {
  top: 8.32em;
  left: 6.91em;
  width: 2.9926em;
  height: 3.1456em;
}

.cul_page .cul4 .love_box .item:nth-child(19) {
  top: 8.32em;
  left: 10.04em;
  width: 3.1073em;
  height: 2.0371em;
}

.hon_page .hon1 {
  padding: 1.7rem 0 2.2rem;
  position: relative;
}

.hon_page .hon1 .bg {
  position: absolute;
  inset: 0;
}

.hon_page .hon1 .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.hon_page .hon1 .wrap .tit-box {
  margin-bottom: 0.5rem;
}

.hon_page .hon1 .wrap .list {
  display: flex;
  margin-bottom: 0.9rem;
}

.hon_page .hon1 .wrap .list .item {
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.hon_page .hon1 .wrap .list .item .num {
  margin-bottom: 0.14rem;
}

.hon_page .hon1 .wrap .list .item:last-child {
  border-right: none;
}

.hon_page .hon1 .wrap .logo_list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hon_page .hon1 .wrap .logo_list .logo_row {
  display: flex;
  gap: 0.2rem;
}

.hon_page .hon1 .wrap .logo_list .logo_row .card {
  width: 2.6rem;
  height: 1.15rem;
  padding: 0.15rem;
  border-radius: 0.05rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hon_page .hon1 .wrap .logo_list .logo_row .card img {
  height: 100%;
  width: auto;
}

.hon_page .hon2 {
  padding: 1.2rem 0 1.5rem;
}

.hon_page .hon2 .wrap .tit-box {
  margin-bottom: 0.7rem;
}

.hon_page .hon2 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.27rem;
}

.hon_page .hon2 .wrap .list .item {
  width: calc((100% - 0.81rem) / 4);
  transition: all 0.5s;
}

.hon_page .hon2 .wrap .list .item .pic {
  height: 4.35rem;
  width: 100%;
  border-radius: 0.1rem;
  background: #F9F9F9;
  padding: 0.1rem;
  margin-bottom: 0.2rem;
  transition: all 0.5s;
}

.hon_page .hon2 .wrap .list .item .pic .cont {
  border-radius: 0.1rem;
  border: 1px solid #D9D9D9;
  background: #F9F9F9;
  padding: 0.4rem 0.7rem;
  transition: all 0.5s;
}

.hon_page .hon2 .wrap .list .item .tit {
  transition: all 0.5s;
}

.hon_page .hon2 .wrap .list .item:hover .pic {
  background-color: #fff;
  box-shadow: 0 4px 30px 0 rgba(170, 33, 1, 0.06);
}

.hon_page .hon2 .wrap .list .item:hover .pic .cont {
  background-color: #fff;
}

.hon_page .hon2 .wrap .list .item:hover .tit {
  color: var(--vi);
}

.hon_page .hon2 .wrap .num-box {
  margin-top: 1.1rem;
}

.rd_page .inner-banner .desc {
  /* margin-top: 1.6rem; */
}

.rd_page .rd1 {
  position: relative;
  padding: 1.5rem 0;
}

.rd_page .rd1 .bg {
  position: absolute;
  inset: 0;
}

.rd_page .rd1 .wrap {
  position: relative;
}

.rd_page .rd1 .wrap .list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.rd_page .rd1 .wrap .list .item .top {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}

.rd_page .rd1 .wrap .list .item .top .gif_icon {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
}

.rd_page .rd1 .wrap .list .item .top .desc .tit {
  margin-bottom: 0.12rem;
}

.rd_page .rd1 .wrap .list .item .ul {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  flex-wrap: nowrap;
}

.rd_page .rd1 .wrap .list .item .ul .li {
  flex: 1;
  padding: 0.5rem 0.4rem 0.65rem;
  min-height: 4.2rem;
  min-width: 4rem;
  background-color: #fff;
  border-radius: 0.15rem;
  transition: box-shadow 0.4s, transform 0.4s;
}

.rd_page .rd1 .wrap .list .item .ul .li .icon {
  width: 0.7rem;
  height: 0.7rem;
  flex-shrink: 0;
  margin-bottom: 0.4rem;
}

.rd_page .rd1 .wrap .list .item .ul .li .desc .tit {
  margin-bottom: 0.3rem;
  transition: all 0.5s;
}

.rd_page .rd1 .wrap .list .item .ul .li:hover {
  box-shadow: 0 4px 30px 0 rgba(231, 0, 18, 0.1);
  transform: translateY(-0.05rem);
}
.rd_page .rd1 .wrap .list .item .ul .li:hover .desc .tit {
  color: var(--vi);
}

.fir_page {
  position: relative;
}

.fir_page .fir1 {
  position: relative;
  padding: 1.6rem 0;
}

.fir_page .fir1 .bg {
  position: absolute;
  inset: 0;
}

.fir_page .fir1 .wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.fir_page .fir1 .wrap .lf {
  width: 4.65rem;
}

.fir_page .fir1 .wrap .lf .list {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  margin-bottom: 1.1rem;
  width: 100%;
}

.fir_page .fir1 .wrap .lf .list .item {
  width: 100%;
}

.fir_page .fir1 .wrap .lf .list .item .tit {
  margin-bottom: 0.24rem;
}

.fir_page .fir1 .wrap .lf .list .item .line {
  margin-bottom: 0.4rem;
  height: 0.8px;
  width: 100%;
  background-color: #BFBFBF;
  position: relative;
}

.fir_page .fir1 .wrap .lf .list .item .line::before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  left: 0;
  width: 0.9rem;
  height: 2px;
  background-color: var(--vicolor);
}

.fir_page .fir1 .wrap .rg {
  flex: 1;
}

.fir_page .fir1 .wrap .rg .list {
  display: flex;
  justify-content: flex-end;
  height: 7.5rem;
  gap: 0.2rem;
}

.fir_page .fir1 .wrap .rg .list .pic {
  height: 100%;
  width: 5.11rem;
  border-radius: 0.15rem;
}

.fir_page .fir2 .video_box {
  position: relative;
  width: 100%;
  height: 10.8rem;
}

.fir_page .fir2 .video_box .bg {
  position: absolute;
  inset: 0;
}

.fir_page .fir2 .video_box .cont {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fir_page .fir2 .video_box .cont .tit {
  margin-bottom: 0.6rem;
}

.fir_page .fir2 .video_box .cont .play_btn {
  width: 0.95rem;
  height: 0.95rem;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.5s;
}

.fir_page .fir2 .video_box .cont .play_btn:hover {
  opacity: 1;
}

.fir_page .fir3 {
  padding: 1.4rem 0;
  background-color: #F5F5F5;
}

.fir_page .fir3 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.fir_page .fir3 .wrap .list .item {
  width: calc((100% - 1.2rem) / 3);
  min-height: 6.23rem;
  border-radius: 0.15rem;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.4rem 0.5rem 0.45rem;
  transition: all 0.5s;
}

.fir_page .fir3 .wrap .list .item .pic {
  height: 2.7rem;
  width: 100%;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0.3rem;
}

.fir_page .fir3 .wrap .list .item .desc {
  padding: 0 0.25rem;
}

.fir_page .fir3 .wrap .list .item .desc .tit {
  margin-bottom: 0.2rem;
  transition: all 0.5s;
}

.fir_page .fir3 .wrap .list .item .desc .txt {
  margin-bottom: 0.4rem;
}
.fir_page .fir3 .wrap .list .item .desc .txt ul li{
  list-style: disc;
}

.fir_page .fir3 .wrap .list .item .more {
  margin-top: auto;
}

.fir_page .fir3 .wrap .list .item:hover .desc .tit {
  color: var(--vi);
}

.fir_page .fir3 .wrap .list .item:hover {
  box-shadow: 0 4px 30px 0 rgba(231, 0, 18, 0.1);
}

.fir_page .fir3 .wrap .ibtn {
  margin: 0 auto;
}

.pip_page .pip1,
.fir_page .pip1 {
  position: relative;
  padding: 1.5rem 0;
  height: 12rem;
}

.pip_page .pip1 .bg,
.fir_page .pip1 .bg {
  position: absolute;
  inset: 0;
}

.pip_page .pip1 .wrap,
.fir_page .pip1 .wrap {
  position: relative;
}

.pip_page .pip1 .wrap .desc,
.fir_page .pip1 .wrap .desc {
  margin-bottom: 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pip_page .pip1 .wrap .desc .ibtn,
.fir_page .pip1 .wrap .desc .ibtn {
  padding: 0.15rem 0.45rem;
  font-size: .2rem;
}

.pip_page .pip1 .wrap .desc .txt,
.fir_page .pip1 .wrap .desc .txt {
  margin-bottom: 0.5rem;
  max-width: 12.8rem;
  text-align: center;
}

.pip_page .pip1 .wrap .list,
.fir_page .pip1 .wrap .list {
  display: flex;
  gap: 1.4rem;
  justify-content: center;
}

.pip_page .pip1 .wrap .list .item,
.fir_page .pip1 .wrap .list .item {
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  /* transition: transform 0.5s; */
}

.pip_page .pip1 .wrap .list .item:hover,
.fir_page .pip1 .wrap .list .item:hover {
  transform: scale(1.06);
}
.pip_page .pip1 .wrap .list .item .tit,
.fir_page .pip1 .wrap .list .item .tit {
  color: #0A6299;
  margin-bottom: 0.1rem;
  text-align: center;
  line-height: 1.25;
}

.pip_page .pip1 .wrap .list .item .num,
.fir_page .pip1 .wrap .list .item .num {
  color: #0A6299;
}

.pip_page .pip1 .wrap .list .item .num .unit2,
.fir_page .pip1 .wrap .list .item .num .unit2 {
  display: inline-block;
  margin-top: -0.1rem;
}

.pip_page .pip1 .wrap .list .item:nth-child(1),
.fir_page .pip1 .wrap .list .item:nth-child(1) {
  margin-top: 0.3rem;
}

.pip_page .pip1 .wrap .list .item:nth-child(3),
.fir_page .pip1 .wrap .list .item:nth-child(3) {
  margin-top: 0.67rem;
}

.pip_page .pip1 .wrap .list .item:nth-child(4),
.fir_page .pip1 .wrap .list .item:nth-child(4) {
  margin-top: 0.16rem;
}

.pip_page .pip2,
.fir_page .pip2 {
  padding: 1.4rem 0;
}

.pip_page .pip2 .wrap .list,
.fir_page .pip2 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
  justify-content: center;
}

.pip_page .pip2 .wrap .list .item,
.fir_page .pip2 .wrap .list .item {
  width: calc((100% - 0.34rem) / 2);
  min-height: 6.2rem;
  position: relative;
  border-radius: 0.15rem;
  overflow: hidden;
}

.pip_page .pip2 .wrap .list .item .pic,
.fir_page .pip2 .wrap .list .item .pic {
  position: absolute;
  inset: 0;
}

.pip_page .pip2 .wrap .list .item .mask,
.fir_page .pip2 .wrap .list .item .mask {
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: all 0.5s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 4.68%, rgba(0, 0, 0, 0) 40.65%);
}

.pip_page .pip2 .wrap .list .item .mask2,
.fir_page .pip2 .wrap .list .item .mask2 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 0.5s;
  background: linear-gradient(180deg, rgba(231, 0, 18, 0) 30%, rgba(231, 0, 18, 0.5) 100%);
}

.pip_page .pip2 .wrap .list .item .cont,
.fir_page .pip2 .wrap .list .item .cont {
  padding: 0.4rem;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.5s;
}

.pip_page .pip2 .wrap .list .item .cont .desc,
.fir_page .pip2 .wrap .list .item .cont .desc {
  text-align: center;
}

.pip_page .pip2 .wrap .list .item .cont .desc .tit,
.fir_page .pip2 .wrap .list .item .cont .desc .tit {
  margin-bottom: 0.1rem;
}

.pip_page .pip2 .wrap .list .item .cont .btn_box,
.fir_page .pip2 .wrap .list .item .cont .btn_box {
  display: none;
  margin-top: 0.4rem;
}

.pip_page .pip2 .wrap .list .item:hover .cont .desc .tit,
.fir_page .pip2 .wrap .list .item:hover .cont .desc .tit {
  color: #fff;
}

.pip_page .pip2 .wrap .list .item:hover .mask,
.fir_page .pip2 .wrap .list .item:hover .mask {
  opacity: 0;
}

.pip_page .pip2 .wrap .list .item:hover .mask2,
.fir_page .pip2 .wrap .list .item:hover .mask2 {
  opacity: 1;
}

.new_page .new1 {
  padding: 0.9rem 0 1.5rem;
}

.new_page .new1 .wrap .top {
  margin-bottom: 1.3rem;
}

.new_page .new1 .wrap .top .swiper_new1_top {
  width: 100%;
  overflow: hidden;
  border-radius: 0.15rem;
  height: 5.75rem;
  box-shadow: 0 0.04rem 0.27rem 0 rgba(0, 0, 0, 0.06);
}

.new_page .new1 .wrap .top .swiper_new1_top .swiper-slide {
  width: 100%;
  height: 100%;
}

.new_page .new1 .wrap .top .swiper_new1_top .swiper-slide .item {
  width: 100%;
  height: 100%;
  display: flex;
 
  background: #F9F9F9;
}

.new_page .new1 .wrap .top .swiper_new1_top .swiper-slide .item .pic {
  height: 100%;
  width: 8.67rem;
  flex-shrink: 0;
}

.new_page .new1 .wrap .top .swiper_new1_top .swiper-slide .item .info {
  height: 100%;
  flex: 1;
  padding: 0.65rem 0.8rem 0.3rem 0.85rem;
}

.new_page .new1 .wrap .top .swiper_new1_top .swiper-slide .item .info .desc {
  margin-bottom: 0.6rem;
}

.new_page .new1 .wrap .top .swiper_new1_top .swiper-slide .item .info .desc .date {
  display: flex;
  align-items: center;
  gap: 0.14rem;
  margin-bottom: 0.16rem;
}

.new_page .new1 .wrap .top .swiper_new1_top .swiper-slide .item .info .desc .date .icon {
  width: 0.22rem;
  height: 0.22rem;
}

.new_page .new1 .wrap .top .swiper_new1_top .swiper-slide .item .info .desc .tit {
  margin-bottom: 0.3rem;
}

.new_page .new1 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.new_page .new1 .wrap .list .item {
  width: calc((100% - 0.9rem) / 3);
  border-radius: 0.1rem;
  overflow: hidden;
  background: #F9F9F9;
  transition: all 0.5s;
  min-height: 6rem;
}

.new_page .new1 .wrap .list .item .pic {
  width: 100%;
  height: 3.3rem;
}

.new_page .new1 .wrap .list .item .info {
  padding: 0.35rem 0.4rem 0.45rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new_page .new1 .wrap .list .item .info .desc .date {
  display: flex;
  align-items: center;
  gap: 0.14rem;
  margin-bottom: 0.24rem;
}

.new_page .new1 .wrap .list .item .info .desc .date .icon {
  width: 0.22rem;
  height: 0.22rem;
}

.new_page .new1 .wrap .list .item .info .desc .tit {
  margin-bottom: 0.4rem;
  transition: all 0.5s;
}

.new_page .new1 .wrap .list .item .info .more {
  transition: all 0.5s;
}

.new_page .new1 .wrap .list .item:hover {
  box-shadow: 0 0.04rem 0.3rem 0 rgba(170, 33, 1, 0.11);
}

.new_page .new1 .wrap .list .item:hover .info .desc .tit {
  color: var(--vi);
}

.new_page .new1 .wrap .list .item:hover .info .more {
  color: var(--vi);
}

.new_page .new1 .wrap .num-box {
  margin-top: 0.8rem;
}

.new_page .news_detail {
  padding: 1.7rem 2.18rem 1.5rem;
}

.new_page .news_detail .wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  justify-content: space-between;
}

.new_page .news_detail .wrap .lf {
  width: 10.6rem;
  border-radius: 0 0 0.1rem 0.1rem;
  background: #FFF;
  box-shadow: 0 0.04rem 0.3rem 0 rgba(170, 33, 1, 0.07);
  padding: 0.8rem 0.65rem;
}

.new_page .news_detail .wrap .lf .top {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #EFEFEF;
}

.new_page .news_detail .wrap .lf .top .tit {
  margin-bottom: 0.7rem;
}

.new_page .news_detail .wrap .lf .top .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new_page .news_detail .wrap .lf .top .actions .share {
  display: flex;
  align-items: center;
  gap: 0.14rem;
}

.new_page .news_detail .wrap .lf .top .actions .share .item {
  cursor: pointer;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 1px;
  background: #C6CCD0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: relative;
}

.new_page .news_detail .wrap .lf .top .actions .share .item > img {
  width: 0.14rem;
  height: 0.14rem;
}

.new_page .news_detail .wrap .lf .top .actions .share .item:hover {
  background: var(--vi);
}

.new_page .news_detail .wrap .lf .html-cont {
  padding: 0.3rem 0 0.7rem;
  border-bottom: 1px solid #EFEFEF;
}

.new_page .news_detail .wrap .lf .html-cont p {
  margin-bottom: 0.2rem;
  font-size: 0.16rem;
  line-height: 1.5;
  color: #666;
}

.new_page .news_detail .wrap .lf .html-cont strong {
  font-weight: 600;
}

.new_page .news_detail .wrap .lf .html-cont img {
  width: 80%;
  margin: 0.5rem auto 0.5rem;
  border-radius: 0.1rem;
}
.new_page .news_detail .wrap .lf .html-cont ul{
  padding-left: 0.2rem;
}
.new_page .news_detail .wrap .lf .html-cont ul li{
  list-style: disc;
}
.new_page .news_detail .wrap .lf .html-cont ul li::marker{
  color: #666;
}

.new_page .news_detail .wrap .lf .pagebox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.2rem;
  padding-top: 0.4rem;
}

.new_page .news_detail .wrap .lf .pagebox .item {
  width: calc((80% - 0.2rem) / 2);
  display: flex;
  align-items: center;
  gap: 0.22rem;
}

.new_page .news_detail .wrap .lf .pagebox .item .tit {
  line-height: 1;
  transition: all 0.5s;
}

.new_page .news_detail .wrap .lf .pagebox .item .btn {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.16rem;
  transition: all 0.5s;
}

.new_page .news_detail .wrap .lf .pagebox .item .btn .icon {
  width: 0.07rem;
  height: 0.13rem;
  flex-shrink: 0;
}

.new_page .news_detail .wrap .lf .pagebox .item .btn .icon svg {
  width: 0.07rem;
  height: 0.13rem;
}

.new_page .news_detail .wrap .lf .pagebox .item .btn .icon svg path {
  transition: all 0.5s;
}

.new_page .news_detail .wrap .lf .pagebox .item:hover .tit {
  color: var(--vi);
}

.new_page .news_detail .wrap .lf .pagebox .item:hover .btn {
  color: var(--vi);
}

.new_page .news_detail .wrap .lf .pagebox .item:hover .btn svg path {
  stroke: var(--vi);
}

.new_page .news_detail .wrap .lf .pagebox .next {
  justify-content: flex-end;
}

.new_page .news_detail .wrap .rg {
  flex: 1;
  position: sticky;
  top: 1rem;
}

.new_page .news_detail .wrap .rg .remod {
  width: 100%;
  margin-bottom: 0.4rem;
  padding: 0.55rem 0.3rem;
  border-radius: 0 0 0.1rem 0.1rem;
  background: #FFF;
  box-shadow: 0 0.04rem 0.3rem 0 rgba(170, 33, 1, 0.07);
}

.new_page .news_detail .wrap .rg .remod .title {
  margin-bottom: 0.15rem;
  position: relative;
}

.new_page .news_detail .wrap .rg .remod .title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.3rem;
  width: 2px;
  height: 0.3rem;
  background: var(--vicolor);
}

.new_page .news_detail .wrap .rg .remod .list {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.new_page .news_detail .wrap .rg .remod .list .item .tit {
  margin-bottom: 0.08rem;
  transition: all 0.5s;
}

.new_page .news_detail .wrap .rg .remod .list .item:hover .tit {
  color: var(--vi);
}

.new_page .news_detail .wrap .rg .nextback {
  position: relative;
  width: 100%;
  padding: 0.55rem 0.3rem;
  border-radius: 0 0 0.1rem 0;
  background: #FFF;
  box-shadow: 0 0.04rem 0.3rem 0 rgba(170, 33, 1, 0.07);
}

.new_page .news_detail .wrap .rg .nextback .title {
  margin-bottom: 0.15rem;
  position: relative;
}

.new_page .news_detail .wrap .rg .nextback .title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.3rem;
  width: 2px;
  height: 0.3rem;
  background: var(--vicolor);
}

.new_page .news_detail .wrap .rg .nextback .next {
  margin-bottom: 0.5rem;
}

.new_page .news_detail .wrap .rg .nextback .next .tit {
  margin-bottom: 0.08rem;
  transition: all 0.5s;
}

.new_page .news_detail .wrap .rg .nextback .next:hover .tit {
  color: var(--vi);
}

.new_page .news_detail .wrap .rg .nextback .backlist {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  height: 0.5rem;
  width: 100%;
  background: var(--vicolor);
  border-radius: 0 0 0.08rem 0.08rem;
  transition: all 0.5s;
}

.new_page .news_detail .wrap .rg .nextback .backlist .icon {
  width: 0.16rem;
  height: 0.16rem;
}

.new_page .news_detail .wrap .rg .nextback .backlist .icon svg {
  width: 100%;
  height: 100%;
}

.new_page .news_detail .wrap .rg .nextback .backlist:hover {
  background: color-mix(in srgb, var(--vicolor) 70%, #000 30%);
}

.eve_page .eve1 {
  padding: 1.8rem 0 0.75rem;
}

.eve_page .eve1 .wrap .swiper_eve1 {
  border-radius: 0.18rem;
  background: #FFF;
  box-shadow: 0 0.07rem 0.5rem 0 rgba(170, 33, 1, 0.07);
  width: 100%;
  height: 9.4rem;
  overflow: hidden;
}

.eve_page .eve1 .wrap .swiper_eve1 .swiper-slide {
  width: 100%;
  height: 100%;
}

.eve_page .eve1 .wrap .swiper_eve1 .swiper-slide .item {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.42rem 0.64rem;
}

.eve_page .eve1 .wrap .swiper_eve1 .swiper-slide .item .ul {
  width: 5.85rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.eve_page .eve1 .wrap .swiper_eve1 .swiper-slide .item .ul .li .subtit {
  margin-bottom: 0.1rem;
}

.eve_page .eve1 .wrap .swiper_eve1 .swiper-slide .item .pic {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.eve_page .eve1 .wrap .page-box {
  margin-top: 0.7rem;
}

.eve_page .eve2 {
  padding: 0.75rem 0 1.5rem;
}

.eve_page .eve2 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.eve_page .eve2 .wrap .list .item {
  width: calc((100% - 0.9rem) / 3);
  border-radius: 0.1rem;
  overflow: hidden;
  background: #F9F9F9;
  transition: all 0.5s;
  min-height: 6rem;
}

.eve_page .eve2 .wrap .list .item .pic {
  width: 100%;
  height: 3.3rem;
}

.eve_page .eve2 .wrap .list .item .info {
  padding: 0.35rem 0.4rem 0.45rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.eve_page .eve2 .wrap .list .item .info .desc .date {
  display: flex;
  align-items: center;
  gap: 0.14rem;
  margin-bottom: 0.24rem;
}

.eve_page .eve2 .wrap .list .item .info .desc .date .icon {
  width: 0.22rem;
  height: 0.22rem;
}

.eve_page .eve2 .wrap .list .item .info .desc .tit {
  margin-bottom: 0.4rem;
  transition: all 0.5s;
}

.eve_page .eve2 .wrap .list .item .info .more {
  transition: all 0.5s;
}

.eve_page .eve2 .wrap .list .item:hover {
  box-shadow: 0 0.04rem 0.3rem 0 rgba(170, 33, 1, 0.11);
}

.eve_page .eve2 .wrap .list .item:hover .info .desc .tit {
  color: var(--vi);
}

.eve_page .eve2 .wrap .list .item:hover .info .more {
  color: var(--vi);
}

.eve_page .eve2 .wrap .num-box {
  margin-top: 0.8rem;
}

.sea_page {
  padding-top: 0.8rem;
  background-color: #F9F9F9;
}

.sea_page .sea1 {
  padding: 1rem 0 0;
}

.sea_page .sea1 .wrap .top {
  width: 100%;
  padding-bottom: 0.8rem;
}

.sea_page .sea1 .wrap .top .search_box {
  width: 8.1rem;
  height: 0.7rem;
  line-height: 0.7rem;
  position: relative;
  margin: 0 auto;
}

.sea_page .sea1 .wrap .top .search_box input {
  width: 100%;
  height: 100%;
  line-height: 0.7rem;
  padding: 0 0.4rem;
  border-radius: 0.35rem;
  border: 1px solid #EEE;
  background-color: #FFF;
  font-size: 0.2rem;
}

.sea_page .sea1 .wrap .top .search_box input::placeholder {
  color: rgba(102, 102, 102, 0.8);
}

.sea_page .sea1 .wrap .top .search_box .icon {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
}

.sea_page .sea1 .wrap .bottom {
  background-color: #FFF;
}

.sea_page .sea1 .wrap .bottom .filter {
  padding-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEE;
}

.sea_page .sea1 .wrap .bottom .filter .tit .num {
  color: #007C80;
}

.sea_page .sea1 .wrap .bottom .filter .ul {
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  gap: 0.34rem;
}

.sea_page .sea1 .wrap .bottom .filter .ul .li {
  cursor: pointer;
  padding: 0.25rem;
  transition: all 0.5s;
  position: relative;
}

.sea_page .sea1 .wrap .bottom .filter .ul .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.5s;
  background-color: var(--vicolor);
}

.sea_page .sea1 .wrap .bottom .filter .ul .li.active {
  color: var(--vicolor);
}

.sea_page .sea1 .wrap .bottom .filter .ul .li.active::after {
  width: 100%;
}

.sea_page .sea1 .wrap .bottom .cont {
  padding: 0.6rem 0 1.4rem;
}

.sea_page .sea1 .wrap .bottom .cont .list.news,
.sea_page .sea1 .wrap .bottom .cont .list.news2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.sea_page .sea1 .wrap .bottom .cont .list.news .item,
.sea_page .sea1 .wrap .bottom .cont .list.news2 .item {
  width: calc((100% - 0.9rem) / 3);
  border-radius: 0.1rem;
  overflow: hidden;
  background: #F9F9F9;
  transition: all 0.5s;
  min-height: 6rem;
}

.sea_page .sea1 .wrap .bottom .cont .list.news .item .pic,
.sea_page .sea1 .wrap .bottom .cont .list.news2 .item .pic {
  width: 100%;
  height: 3.3rem;
}

.sea_page .sea1 .wrap .bottom .cont .list.news .item .info,
.sea_page .sea1 .wrap .bottom .cont .list.news2 .item .info {
  padding: 0.35rem 0.4rem 0.45rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sea_page .sea1 .wrap .bottom .cont .list.news .item .info .desc .date,
.sea_page .sea1 .wrap .bottom .cont .list.news2 .item .info .desc .date {
  display: flex;
  align-items: center;
  gap: 0.14rem;
  margin-bottom: 0.24rem;
}

.sea_page .sea1 .wrap .bottom .cont .list.news .item .info .desc .date .icon,
.sea_page .sea1 .wrap .bottom .cont .list.news2 .item .info .desc .date .icon {
  width: 0.22rem;
  height: 0.22rem;
}

.sea_page .sea1 .wrap .bottom .cont .list.news .item .info .desc .tit,
.sea_page .sea1 .wrap .bottom .cont .list.news2 .item .info .desc .tit {
  margin-bottom: 0.4rem;
  transition: all 0.5s;
}

.sea_page .sea1 .wrap .bottom .cont .list.news .item .info .more,
.sea_page .sea1 .wrap .bottom .cont .list.news2 .item .info .more {
  transition: all 0.5s;
}

.sea_page .sea1 .wrap .bottom .cont .list.news .item:hover,
.sea_page .sea1 .wrap .bottom .cont .list.news2 .item:hover {
  box-shadow: 0 0.04rem 0.3rem 0 rgba(170, 33, 1, 0.11);
}

.sea_page .sea1 .wrap .bottom .cont .list.news .item:hover .info .desc .tit,
.sea_page .sea1 .wrap .bottom .cont .list.news2 .item:hover .info .desc .tit {
  color: var(--vi);
}

.sea_page .sea1 .wrap .bottom .cont .list.news .item:hover .info .more,
.sea_page .sea1 .wrap .bottom .cont .list.news2 .item:hover .info .more {
  color: var(--vi);
}

.sea_page .sea1 .wrap .bottom .cont .list.app {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  gap: 0.45rem;
  margin-bottom: 0.8rem;
}

.sea_page .sea1 .wrap .bottom .cont .list.app .item {
  width: calc((100% - 0.9rem) / 3);
  min-height: 6.23rem;
  border-radius: 0.15rem;
  background: #F9F9F9;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.4rem 0.5rem 0.45rem;
  transition: all 0.5s;
}

.sea_page .sea1 .wrap .bottom .cont .list.app .item .pic {
  height: 2.7rem;
  width: 100%;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0.3rem;
}

.sea_page .sea1 .wrap .bottom .cont .list.app .item .desc {
  padding: 0 0.25rem;
}

.sea_page .sea1 .wrap .bottom .cont .list.app .item .desc .tit {
  margin-bottom: 0.2rem;
  transition: all 0.5s;
}

.sea_page .sea1 .wrap .bottom .cont .list.app .item .desc .txt {
  margin-bottom: 0.4rem;
}

.sea_page .sea1 .wrap .bottom .cont .list.app .item .more {
  margin-top: auto;
}

.sea_page .sea1 .wrap .bottom .cont .list.app .item:hover .desc .tit {
  color: var(--vi);
}

.sea_page .sea1 .wrap .bottom .cont .list.app .item:hover {
  box-shadow: 0 4px 30px 0 rgba(231, 0, 18, 0.1);
}

.sea_page .sea1 .wrap .bottom .cont .list {
  display: none !important;
}

.sea_page .sea1 .wrap .bottom .cont .list.active {
  display: flex !important;
}

.sea_page .sea1 .wrap .bottom .cont .num-box {
  margin-top: 0.8rem;
}

.index_con .part3 {
  padding: 1.4rem 1.2rem 0 1.2rem;
}

.index_con .part3 .tit {
  text-align: center;
  color: #333;
  line-height: 1.34;
  margin-bottom: 1rem;
  font-weight: 600;
}

.index_con .part3 .list1 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.4rem;
  margin-bottom: 0.4rem;
}

.index_con .part3 .list1 .item {
  position: relative;
  width: 100%;
  height: 7.2rem;
  padding: 0.7rem 1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.index_con .part3 .list1 .item .pic {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.index_con .part3 .list1 .item .pic img,
.index_con .part3 .list1 .item .pic video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_con .part3 .list1 .item .card {
  width: 5.38rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.index_con .part3 .list1 .item .card .txt1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  transition: all 1s;
}

.index_con .part3 .list1 .item .card .txt1 .h {
  font-weight: 700;
  line-height: 1.34;
  margin-bottom: 0.4rem;
}

.index_con .part3 .list1 .item .card .txt1 .p {
  font-weight: 600;
  line-height: 1.32;
  transition: all 1s;
}

.index_con .part3 .list1 .item .card .txt2 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0.15rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  padding: 0.33rem 0.4rem 0.47rem 0.4rem;
  text-align: center;
  color: #fff;
  transform: translateY(100%);
  transition: all 1s;
}

.index_con .part3 .list1 .item .card .txt2 .h_1 {
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 0.25rem;
  opacity: 0;
}

.index_con .part3 .list1 .item .card .txt2 .h_2 {
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.4rem;
}

.index_con .part3 .list1 .item .card .txt2 .solid {
  width: 100%;
  height: 0.02rem;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  margin-bottom: 0.45rem;
}

.index_con .part3 .list1 .item .card .txt2 .solid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.02rem;
  width: 0.9rem;
  background-color: var(--vi);
}

.index_con .part3 .list1 .item .card .txt2 .p {
  font-weight: 300;
  line-height: 2;
  height: 10em;
  margin-bottom: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  text-align: justify;
}

.index_con .part3 .list1 .item .card .txt2 .btn {
  margin: 0 auto;
  width: fit-content;
  padding: 0.11rem 0.35rem;
  border: 1px solid #ffffff;
  border-radius: 0.05rem;
  line-height: 1.3;
  color: #ffffff;
  display: block;
  transition: all 0.5s;
}

.index_con .part3 .list1 .item .card .txt2 .btn:hover {
  border-color: transparent;
  background-color: var(--vi);
}

.index_con .part3 .list1 .item .card:hover .txt1 {
  top: 0;
  transform: translate(-50%, -50%);
}

.index_con .part3 .list1 .item .card:hover .txt1 .p {
  transform: scale(1.66);
}

.index_con .part3 .list1 .item .card:hover .txt2 {
  transform: translateY(0);
}

.index_con .part3 .list2 {
  display: flex;
  gap: 0.3rem;
}

.index_con .part3 .list2 .item {
  width: calc(33.33% - 0.2rem);
  position: relative;
  height: 6.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.index_con .part3 .list2 .item .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index_con .part3 .list2 .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.index_con .part3 .list2 .item .ibtn {
  transition: all 0.5s;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0.4rem;
  transform: translateX(-50%) translateY(1rem);
}

.index_con .part3 .list2 .item:hover .ibtn {
  transform: translateX(-50%) translateY(0);
}

.index_con .part3 .list2 .item:hover .pic img {
  transform: scale(1.05);
}

.index_con .part3 .list2 .item:hover .txt .h {
  transform: translateY(-100%);
}

.index_con .part3 .list2 .item:hover .txt .p {
  transform: translateY(-0.35rem) scale(1.66);
}

.index_con .part3 .list2 .item:hover::before {
  background: linear-gradient(180deg, rgba(231, 0, 18, 0) 30%, rgba(231, 0, 18, 0.5) 100%);
}

.index_con .part3 .list2 .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 80%);
}

.index_con .part3 .list2 .item .txt {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  bottom: 0;
  margin-bottom: 1.06rem;
  color: #ffffff;
  text-align: center;
  transition: all 0.5s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index_con .part3 .list2 .item .txt .h {
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 0.25rem;
  transition: all 0.5s;
}

.index_con .part3 .list2 .item .txt .p {
  font-weight: 400;
  line-height: 1.3;
  transition: all 0.5s;
}

.footer {
  background: #23262C;
  width: 100%;
  padding-top: 0.65rem;
}

.footer .wrap .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}

.footer .wrap .top .logo {
  height: 0.3rem;
  width: auto;
}

.footer .wrap .top .rg {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}

.footer .wrap .top .rg .group_box {
  position: relative;
}

.footer .wrap .top .rg .group_box .btn {
  position: relative;
  z-index: 2;
  cursor: pointer;
  width: fit-content;
  padding: 0.12rem 0.25rem;
  border-radius: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.72rem;
}

.footer .wrap .top .rg .group_box .btn .icon {
  width: 0.12rem;
  height: 0.12rem;
  transition: all 0.5s ease;
}

.footer .wrap .top .rg .group_box .plane {
  border-radius: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #23262C;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 0 0.17rem;
  flex-direction: column;
  gap: 0.2rem;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.8s var(--ease);
}

.footer .wrap .top .rg .group_box .plane .list {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0 0.1rem;
}

.footer .wrap .top .rg .group_box .plane .list .item {
  transition: all 0.5s ease;
}

.footer .wrap .top .rg .group_box .plane .list .item:hover {
  color: var(--vi);
  text-decoration: underline;
}

.footer .wrap .top .rg .group_box:hover .btn .icon {
  transform: rotate(180deg);
}

.footer .wrap .top .rg .group_box:hover .plane {
  transform: translateY(0);
  max-height: 3rem;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  padding: 0.3rem 0.17rem 0.7rem;
}

.footer .wrap .top .rg .media_list {
  display: flex;
  gap: 0.25rem;
}

.footer .wrap .top .rg .media_list .item {
  cursor: pointer;
  width: 0.36rem;
  height: 0.36rem;
  flex-shrink: 0;
  opacity: 0.4;
  transition: all 0.5s;
  position: relative;
}
.footer .wrap .top .rg .media_list .item .qrcode {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0.2rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  padding-top: 0.1rem;
}
.footer .wrap .top .rg .media_list .item .qrcode .pic {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  padding: 0.05rem;
  border-radius: 0.1rem;
}
.footer .wrap .top .rg .media_list .item .qrcode .pic img {
  border-radius: 0.1rem;
}


.footer .wrap .top .rg .media_list .item:hover {
  opacity: 1;
}
.footer .wrap .top .rg .media_list .item:hover .qrcode {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}

.footer .wrap .line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, rgba(231, 0, 18, 0), #E70012);
  margin-bottom: 0.5rem;
}

.footer .wrap .center {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.footer .wrap .center .contact_list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer .wrap .center .contact_list .item {
  display: flex;
  gap: 0.08rem;
}

.footer .wrap .center .contact_list .item .icon {
  width: 0.16rem;
  height: 0.16rem;
}

.footer .wrap .center .contact_list .item .desc {
  max-width: 2rem;
}

.footer .wrap .center .contact_list .item .desc .label {
  margin-bottom: 0.14rem;
}

.footer .wrap .center .nav {
  display: flex;
  gap: 1.35rem;
}
.footer .wrap .center .nav .item .info{
  display: block;
}

.footer .wrap .center .nav .item .tit {
  margin-bottom: 0.25rem;
}

.footer .wrap .center .nav .item .ul {
  display: flex;
  flex-direction: column;
}

.footer .wrap .center .nav .item .ul .li {
  padding: 0.1rem 0;
  opacity: 0.4;
  transition: all 0.5s;
}

.footer .wrap .center .nav .item .ul .li:hover {
  transform: translateX(2px);
  opacity: 1;
}

.footer .wrap .bottom {
  display: flex;
  justify-content: space-between;
  padding: 0.15rem 0;
  border-top: 1px solid rgba(213, 213, 213, 0.4);
}

.footer .wrap .bottom .policy a {
  padding: 0 0.15rem;
  position: relative;
  transition: all 0.5s;
}

.footer .wrap .bottom .policy a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 50%;
  background: rgba(213, 213, 213, 0.4);
}

.footer .wrap .bottom .policy a:last-child {
  padding-right: 0;
}

.footer .wrap .bottom .policy a:last-child::after {
  display: none;
}

.footer .wrap .bottom .policy a:hover {
  color: var(--vi);
}

/*# sourceMappingURL=style.css.map */<!--ºÄÊ±1775248481.1492Ãë-->