@font-face {
  font-family: AlibabaPuHuiTi;
  src: url(/static/font/AlibabaPuHuiTi-2-55-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
  color: #303133;
  font-family: 'AlibabaPuHuiTi' !important;
}
ul li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
.fz-24 {
  font-size: 1.5rem;
}
.fz-14 {
  font-size: 0.875rem;
}
.fz-15 {
  font-size: 0.9375rem;
}
.fz-18 {
  font-size: 1.125rem;
}
.colo30 {
  color: #303133;
}
.colo29 {
  color: #293C69;
}
.colo60 {
  color: #606266;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.fz-hide1 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.fz-hide2 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.fz-hide3 {
  /* //溢出隐藏省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* //-webkit-line-clamp:1; 超出几行 */
}
.indexModule .jmh_Content {
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.indexModule .jmh_Content .jmh_Content_area {
  width: 92%;
  height: 100%;
  margin: 0 auto;
}
.indexModule .jmh_Content .jmh_Content_area .banner .title_box {
  width: 45%;
  background-size: cover;
  background-image: url(/static/ph_img/index4.png);
  font-weight: 500;
  padding-top: 1rem;
  margin-bottom: 20px;
}
.indexModule .jmh_Content .jmh_Content_area .banner .title_box .name {
  font-size: 26px;
  color: #293C69;
}
.indexModule .jmh_Content .jmh_Content_area .banner .product_list .item {
  margin-bottom: 30px;
}
.indexModule .jmh_Content .jmh_Content_area .banner .product_list .item a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 340px;
  overflow: hidden;
}
.indexModule .jmh_Content .jmh_Content_area .banner .product_list .item .product_listname {
  text-align: center;
  font-size: 16px;
  padding-top: 0.5125rem;
}
.indexModule .case {
  width: 100%;
  height: 13rem;
  background-image: url('/static/ph_img/index2.jpg');
}
.indexModule .case .case_area {
  width: 92%;
  margin: 0 auto;
}
.indexModule .case .case_area .title_box {
  width: 39%;
  height: 2.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/static/ph_img/index11.png);
  font-weight: 500;
  padding-top: 1rem;
}
.indexModule .case .case_area .title_box .name {
  font-size: 26px;
  color: #293C69;
}
.indexModule .case .case_area .case_Swiper {
  width: 100%;
  overflow: hidden;
  position: relative !important;
}
.indexModule .case .case_area .case_Swiper .swiper-wrapper {
  width: 100%;
}
.indexModule .case .case_area .case_Swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.indexModule .case .case_area .case_Swiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}
.indexModule .case .case_area .case_Swiper .swiper-wrapper .swiper-slide .textarea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 17%;
}
.indexModule .case .case_area .case_Swiper .swiper-wrapper .swiper-slide .textarea .textarea_one {
  color: #303133;
  text-align: right;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin-bottom: 1.375rem;
}
.indexModule .case .case_area .case_Swiper .swiper-wrapper .swiper-slide .textarea .textarea_two {
  color: #303133;
  text-align: right;
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.31px;
}
.indexModule .case .case_area .case_Swiper .swiper-wrapper .swiper-slide .textarea .mar_60 {
  margin-top: 4.125rem;
}
.indexModule .case .case_area .case_Swiper .swiper-wrapper .swiper-slide .textarea .textarea_tree {
  color: #303133;
  text-align: right;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}
