.indexModule .jmh_Content {
  width: 100%;
  height: 56.375rem;
  background-image: url(/static/img/index3.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.indexModule .jmh_Content .jmh_Content_area {
  width: 80rem;
  height: 100%;
  margin: 0 auto;
}
.indexModule .jmh_Content .jmh_Content_area .banner {
  padding-top: 3.125rem;
}
.indexModule .jmh_Content .jmh_Content_area .banner .title_box {
  width: 14.875rem;
  height: 7.375rem;
  background-image: url(/static/img/index4.png);
  background-size: cover;
  font-size: 2.375rem;
  font-weight: 500;
  padding-top: 3.25rem;
  margin-bottom: 2.25rem;
}
.indexModule .jmh_Content .jmh_Content_area .banner .title_box .name {
  color: #293C69;
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper {
  position: relative;
  width: 100%;
  height: 34.625rem;
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .jmh_Swiper_mySwiper {
  width: 100%;
  height: 100%;
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .jmh_Swiper_mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  overflow: hidden;
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .jmh_Swiper_mySwiper .swiper-slide .imgBOX {
  width: 25.375rem;
  height: 31.75rem;
  overflow: hidden;
  margin-bottom: 1.625rem;
  position: relative;
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .jmh_Swiper_mySwiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
  /* 平滑的放大效果 */
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .jmh_Swiper_mySwiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .swiper-button-next {
  left: -9% !important;
  width: 2.625rem;
  height: 2.625rem;
  background-image: url(/static/img/index5.png);
  background-size: cover;
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .swiper-button-prev {
  right: -9% !important;
  width: 2.625rem;
  height: 2.625rem;
  transform: rotate(180deg);
  background-image: url(/static/img/index5.png);
  background-size: cover;
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more {
  width: 9.8125rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 0.875rem;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 3rem;
  color: #606266;
  border: 0.0625rem solid #C7CCD3;
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more .more_text {
  color: #606266;
  margin-right: 0.6875rem;
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more .icon1 {
  display: none;
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more img {
  width: 1.125rem;
  height: 14px;
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more:hover {
  background-color: #E60012;
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more:hover .more_text {
  color: #FFFFFF;
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more:hover .icon1 {
  display: block;
}
.indexModule .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more:hover .icon2 {
  display: none;
}
.indexModule .gc_case_Content {
  width: 100%;
  height: 30rem;
  position: relative;
  background-image: url(/static/img/index9.jpg);
}
.indexModule .gc_case_Content .banner {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  margin-left: -40rem;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.02);
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .img_box {
  width: 47rem;
  height: 30rem;
  overflow: hidden;
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .left_img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .img_box:hover .left_img {
  transform: scale(1.1);
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .right_text {
  width: calc(100% - 47rem);
  height: 100%;
  padding-left: 2.5625rem;
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .right_text .title_box {
  width: 11.5625rem;
  height: 7.375rem;
  background-image: url(/static/img/index11.png);
  background-size: cover;
  font-size: 2.375rem;
  font-weight: 500;
  padding-top: 3.25rem;
  margin-bottom: 0.8125rem;
  margin-top: 3.125rem;
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .right_text .title_box .name {
  color: #293C69;
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .right_text .text_area_box {
  width: 27.9375rem;
  height: 4.675rem;
  line-height: 160%;
  margin: 0.875rem 0 4.1875rem 0;
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .right_text .more {
  width: 9.8125rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 0.875rem;
  margin: 0 auto;
  margin-top: 3rem;
  border: 0.0625rem solid #C7CCD3;
  margin-left: 0rem;
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .right_text .more .more_text {
  margin-right: 0.6875rem;
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .right_text .more img {
  width: 1.125rem;
  height: 0.875rem;
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .right_text .more .icon1 {
  display: none;
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .right_text .more:hover {
  background-color: #E60012;
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .right_text .more:hover .more_text {
  color: #FFFFFF;
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .right_text .more:hover .icon1 {
  display: block;
}
.indexModule .gc_case_Content .banner .gc_case_Content_swiper .right_text .more:hover .icon2 {
  display: none;
}
.indexModule .gc_case_Content .banner .swiper-button-next {
  left: -9% !important;
  width: 2.625rem;
  height: 42px;
  background-image: url(/static/img/index5.png);
  background-size: cover;
}
.indexModule .gc_case_Content .banner .swiper-button-prev {
  right: -9% !important;
  width: 2.625rem;
  height: 2.625rem;
  transform: rotate(180deg);
  background-image: url(/static/img/index5.png);
  background-size: cover;
}
.indexModule .gc_case_Content .banner .swiper-button-next,
.indexModule .gc_case_Content .banner .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.6);
  width: 3.125rem;
  height: 3.125rem;
  flex-shrink: 0;
  border-radius: 100px;
  color: #fff;
}
.indexModule .new_Content {
  width: 100%;
  height: 53.25rem;
  overflow: hidden;
  background-image: url('/static/img/index13.jpg');
}
.indexModule .new_Content .title_box {
  width: 14.875rem;
  height: 7.375rem;
  background-image: url(/static/img/index14.png);
  background-size: cover;
  font-size: 2.375rem;
  font-weight: 500;
  padding-top: 4.25rem;
  margin-bottom: 2.25rem;
  margin-top: 9.375rem;
}
.indexModule .new_Content .title_box .name {
  color: #293C69;
}
.indexModule .new_Content .new_Swiper {
  position: relative;
  width: 100%;
}
.indexModule .new_Content .new_Swiper .new_Swiper_mySwiper {
  width: 100%;
}
.indexModule .new_Content .new_Swiper .new_Swiper_mySwiper .swiper-slide {
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  cursor: pointer;
}
.indexModule .new_Content .new_Swiper .new_Swiper_mySwiper .swiper-slide .img_box {
  width: 25.375rem;
  height: 16rem;
  overflow: hidden;
  margin-bottom: 1.625rem;
  transition: transform 0.5s ease;
}
.indexModule .new_Content .new_Swiper .new_Swiper_mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.indexModule .new_Content .new_Swiper .new_Swiper_mySwiper .swiper-slide:hover .fz-hide1 {
  color: #293C69;
}
.indexModule .new_Content .new_Swiper .new_Swiper_mySwiper .swiper-slide:hover .img_box img {
  width: 100%;
  height: auto;
  transform: scale(1.1);
  color: #293C69;
}
.indexModule .new_Content .new_Swiper .new_Swiper_mySwiper .text_area_box {
  font-size: 0.9375rem;
  color: #606266;
  margin: 0.875rem 0 1.25rem 0;
  line-height: 160%;
}
.indexModule .new_Content .new_Swiper .swiper-button-next {
  left: -9% !important;
  width: 2.625rem;
  height: 2.625rem;
  background-image: url(/static/img/index5.png);
  background-size: cover;
}
.indexModule .new_Content .new_Swiper .swiper-button-prev {
  right: -9% !important;
  width: 2.625rem;
  height: 2.625rem;
  transform: rotate(180deg);
  background-image: url(/static/img/index5.png);
  background-size: cover;
}
.indexModule .new_Content .new_Swiper .more {
  width: 157px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 0.875rem;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 3rem;
  border: 0.0625rem solid #C7CCD3;
}
.indexModule .new_Content .new_Swiper .more .more_text {
  margin-right: 0.6875rem;
}
.indexModule .new_Content .new_Swiper .more img {
  width: 1.125rem;
  height: 14px;
}
.indexModule .new_Content .new_Swiper .more .icon1 {
  display: none;
}
.indexModule .new_Content .new_Swiper .more:hover {
  background-color: #E60012;
}
.indexModule .new_Content .new_Swiper .more:hover .more_text {
  color: #FFFFFF;
}
.indexModule .new_Content .new_Swiper .more:hover .icon1 {
  display: block;
}
.indexModule .new_Content .new_Swiper .more:hover .icon2 {
  display: none;
}
.pageAboutModule .page_about {
  width: 100%;
  margin-top: 5.625rem;
}
.pageAboutModule .page_about .Introduction {
  margin-top: 3rem;
  padding-bottom: 2rem;
}
.pageAboutModule .page_about .Introduction .name {
  color: #293C69;
  text-align: center;
  font-family: Poppins;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.75rem;
  /* 125% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding-bottom: 0.625rem;
}
.pageAboutModule .page_about .Introduction .honer_fz {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.75rem;
}
.pageAboutModule .page_about .Introduction .honer_fz .names {
  margin: 0 2.375rem;
  font-size: 2.3rem;
}
.pageAboutModule .page_about .Introduction .honer_fz .honer_icon {
  width: 4.4375rem;
  height: 1.0625rem;
  flex-shrink: 0;
}
.pageAboutModule .page_about .Introduction .honer_fz .transforms {
  transform: rotate(180deg);
}
.pageAboutModule .page_about .Introduction .Introduction_content .banner {
  width: 80rem;
  margin: 0 auto;
}
.pageAboutModule .page_about .Introduction .Introduction_content p {
  color: #030303;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  line-height: 2rem;
  text-indent: 2rem;
}
.pageAboutModule .page_about .Introduction .Introduction_content img {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
.pageAboutModule .page_about .Qualifications {
  width: 100%;
  background-color: #f5f6f7;
  padding: 3.125rem 0;
}
.pageAboutModule .page_about .Qualifications .Qualifications_content .banner {
  width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.pageAboutModule .page_about .Qualifications .Qualifications_content .banner .item {
  width: 24%;
  position: relative;
  text-align: center;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 1.5rem 1rem 1rem 1rem;
}
.pageAboutModule .page_about .Qualifications .Qualifications_content .banner .item .img_box {
  width: 15.875rem;
  height: 22.3125rem;
  display: flex;
  align-items: center;
}
.pageAboutModule .page_about .Qualifications .Qualifications_content .banner .item .title {
  font-size: 1.0625rem;
  color: #030303;
  padding: 2rem 0 1rem 0;
}
.pageAboutModule .page_about .Qualifications .Qualifications_content .banner .item .footer_box {
  width: 100%;
  height: 3.4375rem;
  flex-shrink: 0;
  position: absolute;
  bottom: -1.4rem;
  z-index: -1;
  background-image: url('../img/honer_footerbg.png');
  background-size: cover;
}
.pageAboutModule .page_about .Qualifications .Qualifications_content .banner .item img {
  display: block;
  width: 15.875rem;
  height: auto;
  object-fit: cover;
  transition: all ease-in-out 0.8s;
}
.pageAboutModule .page_about .Qualifications .Qualifications_content .banner .item:hover {
  /* 杈规闃村奖 */
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  /* 杈规闃村奖 */
}
.pageAboutModule .page_about .Qualifications .Qualifications_content .banner .item img:hover {
  transform: scale(1.05);
}
.listCaseModule .Introduction {
  padding-bottom: 2rem;
}
.listCaseModule .Introduction .name {
  color: #293C69;
  text-align: center;
  font-family: Poppins;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.75rem;
  /* 125% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding-bottom: 0.625rem;
}
.listCaseModule .Introduction .honer_fz {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.75rem;
}
.listCaseModule .Introduction .honer_fz .names {
  margin: 0 2.375rem;
  font-size: 2.3rem;
}
.listCaseModule .Introduction .honer_fz .honer_icon {
  width: 4.4375rem;
  height: 1.0625rem;
  flex-shrink: 0;
}
.listCaseModule .Introduction .honer_fz .transforms {
  transform: rotate(180deg);
}
.listCaseModule .Introduction .Introduction_content .banner {
  width: 80rem;
  margin: 0 auto;
}
.listCaseModule .Introduction .Introduction_content p {
  color: #030303;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  line-height: 2rem;
  text-indent: 2rem;
}
.listCaseModule .Introduction .Introduction_content img {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
.listCaseModule .Qualifications {
  width: 100%;
  background-color: #f5f6f7;
  padding: 3.125rem 0;
}
.listCaseModule .Qualifications .Qualifications_content .banner {
  width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.listCaseModule .Qualifications .Qualifications_content .banner .item {
  width: 25.375rem;
  position: relative;
  text-align: center;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 1%;
  margin-bottom: 1%;
}
.listCaseModule .Qualifications .Qualifications_content .banner .item .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  transition: all ease-in-out 0.5s;
}
.listCaseModule .Qualifications .Qualifications_content .banner .item .img_box .show {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  left: 0;
  top: 0;
}
.listCaseModule .Qualifications .Qualifications_content .banner .item img {
  display: block;
  width: auto;
  height: 19rem;
  overflow: hidden;
  object-fit: cover;
  transition: all ease-in-out 0.5s;
}
.listCaseModule .Qualifications .Qualifications_content .banner .item .case_name {
  padding: 1.25rem;
}
.listCaseModule .Qualifications .Qualifications_content .banner .item:hover .img_box .show {
  opacity: 1;
}
.listCaseModule .Qualifications .Qualifications_content .banner .item:hover .img_box img {
  transform: scale(1.1);
}
.pageNetworkModule .Introduction {
  padding-bottom: 2rem;
  margin-top: 3rem;
}
.pageNetworkModule .address{
        width: 80rem;
    margin: 0 auto;
    font-size: 18px;
    line-height: 150%;
    padding: 20px;
}
.pageNetworkModule .Introduction .Network_content {
  width: 80rem;
  margin: 0 auto;
}
.pageNetworkModule .Introduction .Network_content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.listNewsModule .news_content {
  width: 100%;
  background-color: #f5f6f7;
  padding-bottom: 2.5rem;
}
.listNewsModule .news_content .news_content_banner {
  width: 80rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 3.125rem;
}
.listNewsModule .news_content .news_content_banner .item {
  width: 100%;
  background-color: #fff;
  margin-bottom: 2rem;
  padding: 1.8rem;
  display: flex;
}
.listNewsModule .news_content .news_content_banner .item .image {
  width: 258px;
  height: auto;
  margin-right: 1.25rem;
}
.listNewsModule .news_content .news_content_banner .item .detaile {
  width: 48rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.listNewsModule .news_content .news_content_banner .item .detaile .title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #030303;
}
.listNewsModule .news_content .news_content_banner .item .detaile .textarea {
  font-size: 1rem;
  color: #909399;
  line-height: 1.4rem;
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}
.listNewsModule .news_content .news_content_banner .item .detaile .number {
  display: flex;
  align-items: center;
}
.listNewsModule .news_content .news_content_banner .item .detaile .number .eye {
  margin-left: 2.5rem;
}
.listNewsModule .news_content .news_content_banner .item .detaile .number .data {
  display: flex;
  align-items: center;
  color: #999;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.56px;
}
.listNewsModule .news_content .news_content_banner .item .detaile .number .data .data_icon {
  width: 1.2em;
  height: 1.2rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.listNewsModule .news_content .news_content_banner .item .button_box {
  width: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
}
.listNewsModule .news_content .news_content_banner .item .button_box p {
  border: 1px solid #EBEEF5;
  padding: 1rem 2.125rem;
}
.listNewsModule .news_content .news_content_banner .item:hover {
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}
.listNewsModule .news_content .news_content_banner .item:hover .detaile .title {
  color: #293C69;
}
.listNewsModule .news_content .news_content_banner .item:hover .button_box p {
  background-color: #E60012;
  color: #fff;
}

.pageContactModule .text-modelu {
  padding: 50px 0;
  background-color: #f5f6f7;
}
.pageContactModule .text-modelu-banner {
  width: 80rem;
  margin: auto;
  align-items: center;
  display: flex;
  color: #030303;
  background-color: #fff;
}
.pageContactModule .text-modelu .content {
  margin-left: 3.125rem;
  color: #030303;
}
.pageContactModule .text-modelu .content .name {
  padding-top: 50px;
  font-size: 42px;
}
.pageContactModule .text-modelu .content .phonenumber {
  padding-bottom: 40px;
  padding-right: 300px;
  display: flex;
  align-items: center;
  padding-top: 30px;
  border-bottom: 1px solid lightgray;
}
.pageContactModule .text-modelu .content .phonenumber .smiletitle {
  font-size: 24px;
  margin-bottom: 0.3125rem;
}
.pageContactModule .text-modelu .content .phonenumber .number {
  font-size: 36px;
  white-space: nowrap;
}
.pageContactModule .text-modelu .content .phonenumber .iconone {
  width: 65px;
  height: 65px;
  margin-right: 20px;
}
.pageContactModule .text-modelu .content .details {
  font-size: 18px;
  padding-top: 40px;
}
.pageContactModule .text-modelu .content .details .item {
  display: flex;
  align-items: center;
}
.pageContactModule .text-modelu .content .details p {
  margin: 10px 0;
}
.pageContactModule .text-modelu .content .details img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.showNewsModule .content {
  width: 80rem;
  margin: 0 auto;
  padding-top: 4rem;
}
.showNewsModule .content .title {
  font-size: 2.45rem;
  text-align: center;
  margin-bottom: 30px;
}
.showNewsModule .content .time_view {
  color: gray;
  text-align: center;
  margin-bottom: 2.5rem;
}
.showNewsModule .content .time_view span {
  margin: 0 0.625rem;
}
.showNewsModule .content .textarrea {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding-bottom: 2.5rem;
}
.showNewsModule .content .textarrea p {
  line-height: 1.5rem;
}
.showNewsModule .content .textarrea img {
  width: auto;
  height: auto;
  margin-top: 0.625rem;
}
.listProductModule {
  background-color: #f5f6f7;
}
.listProductModule .listProductContent {
  display: flex;
  /* -------- */
}
.listProductModule .listProductContent .marl10 {
  margin-left: 0.625rem;
}
.listProductModule .listProductContent .left_box {
  width: 23.75rem;
  background-color: #fff;
}
.listProductModule .listProductContent .right_box {
  width: calc(100% - 23.75rem);
  margin-top: 3.125rem;
}
.listProductModule .listProductContent .right_box .content {
  width: 81%;
  margin: 0 auto;
}
.listProductModule .listProductContent .right_box .content .Qualifications_content .banner {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.listProductModule .listProductContent .right_box .content .Qualifications_content .banner .item {
  width: 33.3333%;
  height:   25rem;
  position: relative;
  text-align: center;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2%;
}
.listProductModule .listProductContent .right_box .content .Qualifications_content .banner .item .img_box {
  width: 95%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.listProductModule .listProductContent .right_box .content .Qualifications_content .banner .item .case_name {
  width: 100%;
  font-size: 1.0625rem;
  color: #030303;
  text-align: left;
  padding: 1rem 0 1rem 0.8rem;
}
.listProductModule .listProductContent .right_box .content .Qualifications_content .banner .item .footer_box {
  width: 100%;
  height: 3.4375rem;
  flex-shrink: 0;
  position: absolute;
  bottom: -1.4rem;
  z-index: -1;
  background-image: url('../img/honer_footerbg.png');
  background-size: cover;
}
.listProductModule .listProductContent .right_box .content .Qualifications_content .banner .item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all ease-in-out 0.5s;
}
.listProductModule .listProductContent .right_box .content .Qualifications_content .banner .item img:hover {
  transform: scale(1.08);
}
.listProductModule .listProductContent .bill_menu_title_box1 .line {
  width: 82%;
  height: 0.0625rem;
  background-color: #e5e5e5;
  margin: 0 auto;
  margin-left: 2rem;
}
.listProductModule .listProductContent .bill_menu_title_heng_box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 18.75rem;
  margin: 0 auto;
  height: 3.125rem;
  cursor: pointer;
  user-select: none;
}
.listProductModule .listProductContent .bill_menu_title_box .line {
  width: 82%;
  height: 0.0625rem;
  background-color: #e5e5e5;
  margin: 0 auto;
  margin-left: 2rem;
}
.listProductModule .listProductContent .bill_menu_title_heng_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 18.75rem;
  margin: 0 auto;
  height: 3.125rem;
  cursor: pointer;
  user-select: none;
}
.listProductModule .listProductContent .bill_menu_title_box .bill_menu_title_box_img2 {
  display: none;
}
.listProductModule .listProductContent .bill_menu_title_box_active .bill_menu_title_box_img1 {
  display: none;
}
.listProductModule .listProductContent .bill_menu_title_box_active .bill_menu_title_box_img2 {
  display: block;
}
.listProductModule .listProductContent .bill_menu_children_item_box {
  width: 18.75rem;
  height: 2.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.listProductModule .listProductContent .bill_menu_title_box_active .bill_menu_children_box {
  display: none;
}
.listProductModule .listProductContent .bill_menu_children_item_box .bill_menu_children_img2 {
  display: none;
}
.listProductModule .listProductContent .bill_menu_children_item_box_active .bill_menu_children_img2 {
  display: block;
}
.listProductModule .listProductContent .bill_menu_children_item_box_active .bill_menu_children_img1 {
  display: none;
}
.listProductModule .listProductContent .categorize_menu_title_heng_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 18.75rem;
  margin: 0 auto;
  height: 3.125rem;
  cursor: pointer;
  user-select: none;
}
.listProductModule .listProductContent .categorize_menu_title_box .line {
  width: 82%;
  height: 0.0625rem;
  background-color: #e5e5e5;
  margin: 0 auto;
  margin-left: 2rem;
}
.listProductModule .listProductContent .categorize_menu_title_box .categorize_menu_title_box_img2 {
  display: none;
}
.listProductModule .listProductContent .categorize_menu_title_box_active .categorize_menu_title_box_img1 {
  display: none;
}
.listProductModule .listProductContent .categorize_menu_title_box_active .categorize_menu_title_box_img2 {
  display: block;
}
.listProductModule .listProductContent .categorize_menu_children_item_box {
  width: 18.75rem;
  height: 2.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.listProductModule .listProductContent .categorize_menu_title_box_active .categorize_menu_children_box {
  display: none;
}
.listProductModule .listProductContent .categorize_menu_children_item_box .categorize_menu_children_img2 {
  display: none;
}
.listProductModule .listProductContent .categorize_menu_children_item_box_active .categorize_menu_children_img2 {
  display: block;
}
.listProductModule .listProductContent .categorize_menu_children_item_box_active .categorize_menu_children_img1 {
  display: none;
}
/* 产品详情 */
.showNewsProduct{
  background-color: #f9f9f9;
}
.showNewsProduct .content {
  width: 80rem;
  margin: 0 auto;
  padding: 4rem 0;
  display: flex;
  flex-direction: row;
}
.showNewsProduct .content .left_box{
  width: 60%;
  height: 100%;
}
.showNewsProduct .content .left_box span{
  font-size: 16px;
  color: #666;
}
.showNewsProduct .content .right_box{
  width: 40%;
  height: 100%;
}
.showNewsProduct .content .right_box .title_gs{
  font-size: 1.125rem;
  
}
.showNewsProduct .content .left_box .top_box{
  display: flex;
  width: 90%;
  justify-content: space-between;
}
.showNewsProduct .content .left_box .bot_box{
  display: flex;
  width: 90%;
  justify-content: space-between;
  margin-top: 3.75rem;
}
.showNewsProduct .content .left_box .top_box .item{
  width: 50%;
  display: flex;
  align-self: center;

}
.showNewsProduct .content .left_box .bot_box .item{
  width: 50%;
  display: flex;
  align-self: center;
}
.showNewsProduct .content .left_box .top_box .item .name{
 margin-right: 2.5rem;
 color: #030303;
  font-size: 1.125rem;
}
.showNewsProduct .content .left_box .bot_box .item .name{
 color: #030303;
  font-size: 1.125rem;
 margin-right: 2.5rem;

}
.showNewsProduct .content .left_box .bot_box .item p{
    line-height: 150%;
}
.showNewsProduct .content .right_box .textarea {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding-bottom: 2.5rem;
  color: #666;
}
.showNewsProduct .content .right_box .textarea p {
  line-height: 1.5rem;
  color: #666;
}
.showNewsProduct .content .right_box .textarea img {
  width: auto;
  height: auto;
  margin-top: 0.625rem;
}

/* //元素图 */
.showNewsProduct .jmh_Content {
  width: 100%;
  height: 40rem;
  background-image: url(/static/img/index3.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.showNewsProduct .jmh_Content .jmh_Content_area {
  width: 80rem;
  height: 100%;
  margin: 0 auto;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner {
  padding-top: 3.125rem;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .title_box {
  width: 14.875rem;
  height: 6.375rem;
  background-image: url(/static/img/index4.png);
  background-size: cover;
  font-size: 2.375rem;
  font-weight: 500;
  padding-top: 3.25rem;
  margin-bottom: 2.25rem;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .title_box .name {
  color: #293C69;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper {
  position: relative;
  width: 100%;
  height: 34.625rem;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .jmh_Swiper_mySwiper {
  width: 100%;
  height: 100%;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .jmh_Swiper_mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  height: 24rem;
  flex-direction: column;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  overflow: hidden;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .jmh_Swiper_mySwiper .swiper-slide .imgBOX {
  width: 25.375rem;
  height: 31.75rem;
  overflow: hidden;
  margin-bottom: 1.625rem;
  position: relative;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .jmh_Swiper_mySwiper .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  /* 平滑的放大效果 */
}
/*.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .jmh_Swiper_mySwiper .swiper-slide:hover img {*/
/*  transform: scale(1.1);*/
/*}*/
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .swiper-button-next {
  left: -9% !important;
  width: 2.625rem;
  height: 2.625rem;
  background-image: url(/static/img/index5.png);
  background-size: cover;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .swiper-button-prev {
  right: -9% !important;
  width: 2.625rem;
  height: 2.625rem;
  transform: rotate(180deg);
  background-image: url(/static/img/index5.png);
  background-size: cover;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more {
  width: 9.8125rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 0.875rem;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 3rem;
  color: #606266;
  border: 0.0625rem solid #C7CCD3;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more .more_text {
  color: #606266;
  margin-right: 0.6875rem;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more .icon1 {
  display: none;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more img {
  width: 1.125rem;
  height: 14px;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more:hover {
  background-color: #E60012;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more:hover .more_text {
  color: #FFFFFF;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more:hover .icon1 {
  display: block;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .more:hover .icon2 {
  display: none;
}