.indexModule .SwiperBox {
  width: 100%;
  margin-bottom: 6.25rem;
}

.indexModule .SwiperBox .swiper {
  width: 100%;
  height: 100%;
  /* Swiper 分页器样式 */
}

.indexModule .SwiperBox .swiper .banner {
  width: 100%;
  height: 100%;
}

.indexModule .SwiperBox .swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  width: 2.25rem;
  height: 0.25rem;
  border-radius: 0;
  margin: 0 8px;
}

.indexModule .SwiperBox .swiper .swiper-pagination-bullet-active {
  background: #FFFFFF;
  width: 3.5rem;
  height: 0.25rem;
}

.indexModule .SwiperBox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.indexModule .SwiperBox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.indexModule .SwiperBox .swiper .swiper-pagination-custom,
.indexModule .SwiperBox .swiper .swiper-pagination-fraction {
  bottom: 1.875rem;
}

.indexModule .Product .top {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.indexModule .Product .top .left {
  width: 21.375rem;
  height: 5rem;
  background-repeat: no-repeat;
  font-size: 2.375rem;
  color: #303133;
  font-weight: 500;
  line-height: 7rem;
  background-image: url(../img/index2.png);
}

.indexModule .Product .top .button {
  width: 9rem;
  cursor: pointer;
  height: 2.75rem;
}

.indexModule .Product .top .button:hover {
  transition: all 0.6s ease;
  transform: scale(1.06);
}

.indexModule .Product .line {
  width: 1px;
  height: 2.25rem;
  margin-bottom: 1.5625rem;
  background-color: #176E65;
}

.indexModule .Product .Product_box {
  width: 100%;
  padding-bottom: 6.25rem;
}

.indexModule .Product .Product_box .ProductSwiper {
  width: 100%;
  height: 100%;
}

.indexModule .Product .Product_box .ProductSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
}

.indexModule .Product .Product_box .ProductSwiper .swiper-slide .img_box {
  width: 18.625rem;
  height: 23.125rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
}

.indexModule .Product .Product_box .ProductSwiper .swiper-slide .img_box .show {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  transition: background-color 0.6s ease;
}

.indexModule .Product .Product_box .ProductSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.indexModule .Product .Product_box .ProductSwiper .swiper-slide .name {
  text-align: center;
  font-size: 1.125rem;
  color: #303133;
}

.indexModule .Product .Product_box .ProductSwiper .swiper-slide:hover img {
  transition: all 0.6s ease;
  transform: scale(1.06);
}

.indexModule .Product .Product_box .ProductSwiper .swiper-slide:hover .show {
  background-color: rgba(0, 0, 0, 0.15);
}

.indexModule .About {
  width: 100%;
  background-image: url(../img/index5.jpg);
  background-repeat: no-repeat;
}

.indexModule .About .About_box .top {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 6.25rem;
}

.indexModule .About .About_box .top .left {
  width: 14.625rem;
  height: 5rem;
  background-repeat: no-repeat;
  font-size: 2.375rem;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 7rem;
  background-size: contain;
  background-image: url(../img/ABOUT.png);
}

.indexModule .About .About_box .top .button {
  width: 9rem;
  cursor: pointer;
  height: 2.75rem;
}

.indexModule .About .About_box .top .button:hover {
  transition: all 0.6s ease;
  transform: scale(1.06);
}

.indexModule .About .About_box .line {
  width: 1px;
  height: 2.25rem;
  margin-bottom: 1.5625rem;
  background-color: #fff;
}

.indexModule .About .About_box .About_content {
  width: 100%;
  height: 26.375rem;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 3.75rem 2.8125rem 0 2.8125rem;
}

.indexModule .About .About_box .About_content .left {
  width: 35.6875rem;
  color: #606266;
  font-size: 1rem;
}

.indexModule .About .About_box .About_content .left .title {
  color: #303133;
  font-size: 1.375rem;
  margin-bottom: 1.375rem;
}

.indexModule .About .About_box .About_content .left .text {
  text-indent: 1.25rem;
  line-height: 180%;
}

.indexModule .About .About_box .About_content .left .Number_box {
  width: 100%;
  padding-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}

.indexModule .About .About_box .About_content .left .Number_box .number {
  font-size: 2.5rem;
  color: #176E65;
  font-weight: 500;
}

.indexModule .About .About_box .About_content .left .Number_box .number .danwei {
  font-size: 0.9375rem;
  color: #176E65;
}

.indexModule .About .About_box .About_content .left .Number_box .text {
  color: #606266;
  font-size: 0.9375rem;
  margin-top: 0.375rem;
}

