@charset "utf-8";
.other_banner {
  width: 100%;
}
.other_banner img {
  width: 100%;
  height: auto;
}
.other_nav {
  width: 100%;
  background: #f8f8f8;
}
.other_nav .o_nav_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.other_nav .o_nav_head .o_nav_left {
  padding-top: 4px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.other_nav .o_nav_head .o_nav_left .cur_nav {
  margin-top: 8px;
}
.other_nav .o_nav_head .o_nav_left .cur_nav ul {
  display: flex;
  justify-content: left;
  align-items: center;
}
.other_nav .o_nav_head .o_nav_left .cur_nav ul li a {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  padding: 0 26px;
  font-size: 16px;
  color: #343434;
  text-decoration: none;
  border-bottom: 8px solid rgba(0, 0, 0, 0);
}
.other_nav .o_nav_head .o_nav_left .cur_nav ul li:hover a {
  color: #ffb300;
}
.other_nav .o_nav_head .o_nav_left .cur_nav ul li.active a {
  background: #242424;
  color: #fff;
  border-bottom-color: #ffb300;
}
.other_nav .o_nav_head .o_nav_left .cur_nav ul li.active:hover {
  color: #fff;
}
.other_nav .o_nav_head .o_nav_left .cur_nav.cur_nav_new {
  display: none;
}
.other_nav .o_nav_head .o_nav_right {
  position: relative;
  padding-bottom: 34px;
}
.other_nav .o_nav_head .o_nav_right p {
  font-size: 72px;
  color: #efefef;
  font-weight: bold;
  line-height: 74px;
  text-transform: uppercase;
}
.other_nav .o_nav_head .o_nav_right h5 {
  font-size: 42px;
  color: #ffb300;
  position: absolute;
  bottom: 74px;
  right: 0;
  z-index: 1;
  line-height: 44px;
}
.other_nav .cur_page ul {
  height: 84px;
  display: flex;
  justify-content: left;
  align-items: center;
  line-height: 84px;
}
.other_nav .cur_page ul li {
  font-size: 16px;
  color: #696969;
  padding-left: 26px;
  line-height: 84px;
  position: relative;
}
.other_nav .cur_page ul li::after {
  content: '>';
  font-size: 16px;
  color: #696969;
  line-height: 84px;
  position: absolute;
  top: 0;
  left: 8px;
}
.other_nav .cur_page ul li:nth-child(1) {
  padding-left: 0;
}
.other_nav .cur_page ul li:nth-child(1)::after {
  content: none;
}
.other_conent {
  width: 100%;
}
.other_conent .other_tap {
  display: none;
  width: 100%;
  padding: 40px 0;
}
.other_conent .other_tap .gy_01 {
  width: 100%;
}
.other_conent .other_tap .gy_01 .gy_desc {
  width: 100%;
  padding: 50px 0 40px 0;
}
.other_conent .other_tap .gy_01 .gy_desc p {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #535353;
  text-indent: 32px;
}
.other_conent .other_tap .gy_02 {
  width: 100%;
  background: url(../images/other/gy_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 70px 0 64px 0;
}
.other_conent .other_tap .gy_02 .sygy_date {
  background: rgba(255, 255, 255, 0.5);
  padding: 90px 6% 70px 6%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.other_conent .other_tap .gy_02 .sygy_date .sy_d_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.other_conent .other_tap .gy_02 .sygy_date .sy_d_item div {
  text-align: center;
  position: relative;
}
.other_conent .other_tap .gy_02 .sygy_date .sy_d_item div span {
  font-family: Im;
  font-size: 58px;
  color: #333333;
  line-height: 60px;
}
.other_conent .other_tap .gy_02 .sygy_date .sy_d_item div text {
  font-size: 17px;
  color: #333333;
  line-height: 18px;
  position: absolute;
  top: -6px;
  right: -30px;
}
.other_conent .other_tap .gy_02 .sygy_date .sy_d_item p {
  font-size: 18px;
  color: #737373;
  line-height: 20px;
  margin-top: 18px;
}
.other_conent .other_tap .gy_02 .sygy_date .sy_d_item img {
  display: inline-block;
  width: auto;
  height: 76px;
  margin-top: 44px;
}
.other_conent .other_tap .gy_02 .sygy_date .sy_d_item h5 {
  font-size: 18px;
  color: #737373;
  line-height: 20px;
  margin-top: 20px;
}
.other_conent .other_tap .gy_03 {
  width: 100%;
  padding: 0px 0 70px 0;
}
.other_conent .other_tap .gy_03 .gy03_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.other_conent .other_tap .gy_03 .gy03_con .gy03_item {
  width: 48.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
.other_conent .other_tap .gy_03 .gy03_con .gy03_item .gy03_img {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.other_conent .other_tap .gy_03 .gy03_con .gy03_item .gy03_img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.other_conent .other_tap .gy_03 .gy03_con .gy03_item h5 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  font-size: 32px;
  color: #333333;
  line-height: 34px;
}
.other_conent .other_tap .gy_03 .gy03_con .gy03_item span {
  display: inline-block;
  width: 22px;
  height: 6px;
  background: #ffb300;
  margin: 16px 0 27px 0;
}
.other_conent .other_tap .gy_03 .gy03_con .gy03_item p {
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #848484;
  line-height: 24px;
}
/*企业实力*/
.sl_01 .swiper_img {
  width: 100%;
  overflow: visible;
}
.sl_01 .swiper_img .swiper-wrapper {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  transform: unset !important;
}
.sl_01 .swiper_img .swiper-wrapper .swiper-slide {
  width: 33.33% !important;
  margin-right: -1px;
  margin-top: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
}
.sl_01 .swiper_img .swiper-wrapper .swiper-slide img {
  display: inline-block;
  max-height: 88%;
  width: auto;
  max-width: 88%;
  height: auto;
}
.sl_01 .picShow_modal {
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
  justify-content: center;
  align-items: center;
}
.sl_01 .picShow_modal.modal_show {
  z-index: 30;
  opacity: 1;
}
.sl_01 .picShow_modal .click_close {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.sl_01 .picShow_modal .click_close:hover {
  opacity: 0.9;
}
.sl_01 .picShow_modal .swiper {
  width: 80%;
  height: 90%;
  max-width: 1200px;
}
.sl_01 .picShow_modal .swiper.swiper {
  --swiper-theme-color: #000000;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #000000;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 24px;
  /* 设置按钮大小 */
}
.sl_01 .picShow_modal .swiper.swiper .swiper-button-next,
.sl_01 .picShow_modal .swiper.swiper .swiper-button-prev {
  width: 40px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
  left: 0px;
  outline: none;
  margin-top: -30px;
}
.sl_01 .picShow_modal .swiper.swiper .swiper-button-next.swiper-button-next,
.sl_01 .picShow_modal .swiper.swiper .swiper-button-prev.swiper-button-next {
  right: 0;
  left: unset;
}
.sl_01 .picShow_modal .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0 !important;
}
.sl_01 .picShow_modal .swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.sl_01 .picShow_modal .swiper .swiper-slide img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
/*联系我们*/
.lx_01 {
  width: 100%;
  padding: 80px 0;
}
.lx_01 .safe_width_2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lx_01 .safe_width_2 .lx01_left {
  width: 50%;
  padding: 0 2%;
}
.lx_01 .safe_width_2 .lx01_left h5 {
  width: 100%;
  font-size: 24px;
  color: #333;
  line-height: 30px;
}
.lx_01 .safe_width_2 .lx01_left div {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.lx_01 .safe_width_2 .lx01_left div p {
  display: inline-block;
  margin-top: 24px;
  font-size: 20px;
  color: #4d4d4d;
  line-height: 26px;
}
.lx_01 .safe_width_2 .lx01_left div p a {
  text-decoration: none;
  color: #4d4d4d;
}
.lx_01 .safe_width_2 .lx01_right {
  width: 50%;
  padding: 0 0 0 8%;
}
.lx_01 .safe_width_2 .lx01_right h5 {
  width: 100%;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  line-height: 32px;
}
.lx_01 .safe_width_2 .lx01_right p {
  width: 100%;
  margin: 40px 0 34px 0;
  font-size: 36px;
  color: #ffb300;
  font-weight: bold;
  line-height: 38px;
}
.lx_01 .safe_width_2 .lx01_right a {
  display: inline-block;
  width: 234px;
  height: 60px;
  border: 1px solid #1b1b1b;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  color: #2a2a2a;
  text-decoration: none;
}
.lx_01 .safe_width_2 .lx01_right a:hover {
  background: #2a2a2a;
  color: #fff;
}
.ly_01 {
  width: 100%;
}
.ly_01 .contact_input {
  width: 100%;
}
.ly_01 .input_modal {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ly_01 .input_item {
  width: 32%;
  margin-top: 32px;
}
.ly_01 .input_item .input_code {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ly_01 .input_item .input_code .input_sr {
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  width: calc(100% - 110px);
}
.ly_01 .input_item .input_code .input_c {
  width: 100px;
  color: #ffb300;
  letter-spacing: 3px;
  font-size: 18px;
  text-align: center;
  padding: 0;
  background: rgba(255, 179, 0, 0.1);
}
.ly_01 .input_item p {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  margin: 0 0 15px 0;
}
.ly_01 .input_item input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  letter-spacing: 1px;
}
.ly_01 .input_item input::-webkit-input-placeholder {
  color: #999999;
}
.ly_01 .input_item input:-moz-placeholder {
  color: #999999;
}
.ly_01 .input_item input:-ms-input-placeholder {
  color: #999999;
}
.ly_01 .input_item textarea {
  width: 100%;
  font-family: '微软雅黑';
  height: 124px;
  line-height: 50px;
  background: #f7f7f7;
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  resize: none;
}
.ly_01 .input_item.input_item_textarea {
  width: 100%;
}
.ly_01 .submit_btn {
  display: inline-block;
  width: 32%;
  letter-spacing: 1px;
  margin-top: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #ffb300;
  text-decoration: none;
}
.ly_01 .submit_btn:hover {
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
}
/*新闻资讯*/
.other_body {
  width: 100%;
  background: url(../images/other/xw_bj.jpg) repeat-y center top;
  background-size: 100% auto;
}
.other_body .other_nav {
  background: transparent;
}
.other_body .other_content_box {
  width: 100%;
  padding: 14px 0 40px 0;
}
.other_body .other_content_box .safe_width {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.other_body .other_content_box .safe_width .cont_left {
  width: 286px;
}
.other_body .other_content_box .safe_width .cont_left .cont_head {
  width: 100%;
  text-align: center;
  line-height: 80px;
  background: #ffb300;
  font-size: 22px;
  color: #fff;
}
.other_body .other_content_box .safe_width .cont_left ul {
  width: 100%;
}
.other_body .other_content_box .safe_width .cont_left ul li {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #f5f5f5;
  background: #fff;
}
.other_body .other_content_box .safe_width .cont_left ul li:last-child {
  border-bottom: none;
}
.other_body .other_content_box .safe_width .cont_left ul li .a_link {
  display: inline-block;
  width: 100%;
  line-height: 64px;
  padding-left: 98px;
  font-size: 18px;
  color: #333;
  text-align: left;
  position: relative;
}
.other_body .other_content_box .safe_width .cont_left ul li .a_link::after {
  content: '▶';
  font-size: 12px;
  color: #ffb300;
  line-height: 64px;
  position: absolute;
  left: 50px;
  top: 0;
}
.other_body .other_content_box .safe_width .cont_left ul li.active .a_link {
  color: #ffb300;
}
.other_body .other_content_box .safe_width .cont_left ul.par_switch li .sub_menu {
  width: 100%;
  padding: 0;
  height: 0;
  overflow: hidden;
  background: #fef5ec;
}
.other_body .other_content_box .safe_width .cont_left ul.par_switch li .sub_menu a {
  width: 100%;
  line-height: 50px;
  text-align: left;
  padding-left: 98px;
  display: inline-block;
  font-size: 16px;
  color: #676767;
}
.other_body .other_content_box .safe_width .cont_left ul.par_switch li .sub_menu a:hover {
  color: #e77817;
}
.other_body .other_content_box .safe_width .cont_left ul.par_switch li .sub_menu a.on {
  color: #e77817;
}
.other_body .other_content_box .safe_width .cont_left ul.par_switch li.active {
  border-bottom: none;
}
.other_body .other_content_box .safe_width .cont_left ul.par_switch li.active .sub_menu {
  height: auto;
  padding: 12px 0;
}
.other_body .other_content_box .safe_width .cont_left ul.par_switch li.active .a_link::after {
  content: '▼';
}
.other_body .other_content_box .safe_width .cont_left .comy_info {
  margin-top: 20px;
  width: 100%;
  background: url(../images/other/left_lx.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 30px 25px 25px 25px;
}
.other_body .other_content_box .safe_width .cont_left .comy_info h5 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
}
.other_body .other_content_box .safe_width .cont_left .comy_info p {
  font-size: 20px;
  color: #333;
  margin-top: 14px;
  line-height: 24px;
}
.other_body .other_content_box .safe_width .cont_left .comy_info img {
  display: inline-block;
  width: 48px;
  height: auto;
  margin-top: 48px;
}
.other_body .other_content_box .safe_width .cont_left .comy_info div {
  font-size: 16px;
  color: #333;
  line-height: 18px;
  margin-top: 10px;
}
.other_body .other_content_box .safe_width .cont_left .comy_info h6 {
  font-size: 16px;
  color: #ffb300;
  line-height: 20px;
  margin-top: 6px;
  letter-spacing: -0.5px;
}
.other_body .other_content_box .safe_width .cont_left .comy_info h6 span {
  font-size: 18px;
  margin-left: 2px;
}
.other_body .other_content_box .safe_width .other_conent {
  width: calc(100% - 320px);
}
.other_body .other_content_box .safe_width .other_conent .other_tap {
  padding: 0;
}
.other_body .other_content_box .safe_width .other_conent .news_page {
  width: 100%;
  background: #fff;
  /*产品列表*/
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_p_head {
  width: 100%;
  padding: 10px 25px 0 25px;
  line-height: 80px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_p_head img {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con {
  width: 100%;
  padding: 20px 60px 50px 60px;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item {
  width: 100%;
  padding: 38px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .xw_img {
  display: none;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .wx_data {
  display: flex;
  background: #e1e1e1;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .wx_data h5 {
  font-size: 46px;
  color: #e77817;
  line-height: 48px;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .wx_data p {
  font-size: 18px;
  color: #757575;
  line-height: 20px;
  margin-top: 16px;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .xw_text {
  width: calc(100% - 140px);
  padding-right: 30px;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .xw_text h5 {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  color: #242424;
  line-height: 20px;
  margin-bottom: 10px;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .xw_text div {
  display: none;
  font-size: 18px;
  color: #333;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .xw_text p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #939395;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .xw_text img {
  display: none;
  width: auto;
  height: auto;
  margin-top: 30px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:hover .xw_text h5 {
  color: #ffb300;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:hover .xw_text img {
  margin-left: 10px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) {
  background: #f4f4f6;
  padding: 0;
  margin: 20px 0;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) .xw_data {
  display: none;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) .xw_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 30%;
  height: 230px;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) .xw_img img {
  display: inline-block;
  height: 100%;
  width: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) .xw_text {
  width: calc(70% - 30px);
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) .xw_text div {
  display: inline-block;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) .xw_text img {
  display: inline-block;
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1):hover .xw_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1):hover .xw_text div {
  color: #ffb300;
}
.other_body .other_content_box .safe_width .other_conent .news_page .case_con {
  width: 100%;
  padding: 36px 36px 26px 36px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.other_body .other_content_box .safe_width .other_conent .news_page .case_con .case_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 32%;
  margin: 0 2% 50px 0;
}
.other_body .other_content_box .safe_width .other_conent .news_page .case_con .case_item:nth-child(3n) {
  margin-right: 0;
}
.other_body .other_content_box .safe_width .other_conent .news_page .case_con .case_item .case_img {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.other_body .other_content_box .safe_width .other_conent .news_page .case_con .case_item .case_img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.other_body .other_content_box .safe_width .other_conent .news_page .case_con .case_item h5 {
  width: 100%;
  padding-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  line-height: 74px;
  font-size: 18px;
  color: #3f3f3f;
  position: relative;
}
.other_body .other_content_box .safe_width .other_conent .news_page .case_con .case_item h5::after {
  content: '';
  width: 100%;
  height: 6px;
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.other_body .other_content_box .safe_width .other_conent .news_page .case_con .case_item h5::before {
  width: 0;
  height: 6px;
  content: '';
  background: #ffb300;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.other_body .other_content_box .safe_width .other_conent .news_page .case_con .case_item:hover h5::before {
  width: 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con {
  width: 100%;
  padding: 26px 44px;
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link {
  width: 100%;
  padding: 30px 8px 30px 30px;
  border-bottom: 1px dashed #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 20%;
  height: 210px;
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_img img {
  display: inline-block;
  height: 100%;
  width: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text {
  width: calc(80% - 40px);
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text h5 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text .info_desc {
  padding: 8px 0 0 0;
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text .info_desc p {
  width: 100%;
  margin-top: 14px;
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text .info_desc p span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 22px;
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text .info_desc p:last-child {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text .info_desc p:last-child span {
  display: inline-block;
  width: calc(100% - 150px);
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text .info_desc p:last-child text {
  display: inline-block;
  width: 128px;
  height: 36px;
  background: #919191;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text .info_desc p:last-child text:hover {
  background: #ffb300;
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link:hover .prod_text h5 {
  color: #ffb300;
}
.other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link:hover .prod_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
/*新闻详情*/
.news_details {
  width: 100%;
  padding: 40px 0;
  /*产品详情*/
}
.news_details .details_box {
  width: 100%;
  background: #fff;
  padding: 50px 0 16px 0;
}
.news_details .details_box .d_head {
  width: 100%;
  padding-bottom: 28px;
  border-bottom: 1px solid #ddd;
}
.news_details .details_box .d_head h5 {
  width: 100%;
  text-align: center;
  line-height: 38px;
  margin-bottom: 22px;
  font-size: 36px;
  color: #333;
}
.news_details .details_box .d_head p {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.news_details .details_box .d_desc {
  width: 100%;
  padding: 40px 0;
}
.news_details .prodDetails_con {
  width: 100%;
  padding-bottom: 40px;
}
.news_details .prodDetails_con .prod_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news_details .prodDetails_con .prod_top .details_left {
  width: 450px;
}
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo {
  width: 100%;
}
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case {
  width: 100%;
  position: relative;
}
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 {
  width: 100%;
  padding-bottom: 70px;
}
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide {
  width: 100%;
  height: 412px;
}
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper {
  --swiper-theme-color: #fff;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 18px;
  /* 设置按钮大小 */
}
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-next,
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-prev {
  width: 30px;
  height: 58px;
  background: rgba(0, 0, 0, 0.2);
  left: 0px;
  outline: none;
  top: unset;
  margin-top: 0;
  bottom: 0px;
  z-index: 10;
  right: unset;
}
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-next.swiper-button-next,
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-prev.swiper-button-next {
  left: unset;
  right: 0;
}
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl {
  width: calc(100% - 80px);
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 22;
}
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper {
  width: 100%;
  height: auto;
}
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  overflow: hidden;
}
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #ffb300;
}
.news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.news_details .prodDetails_con .prod_top .details_right {
  width: calc(100% - 500px);
}
.news_details .prodDetails_con .prod_top .details_right .head_text {
  width: 100%;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  line-height: 32px;
  text-align: left;
  margin: 10px 0 30px 0;
}
.news_details .prodDetails_con .prod_top .details_right .right_info {
  width: 100%;
}
.news_details .prodDetails_con .prod_top .details_right .right_info p {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  color: #333;
  font-size: 16px;
  background: #f6f6f6;
  padding: 8px 20px;
  line-height: 30px;
}
.news_details .prodDetails_con .prod_top .details_right .right_info p label {
  font-weight: normal;
  text-align: left;
  width: 90px;
}
.news_details .prodDetails_con .prod_top .details_right .right_info p span {
  display: inline-block;
  width: calc(100% - 90px);
}
.news_details .prodDetails_con .prod_top .details_right .right_info p:nth-child(2n) {
  background: #fff;
}
.news_details .prodDetails_con .prod_bottom {
  width: 100%;
  margin-top: 40px;
}
.news_details .prodDetails_con .prod_bottom .desc_title {
  width: 100%;
  background: #e1e1e1;
  height: 50px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.news_details .prodDetails_con .prod_bottom .desc_title span {
  display: inline-block;
  width: 140px;
  height: 50px;
  background: url(../images/title_bj.png) no-repeat center left;
  background-size: 100% 100%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
}
.news_details .prodDetails_con .prod_bottom .desc_con {
  width: 100%;
  padding: 30px 0;
}
.news_details .prodDetails_con .prod_bottom .desc_con img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  /*新闻详情*/
  .news_details {
    /*产品详情*/
  }
  .news_details .prodDetails_con .prod_top .details_left {
    width: 400px;
  }
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide {
    height: 368px;
  }
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper {
    --swiper-theme-color: #fff;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 14px;
    /* 设置按钮大小 */
  }
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-next,
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-prev {
    height: 52px;
  }
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide {
    height: 52px;
  }
  .news_details .prodDetails_con .prod_top .details_right {
    width: calc(100% - 450px);
  }
  .news_details .prodDetails_con .prod_top .details_right .head_text {
    font-size: 22px;
    line-height: 28px;
    margin: 8px 0 25px 0;
  }
  .news_details .prodDetails_con .prod_top .details_right .right_info p {
    font-size: 15px;
    padding: 8px 20px;
    line-height: 28px;
  }
  .news_details .prodDetails_con .prod_top .details_right .right_info p label {
    width: 85px;
  }
  .news_details .prodDetails_con .prod_top .details_right .right_info p span {
    width: calc(100% - 95px);
  }
  .news_details .prodDetails_con .prod_bottom {
    width: 100%;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .other_nav {
    margin-top: -0.1rem;
  }
  .other_nav .o_nav_head .o_nav_left {
    padding-top: 0;
    width: 100%;
  }
  .other_nav .o_nav_head .o_nav_left .cur_nav {
    margin-top: 0;
    width: 100%;
  }
  .other_nav .o_nav_head .o_nav_left .cur_nav.cur_nav_new {
    display: inline-block;
  }
  .other_nav .o_nav_head .o_nav_left .cur_nav ul {
    width: 100%;
    justify-content: center;
  }
  .other_nav .o_nav_head .o_nav_left .cur_nav ul li {
    flex: 1;
  }
  .other_nav .o_nav_head .o_nav_left .cur_nav ul li a {
    width: 100%;
    text-align: center;
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0;
    font-size: 0.6rem;
    color: #333;
    border-bottom: 0.15rem solid rgba(0, 0, 0, 0);
  }
  .other_nav .o_nav_head .o_nav_left .cur_nav ul li.active a {
    color: #333;
    background: transparent;
  }
  .other_nav .o_nav_head .o_nav_right {
    display: none;
  }
  .other_nav .cur_page {
    width: 100%;
  }
  .other_nav .cur_page ul {
    height: 2.1rem;
    line-height: 2.1rem;
  }
  .other_nav .cur_page ul li {
    font-size: 0.5rem;
    padding-left: 0.7rem;
    line-height: 2.1rem;
  }
  .other_nav .cur_page ul li::after {
    content: '>';
    font-size: 0.5rem;
    line-height: 2.1rem;
    left: 0.1rem;
  }
  .other_conent .other_tap {
    padding: 0.8rem 0;
  }
  .other_conent .other_tap .gy_01 .gy_desc {
    padding: 0 0 1rem 0;
  }
  .other_conent .other_tap .gy_01 .gy_desc p {
    font-size: 0.55rem;
    line-height: 0.9rem;
    text-indent: 0;
  }
  .other_conent .other_tap .gy_02 {
    width: 100%;
    background: url(../images/other/gy_bj_m.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 1.2rem 0;
  }
  .other_conent .other_tap .gy_02 .sygy_date {
    background: rgba(255, 255, 255, 0.5);
    padding: 1.7rem 0.4rem;
  }
  .other_conent .other_tap .gy_02 .sygy_date .sy_d_item div span {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .other_conent .other_tap .gy_02 .sygy_date .sy_d_item div text {
    font-size: 0.5rem;
    color: #737373;
    line-height: 0.6rem;
    top: -0.3rem;
    right: -0.8rem;
  }
  .other_conent .other_tap .gy_02 .sygy_date .sy_d_item p {
    font-size: 0.5rem;
    line-height: 0.6rem;
    margin-top: 0.4rem;
  }
  .other_conent .other_tap .gy_02 .sygy_date .sy_d_item img {
    height: 1.6rem;
    margin-top: 1.1rem;
  }
  .other_conent .other_tap .gy_02 .sygy_date .sy_d_item h5 {
    font-size: 0.5rem;
    line-height: 0.6rem;
    margin-top: 0.4rem;
  }
  .other_conent .other_tap .gy_03 {
    padding: 0 0 1.4rem 0;
  }
  .other_conent .other_tap .gy_03 .gy03_con .gy03_item {
    width: 48.5%;
  }
  .other_conent .other_tap .gy_03 .gy03_con .gy03_item h5 {
    margin-top: 0.8rem;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .other_conent .other_tap .gy_03 .gy03_con .gy03_item span {
    width: 0.8rem;
    height: 0.125rem;
    margin: 0.4rem 0 0.6rem 0;
  }
  .other_conent .other_tap .gy_03 .gy03_con .gy03_item p {
    font-size: 0.55rem;
    line-height: 0.85rem;
  }
  /*企业实力*/
  .sl_01 .swiper_img .swiper-wrapper {
    justify-content: center;
  }
  .sl_01 .swiper_img .swiper-wrapper .swiper-slide {
    width: calc(50% - 0.025rem) !important;
    margin-right: -0.025rem;
    margin-top: -0.025rem;
    height: 7.8rem !important;
    border: 0.025rem solid #e5e5e5;
  }
  .sl_01 .picShow_modal .click_close {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    z-index: 10;
    cursor: pointer;
  }
  .sl_01 .picShow_modal .swiper {
    width: 100%;
    height: 90%;
    max-width: unset;
  }
  .sl_01 .picShow_modal .swiper.swiper {
    --swiper-navigation-size: 0.8rem;
    /* 设置按钮大小 */
  }
  .sl_01 .picShow_modal .swiper.swiper .swiper-button-next,
  .sl_01 .picShow_modal .swiper.swiper .swiper-button-prev {
    width: 1rem;
    height: 1.5rem;
    margin-top: -0.75rem;
  }
  .sl_01 .picShow_modal .swiper .swiper-wrapper {
    width: 100%;
    padding: 0 2rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sl_01 .picShow_modal .swiper .swiper-slide {
    width: 100% !important;
  }
  .sl_01 .picShow_modal .swiper .swiper-slide img {
    display: inline-block;
    max-width: 90%;
    width: auto;
    max-height: 90%;
    height: auto;
  }
  /*联系我们*/
  .lx_01 {
    padding: 0.4rem 0 1rem 0;
  }
  .lx_01 .safe_width_2 {
    flex-direction: column;
  }
  .lx_01 .safe_width_2 .lx01_left {
    width: 100%;
    padding: 0;
  }
  .lx_01 .safe_width_2 .lx01_left h5 {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .lx_01 .safe_width_2 .lx01_left div p {
    margin-top: 0.45rem;
    font-size: 0.55rem;
    line-height: 0.85rem;
  }
  .lx_01 .safe_width_2 .lx01_right {
    width: 100%;
    padding: 0.6rem 0 0 0;
    border-top: 0.05rem dashed #eee;
    margin-top: 0.8rem;
  }
  .lx_01 .safe_width_2 .lx01_right h5 {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .lx_01 .safe_width_2 .lx01_right p {
    width: 100%;
    margin: 0.5rem 0 0.45rem 0;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .lx_01 .safe_width_2 .lx01_right a {
    display: inline-block;
    width: 5rem;
    height: 1.6rem;
    border: 0.025rem solid #1b1b1b;
    background: #2a2a2a;
    color: #fff;
    line-height: 1.6rem;
    font-size: 0.6rem;
  }
  .lx_02 {
    padding-bottom: 0.6rem;
  }
  .ly_01 {
    padding-bottom: 0.4rem;
  }
  .ly_01 .contact_input h5 {
    font-size: 0.7rem;
    line-height: 1.4rem;
    text-align: center;
  }
  .ly_01 .input_modal {
    flex-direction: column;
  }
  .ly_01 .input_item {
    width: 100%;
    margin-top: 0.6rem;
  }
  .ly_01 .input_item .input_code .input_sr {
    height: 2.1rem;
    line-height: 2.1rem;
    padding: 0 0.4rem;
    font-size: 0.55rem;
    width: calc(100% - 4rem);
  }
  .ly_01 .input_item .input_code .input_c {
    width: 3.6rem;
    font-size: 0.8rem;
  }
  .ly_01 .input_item p {
    font-size: 0.6rem;
    line-height: 1rem;
    margin: 0 0 0.3rem 0;
    padding-left: 0.2rem;
  }
  .ly_01 .input_item input {
    width: 100%;
    height: 2.1rem;
    line-height: 2.1rem;
    padding: 0 0.4rem;
    font-size: 0.55rem;
  }
  .ly_01 .input_item textarea {
    height: 4.5rem;
    padding: 0.4rem;
    font-size: 0.55rem;
    line-height: 1rem;
  }
  .ly_01 .submit_btn {
    width: 100%;
    margin-top: 0.6rem;
    height: 2.1rem;
    line-height: 2.1rem;
    font-size: 0.6rem;
  }
  /*新闻资讯*/
  .other_body {
    background: #fff;
  }
  .other_body .other_nav {
    background: #f8f8f8;
    /*案例切换*/
  }
  .other_body .other_nav .m_menu_con {
    width: 100%;
  }
  .other_body .other_nav .m_menu_con .m_menu_item {
    display: none;
    width: 100%;
  }
  .other_body .other_nav .leisjdk {
    text-align: left;
    position: relative;
    z-index: 4;
    width: 100%;
    margin-bottom: 0.35rem;
  }
  .other_body .other_nav .leisjdk .leisjk {
    display: block;
    position: relative;
    padding: 0px 0.4rem;
    background: #fff;
    border-radius: 0.3rem;
    overflow: hidden;
    text-align: center;
    line-height: 1.6rem;
    font-size: 0.55rem;
    color: #000;
  }
  .other_body .other_nav .leisjdk .leisjk div {
    line-height: 1.6rem;
    display: inline-block;
    padding-right: 1rem;
    background: url(../images/other/lei-sjj.png) right center no-repeat;
    background-size: 0.55rem auto !important;
  }
  .other_body .other_nav .leisjdk .leisjerk {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 1.65rem;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
    border-radius: 0.3rem;
    padding: 0 0.6rem;
    box-shadow: 0 0.4rem 0.9rem rgba(0, 0, 0, 0.05);
  }
  .other_body .other_nav .leisjdk .leisjerk a {
    display: block;
    text-align: left;
    overflow: hidden;
    padding: 0.6rem 0rem;
    border-bottom: 0.025rem solid #eee;
    line-height: 1rem;
    font-size: 0.55rem;
    color: #454545;
  }
  .other_body .other_nav .leisjdk .leisjerk a:last-child {
    border-bottom: none;
  }
  .other_body .other_nav .leisjdk .leisjerk a.active {
    color: #ffb300;
  }
  .other_body .other_content_box {
    width: 100%;
    padding: 1.2rem 0;
  }
  .other_body .other_content_box .safe_width .cont_left {
    width: 0;
    overflow: hidden;
  }
  .other_body .other_content_box .safe_width .other_conent {
    width: calc(100%);
  }
  .other_body .other_content_box .safe_width .other_conent .news_page {
    /*产品列表*/
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_p_head {
    display: none;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con {
    padding: 0;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item {
    padding: 0.65rem 0;
    border-bottom: none;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .xw_img {
    width: 5.2rem;
    height: 4.05rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .xw_img img {
    display: inline-block;
    height: 100%;
    width: auto;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .wx_data {
    display: none;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .xw_text {
    width: calc(100% - 6rem);
    display: inline-block;
    padding-right: 0;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .xw_text h5 {
    width: 100%;
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 0.9rem;
    -webkit-line-clamp: 1;
    margin-bottom: 0.15rem;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .xw_text div {
    display: inline-block;
    font-size: 0.5rem;
    color: #e77817;
    line-height: 0.6rem;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .xw_text p {
    width: 100%;
    font-size: 0.5rem;
    color: #696969;
    line-height: 0.75rem;
    margin-top: 0.25rem;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item .xw_text img {
    display: none !important;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) {
    background: #f4f4f6;
    padding: 0;
    margin: 0px 0;
    flex-direction: column;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) .xw_data {
    display: none;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) .xw_img {
    width: 100%;
    height: unset;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) .xw_img img {
    height: auto;
    width: 100%;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) .xw_text {
    width: calc(100%);
    padding: 0.6rem 0.5rem 0.75rem 0.5rem;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) .xw_text h5 {
    width: 100%;
    font-size: 0.6rem;
    color: #333;
    font-weight: bold;
    line-height: 0.9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) .xw_text div {
    display: inline-block;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1) .xw_text img {
    display: none;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1):hover .xw_img img {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1.06);
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .news_con .news_item:nth-child(1):hover .xw_text div {
    color: #ffb300;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .case_con {
    width: 100%;
    padding: 0rem 0;
    justify-content: space-between;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .case_con .case_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 48.5%;
    margin: 0 0 0.9rem 0;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .case_con .case_item h5 {
    padding-bottom: 0.125rem;
    line-height: 1.8rem;
    font-size: 0.55rem;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .case_con .case_item h5::after {
    height: 0.125rem;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .case_con .case_item h5::before {
    width: 100%;
    height: 0.125rem;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .case_con .case_item:hover .case_img img {
    transform: scale(1);
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .prod_con {
    padding: 0rem 0;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link {
    padding: 0.5rem 0;
    border-bottom: 0.025rem dashed #eee;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link:nth-child(1) {
    padding-top: 0;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_img {
    width: 5.5rem;
    height: 5.1rem;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text {
    width: calc(100% - 6.5rem);
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text h5 {
    font-size: 0.6rem;
    line-height: 0.7rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.025rem solid #eee;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text .info_desc {
    padding: 0.1rem 0 0 0;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text .info_desc p {
    margin-top: 0.1rem;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text .info_desc p span {
    font-size: 0.55rem;
    line-height: 0.8rem;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text .info_desc p:last-child {
    display: inline-block;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text .info_desc p:last-child span {
    width: calc(100%);
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link .prod_text .info_desc p:last-child text {
    display: none;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link:hover .prod_text h5 {
    color: #ffb300;
  }
  .other_body .other_content_box .safe_width .other_conent .news_page .prod_con .prod_link:hover .prod_img img {
    transform: scale(1);
  }
  /*新闻详情*/
  .news_details {
    width: 100%;
    padding: 1rem 0;
    /*产品详情*/
  }
  .news_details .details_box {
    padding: 0.4rem 0rem 0.4rem 0rem;
  }
  .news_details .details_box .d_head {
    padding-bottom: 0.8rem;
    border-bottom: 0.025rem solid #ddd;
  }
  .news_details .details_box .d_head h5 {
    text-align: left;
    line-height: 1.2rem;
    margin-bottom: 0.8rem;
    font-size: 0.85rem;
  }
  .news_details .details_box .d_head p {
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    font-size: 0.55rem;
    line-height: 0.6rem;
  }
  .news_details .details_box .d_head p span {
    margin: 0;
  }
  .news_details .details_box .d_desc {
    padding: 0.8rem 0;
  }
  .news_details .prodDetails_con {
    padding-bottom: 1rem;
  }
  .news_details .prodDetails_con .prod_top {
    flex-direction: column;
  }
  .news_details .prodDetails_con .prod_top .details_left {
    width: 100%;
  }
  .news_details .prodDetails_con .prod_top .details_left h5 {
    width: 100%;
    text-align: left;
    font-size: 0.8rem;
    color: #333;
    font-weight: 500;
    line-height: 1rem;
    margin-bottom: 0.6rem;
  }
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case {
    width: 100%;
    position: relative;
  }
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 {
    width: 100%;
    padding-bottom: 3.7rem;
  }
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide {
    height: unset;
  }
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper {
    --swiper-navigation-size: 0.7rem;
    /* 设置按钮大小 */
  }
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-next,
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-prev {
    width: 1.2rem;
    height: 3.2rem;
  }
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl {
    width: calc(100% - 3.2rem);
    left: 1.6rem;
  }
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide {
    height: 3.2rem;
  }
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide img {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .news_details .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide.swiper-slide-thumb-active {
    border: 0.05rem solid #ffb300;
  }
  .news_details .prodDetails_con .prod_top .details_right {
    width: calc(100%);
  }
  .news_details .prodDetails_con .prod_top .details_right .head_text {
    display: none;
  }
  .news_details .prodDetails_con .prod_top .details_right .right_info {
    margin-top: 0.9rem;
  }
  .news_details .prodDetails_con .prod_top .details_right .right_info p {
    font-size: 0.6rem;
    padding: 0.4rem 0.6rem;
    line-height: 1rem;
  }
  .news_details .prodDetails_con .prod_top .details_right .right_info p label {
    width: 3rem;
  }
  .news_details .prodDetails_con .prod_top .details_right .right_info p span {
    width: calc(100% - 3rem);
  }
  .news_details .prodDetails_con .prod_bottom {
    margin-top: 1rem;
  }
  .news_details .prodDetails_con .prod_bottom .desc_title {
    height: 1.5rem;
  }
  .news_details .prodDetails_con .prod_bottom .desc_title span {
    width: 4.75rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.65rem;
  }
  .news_details .prodDetails_con .prod_bottom .desc_con {
    width: 100%;
    padding: 0.65rem 0;
  }
}