.indexModule .case .case_area .case_Swiper .swiper-wrapper .swiper-slide .mask {
  background-color: #fff;
  padding-bottom: 1rem;
}
.indexModule .case .case_area .case_Swiper .swiper-wrapper .swiper-slide .mask .mask_box {
  width: 92%;
  margin: 0 auto;
}
.indexModule .case .case_area .case_Swiper .swiper-wrapper .swiper-slide .mask .title {
  font-size: 16px;
  padding: 0.35rem 0;
}
.indexModule .case .case_area .case_Swiper .swiper-wrapper .swiper-slide .mask .title_area {
  font-size: 14px;
  line-height: 150%;
  height: 40px;
  margin-bottom: 0.1rem;
  color: #606266;
}
.indexModule .case .case_area .case_Swiper #rotation_swiper {
  bottom: 0.5rem !important;
}
.indexModule .case .case_area .case_Swiper #rotation_swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid gray;
  background: none;
}
.indexModule .case .case_area .case_Swiper #rotation_swiper .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: red;
  background-color: none;
  border: 0px solid #fff;
}
.indexModule .case .case_area .case_Swiper #rotation_swiper .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: red;
}
.indexModule .news_box {
  padding-bottom: 10px;
}
.indexModule .news_box .news_box_area {
  width: 92%;
  margin: 0 auto;
}
.indexModule .news_box .title_box {
  width: 39%;
  background-size: contain;
  background-image: url(/static/ph_img/index5.png);
  font-weight: 500;
  padding-top: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.indexModule .news_box .title_box .name {
  font-size: 26px;
  color: #293C69;
}
.indexModule .news_box .news_box_content .item {
  padding: 14px 0;
  border-bottom: 1px solid #E4E7ED;
}
.indexModule .news_box .news_box_content .item img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.indexModule .news_box .news_box_content .item .title {
  font-size: 14px;
}
.indexModule .news_box .news_box_content .item .time {
  font-size: 13px;
  color: #909399;
  margin: 0.225rem 0;
}
.indexModule .news_box .news_box_content .item .title_area {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 0.1rem;
  color: #909399;
}
.indexModule .news_box .news_box_content .item:last-child {
  border-bottom: none;
}
.Ph_About .Introduction {
  width: 100%;
  padding-bottom: 20px;
  background-color: #fff;
}
.Ph_About .Introduction .name {
  color: #172681;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  margin-top: 1rem;
  margin-bottom: 10px;
  font-weight: 500;
  /* 125% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.Ph_About .Introduction .honer_fz {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.Ph_About .Introduction .honer_fz .names {
  margin: 0 20px;
  font-size: 20px;
}
.Ph_About .Introduction .honer_fz .honer_icon {
  width: 40px;
  height: auto;
  flex-shrink: 0;
}
.Ph_About .Introduction .honer_fz .transforms {
  transform: rotate(180deg);
}
.Ph_About .Introduction .Introduction_content .banner {
  width: 92%;
  margin: 0 auto;
}
.Ph_About .Introduction .Introduction_content .banner p {
  line-height: 160%;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: justify;
  text-indent: 20px;
}
.Ph_About .Introduction .Introduction_content .banner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.Ph_About .Qualifications {
  background-color: #f5f6f7;
  padding-bottom: 30px;
}
.Ph_About .Qualifications .name {
  color: #172681;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 500;
  /* 125% */
  letter-spacing: 0.48px;
  padding-top: 40px;
}
.Ph_About .Qualifications .honer_fz {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.Ph_About .Qualifications .honer_fz .names {
  margin: 0 20px;
  font-size: 20px;
}
.Ph_About .Qualifications .honer_fz .honer_icon {
  width: 40px;
  height: auto;
  flex-shrink: 0;
}
.Ph_About .Qualifications .honer_fz .transforms {
  transform: rotate(180deg);
}
.Ph_About .Qualifications .Qualifications_content {
  padding-top: 10px;
}
.Ph_About .Qualifications .Qualifications_content .banner {
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Ph_About .Qualifications .Qualifications_content .banner .item {
  width: 48%;
  position: relative;
  text-align: center;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 3%;
}
.Ph_About .Qualifications .Qualifications_content .banner .item .img_box {
  width: 100%;
  
  display: flex;
  align-items: center;
  justify-content: center;
}
.Ph_About .Qualifications .Qualifications_content .banner .item .title {
  font-size: 1.0625rem;
  color: #030303;
  padding: 2rem 0 1rem 0;
}
.Ph_About .Qualifications .Qualifications_content .banner .item img {
  display: block;
  width: 96%;
  height: auto;
  object-fit: cover;
  
}
.Ph_About .Qualifications .Qualifications_content .banner .item .item_title {
  font-size: 15px;
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}
.ListCase .Introduction .name {
  color: #172681;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  margin-top: 1rem;
  margin-bottom: 10px;
  font-weight: 500;
  /* 125% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.ListCase .Introduction .honer_fz {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ListCase .Introduction .honer_fz .names {
  margin: 0 20px;
  font-size: 20px;
}
.ListCase .Introduction .honer_fz .honer_icon {
  width: 40px;
  height: auto;
  flex-shrink: 0;
}
.ListCase .Introduction .honer_fz .transforms {
  transform: rotate(180deg);
}
.ListCase .Qualifications_content .banner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.ListCase .Qualifications_content .banner .item {
  width: 92%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.ListCase .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;
}
.ListCase .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;
}
.ListCase .Qualifications_content .banner .item img {
  display: block;
  width: 100%;
  height: 100%;
  height: auto;
  object-fit: cover;
  transition: all ease-in-out 0.5s;
}
.ListCase .Qualifications_content .banner .item .case_name {
  padding: 20px 0;
}
.ListCase .Qualifications_content .banner .item:hover .img_box .show {
  opacity: 1;
}
.ListCase .Qualifications_content .banner .item:hover .img_box img {
  transform: scale(1.1);
}
.Network_content .Introduction .Network_content {
  padding: 20px 0;
  text-align: center;
}
.Network_content .address{
        width: 92%;
    padding: 10px;
    margin: 0 auto;
    line-height: 150%;
}
.Network_content .Introduction .Network_content img {
  width: 94%;
  height: auto;
}
.News .news_content {
  width: 100%;
  background-color: #f5f6f7;
  padding-bottom: 24px;
}
.News .news_content .news_content_banner {
  width: 94%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.News .news_content .news_content_banner .item {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  display: flex;
  margin-top: 16px;
  flex-direction: column;
}
.News .news_content .news_content_banner .item .image {
  width: 100%;
  height: auto;
  margin-right: 1.25rem;
}
.News .news_content .news_content_banner .item .detaile {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.News .news_content .news_content_banner .item .detaile .title {
  margin: 16px 0;
  font-size: 18px;
  font-weight: 500;
  color: #030303;
  width: 90%;
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}
.News .news_content .news_content_banner .item .detaile .textarea {
  font-size: 14.4px;
  color: #909399;
  line-height: 150%;
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}
.News .news_content .news_content_banner .item .detaile .number {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.News .news_content .news_content_banner .item .detaile .number .eye {
  margin-left: 38px;
}
.News .news_content .news_content_banner .item .detaile .number .data {
  display: flex;
  align-items: center;
  color: #999;
  text-align: justify;
  font-size: 14.4px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.56px;
}
.News .news_content .news_content_banner .item .detaile .number .data p {
  color: #999;
}
.News .news_content .news_content_banner .item .detaile .number .data .data_icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.News .news_content .news_content_banner .item .button_box {
  width: 9rem ;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
}
.News .news_content .news_content_banner .item .button_box p {
  border: 1px solid #EBEEF5;
  padding: 1rem 2.125rem;
}
.News .news_content .news_content_banner .item:hover {
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}
.News .news_content .news_content_banner .item:hover .button_box p {
  background-color: #172681;
  color: #fff;
}
.Contact .text-modelu {
  padding: 40px 0 40px 0;
}
.Contact .text-modelu-banner {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  color: #030303;
  background-color: #fff;
}
.Contact .text-modelu .content {
  color: #030303;
}
.Contact .text-modelu .content .name {
  padding-top: 50px;
  font-size: 22px;
}
.Contact .text-modelu .content .phonenumber {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  padding-top: 20px;
  border-bottom: 1px solid lightgray;
}
.Contact .text-modelu .content .phonenumber .smiletitle {
  font-size: 18px;
  margin-bottom: 10px;
}
.Contact .text-modelu .content .phonenumber .number {
  font-size: 20px;
  white-space: nowrap;
}
.Contact .text-modelu .content .phonenumber .iconone {
  width: 35px;
  height: 35px;
  margin-right: 20px;
}
.Contact .text-modelu .content .details {
  font-size: 0.9rem;
  padding-top: 20px;
}
.Contact .text-modelu .content .details .item {
  display: flex;
  align-items: center;
}
.Contact .text-modelu .content .details .item p {
  font-size: 14.4px;
}
.Contact .text-modelu .content .details p {
  margin: 10px 0;
}
.Contact .text-modelu .content .details img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.ListProduct .Qualifications_content {
  margin-top: 20px;
}
.ListProduct .Qualifications_content .banner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.ListProduct .Qualifications_content .banner .item {
  width: 92%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.ListProduct .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;
}
.ListProduct .Qualifications_content .banner .item .img_box a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 340px;
  overflow: hidden;
}
.ListProduct .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;
}
.ListProduct .Qualifications_content .banner .item img {
  display: block;
  width: 100%;
  height: 100%;
  height: auto;
  object-fit: cover;
  transition: all ease-in-out 0.5s;
}
.ListProduct .Qualifications_content .banner .item .case_name {
  padding: 20px 0;
  font-size: 16px;
}
.ListProduct .Qualifications_content .banner .item:hover .img_box .show {
  opacity: 1;
}
.ListProduct .Qualifications_content .banner .item:hover .img_box img {
  transform: scale(1.1);
}
.ListProduct .goods_nav ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-evenly;
}
.ListProduct .goods_nav ul .item {
  padding: 12px 12px;
  text-align: center;
  width: 30%;
  flex-wrap: nowrap;
  background-color: #f5f6f7;
}
.ListProduct .goods_nav ul .item a {
  /* //婧㈠嚭闅愯棌鐪佺暐鍙� */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* //-webkit-line-clamp:1; 瓒呭嚭鍑犺 */
}
.ListProduct .goods_nav ul .active {
  background: #E60012;
  color: #fff !important;
}
.showNewsModule .content {
  width:92%;
  margin: 0 auto;
  padding-top:10px;
}
.showNewsModule .content .title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.showNewsModule .content .time_view {
  color: gray;
  text-align: center;
  margin-bottom:20px;
}
.showNewsModule .content .time_view span {
  margin: 0 10px;
  font-size: 12px;
}
.showNewsModule .content .textarrea {
  font-size:14px;
  letter-spacing: 0.1rem;
  padding-bottom: 30px;
}
.showNewsModule .content .textarrea p {
  line-height: 150%;
}
.showNewsModule .content .textarrea img {
  width: auto;
  height: auto;
  margin-top: 10px;
}
/* 产品详情 */
.showNewsProduct{
  background-color: #f9f9f9;
}
.showNewsProduct .content {
  width: 92%;
  margin: 0 auto;
  
  display: flex;
  flex-direction: column;
  
}
.showNewsProduct .content .left_box{
  width: 100%;
  height: 100%;
}
.showNewsProduct .content .left_box span{
  font-size: 14px;
  color: #666;
}
.showNewsProduct .content .right_box{
  width: 100%;
  height: 100%;
}
.showNewsProduct .content .right_box .title_gs{
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.showNewsProduct .content .left_box .top_box{

  width: 100%;
 
}
.showNewsProduct .content .left_box .bot_box{
  display: flex;
  width: 90%;
  justify-content: space-between;
  margin-top: 10px;
}
.showNewsProduct .content .left_box .top_box .item{
   margin-top: 10px;
  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: 10px;
 color: #303133;
  font-size: 16px;
}
.showNewsProduct .content .left_box .bot_box .item .name{
 color: #303133;
  font-size: 16px;
 margin-right: 10px;

}
.showNewsProduct .content .right_box .textarea {
  font-size: 14px;
  letter-spacing: 0.1rem;
  padding-bottom: 20px;
  color: #666;
}
.showNewsProduct .content .right_box .textarea p {
  line-height: 150%;
  color: #666;
}
.showNewsProduct .content .right_box .textarea img {
  width: auto;
  height: auto;
 
}
/* //元素图 */
.showNewsProduct .jmh_Content {
  width: 100%;
  padding-bottom: 40px;
  
  background-image: url(/static/img/index3.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.showNewsProduct .jmh_Content .jmh_Content_area {
  width: 92%;
  height: 100%;
  margin: 0 auto;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner {
  padding-top: 10px;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .title_box {
  width: 140px;
  background-repeat: no-repeat;
  height:50px;
  background-image: url(/static/img/index4.png);
  background-size: contain;
  font-size: 20px;
  font-weight: 500;
  padding-top: 24px;
  margin-bottom: 20px;
}
.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%;
  
}
.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: 300px;
  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: 100%;
  overflow: hidden;
  height: 300px;
  position: relative;
}
.showNewsProduct .jmh_Content .jmh_Content_area .banner .jmh_Swiper .jmh_Swiper_mySwiper .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: transform 0.5s ease;
  /* 平滑的放大效果 */
}


.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;
}