.indexModule .About .About_box .About_content .right {
  width: 35.9375rem;
  overflow: hidden;
  height: 22.625rem;
  position: relative;
}

.indexModule .About .About_box .About_content .right .show {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  transition: background-color 0.6s ease;
}

.indexModule .About .About_box .About_content .right img {
  transition: transform 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexModule .About .About_box .About_content .right:hover .show {
  background-color: rgba(0, 0, 0, 0.15);
}

.indexModule .About .About_box .About_content .right:hover img {
  transform: scale(1.06);
}

.indexModule .Case_box {
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
}

.indexModule .Case_box .top {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.indexModule .Case_box .top .left {
  width: 11.75rem;
  height: 5rem;
  background-repeat: no-repeat;
  font-size: 2.375rem;
  color: #303133;
  font-weight: 500;
  background-size: contain;
  line-height: 7rem;
  background-image: url(../img/CASE.png);
}

.indexModule .Case_box .top .button {
  width: 9rem;
  cursor: pointer;
  height: 2.75rem;
}

.indexModule .Case_box .top .button:hover {
  transition: all 0.6s ease;
  transform: scale(1.06);
}

.indexModule .Case_box .line {
  width: 1px;
  height: 2.25rem;
  margin-bottom: 1.5625rem;
  background-color: #176E65;
}

.indexModule .Case_box .swiper {
  width: 100%;
}

.indexModule .Case_box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexModule .Case_box .swiper-slide .img_box {
  margin-bottom: 1.25rem;
  width: 25rem;
  height: 17.5rem;
  overflow: hidden;
}

.indexModule .Case_box .swiper-slide .img_box img {
  width: 25rem;
  height: 17.5rem;
  transition: all 0.3s;
}

.indexModule .Case_box .swiper-slide .img_box .show {
  width: 25rem;
  height: 17.5rem;
  z-index: 1;
  position: absolute;
  transition: background-color 0.5s ease;
}

.indexModule .Case_box .swiper-slide .img_box:hover img {
  transition: all 0.6s ease;
  transform: scale(1.06);
}

.indexModule .Case_box .swiper-slide .img_box:hover .show {
  background-color: rgba(0, 0, 0, 0.15);
}

.indexModule .Case_box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexModule .News_box {
  width: 100%;
  padding-top: 6.875rem;
  height: 49.375rem;
  background-image: url(../img/index10.jpg);
}

.indexModule .News_box .top {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.indexModule .News_box .top .left {
  width: 11.75rem;
  height: 5rem;
  background-repeat: no-repeat;
  font-size: 2.375rem;
  color: #303133;
  font-weight: 500;
  background-size: contain;
  line-height: 7rem;
  background-image: url(../img/NEWS.png);
}

.indexModule .News_box .top .button {
  width: 9rem;
  cursor: pointer;
  height: 2.75rem;
}

.indexModule .News_box .top .button:hover {
  transition: all 0.6s ease;
  transform: scale(1.06);
}

.indexModule .News_box .line {
  width: 1px;
  height: 2.25rem;
  margin-bottom: 1.5625rem;
  background-color: #176E65;
}

.indexModule .News_box .News_list {
  display: flex;
  justify-content: space-between;
}

.indexModule .News_box .News_list .left {
  width: 35.1875rem;
}

.indexModule .News_box .News_list .left .img_box {
  width: 35.1875rem;
  height: 19.6875rem;
  overflow: hidden;
  margin-bottom: 2.0625rem;
  position: relative;
}

.indexModule .News_box .News_list .left .img_box .image {
  width: 100%;
  height: 19.6875rem;
  object-fit: contain;
  transition: all 0.3s ease;
}

.indexModule .News_box .News_list .left .img_box .show {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  transition: background-color 0.6s ease;
}

.indexModule .News_box .News_list .left .img_box:hover .image {
  transition: all 0.6s ease;
  transform: scale(1.06);
}

.indexModule .News_box .News_list .left .img_box:hover .show {
  background-color: rgba(0, 0, 0, 0.15);
}

.indexModule .News_box .News_list .left .title {
  font-size: 1.0625rem;
  color: #176E65;
  margin-bottom: 0.625rem;
}

.indexModule .News_box .News_list .left .textarea {
  color: #909399;
  line-height: 140%;
  font-size: 0.9375rem;
}

.indexModule .News_box .News_list .right {
  width: 40.625rem;
  height: 50px;
}

.indexModule .News_box .News_list .right .item {
  width: 100%;
  padding: 2rem 0;
  margin-top: 4px;
  border-bottom: 1px solid #EBEBEB;
}

.indexModule .News_box .News_list .right .item .title_time {
  display: flex;
  margin-bottom: 1.2rem;
  justify-content: space-between;
  align-items: center;
}

.indexModule .News_box .News_list .right .item .title_time .title {
  width: 80%;
  color: #303133;
  font-size: 1.0625rem;
}

.indexModule .News_box .News_list .right .item .title_time .title .read {
  color: #176E65;
}

.indexModule .News_box .News_list .right .item .title_time .time {
  text-align: right;
  width: 20%;
  color: #909399;
  font-size: 1.0625rem;
}

.indexModule .News_box .News_list .right .item .textarea {
  font-size: 0.9375rem;
  color: #909399;
  padding-left: 1.0625rem;
}

.indexModule .News_box .News_list .right .item:hover .textarea {
  color: #176E65;
}

.indexModule .News_box .News_list .right .item:first-child {
  padding-top: 0;
}

.indexModule .News_box .News_list .right .item:last-child {
  border-bottom: none;
}

.aboutModule .banner {
  width: 100%;
}

.aboutModule .banner img {
  width: 100%;
}

.aboutModule .Number_box {
  width: 68.75rem;
  margin: 0 auto;
  height: 10rem;
  margin-top: -5rem;
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #fff;
  border-radius: 0.75rem;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
}

.aboutModule .Number_box .item {
  width: 30%;
  text-align: center;
}

.aboutModule .Number_box .item .number {
  font-weight: 700;
  font-size: 3.125rem;
  margin-bottom: 1.25rem;
  color: #176e65;
}

.aboutModule .Number_box .item .danwei {
  font-size: 1rem;
  margin-left: 0.625rem;
}

.aboutModule .Number_box .item .text {
  color: #606266;
  font-size: 1.25rem;
}

.aboutModule .content {
  width: 80rem;
  margin: 0 auto;
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.aboutModule .content .title {
  text-align: center;
  font-size: 3.125rem;
  color: #176e65;
}

.aboutModule .content .china {
  margin-top: 1.875rem;
  font-size: 2.2rem;
  text-align: center;
}

.aboutModule .content .textarea {
  margin-top: 3.125rem;
}

.aboutModule .content .textarea p {
  margin-top: 0.625rem;
  color: #030303;
  line-height: 180%;
  text-indent: 1.25rem;
  font-size: 1rem;
  letter-spacing: 0.125rem;
}

.productModule .banner {
  width: 100%;
}

.productModule .banner img {
  width: 100%;
}

.productModule .Product {
  padding-top: 4rem;
}

.productModule .Product .top {
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.productModule .Product .top .left {
  width: 21.375rem;
  height: 5rem;
  background-repeat: no-repeat;
  font-size: 2.375rem;
  color: #303133;
  font-weight: 500;
  line-height: 7rem;
  background-image: url(../img/index2.png);
}

.productModule .Product .top .button {
  width: 9rem;
  cursor: pointer;
  height: 2.75rem;
}

.productModule .Product .top .button:hover {
  transition: all 0.6s ease;
  transform: scale(1.06);
}

.productModule .Product .line {
  width: 1px;
  height: 2.25rem;
  margin-bottom: 1.5625rem;
  background-color: #176E65;
}

.productModule .Product .Product_box {
  width: 100%;
  padding-bottom: 6.25rem;
  /* grad布局 display: grid; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.25rem;
}

.productModule .Product .Product_box .item {
  width: 18.625rem;
  height: auto;
}

.productModule .Product .Product_box .item .img_box {
  width: 18.625rem;
  height: 23.125rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
}

.productModule .Product .Product_box .item .img_box .show {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  transition: background-color 0.6s ease;
}

.productModule .Product .Product_box .item img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.productModule .Product .Product_box .item .name {
  text-align: center;
  font-size: 1.125rem;
  color: #303133;
}

.productModule .Product .Product_box .item:hover img {
  transition: all 0.6s ease;
  transform: scale(1.06);
}

.productModule .Product .Product_box .item:hover .show {
  background-color: rgba(0, 0, 0, 0.15);
}

.caseModule .banner {
  width: 100%;
}

.caseModule .banner img {
  width: 100%;
}

.caseModule .Case_box {
  padding: 4rem 70px;
}

.caseModule .Case_box .top {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.caseModule .Case_box .top .left {
  width: 11.75rem;
  height: 5rem;
  background-repeat: no-repeat;
  font-size: 2.375rem;
  color: #303133;
  font-weight: 500;
  background-size: contain;
  line-height: 7rem;
  background-image: url(../img/CASE.png);
}

.caseModule .Case_box .top .button {
  width: 9rem;
  cursor: pointer;
  height: 2.75rem;
}

.caseModule .Case_box .top .button:hover {
  transition: all 0.6s ease;
  transform: scale(1.06);
}

.caseModule .Case_box .line {
  width: 1px;
  height: 2.25rem;
  margin-bottom: 1.5625rem;
  background-color: #176E65;
}

.caseModule .Case_box .item_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.25rem;
  margin-top: 3rem;
}

.caseModule .Case_box .item_box .item {
  width: 25rem;
}

.caseModule .Case_box .item_box .item .img_box {
  margin-bottom: 1.25rem;
  width: 25rem;
  height: 17.5rem;
  overflow: hidden;
}

.caseModule .Case_box .item_box .item .img_box img {
  width: 25rem;
  height: 17.5rem;
  transition: all 0.3s ease;
}

.caseModule .Case_box .item_box .item .img_box .show {
  width: 25rem;
  height: 17.5rem;
  z-index: 1;
  position: absolute;
  transition: background-color 0.5s ease;
}

.caseModule .Case_box .item_box .item .img_box:hover img {
  transition: all 0.6s ease;
  transform: scale(1.06);
}

.caseModule .Case_box .item_box .item .img_box:hover .show {
  background-color: rgba(0, 0, 0, 0.15);
}

.caseModule .Case_box .item_box .item .name {
  text-align: center;
}

.newsModule .banner {
  width: 100%;
}

.newsModule .banner img {
  width: 100%;
}

.newsModule .News_box {
  width: 100%;
  padding-bottom: 4rem;
  margin: 0 auto;
  padding-top: 4rem;
  background-color: #f5f6f8;
}

.newsModule .News_box .News_box_area {
  width: 80rem;
  margin: 0 auto;
}

.newsModule .News_box .top {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.newsModule .News_box .top .left {
  width: 11.75rem;
  height: 5rem;
  background-repeat: no-repeat;
  font-size: 2.375rem;
  color: #303133;
  font-weight: 500;
  background-size: contain;
  line-height: 7rem;
  background-image: url(../img/NEWS.png);
}

.newsModule .News_box .top .button {
  width: 9rem;
  cursor: pointer;
  height: 2.75rem;
}

.newsModule .News_box .top .button:hover {
  transition: all 0.6s ease;
  transform: scale(1.06);
}

.newsModule .News_box .News_content {
  padding-top: 1.875rem;
}

.newsModule .News_box .News_content .item_box {
  width: 80rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

.newsModule .News_box .News_content .item_box .item {
  height: 25rem;
  border-radius: 0.75rem;
  background-color: #fff;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.newsModule .News_box .News_content .item_box .item .text_box {
  width: 100%;
  height: 100%;
  padding: 3.125rem 1.5625rem 2.375rem 2.1875rem;
}

.newsModule .News_box .News_content .item_box .item .item_time {
  color: #909399;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.newsModule .News_box .News_content .item_box .item .item_title {
  font-size: 1.625rem;
  text-align: left;
  margin-bottom: 1.125rem;
  line-height: 140%;
  color: #303133;
  height: 4.5rem;
}

.newsModule .News_box .News_content .item_box .item .item_title1 {
  font-size: 0.875rem;
  text-align: left;
  color: #909399;
  line-height: 180%;
  height: 4.6875rem;
}

.newsModule .News_box .News_content .item_box .item .icon {
  width: 3.125rem;
  height: 3.125rem;
  margin-top: 4.5625rem;
}

.newsModule .News_box .News_content .item_box .item .icon_active {
  width: 3.125rem;
  height: 3.125rem;
  margin-top: 4.5625rem;
  display: none;
}

.newsModule .News_box .News_content .item_box .item:hover {
  background-color: #176E65;
  color: #fff;
}

.newsModule .News_box .News_content .item_box .item:hover .item_time {
  color: #fff;
}

.newsModule .News_box .News_content .item_box .item:hover .item_title {
  color: #fff;
}

.newsModule .News_box .News_content .item_box .item:hover .item_title1 {
  color: #fff;
}

.newsModule .News_box .News_content .item_box .item:hover .icon {
  display: none;
}

.newsModule .News_box .News_content .item_box .item:hover .icon_active {
  display: block;
}

.newsModule .News_box .News_content .item_box .item:first-child {
  grid-column: span 2;
}

.newsModule .News_box .News_content .item_box .item1 {
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-size: 1.625rem;
  position: relative;
}

.newsModule .News_box .News_content .item_box .item1 .data {
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-top: 15rem;
  margin-bottom: 0.6rem;
}

.newsModule .News_box .News_content .item_box .item1 .text_box {
  width: 100%;
  height: 100%;
  padding: 1.5625rem;
  position: absolute;
  z-index: 1;
}

.newsModule .News_box .News_content .item_box .item1 .text_box .item1_icon {
  width: 3.125rem;
  height: 3.125rem;
  margin-top: 1.25rem;
}

.newsModule .News_box .News_content .item_box .item1 .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}

.newsModule .News_box .News_content .item_box .item1 .img_box .img {
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  border-radius: 0.75rem;
  object-fit: cover;
}

.newsModule .News_box .News_content .item_box .item1:hover .img_box .img {
  transform: scale(1.05);
}

.contactModule .banner {
  width: 100%;
}

.contactModule .banner img {
  width: 100%;
}

.contactModule .map_box .map_info_box {
  position: absolute;
  top: 28%;
  right: 10%;
  width: 43.75rem;
  z-index: 1001;
}

.contactModule .map_box .map_info_content_box {
  width: 100%;
  height: 26rem;
  border-radius: 0.375rem;
  background-color: #ffffff;
  margin-top: 0.875rem;
}

.contactModule .map_box .map_info_content_item_box {
  display: flex;
}

.contactModule .map_box .map_info_content_item {
  display: flex;
  margin-bottom: 2.875rem;
  margin-left: 8%;
}

.contactModule .map_box .map_info_content_item_img {
  width: 3rem;
  height: 3rem;
  border: 1px solid #e4e7ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}

.contactModule .map_box .map_info_content_item_info_desc {
  max-width: 18.75rem;
  min-width: 8.125rem;
  line-height: 140%;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  color: #303133;
  font-size: 16px;
}

.contactModule .map_box .map_info_content_item_img {
  width: 48px;
  height: 48px;
  border: 1px solid #e4e7ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.contactModule .map_box .map_info_content_title {
  color: #303133;
  font-size: 1.375rem;
  padding-top: 3.75rem;
  padding-left: 8%;
  font-weight: 600;
  margin-bottom: 2.125rem;
}

.contactModule .map_box .map_info_content_item_info_title {
  font-size: 0.875rem;
  margin-bottom: 0.4rem;
  color: #606266;
}

.contactModule .map_box .map_info_content_item_info_desc {
  max-width: 18.75rem;
  min-width: 8.125rem;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
  color: #303133;
  font-size: 16px;
}

.contactModule .map_box .about-desc-more {
  color: #fff;
  background-color: #006C6B;
  width: 180px;
  height: 46px;
  border-radius: 0.5rem;
  margin-left: 8%;
}

.contactModule .map_box .about-desc-more a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
}

.show_newsModule .banner {
  width: 100%;
}

.show_newsModule .banner img {
  width: 100%;
}

.show_newsModule .details .container {
  width: 87.5rem;
  margin: 0 auto;
}

.show_newsModule .details .view-top h1 {
  font-size: 2.2rem;
  text-align: center;
  padding-top: 6.25rem;
  margin-bottom: 1.875rem;
}

.show_newsModule .view-info {
  display: flex;
  justify-content: center;
}

.show_newsModule .view-info em {
  display: flex;
  margin: 0 1rem;
  color: #909399;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.3px;
  align-items: center;
}

.show_newsModule .view-info em img {
  margin-right: 10px;
}

.show_newsModule .view-desc {
  margin-top: 2rem;
  padding: 1rem 0 5rem 0;
}
.show_newsModule .view-desc img{
    width: 100%;
    height: auto;
}

.show_newsModule .view-desc,
.show_newsModule .view-desc p {
  color: #303133;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.3px;
}

.show_productModule .banner {
  width: 100%;
}

.show_productModule .banner img {
  width: 100%;
}

.show_productModule .details .container {
  width: 87.5rem;
  margin: 0 auto;
}

.show_productModule .details .view-top h1 {
  font-size: 2.2rem;
  text-align: center;
  padding-top: 6.25rem;
  margin-bottom: 1.875rem;
}

.show_productModule .view-info {
  display: flex;
  justify-content: center;
}

.show_productModule .view-info em {
  display: flex;
  margin: 0 1rem;
  color: #909399;
  font-size: 15px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.3px;
  align-items: center;
}

.show_productModule .view-info em img {
  margin-right: 10px;
}

.show_productModule .view-desc {
  margin-top: 2rem;
  padding: 1rem 0 5rem 0;
}

.show_productModule .view-desc,
.show_productModule .view-desc p {
  color: #303133;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.3px;
}