.banner {
  position: relative;
}
.banner .swiper-pages {
  position: absolute;
  left: 2rem;
  bottom: 0.625rem;
  z-index: 3;
  color: #fff;
  line-height: 0.65rem;
  font-family: D-DIN, sans-serif;
}
.banner .swiper-pages__num {
  font-size: 0.45rem;
  font-weight: bold;
}
.banner .swiper-pages__split, .banner .swiper-pages__max {
  font-size: 0.2rem;
}
.banner,
.banner .img {
  height: 9.375rem;
}
.banner .img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.banner .img::before {
  content: " ";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.banner .info {
  position: absolute;
  left: 2rem;
  top: 2.25rem;
  z-index: 3;
}
.banner .title {
  color: #fff;
  margin-bottom: 0.6rem;
}
.banner .title::before {
  content: " ";
  display: block;
  width: 1rem;
  height: 0.05rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 1.25rem;
}
.banner .title .cn {
  margin-bottom: 0.8rem;
  font-size: 0.675rem;
  line-height: 0.975rem;
  font-weight: bold;
}
.banner .title .en {
  width: 8.15rem;
  font-size: 0.225rem;
  line-height: 0.425rem;
  text-transform: uppercase;
}

.page-panel {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.btn-detail {
  width: 2.25rem;
  padding: 0.2rem 0;
}

.panel-product {
  padding-top: 1.25rem;
  padding-bottom: 0.8125rem;
  background-image: url("../../img/index/bg.jpg");
  position: relative;
}
.panel-product .product-top {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem 0.2rem;
  position: absolute;
  left: 0;
  top: 1.25rem;
}
.panel-product .type-list {
  display: flex;
  padding-top: 0.225rem;
}
.panel-product .type-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 0.725rem;
  border-radius: 1rem;
  border: 0.025rem solid #F18423;
  background: rgba(241, 132, 35, 0.05);
  color: #F18423;
  font-size: 0.225rem;
  font-weight: bold;
  transition: 0.3s all ease;
  cursor: pointer;
}
.panel-product .type-item + .type-item {
  margin-left: 0.5rem;
}
.panel-product .type-item:hover, .panel-product .type-item.is-active {
  color: #fff;
  background: #F18423;
}
.panel-product .swiper-preset-switch {
  overflow: hidden;
}
.panel-product .swiper-slide {
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
.panel-product .swiper-views {
  display: flex;
  justify-content: space-between;
  padding: 0.875rem 2rem 0;
}
.panel-product .swiper-view {
  font-size: 0.25rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s color ease;
}
.panel-product .swiper-view img {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 auto 0.15rem;
  border-radius: 50%;
  border: 0.1rem solid transparent;
  transition: 0.3s border-color ease;
}
.panel-product .swiper-view.is-active {
  color: #f08322;
}
.panel-product .swiper-view.is-active img {
  border-color: #f08322;
}
.panel-product .info {
  width: 6.75rem;
  margin-top: 2rem;
}
.panel-product .info .title {
  margin-bottom: 0.225rem;
  font-size: 0.3rem;
  line-height: 0.425rem;
  font-weight: bold;
}
.panel-product .info .content {
  color: #666;
  font-size: 0.2rem;
  line-height: 0.35rem;
}
.panel-product .goods {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.panel-product .good {
  width: 50%;
  display: flex;
  align-items: center;
  color: #555;
  font-size: 0.2rem;
  line-height: 0.275rem;
  margin-bottom: 0.125rem;
}
.panel-product .good::before {
  content: " ";
  display: block;
  width: 0.075rem;
  height: 0.075rem;
  margin-right: 0.125rem;
  background: #F18423;
  border-radius: 50%;
}
.panel-product .btn-detail {
  margin-top: 0.625rem;
}
.panel-product .img {
  flex-shrink: 0;
  width: 10.25rem;
  height: 6.375rem;
  margin-left: auto;
  border-radius: 0.25rem;
  overflow: hidden;
}
.panel-product .arrow {
  width: 0.675rem;
  height: 0.675rem;
  transform: rotate(180deg);
}
.panel-product .product {
  flex-shrink: 0;
  margin-left: 0.7875rem;
  margin-bottom: -0.75rem;
  font-size: 0.25rem;
  line-height: 0.35rem;
  text-align: center;
}
.panel-product .product img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 2px solid #F18423;
  margin-bottom: 0.375rem;
}


.panel-case {
  padding: 1.25rem 3.625rem 1.375rem;
  background-image: url("../../img/index/bg2.jpg");
}
.panel-case .panel-title {
  margin-bottom: 0.5rem;
}
.panel-case .swiper-container {
  border-radius: 1rem 0.15rem 1rem 0.15rem;
  overflow: hidden;
}
.panel-case .swiper-slide {
  position: relative;
  height: 9.25rem;
  padding: 1.5rem;
}

.panel-case .swiper-slide::before {
  content: " ";
  display: block;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 2;
}
.panel-case .swiper-views {
  display: flex;
  position: absolute;
  right: 0.875rem;
  bottom: 0.875rem;
  z-index: 5;
}
.panel-case .swiper-view {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  border: 0.125rem solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  cursor: pointer;
}
.panel-case .swiper-view + .swiper-view {
  margin-left: 0.4rem;
}
.panel-case .swiper-view img {
  height: 100%;
}
.panel-case .swiper-view.is-active {
  border: 0.125rem solid rgba(241, 132, 35, 0.5);
}
.panel-case .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.panel-case .info {
  position: relative;
  z-index: 2;
}
.panel-case .title {
  color: #fff;
  padding-bottom: 0.275rem;
  position: relative;
}
.panel-case .title .cn {
  margin-bottom: 0.075rem;
  font-size: 0.5rem;
  line-height: 0.725rem;
  font-weight: bold;
}
.panel-case .title .en {
  font-size: 0.4rem;
  line-height: 0.575rem;
  text-transform: uppercase;
  opacity: 0.5;
}
.panel-case .title::after {
  content: " ";
  display: block;
  width: 0.625rem;
  height: 0.05rem;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.panel-case .content {
  width: 4.25rem;
  margin-top: 0.275rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.2875rem;
  opacity: 0.5;
}

.panel-about {
  padding: 1.875rem 2rem 2.25rem;
  background-image: url("../../img/index/bg3.jpg");
}
.panel-about .panel-title {
  margin-bottom: 0.6rem;
}
.panel-about .panel-title h2 {
  font-size: 0.35rem;
  line-height: 0.5125rem;
}
.panel-about .info {
  width: 10rem;
  margin-top: 0.625rem;
}
.panel-about .info .title {
  margin-bottom: 0.125rem;
  font-size: 0.425rem;
  line-height: 0.6125rem;
  font-weight: bold;
}
.panel-about .info .content {
  margin-bottom: 0.75rem;
  font-size: 0.2rem;
  line-height: 0.35rem;
  text-align: justify;
  max-height: 2.1rem;
  overflow-y: auto;
}
.panel-about .count-list {
  display: flex;
  align-items: center;
  transform-origin: left;
  margin-bottom: 0.8rem;
}
.panel-about .count-item {
  color: #F18423;
}
.panel-about .count-item + .count-item {
  margin-left: 1.25rem;
}
.panel-about .count-item .num {
  font-size: 0.75rem;
  font-family: D-DIN, sans-serif;
  font-weight: bold;
}
.panel-about .count-item .unit {
  font-size: 0.3rem;
  font-weight: bold;
}
.panel-about .count-item .label {
  margin-top: 0.15rem;
  color: #666;
  font-size: 0.225rem;
  line-height: 0.325rem;
}
.panel-about .company {
  width: 12.125rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.panel-about .company img {
  height: 100%;
  object-fit: fill;
}

.panel-news {
  padding: 1.125rem 2rem 0.625rem;
  background-image: url("../../img/index/bg4.jpg");
}
.panel-news .panel-title {
  margin-bottom: 0.625rem;
}
.panel-news .swiper-preset-switch {
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.panel-news .swiper-preset-switch .slide-pagination {
  bottom: 0 !important;
}
.panel-news .swiper-preset-switch .slide-pagination .swiper-pagination-bullet {
  opacity: 0.3;
}
.panel-news .swiper-preset-switch .slide-pagination .swiper-pagination-bullet, .panel-news .swiper-preset-switch .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.3rem;
  border-radius: 0.05rem;
  background: #F18423 !important;
  border-color: #F18423 !important;
}
.panel-news .swiper-preset-switch .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.panel-news .swiper-slide {
  display: flex;
}
.panel-news .img {
  flex-shrink: 0;
  width: 9.125rem;
  height: 5.5rem;
  border-radius: 0.25rem;
}
.panel-news .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.775rem;
  height: 1.775rem;
  background-image: url("../../img/index/bg-date.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 8.2375rem;
  top: calc(50% - 0.8875rem);
  z-index: 2;
  color: #fff;
}
.panel-news .date .day {
  margin-top: -0.15rem;
  font-size: 0.475rem;
  line-height: 0.6625rem;
  font-family: D-DIN, sans-serif;
}
.panel-news .date .month {
  font-size: 0.225rem;
  line-height: 0.25rem;
}
.panel-news .info {
  padding: 0.8125rem 1.5rem 0;
}
.panel-news .info .title {
  margin-bottom: 0.375rem;
  font-size: 0.425rem;
  line-height: 0.6125rem;
  font-weight: bold;
}
.panel-news .info .content {
  min-height: 2rem;
  margin-bottom: 0.4rem;
  font-size: 0.2rem;
  line-height: 0.4rem;
}