* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: transparent;
  color: transparent;
  filter: alpha(opacity=0);
}
::-webkit-scrollbar-thumb {
  height: 3px;
  border-radius: 3px;
  background-color: transparent;
  color: transparent;
}
*:hover::-webkit-scrollbar-thumb {
  background-color: #ffffff47;
}
*:hover::-webkit-scrollbar-track {
  background-color: transparent;
  color: transparent;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #217dbb;
}
.svg-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
[v-cloak] {
  display: none;
}
.el-dialog {
  border-radius: 10px;
}
.custom-dialog .el-dialog {
  border-radius: 20px;
}
.custom-dialog .el-dialog__header {
  display: none;
}
.custom-dialog .el-dialog__body {
  padding: 0;
}
.custom-dialog .el-dialog__footer {
  padding: 0;
}
.empty-container {
  background-color: #f9f9f9;
  min-height: 300px;
}
.filter-container {
  padding: 15px;
  border-radius: 10px;
  background-color: #F5F5F5;
  transition: all 0.3s;
}
.filter-select-for-channel {
  padding: 10px 0;
}
.filter-select-for-channel .filter-options {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.filter-select-for-channel .all-options {
  flex-shrink: 0;
  margin-top: 5px;
}
.filter-select-for-channel .other-options {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.filter-select-for-channel .filter-item {
  padding: 5px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
}
.filter-select-for-channel .filter-item.active {
  border-radius: 4px;
  background: #F8DFE0;
  color: #DB2D31;
}
.el-message-box {
  border-radius: 16px;
}
.el-message-box .el-message-box__message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  font-size: 20px;
  text-align: center;
}
.backtop-icon {
  font-size: 30px;
}
.collect-btn {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.collect-btn .svg-icon {
  font-size: 20px;
  margin-right: 4px;
}
.action {
  color: #DB2028;
  font-size: 14px;
}
.action .svg-icon {
  color: #DB2028;
}
.intro-btmItem {
  display: flex;
  justify-content: center;
}
.intro-btmItem .intro-btm {
  padding: 6px 20px;
  font-size: 13px;
}
.intro-btmItem .action {
  background-color: #DB2D31;
  color: #fff;
}
.collectionList {
  display: flex;
  align-items: center;
}
.collectionList .collection-item {
  font-size: 13px;
  line-height: 28px;
  margin-left: 10px;
  cursor: pointer;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collectionAction {
  background-color: #e4eef3;
}
.loading {
  text-align: center;
  margin: 25px 0;
}
.loading .el-icon-loading {
  font-size: 16px;
  margin-right: 5px;
}
.image-error-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 100px;
}
.image-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.course-filter-common {
  display: flex;
  align-items: baseline;
  margin: 20px 0px;
}
.course-filter-common .title {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  flex-shrink: 0;
  margin-right: 20px;
}
.course-filter-common .filter-items {
  width: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 7px;
  margin-top: 7px;
  align-items: baseline;
}
.course-filter-common .filter-items::-webkit-scrollbar {
  display: none;
}
.course-filter-common .filter-items .filter-item {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  flex-shrink: 0;
  margin-right: 30px;
  cursor: pointer;
}
.course-filter-common .filter-items .filter-item.active {
  color: #D32F2F;
  font-weight: bold;
}
.course-filter-common .filter-items .filter-item.active:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #D32F2F;
}
.course-filter-common .filter-items .filter-item:hover {
  color: #D32F2F;
}
.course-filter-common .filter-more {
  color: #999999;
  text-decoration: none;
  font-size: 16px;
  padding: 0 4px;
  flex-shrink: 0;
  cursor: pointer;
}
.course-filter-common .filter-more a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  padding: 0 4px;
  flex-shrink: 0;
  cursor: pointer;
}
.course-filter-common .filter-more .svg-icon {
  font-size: 14px;
}
.course-filter-common .filter-more:hover {
  color: #D32F2F;
}
.course-filter-common .filter-more:hover a {
  color: #D32F2F;
}
.course-filter {
  margin: 20px 0px;
}
.course-filter .title {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .course-filter .title {
    font-size: 18px;
  }
  .course-filter .filter-item {
    font-size: 16px !important;
  }
  .course-filter .filter-more {
    font-size: 14px !important;
  }
}
.course-filter .filter-items {
  width: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 7px;
  margin-top: 7px;
}
.course-filter .filter-items::-webkit-scrollbar {
  display: none;
}
.course-filter .filter-items .filter-item {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  flex-shrink: 0;
  margin-right: 30px;
}
.course-filter .filter-items .filter-item.active {
  color: #D32F2F;
  font-weight: bold;
}
.course-filter .filter-items .filter-item.active:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #D32F2F;
}
.course-filter .filter-items .filter-item:hover {
  color: #D32F2F;
}
.course-filter .filter-more {
  color: #999999;
  text-decoration: none;
  font-size: 16px;
  padding: 0 4px;
  flex-shrink: 0;
  cursor: pointer;
}
.course-filter .filter-more .svg-icon {
  font-size: 14px;
}
.course-filter .filter-more:hover {
  color: #D32F2F;
}
.flex-el-row {
  display: flex;
  flex-wrap: wrap;
}
.course-card {
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  cursor: pointer;
}
.course-card .course-img-mini {
  width: 100%;
  height: 145px !important;
}
.course-card .course-img-large {
  width: 100%;
  height: 304px !important;
}
.course-card .course-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  aspect-ratio: 16 / 8;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F9FA;
}
.course-card .course-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.course-card .course-img .episode-type {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(98, 18, 0, 0.6);
  border-bottom-left-radius: 10px;
  color: #fff;
  padding: 3px 6px;
}
.course-card .course-img .episode-type .svg-icon {
  color: #fff;
  font-size: 16px;
}
.course-card .course-img .episode-type span {
  font-size: 12px;
  color: #fff;
}
.course-card .course-img:hover img {
  transform: scale(1.05);
}
.course-card .course-info {
  padding: 16px;
  background: #F7F9FA;
}
.course-card .course-info .course-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course-card .course-info .course-desc {
  height: 20px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 5px 0;
}
.course-card .course-info .course-meta {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
  justify-content: space-between;
}
.course-card .course-info .course-meta .date {
  color: #666;
}
.course-card .course-info .count {
  color: #505050;
  font-size: 14px;
  font-weight: 600;
}
.course-card .course-info .course-tags {
  margin-top: 10px;
  height: 20px;
}
@media (max-width: 1366px) {
  .course-meta {
    flex-direction: column;
    align-items: start !important;
    gap: 0 !important;
  }
}
@media screen and (max-width: 460px) {
  .zjhl {
    display: none !important;
  }
  .leftLm {
    display: none !important;
  }
}
.header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.home {
  position: relative;
}
.home .zjhl {
  position: absolute;
  top: 1.69rem;
  left: -0.4rem;
  z-index: 1000;
  transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.home .zjhl img {
  width: 1.14rem;
}
.home .zjhl:hover {
  left: 0rem;
}
.home .topswiper {
  position: relative;
}
.home .topswiper .swiper-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
.home .swiper-container img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
  aspect-ratio: 3 / 2;
}
.home .swiper-container .swiper-pagination {
  position: absolute;
  left: 50%;
  top: 96%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.08rem;
}
.home .swiper-container .swiper-pagination-bullet {
  width: 1rem;
  height: 0.1rem;
  border-radius: 5px;
}
.home .leftLm {
  position: absolute;
  top: 3.1rem;
  left: 0.1rem;
  z-index: 1000;
}
.home .leftLm a {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0.1rem;
}
.home .leftLm a:hover .leftLm-title {
  color: white;
}
.home .leftLm .svg-icon {
  font-size: 0.3rem;
  color: #fff;
}
.home .leftLm .round {
  border: 0.01rem solid #FFFFFF;
  background: rgba(48, 153, 202, 0.5);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 0.1rem;
  transition: transform 0.3s ease;
  position: relative;
}
.home .leftLm .round .round-img {
  position: absolute;
  left: 0.7rem;
  top: 0;
  transform: translateY(-40%);
  opacity: 0;
}
.home .leftLm .round:hover {
  transform: scale(1.05);
}
.home .leftLm .round:hover .round-img {
  opacity: 1;
}
.home .leftLm div {
  font-size: 0.16rem;
}
.home .leftLmActive {
  transform: translateX(0);
  opacity: 1;
}
.home .w1540 {
  width: 80%;
  max-width: 1560px;
  margin: 0 auto;
}
@media screen and (max-width: 460px) {
  .home .w1540 {
    width: 86%;
    max-width: 1560px;
    margin: 0 auto;
  }
  .home .jtyw .qFlex {
    display: block !important;
  }
  .home .jtyw .qFlex .jtywLeft {
    width: 100%;
  }
  .home .jtyw .qFlex .jtywLeft .swiper-imgActive {
    height: 220px !important;
  }
  .home .jtyw .qFlex .jtywLeft .swiper-button-nextJtyw {
    right: 0.1rem;
  }
  .home .jtyw .qFlex .jtywLeft .swiper-button-prevJtyw {
    right: 0.5rem;
  }
  .home .jtyw .qFlex .jtywLeft .nextJtyw {
    font-size: 0.3rem !important;
  }
  .home .jtyw .qFlex .jtywLeft .jtywTitle {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home .jtyw .qFlex .jtywRight {
    width: 100% !important;
  }
  .home .jtyw .qFlex .jtywRight .jtywList {
    margin-top: 0.3rem;
  }
  .home .jtyw .qFlex .jtywRight .jtywListHead {
    margin-bottom: 0.3rem;
  }
}
.home .jtyw {
  margin-top: 0.3rem;
}
.home .jtyw .svg-img {
  background: #6fcae5;
  border-radius: 50%;
  padding: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .jtyw .jtywIcon {
  font-size: 0.3rem;
  vertical-align: inherit;
}
.home .jtyw .jtywText {
  font-size: 0.35rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.72rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.home .jtyw .more {
  background: #FDFDFD;
  border-radius: 0.28rem 0.28rem 0.28rem 0.28rem;
  border: 0.01rem solid #D1D0D0;
  font-size: 0.18rem;
  padding: 0.1rem 0.3rem;
  color: #7E7E7E;
}
.home .jtyw .jtywLeft {
  width: 50%;
}
.home .jtyw .jtywLeft .swiper-button-nextJtyw {
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  right: 0.2rem;
}
.home .jtyw .jtywLeft .swiper-button-nextJtyw .nextJtyw {
  font-size: 0.44rem;
}
.home .jtyw .jtywLeft .swiper-button-prevJtyw {
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  right: 0.8rem;
}
.home .jtyw .jtywLeft .swiper-button-prevJtyw .nextJtyw {
  font-size: 0.44rem;
}
.home .jtyw .jtywLeft .swiper-imgActive {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  height: 5.72rem;
}
.home .jtyw .jtywLeft .swiper-imgActive .middle-img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}
.home .jtyw .jtywLeft .swiper-imgActive::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: all 0.75s ease;
}
.home .jtyw .jtywLeft .swiper-imgActive:hover img {
  transform: scale(1.1);
}
.home .jtyw .jtywLeft .swiper-imgActive:hover::after {
  animation: shine 0.75s ease forwards;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}
.home .jtyw .jtywLeft .jtywTimeTitleBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2rem;
  background: rgba(0, 0, 0, 0.6);
}
.home .jtyw .jtywLeft .jtywTimeTitleBox .jtywTime {
  font-size: 0.2rem;
  color: #D1CECE;
}
.home .jtyw .jtywLeft .jtywTimeTitleBox .jtywTitle {
  font-size: 0.24rem;
  margin-top: 0.1rem;
  color: #FFFFFF;
}
.home .jtyw .jtywLeft .swiper-button-next {
  background-image: none;
}
.home .jtyw .jtywRight {
  width: 43%;
}
.home .jtyw .jtywRight .jtywList {
  font-size: 0.22rem;
}
.home .jtyw .jtywRight .jtywList .jtywListHead .jtywListHeadTitle {
  font-weight: 500;
  font-size: 0.26rem;
  color: #020202;
  line-height: 0.4rem;
}
.home .jtyw .jtywRight .jtywList .jtywListHead .jtywListHeadZy {
  font-weight: 400;
  font-size: 0.2rem;
  color: #8D8D8D;
  text-indent: 0.4rem;
  margin-top: 0.1rem;
  line-height: 0.33rem;
}
.home .jtyw .jtywRight .jtywList .jtywListHead .jtywListHeadDate {
  font-weight: 500;
  font-size: 0.18rem;
  color: #3E6FC1;
  text-align: right;
}
.home .jtyw .jtywRight .jtywList .jtywListItem {
  display: flex;
  align-items: center;
  line-height: 0.8rem;
  border: 0.02rem solid transparent;
  border-bottom: 0.02rem solid #D1CECE;
  position: relative;
}
.home .jtyw .jtywRight .jtywList .jtywListItem .jtywListTime {
  color: #3E6FC1;
  padding: 0 0.1rem;
  text-align: center;
}
.home .jtyw .jtywRight .jtywList .jtywListItem:hover {
  box-shadow: 0rem 0.08rem 0.16rem 0.08rem #B9CBD6;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  border: 0.02rem solid #CBDBEB;
}
.home .jtyw .jtywRight .jtywList .jtywListItem:hover .jtywListTime {
  background: #f1f3f2;
}
.home .jtyw .jtywRight .jtywList .jtywListItem:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  /* 底部 */
  left: 0;
  width: 100%;
  height: 0.04rem;
  /* 横线高度，可调 */
  border-radius: 0 0 0.05rem 0.05rem;
  background: linear-gradient(to right, red 0%, red 10%, #9bcded 20%, #9bcded 100%);
  box-shadow: 0 0 0.2rem 0.03rem rgba(185, 203, 214, 0.5);
}
@media screen and (max-width: 460px) {
  .home .modules {
    grid-template-columns: 100% !important;
  }
  .home .modules .module {
    margin-top: 0.2rem !important;
  }
  .home .modules .module-header .svg-icon {
    font-size: 0.18rem;
  }
  .home .modules .module-header span {
    font-size: 0.18rem;
    color: #FFFFFF;
  }
  .home .modules .module-header .more {
    font-size: 0.14rem;
    color: #595757;
  }
}
.home .modules-container {
  background-image: url(../../home/images/jtbj.f51e1b02.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0.7rem;
}
.home .modules {
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 0.34rem;
  padding-top: 0.24rem;
}
.home .modules .module {
  margin-bottom: 0.7rem;
}
.home .modules .module-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  font-size: 0.3rem;
}
.home .modules .module-header .svg-icon {
  font-size: 0.3rem;
}
.home .modules .module-header .home .jtyw .qFlex .jtywLeft .s span {
  font-size: 0.3rem;
  color: #FFFFFF;
}
.home .modules .module-header .more {
  font-size: 0.18rem;
  color: #595757;
}
.home .modules .module-header .module-header-icon {
  background: radial-gradient(circle at 0% 0%, #6EC9E1 0%, #469BF4 84%);
  border-radius: 0.34rem 0.26rem 0.26rem 0rem;
  padding: 0.11rem 0.34rem 0.11rem 0.19rem;
}
.home .modules .module-header .module-header-icon-red {
  background: radial-gradient(circle at 0% 0%, #C20101 0%, #F49C46 84%);
}
.home .modules .my-divider {
  margin: 0.19rem 0;
  background-color: #020202;
}
.home .modules .module-middle {
  display: flex;
}
.home .modules .module-middle .img-box {
  width: 2.64rem;
  aspect-ratio: 3 / 2;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.home .modules .module-middle .img-box .middle-img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}
.home .modules .module-middle .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: all 0.75s ease;
}
.home .modules .module-middle .img-box:hover img {
  transform: scale(1.1);
}
.home .modules .module-middle .img-box:hover::after {
  animation: shine 0.75s ease forwards;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}
.home .modules .module-middle .middle-Content {
  margin-left: 0.34rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .modules .module-middle .middle-Content span {
  display: block;
}
.home .modules .module-middle .middle-Content .title {
  font-size: 0.24rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home .modules .module-middle .middle-Content .content {
  font-size: 0.18rem;
  color: #8E8E8E;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home .modules .module-middle .middle-Content .time {
  font-size: 0.18rem;
  color: #8E8E8E;
}
.home .modules .module-list {
  margin-top: 0.35rem;
}
.home .modules .module-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.25rem 0;
}
.home .modules .module-list li .list-title {
  font-size: 0.2rem;
  color: #45474b;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .modules .module-list li .list-time {
  font-size: 0.18rem;
  color: #8E8E8E;
}
@media screen and (min-width: 460px) {
  .home .middle-industrial-layout {
    display: none;
  }
  .home .pc-industrial-layout {
    display: block;
    position: relative;
    width: 100%;
    height: 8.13rem;
    background-image: url(../../home/images/slzz.5a6efec7.jpg);
    background-size: cover;
  }
  .home .pc-industrial-layout .layout-title {
    position: absolute;
    top: 0.59rem;
    left: 1.93rem;
  }
  .home .pc-industrial-layout .layout-title .jtywIcon {
    font-size: 0.5rem;
    vertical-align: inherit;
  }
  .home .pc-industrial-layout .layout-title .jtywText {
    font-size: 0.35rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.72rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .home .pc-industrial-layout .layout-content-hidden {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
  .home .pc-industrial-layout .layout-content {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 1.5s ease;
    background-image: url(../../home/images/juxing.f619b728.png);
    position: absolute;
    top: 2.4rem;
    width: 8.3rem;
    height: 3.08rem;
    padding: 0.35rem 0.8rem 0 2.6rem;
    background-size: cover;
  }
  .home .pc-industrial-layout .layout-content .layout-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home .pc-industrial-layout .layout-content .layout-content-top .jtywIcon {
    font-size: 0.5rem;
    vertical-align: inherit;
  }
  .home .pc-industrial-layout .layout-content .layout-content-top .jtywText {
    font-size: 0.3rem;
    font-weight: 400;
    color: #fff;
    text-align: left;
    font-style: normal;
    display: block;
  }
  .home .pc-industrial-layout .layout-content .layout-content-top .jtywText .jtywText-en {
    font-size: 0.2rem;
    margin-top: 0.1rem;
    display: block;
  }
  .home .pc-industrial-layout .layout-content .layout-content-top .more {
    border-radius: 0.22rem 0.22rem 0.22rem 0.22rem;
    border: 0.02rem solid #FFFFFF;
    font-size: 0.18rem;
    padding: 0.1rem 0.2rem;
    color: #FFFFFF;
  }
  .home .pc-industrial-layout .layout-content .layout-content-bottom {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    text-indent: 2em;
  }
  .home .pc-industrial-layout .picture-loop {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    transition: transform 1s ease;
    /* 动画时间 */
  }
  .home .pc-industrial-layout .picture-loop .picture-loop-item {
    cursor: pointer;
    position: relative;
    height: 2.28rem;
    width: 2.65rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home .pc-industrial-layout .picture-loop .picture-loop-item .picture-loop-item-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home .pc-industrial-layout .picture-loop .picture-loop-item .picture-loop-item-title .jtywIcon {
    font-size: 0.9rem;
  }
  .home .pc-industrial-layout .picture-loop .picture-loop-item .picture-loop-item-title .text {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    color: white;
  }
  .home .pc-industrial-layout .picture-loop .picture-loop-item:hover {
    transform: scale(1.08);
    transition: transform 0.3s ease;
  }
  .home .pc-industrial-layout .picture-loop img {
    height: 2.28rem;
    width: 2.65rem;
  }
  @keyframes bgZoomOut {
    0% {
      background-size: 1%;
    }
    100% {
      background-size: 100%;
    }
  }
}
@media screen and (max-width: 460px) {
  .home .pc-industrial-layout {
    display: none;
  }
  .home .middle-industrial-layout {
    display: block;
  }
  .home .middle-industrial-layout .middle-industrial-layout-item {
    position: relative;
    padding: 10px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .home .middle-industrial-layout .middle-industrial-layout-item .middle-title {
    display: flex;
    align-items: center;
    margin: 10px 0 30px 0;
  }
  .home .middle-industrial-layout .middle-industrial-layout-item .middle-title .jtywIcon {
    font-size: 20px;
    margin-right: 10px;
  }
  .home .middle-industrial-layout .middle-industrial-layout-item .middle-title .jtywText {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
  }
  .home .middle-industrial-layout .middle-industrial-layout-item .middle-layout-content .content-img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    box-shadow: 0.04rem 0.04rem 0.1rem rgba(0, 0, 0, 0.3);
  }
  .home .middle-industrial-layout .middle-industrial-layout-item .middle-layout-content .content-text .layout-content-title {
    font-size: 15px;
    color: #fff;
  }
  .home .middle-industrial-layout .middle-industrial-layout-item .middle-layout-content .content-text .layout-content-title .jtywText-en {
    font-size: 15px;
  }
  .home .middle-industrial-layout .middle-industrial-layout-item .middle-layout-content .content-text .layout-content-bottom {
    margin-top: 20px;
    text-indent: 2em;
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 20px;
  }
  .home .middle-industrial-layout .middle-industrial-layout-item .content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
  }
  .home .middle-industrial-layout .middle-industrial-layout-item .content-bottom .more {
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    padding: 5px 15px;
  }
  .home .middle-industrial-layout .middle-industrial-layout-item .content-bottom .jiantou {
    font-size: 30px;
  }
  .home .middle-industrial-layout .middle-industrial-layout-item .content-bottom .jiantou span {
    cursor: pointer;
  }
  .home .middle-industrial-layout .middle-industrial-layout-item .content-bottom .jiantou .jiantou-left {
    margin-right: 20px;
  }
  .home .middle-industrial-layout-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-position: center center;
    background: inherit;
    filter: blur(1px);
    transform: scale(0.8);
    z-index: 0;
  }
  .home .middle-industrial-layout-item > * {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 460px) {
  .home .pd1 {
    grid-template-columns: 100% !important;
  }
  .home .conchSilhouette-content {
    grid-template-columns: 100% !important;
  }
  .home .conchSilhouette-content .conchSilhouette-content-left {
    width: 100% !important;
  }
  .home .conchSilhouette-content-right {
    width: 100% !important;
  }
}
.home .bjh {
  background-color: #EFF1F8;
}
.home .pd1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 一行两个 */
  gap: 0.34rem;
  padding: 1rem 0 1rem 0;
  font-size: 30px;
}
.home .pd1 .conchSilhouette .conchSilhouette-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.34rem;
}
.home .pd1 .conchSilhouette .conchSilhouette-header .jtywIcon {
  font-size: 0.4rem;
  vertical-align: inherit;
}
.home .pd1 .conchSilhouette .conchSilhouette-header .jtywText {
  font-size: 0.35rem;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  text-align: left;
  font-style: normal;
}
.home .pd1 .conchSilhouette .conchSilhouette-header .more {
  border-radius: 0.28rem 0.28rem 0.28rem 0.28rem;
  border: 0.01rem solid #D1D0D0;
  font-size: 0.18rem;
  padding: 0.1rem 0.2rem;
  color: #7E7E7E;
}
.home .pd1 .conchSilhouette .conchSilhouette-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 一行两个 */
  gap: 0.34rem;
}
.home .pd1 .conchSilhouette .conchSilhouette-content .conchSilhouette-content-left {
  width: 4.34rem;
  height: 4.55rem;
  background: #FFFFFF;
}
.home .pd1 .conchSilhouette .conchSilhouette-content .conchSilhouette-content-left .img-box {
  width: 100%;
  aspect-ratio: 3 / 2;
}
.home .pd1 .conchSilhouette .conchSilhouette-content .conchSilhouette-content-left .left-img {
  height: 2.9rem;
  width: 100%;
}
.home .pd1 .conchSilhouette .conchSilhouette-content .conchSilhouette-content-left .left-time {
  text-align: right;
  font-size: 0.14rem;
  color: #8E8E8E;
  line-height: 0.36rem;
}
.home .pd1 .conchSilhouette .conchSilhouette-content .conchSilhouette-content-left .left-text {
  text-indent: 2em;
  font-size: 0.22rem;
  color: #000000;
  line-height: 0.36rem;
}
.home .pd1 .conchSilhouette .conchSilhouette-content .conchSilhouette-content-right {
  width: 4.34rem;
  height: 4.55rem;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .pd1 .conchSilhouette .conchSilhouette-content .conchSilhouette-content-right .right-content {
  display: flex;
  align-items: end;
}
.home .pd1 .conchSilhouette .conchSilhouette-content .conchSilhouette-content-right .right-content img {
  width: 2.18rem;
  aspect-ratio: 3 / 2;
}
.home .pd1 .conchSilhouette .conchSilhouette-content .conchSilhouette-content-right .right-content .right-text {
  font-size: 0.2rem;
  color: #030101;
  line-height: 0.3rem;
}
.home .pd1 .conchSilhouette .conchSilhouette-content .conchSilhouette-content-right .right-content .right-time {
  font-size: 0.14rem;
  color: #8E8E8E;
  margin-top: 0.2rem;
}
.home .pd1 .conchSilhouette .ygfc {
  height: 4.55rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .pd1 .conchSilhouette .ygfc .ygfc-content {
  display: flex;
}
.home .pd1 .conchSilhouette .ygfc .ygfc-content img {
  width: 2.13rem;
  height: 1.42rem;
}
.home .pd1 .conchSilhouette .ygfc .ygfc-content .right-text {
  font-size: 0.2rem;
  color: #010101;
  line-height: 0.3rem;
}
.home .pd1 .conchSilhouette .ygfc .ygfc-content .right-time {
  font-size: 0.18rem;
  color: #8E8E8E;
  line-height: 0.3rem;
}
.home .pd1 .conchSilhouette .ygfc .ygfc-content .right-icon {
  font-size: 0.18rem;
}
@media screen and (max-width: 460px) {
  .home .fwzx-card {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .home .fwzx-card .fwzx-item {
    width: 100% !important;
  }
  .home .fwzx-card .card-item {
    width: 100%;
  }
}
.home .fwzx-bj {
  background-image: url(../../home/images/fwzxbj.52d98745.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
}
.home .fwzx-bj .fwzx {
  font-size: 0.3rem;
  margin-top: 1.2rem;
}
.home .fwzx-bj .fwzx .jtywText {
  font-size: 0.35rem;
  font-weight: 400;
  line-height: 0.2rem;
  color: #000000;
  text-align: left;
  font-style: normal;
}
.home .fwzx-bj .fwzx .jtywIcon {
  font-size: 0.4rem;
  vertical-align: inherit;
}
.home .fwzx-bj .fwzx .fwzx-card {
  margin-top: 0.42rem;
  display: flex;
  justify-content: space-between;
}
.home .fwzx-bj .fwzx .fwzx-card .card-item {
  width: 2.88rem;
  height: 4.91rem;
  box-shadow: 0.04rem 0.04rem 0.1rem rgba(0, 0, 0, 0.3);
  border-radius: 0.08rem;
  overflow: hidden;
}
.home .fwzx-bj .fwzx .fwzx-card .card-item .fwzx-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform 0.6s ease;
  /* 背景放大的过渡 */
  /* hover 时的变化 */
}
.home .fwzx-bj .fwzx .fwzx-card .card-item .fwzx-item .fwzx-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .fwzx-bj .fwzx .fwzx-card .card-item .fwzx-item .fwzx-item-content .fwzx-item-text {
  font-size: 0.24rem;
  color: #020101;
  line-height: 0.43rem;
  margin-top: 0.4rem;
}
.home .fwzx-bj .fwzx .fwzx-card .card-item .fwzx-item .fwzx-item-content .jtywIcon {
  margin-top: 0.24rem;
  font-size: 0.6rem;
  vertical-align: inherit;
}
.home .fwzx-bj .fwzx .fwzx-card .card-item .fwzx-item:hover {
  transform: scale(1.08);
  /* 背景轻微放大 */
}
.home .fwzx-bj .fwzx .fwzx-card .card-item .fwzx-item:hover .fwzx-item-content {
  top: 0;
  /* 滑入 */
  opacity: 1;
  /* 淡入 */
}
.home .fwzx-bj .fwzx .fwzx-card .card-item .fwzx-item:hover .fwzx-item-text,
.home .fwzx-bj .fwzx .fwzx-card .card-item .fwzx-item:hover .jtywIcon {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}
.img-box {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.img-box img {
  display: block;
  transition: transform 0.6s ease;
}
.img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: all 0.75s ease;
}
.img-box:hover img {
  transform: scale(1.1);
}
.img-box:hover::after {
  animation: shine 0.75s ease forwards;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 130%;
  }
}

