@import '../css/reset.css';
.w {
  width: 16rem;
  margin: 0 auto;
}
/*  隐藏滚动条 */
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.select-arrow {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon/down.png') 90% center no-repeat #fff;
}
.pagination {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul {
  display: flex;
  padding: 0;
}
.pagination ul li {
  text-align: center;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  margin: 0 0.05rem;
  font-size: 0.14rem;
}
.pagination ul li a {
  display: block;
  color: #000;
  padding: 0.06rem 0.12rem;
}
.pagination ul li a:hover {
  background-color: #bf3138;
  color: #fff;
}
.pagination ul li a.active {
  color: #fff;
  background-color: #bf3138;
}
.pagination .prev a,
.pagination .nexts a {
  font-size: 0.14rem;
  border: 1px solid #dcdcdc;
  display: block;
  padding: 0.06rem 0.1rem;
}
.pagination .prev a:hover,
.pagination .nexts a:hover {
  background-color: #bf3138;
  color: #fff;
}
.pagination .prev {
  margin-right: 0.05rem;
}
.pagination .nexts {
  margin-left: 0.05rem;
}
.pagination .text {
  color: #333;
  font-size: 0.14rem;
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
}
.pagination .text input {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 0.1rem;
  border: 1px solid #dcdcdc;
  text-align: center;
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner .swiper {
  width: 100%;
  height: 100vh;
}
.banner .swiper .swiper-slide {
  height: 100%;
  width: 100%;
}
.banner .swiper .swiper-slide .box {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem;
}
.banner .swiper .swiper-slide .box .le h2 {
  font-size: 0.8rem;
  font-weight: bold;
}
.banner .swiper .swiper-slide .box .le .ftitle {
  padding: 0.22rem 0.34rem;
  background: #fff;
  font-size: 0.36rem;
  color: #000;
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0.6rem;
}
.banner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .mask {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 0.14rem;
  animation: 2s linear 0s infinite normal none running upDown;
  z-index: 10;
}
.banner .mask .sb {
  width: 0.2rem;
  height: 0.33rem;
  margin-bottom: 0.2rem;
}
.more {
  width: fit-content;
  height: 100%;
}
.more a {
  color: #fff;
  display: block;
  width: 100%;
  height: fit-content;
  padding: 0.16rem 0.44rem;
  background: #bf3138;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-0.1rem);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0.1rem);
  }
  100% {
    transform: translateY(0);
  }
}
.model {
  padding: 0.76rem 0 1rem;
}
.model_title .en {
  text-transform: uppercase;
  color: #999999;
  font-size: 0.18rem;
  margin-bottom: 0.34rem;
}
.model_title .title {
  font-size: 0.48rem;
}
.model_title .title h3 {
  font-weight: normal;
}
.section-1 .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section-1 .head .tabs_box .tabs {
  display: flex;
}
.section-1 .head .tabs_box .tabs .tab {
  padding: 0.12rem 0.18rem;
  border: 1px solid #aaaaaa;
  margin-left: 0.15rem;
  cursor: pointer;
  font-size: 0.16rem;
  transition: all 0.3s;
}
.section-1 .head .tabs_box .tabs .tab:first-child {
  margin-left: 0;
}
.section-1 .head .tabs_box .tabs .tab.active {
  background: #bf3138;
  color: #fff;
}
.section-1 .head .tabs_box .tabs .tab:hover {
  background: #bf3138;
  color: #fff;
}
.section-1 .more {
  margin-top: 0.6rem;
}
.ts-box {
  position: relative;
}
.ts-box .source-conter {
  margin-top: 0.6rem;
  position: relative;
}
.ts-box .source-conter .swiper {
  width: 100%;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
}
.ts-box .source-conter .swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
.ts-box .source-conter .swiper .swiper-slide .item .imgs {
  width: 100%;
  height: 3.8rem;
  overflow: hidden;
}
.ts-box .source-conter .swiper .swiper-slide .item .imgs img {
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.8s;
}
.ts-box .source-conter .swiper .swiper-slide .item .inner {
  height: 1.8rem;
  background: #fff;
  padding: 0.3rem 0.2rem;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.ts-box .source-conter .swiper .swiper-slide .item .inner .title {
  font-size: 0.18rem;
  color: #333;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.ts-box .source-conter .swiper .swiper-slide .item .inner .text {
  font-size: 0.14rem;
  color: #999999;
  margin-top: 0.2rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.ts-box .source-conter .swiper .swiper-slide .item:hover .imgs {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}
.ts-box .source-conter .swiper .swiper-slide .item:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.1);
}
.ts-box .source-conter .swiper-button-prev::after,
.ts-box .source-conter .swiper-button-next::after {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  line-height: 0.4rem;
  font-size: 0.15rem;
  padding: 0.25rem 0.16rem;
  color: #333;
  font-weight: bold;
  border: 1px solid #eeeeee;
  transition: all 0.3s;
}
.ts-box .source-conter .swiper-button-prev:hover::after,
.ts-box .source-conter .swiper-button-next:hover::after {
  background-color: #bf3138;
  color: #fff;
  border: none;
}
.ts-box .source-conter .swiper-button-prev {
  left: -3%;
  top: 45%;
}
.ts-box .source-conter .swiper-button-next {
  right: -3%;
  top: 45%;
}
.section-2 {
  background: #f5f5f5;
  box-sizing: border-box;
}
.section-2 .newbox {
  margin-top: 0.56rem;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  gap: 0.4rem;
  height: 7rem;
}
.section-2 .newbox .inners {
  background: #fff;
  padding: 0.66rem 0.55rem;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
}
.section-2 .newbox .inners .head {
  padding: 0 0 0.2rem;
  border-bottom: 1px solid #eeeeee;
}
.section-2 .newbox .inners .head .en {
  font-size: 0.16rem;
  color: #999999;
}
.section-2 .newbox .inners .head h4 {
  font-size: 0.28rem;
}
.section-2 .newbox .inners .swiperNew {
  margin-top: 0.36rem;
  width: 100%;
  position: relative;
}
.section-2 .newbox .inners .swiperNew .swiper {
  width: 100%;
  height: 100%;
}
.section-2 .newbox .inners .swiperNew .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.section-2 .newbox .inners .swiperNew .swiper .swiper-slide .box {
  height: 3.85rem;
  position: relative;
}
.section-2 .newbox .inners .swiperNew .swiper .swiper-slide .box .imgs {
  height: 100%;
}
.section-2 .newbox .inners .swiperNew .swiper .swiper-slide .box .imgs img {
  object-fit: cover;
}
.section-2 .newbox .inners .swiperNew .swiper .swiper-slide .box .mask {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  padding: 0 0.3rem;
  color: #fff;
}
.section-2 .newbox .inners .swiperNew .swiper .swiper-slide .box .mask .time {
  font-size: 0.16rem;
}
.section-2 .newbox .inners .swiperNew .swiper .swiper-slide .box .mask h4 {
  font-size: 0.24rem;
  font-weight: normal;
  margin-top: 0.2rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.section-2 .newbox .inners .swiperNew .swiper .swiper-slide .text {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.6;
  margin-top: 0.25rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.section-2 .newbox .inners .swiperNew .swiper .swiper-slide .content {
  padding-top: 0.2rem;
}
.section-2 .newbox .inners .swiperNew .swiper .swiper-slide .content .time {
  font-size: 0.16rem;
}
.section-2 .newbox .inners .swiperNew .swiper .swiper-slide .content h4 {
  font-size: 0.24rem;
  font-weight: normal;
  margin-top: 0.2rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.section-2 .newbox .inners .swiper-button-prev::after,
.section-2 .newbox .inners .swiper-button-next::after {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  line-height: 0.4rem;
  font-size: 0.15rem;
  padding: 0.15rem 0.16rem;
  color: #333;
  font-weight: bold;
  border: 1px solid #eeeeee;
  transition: all 0.3s;
}
.section-2 .newbox .inners .swiper-button-prev:hover::after,
.section-2 .newbox .inners .swiper-button-next:hover::after {
  background-color: #bf3138;
  color: #fff;
  border: none;
}
.section-2 .newbox .inners .swiper-button-prev {
  left: -1%;
  top: 40%;
}
.section-2 .newbox .inners .swiper-button-next {
  right: -1%;
  top: 40%;
}
.section-2 .newbox .inners .listBox {
  overflow-y: auto;
}
.section-2 .newbox .inners .listBox::-webkit-scrollbar {
  width: 0.04rem;
  cursor: pointer;
}
.section-2 .newbox .inners .listBox::-webkit-scrollbar-track {
  background: #dcdcdc;
}
.section-2 .newbox .inners .listBox::-webkit-scrollbar-thumb {
  background: #bf3138;
  /* 滚动条滑块颜色 */
}
.section-2 .newbox .inners .listBox::-webkit-scrollbar-thumb:hover {
  background: #bf3138;
  /* 鼠标悬停时滑块颜色 */
  cursor: pointer;
}
.section-2 .newbox .inners .list {
  box-sizing: border-box;
  height: 5rem;
}
.section-2 .newbox .inners .list .li a {
  padding: 0.31rem 0;
  display: block;
  width: 100%;
  height: auto;
  color: #666666;
  border-bottom: 1px solid #eeeeee;
}
.section-2 .newbox .inners .list .li a .title {
  font-size: 0.18rem;
}
.section-2 .newbox .inners .list .li a .time {
  font-size: 0.16rem;
  margin-top: 0.24rem;
}
.section-2 .newbox .inners .list .li:last-child a {
  border: none;
  padding-bottom: 0;
}
.section-3 {
  height: 100%;
  padding-bottom: 1rem;
}
.section-3 .model_title {
  color: #fff;
  margin-bottom: 0.68rem;
}
.section-3 p {
  color: #fff;
  max-width: 8.15rem;
  font-size: 0.14rem;
  line-height: 1.8;
  height: 100%;
}
.section-3 .content {
  margin-bottom: 0.7rem;
}
.section-3 .us-box {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section-3 .us-box .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  width: 100%;
  border-right: 1px solid #fff;
}
.section-3 .us-box .inner .box {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.section-3 .us-box .inner .data {
  display: flex;
  align-items: baseline;
  font-size: 0.72rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
}
.section-3 .us-box .inner .data .small {
  font-size: 0.18rem;
  font-weight: normal;
}
.section-3 .us-box .inner:last-child {
  border: none;
}
.section-3 .us-box .inner:first-child {
  align-items: flex-start;
}
.pages {
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}
.pages .banner {
  height: 6rem;
}
.pages .banner .swiper {
  height: 100%;
}
.pages .banner .swiper .swiper-slide {
  height: 100%;
}
.pages .banner .swiper .swiper-slide img {
  object-fit: cover;
}
.breadcrumb {
  background: #f3f1f1;
  height: 0.6rem;
  position: relative;
}
.breadcrumb .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.breadcrumb .item_title {
  width: 2.5rem;
  height: 1.1rem;
  background: linear-gradient(0deg, #b01f1a, #d9332e);
  position: relative;
  bottom: 0.25rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.breadcrumb .item_title .ch {
  font-size: 0.3rem;
  color: #fff;
}
.breadcrumb .item_title .en {
  font-size: 0.13rem;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb .warp {
  margin-right: auto;
  margin-left: 0.6rem;
}
.breadcrumb .item_nav {
  display: flex;
  align-items: center;
}
.breadcrumb .item_nav .item {
  margin-right: 0.3rem;
}
.breadcrumb .item_nav .item a {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.6rem;
  padding: 0 0.05rem;
  display: block;
  text-align: center;
}
.breadcrumb .item_nav .item.active a {
  border-bottom: 2px solid #bf3138;
  color: #bf3138;
}
.breadcrumb .ns {
  color: #aaaaaa;
  font-size: 0.14rem;
}
.breadcrumb .ns a {
  color: #aaaaaa;
  font-size: 0.14rem;
}
.company {
  width: 100%;
}
.company .w {
  display: flex;
  justify-content: space-between;
}
.company .w .model_title h3 {
  text-align: left;
  font-size: 0.3rem;
  font-weight: normal;
}
.company .w .inner {
  padding: 0 0.15rem;
}
.company .w .inner .ftitle {
  font-size: 0.18rem;
  color: #666;
  margin: 0.17rem 0 0;
}
.company .w .inner .line {
  margin-top: 0.26rem;
  display: block;
  width: 30px;
  height: 4px;
  background: #40aced;
}
.company .w .inner .cont {
  margin-top: 0.46rem;
  font-size: 0.16rem;
  color: #999;
  line-height: 1.8;
  flex: 1;
}
.company .w .inner .cont p {
  margin-top: 0.1rem;
}
.company .w .inner .btn {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.company .w .inner .btn .item a {
  padding: 0.16rem 0.35rem;
  display: block;
  font-size: 0.2rem;
  color: #333;
  border: 1px solid #b5b5b5;
  border-radius: 0.4rem;
}
.company .w .inner .btn .item:last-child a {
  background: #126af3;
  color: #fff;
  margin-left: 0.42rem;
}
.company .w .inner img {
  width: 5rem;
  flex-shrink: 0;
  margin-left: 0.7rem;
}
.company .w .inner:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.companys .swiper {
  margin-left: 0.5rem;
  width: 6.7rem;
  height: 5.5rem;
}
.companys .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.companys .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 0;
}
.abput_top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.abput_top h4 {
  font-size: 0.3rem;
  font-weight: normal;
}
.abput_top .line {
  margin-top: 0.3rem;
  display: block;
  width: 30px;
  height: 4px;
  background: #bf3138;
}
.develop .history-box {
  background: url('../img/about-bg2.png') no-repeat center;
  background-size: cover;
  margin-top: 0.25rem;
  padding: 0.3rem 0;
  min-height: 5.8rem;
  width: 100%;
}
.develop .history-box .w {
  height: 100%;
}
.develop .history-box .history-banners {
  width: 100%;
  min-height: 5.8rem;
}
.develop .history-box .history-banners .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
}
.develop .history-box .history-banners .swiper-pagination-bullet-active {
  background: #bf3138;
}
.develop .history-box .banner-bg {
  position: relative;
  text-align: center;
  padding: 1.2rem 0 1rem;
  height: 100%;
}
.develop .history-box .banner-bg h2 {
  position: absolute;
  left: 0;
  top: -0.6rem;
  font-size: 1.15rem;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  opacity: 0.3;
  margin: 0.9rem 0;
}
.develop .history-box .banner-bg p {
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 1.8;
}
.develop .history-box .banner-bg p i {
  width: 40px;
  height: 2px;
  background: #bf3138;
  display: block;
  margin: 0.1rem auto;
}
.develop .history-box .banner-bg h3 {
  font-size: 0.3rem;
  color: #ffffff;
}
.develop .history-box .banner-bg .line {
  margin-top: 0.4rem;
}
.develop .history-box .buttons {
  width: 80%;
  margin: 0 auto;
  height: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 2rem;
  cursor: pointer;
  z-index: 20;
}
.develop .history-box .buttons .leftbutton span,
.develop .history-box .buttons .rightbutton span {
  width: 0.3rem;
  height: 0.55rem;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 0.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.develop .history-box .buttons .leftbutton:hover span,
.develop .history-box .buttons .rightbutton:hover span {
  background: #bf3138;
}
.develop .history-box .rowBox {
  height: 0.8rem;
  margin-top: -0.3rem;
}
.develop .history-box .bottom-rows {
  height: 4rem;
  width: 100%;
  border-radius: 100%;
  border: 1px #ffffff solid;
}
.environment .inner {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.48rem;
}
.environment .inner .item .imgs {
  width: 100%;
  height: 3.8rem;
  overflow: hidden;
}
.environment .inner .item .imgs img {
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
}
.environment .inner .item .imgs:hover {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}
.environment .inner .item .imgs:hover img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.1);
}
.environment .inner .item .title {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  text-align: center;
}
.productBox .productList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
  width: 100%;
  margin-top: 0.76rem;
}
.productBox .productList .item .imgs {
  width: 100%;
  height: 3.8rem;
  overflow: hidden;
}
.productBox .productList .item .imgs img {
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.8s;
}
.productBox .productList .item .inner {
  height: 1.8rem;
  background: #fff;
  padding: 0.3rem 0.2rem;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.productBox .productList .item .inner .title {
  font-size: 0.18rem;
  color: #333;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.productBox .productList .item .inner .text {
  font-size: 0.14rem;
  color: #999999;
  margin-top: 0.2rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.productBox .productList .item:hover .imgs {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}
.productBox .productList .item:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.1);
}
.product {
  padding-bottom: 0;
}
.proclassity .plate {
  padding: 0.6rem 0 1rem;
}
.proclassity .plate:nth-of-type(odd) {
  background: #606060;
}
.proclassity .plate .hot {
  display: grid;
  grid-template-columns: 8rem auto;
  height: 4rem;
}
.proclassity .plate .hot .imgs {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.proclassity .plate .hot .imgs img {
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
}
.proclassity .plate .hot .imgs:hover {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}
.proclassity .plate .hot .imgs:hover img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.1);
}
.proclassity .plate .hot .content {
  background: #242424;
  color: #fff;
  padding: 0.36rem 0.58rem;
  height: 100%;
  box-sizing: border-box;
}
.proclassity .plate .hot .content .title {
  font-size: 0.24rem;
}
.proclassity .plate .hot .content p {
  font-size: 0.16rem;
  line-height: 1.6;
  margin: 0.4rem 0 0.45rem;
  opacity: 0.8;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.videoCenter .videoList {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.48rem;
}
.videoCenter .videoList .item .imgs {
  width: 100%;
  height: 5rem;
  overflow: hidden;
}
.videoCenter .videoList .item .imgs img {
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
  object-position: top;
}
.videoCenter .videoList .item .imgs:hover {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}
.videoCenter .videoList .item .imgs:hover img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.1);
}
.videoCenter .videoList .item .title {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  text-align: left;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.videoCenter .pagination {
  margin-top: 1rem;
}
.newsList {
  background-color: #f7f7f7;
  padding: 0.6rem 0 1rem;
}
.newsList .inner li {
  margin-bottom: 0.26rem;
  height: 2.2rem;
}
.newsList .inner li a {
  display: flex;
  height: 100%;
  background: #fff;
}
.newsList .inner li a .imgs {
  width: 3rem;
  height: 2.2rem;
  flex-shrink: 0;
}
.newsList .inner li a .imgs img {
  object-fit: cover;
}
.newsList .inner li a .content {
  padding: 0.3rem 0.45rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsList .inner li a .content h4 {
  font-size: 0.24rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.newsList .inner li a .content .text {
  font-size: 0.14rem;
  color: #999;
  line-height: 1.6;
  text-align: justify;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.newsList .inner li a .content .date {
  font-size: 0.14rem;
  color: #999;
}
.newsList .inner li a:hover .imgs {
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}
.newsList .inner li a:hover .imgs img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.1);
}
.newsList .inner li a:hover .content h4,
.newsList .inner li a:hover .content .text,
.newsList .inner li a:hover .content .date {
  color: #bf3138;
}
.newsdetail {
  margin-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.newsdetail .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newsdetail .top h2 {
  font-size: 0.3rem;
  margin-bottom: 0.1rem;
  font-weight: normal;
}
.newsdetail .top .tipBox {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #666;
}
.newsdetail .top .tipBox a {
  color: #666;
}
.newsdetail .top .tipBox .tip {
  margin-right: 0.3rem;
}
.newsdetail .content {
  padding-bottom: 2rem;
}
.newsdetail .content p {
  color: #333;
  font-size: 0.16rem;
  margin: 0.3rem 0;
  line-height: 1.6;
}
.newsdetail .content img {
  display: block;
  max-width: 100%;
  width: fit-content;
  margin: 0.2rem auto;
}
.newsdetail .content video {
  max-width: 100%;
  width: fit-content;
  margin: 0.2rem auto;
  display: block;
  height: 100%;
}
.page {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.1rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.page .icon {
  width: 0.12rem;
  height: 0.18rem;
  flex-shrink: 0;
}
.page .prev,
.page .next {
  width: 100%;
}
.page .prev a,
.page .next a {
  display: flex;
  align-items: center;
}
.page .prev {
  margin-right: 0.3rem;
  padding-right: 0.1rem;
}
.page .prev a .text {
  font-size: 0.15rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.page .next {
  display: flex;
  justify-content: flex-end;
  padding-left: 0.1rem;
}
.page .next a .text {
  font-size: 0.15rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.cjwtBox {
  padding-bottom: 3rem;
}
.cjwtBox h3 {
  font-size: 0.4rem;
  text-align: center;
  font-weight: normal;
}
.cjwtBox .cjwtList {
  margin-top: 0.4rem;
}
.cjwtBox .cjwtList .item {
  padding: 0.4rem 0;
  width: 100%;
}
.cjwtBox .cjwtList .item .icon {
  flex-shrink: 0;
  margin-right: 0.24rem;
}
.cjwtBox .cjwtList .item .icon img {
  object-fit: contain;
  vertical-align: middle;
}
.cjwtBox .cjwtList .item .question {
  display: flex;
}
.cjwtBox .cjwtList .item .question .icon {
  width: 0.3rem;
  height: 0.3rem;
}
.cjwtBox .cjwtList .item .question h4 {
  font-size: 0.24rem;
}
.cjwtBox .cjwtList .item .answer {
  margin-top: 0.3rem;
  display: flex;
}
.cjwtBox .cjwtList .item .answer .icon {
  width: 0.28rem;
  height: 0.28rem;
}
.cjwtBox .cjwtList .item .answer p {
  font-size: 0.16rem;
  line-height: 1.6;
}
.cjwtBox .cjwtList .item:nth-of-type(even) {
  background: #f2f2f2;
}
.addressBox {
  padding-bottom: 2rem;
}
.addressBox .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.addressBox .head h3 {
  font-size: 0.4rem;
}
.addressBox .head .ftitle {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #777;
}
.addressBox .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 6rem;
}
.addressBox .box .le {
  position: relative;
}
.addressBox .box .le .mask {
  position: absolute;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.8rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.addressBox .box .le .mask .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.addressBox .box .le .mask a {
  color: #fff;
}
.addressBox .box .le .mask h2 {
  font-size: 0.3rem;
}
.addressBox .box .le .mask h3 {
  font-size: 0.22rem;
  font-weight: normal;
}
.addressBox .box .le .mask .boxs {
  margin-top: 0.4rem;
  flex: 1;
}
.addressBox .box .le .mask .text {
  line-height: 2;
  font-weight: lighter;
  font-size: 0.18rem;
}
.addressBox .box .le .mask .text:last-child {
  display: flex;
}
.addressBox .box .le .mask .text:last-child .tip {
  flex-shrink: 0;
}
.addressBox .box .le .mask .tips {
  font-size: 0.16rem;
  text-align: center;
}
.addressBox .box .rg {
  width: 100%;
  height: 100%;
}
.jxs .search select {
  width: 5rem;
  height: 0.6rem;
  padding: 0 0.2rem;
  margin-right: 0.18rem;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon/down.png') 95% center no-repeat #fff;
}
.jxs .search .button {
  width: 1.6rem;
  display: inline-block;
}
.jxs .search button {
  height: 0.6rem;
  width: 1.6rem;
  color: #fff;
  background: #bf3138;
  font-size: 0.16rem;
}
.jxs .body {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: auto 5rem;
  gap: 0.6rem;
}
.jxs .body .maps {
  width: 100%;
  height: 100%;
}
.jxs .body .maps img {
  max-width: 100%;
  width: fit-content;
  height: auto;
}
.jxs .body .view .inner {
  background: #fafafa;
  padding: 0.45rem 0;
  box-sizing: border-box;
  min-height: 3rem;
  margin-bottom: 0.16rem;
}
.jxs .body .view .inner .icons {
  flex-shrink: 0;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.jxs .body .view .inner .icons img {
  object-fit: contain;
}
.jxs .body .view .inner .title {
  font-size: 0.18rem;
  color: #bf3138;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.jxs .body .view .inner .title::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 20px;
  background: #bf3138;
  margin-right: 0.26rem;
}
.jxs .body .view .inner .item {
  display: flex;
  font-size: 0.14rem;
  color: #666666;
  margin: 0.2rem 0.26rem;
}
.jxs .body .view .inner .item a {
  font-size: 0.14rem;
  color: #666666;
}
.phone {
  display: none;
}
