@charset "utf-8";
.other_banner {
  width: 100%;
  position: relative;
}
.other_banner img {
  width: 100%;
  height: auto;
}
.other_banner .banner_text {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.other_banner .banner_text .safe_width {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
  letter-spacing: 2px;
}
.other_banner .banner_text .safe_width h5 {
  font-weight: bold;
  font-size: 39px;
  line-height: 50px;
}
.other_banner .banner_text .safe_width p {
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 28px;
  line-height: 38px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
/*二级菜单导航*/
.other_nav {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.other_nav .m_nav {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.other_nav .m_nav .menu_left {
  width: 150px;
  text-align: left;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  border-right: 1px solid #D6D6D6;
}
.other_nav .m_nav .menu_right {
  width: calc(100% - 150px);
  padding: 0 0 0 20px;
  height: 100%;
}
.other_nav .m_nav .menu_right .nav-list {
  width: 100%;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
  height: 64px;
}
.other_nav .m_nav .menu_right .nav-list.none-arrow {
  padding: 0;
}
.other_nav .m_nav .menu_right .nav-list.none-arrow .arrow_left {
  display: none;
}
.other_nav .m_nav .menu_right .nav-list.none-arrow .arrow_right {
  display: none;
}
.other_nav .m_nav .menu_right .nav-list.none-arrow .wrapper_box {
  width: 100%;
}
.other_nav .m_nav .menu_right .nav-list .arrow_left {
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.other_nav .m_nav .menu_right .nav-list .arrow_left img {
  display: inline-block;
  width: auto;
  height: auto;
}
.other_nav .m_nav .menu_right .nav-list .arrow_right {
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.other_nav .m_nav .menu_right .nav-list .arrow_right img {
  display: inline-block;
  width: auto;
  height: auto;
}
.other_nav .m_nav .menu_right .nav-list .wrapper_box {
  width: calc(100% - 40px);
  position: relative;
  overflow: hidden;
  height: 64px;
  display: block;
}
.other_nav .m_nav .menu_right .nav-list .wrapper_box #myscrollbox {
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 1000000px;
}
.other_nav .m_nav .menu_right .nav-list .wrapper_box #myscrollbox .nav-wrapper {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.other_nav .m_nav .menu_right .nav-list .wrapper_box #myscrollbox .nav-wrapper li {
  text-align: center;
  display: inline-block;
}
.other_nav .m_nav .menu_right .nav-list .wrapper_box #myscrollbox .nav-wrapper li.active a {
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.other_nav .m_nav .menu_right .nav-list .wrapper_box #myscrollbox .nav-wrapper li.active a::after {
  height: 100%;
  background: #1074BF;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.other_nav .m_nav .menu_right .nav-list .wrapper_box #myscrollbox .nav-wrapper li:hover a {
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.other_nav .m_nav .menu_right .nav-list .wrapper_box #myscrollbox .nav-wrapper li:hover a::after {
  height: 100%;
  background: #1074BF;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.other_nav .m_nav .menu_right .nav-list .wrapper_box #myscrollbox .nav-wrapper li a {
  display: inline-block;
  line-height: 64px;
  padding: 0 30px;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  letter-spacing: 2px;
  position: relative;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.other_nav .m_nav .menu_right .nav-list .wrapper_box #myscrollbox .nav-wrapper li a::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.ab_con {
  display: inline-block;
  width: 100%;
}
.ab_con .con_tap {
  display: none;
  width: 100%;
}
/*公司简介*/
.about_head {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  letter-spacing: 1px;
}
.about_head p {
  display: inline-block;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #D8D8D8;
  line-height: 48px;
}
.about_head h5 {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 40px;
  color: #1074BF;
  line-height: 54px;
  margin-top: 8px;
}
.gy_con {
  width: 100%;
  padding: 70px 0 15px 0;
  /*企业文化*/
  /*人力资源*/
  /*组织机构*/
  /*资质荣誉*/
  /*企业视频*/
}
.gy_con .gy01_desc {
  width: 100%;
  padding-top: 30px;
}
.gy_con .gy01_desc p {
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #4B4B4B;
  margin-bottom: 28px;
  text-indent: 32px;
}
.gy_con .ab_icon {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gy_con .ab_icon .ab_item {
  background: #f5f6f8;
  height: 178px;
  width: calc((100% - 80px) / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gy_con .ab_icon .ab_item:hover .gy_icon {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  top: 34px;
}
.gy_con .ab_icon .ab_item:hover .gy_text h5 {
  color: #2E89FF;
}
.gy_con .ab_icon .ab_item .gy_icon {
  width: auto;
  height: auto;
  position: absolute;
  left: 20px;
  top: 38px;
  z-index: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.gy_con .ab_icon .ab_item .gy_text {
  letter-spacing: 2px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding: 0 24px;
}
.gy_con .ab_icon .ab_item .gy_text h5 {
  font-size: 34px;
  color: #4B4B4B;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  width: 100%;
  padding-left: 60px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.gy_con .ab_icon .ab_item .gy_text p {
  font-size: 14px;
  color: #000;
  line-height: 30px;
  display: inline-block;
  text-align: right;
  width: 100%;
  margin-top: 10px;
}
.gy_con .zbl-grid {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
}
.gy_con .zbl-grid .zbl-lump {
  width: calc((100% - 40px) / 3);
  margin: 0 20px 20px 0;
}
.gy_con .zbl-grid .zbl-lump:nth-child(3n) {
  margin-right: 0;
}
.gy_con .zbl-grid .zbl-lump .ck-box {
  cursor: pointer;
  position: relative;
}
.gy_con .zbl-grid .zbl-lump .ck-box .k {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0px;
  transition: 0.5s;
  z-index: 1;
}
.gy_con .zbl-grid .zbl-lump .ck-box .k::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  opacity: 0;
  transition: 0.5s;
}
.gy_con .zbl-grid .zbl-lump .ck-box .img-box {
  display: block;
  transition: 0.2s;
}
.gy_con .zbl-grid .zbl-lump .ck-box .img-box .zbl-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gy_con .zbl-grid .zbl-lump .ck-box .img-box .zbl-img img {
  display: inline-block;
  height: auto;
  width: 100%;
}
.gy_con .zbl-grid .zbl-lump .ck-box .txt-box {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000033;
  z-index: 2;
}
.gy_con .zbl-grid .zbl-lump .ck-box .txt-box .z1 {
  font-size: 30px;
  line-height: 30px;
  position: relative;
  top: 5px;
  transition: 0.5s;
}
.gy_con .zbl-grid .zbl-lump .ck-box .txt-box .x {
  display: none;
  width: 40px;
  height: 2px;
  background: #666;
  margin: 0;
  position: relative;
  top: 5px;
  opacity: 0;
  background: #fff;
}
.gy_con .zbl-grid .zbl-lump .ck-box .txt-box .z2 {
  display: none;
  font-size: 28px;
  line-height: 40px;
  position: relative;
  top: 10px;
  opacity: 0;
}
.gy_con .zbl-grid .zbl-lump:hover .ck-box .k {
  opacity: 1;
  transition: 0.5s;
  background: #1074bf;
  padding: 20px;
}
.gy_con .zbl-grid .zbl-lump:hover .ck-box .k::after {
  opacity: 1;
  transition: 0.5s;
}
.gy_con .zbl-grid .zbl-lump:hover .ck-box .txt-box {
  color: #fff;
  padding: 0 25px;
}
.gy_con .zbl-grid .zbl-lump:hover .ck-box .txt-box .z1 {
  font-size: 18px;
  line-height: 18px;
  top: 5px;
  transition: 0.5s;
}
.gy_con .zbl-grid .zbl-lump:hover .ck-box .txt-box .x {
  display: inline-block;
  background: #fff;
  margin: 12px auto 10px;
  top: 5px;
  opacity: 1;
}
.gy_con .zbl-grid .zbl-lump:hover .ck-box .txt-box .z2 {
  display: inline-block;
  top: 20px;
  opacity: 1;
}
.gy_con .join_box {
  width: 100%;
}
.gy_con .join_box .join_item {
  width: 100%;
  margin-bottom: 20px;
}
.gy_con .join_box .join_item:last-child {
  margin-bottom: 40px;
}
.gy_con .join_box .enter_top {
  width: 100%;
  height: 70px;
  background: #f6f6f6;
  color: #333;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.gy_con .join_box .enter_top:hover,
.gy_con .join_box .join_show .enter_top {
  color: #fff;
  background: #1074BF;
}
.gy_con .join_box .enter_top:hover .zw_div,
.gy_con .join_box .join_show .enter_top .zw_div {
  color: #fff;
}
.gy_con .join_box .enter_top:hover .cz_div span,
.gy_con .join_box .join_show .enter_top .cz_div span {
  background: #fff;
}
.gy_con .join_box .enter_top .zw_div {
  width: 20%;
  padding-left: 3.5%;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gy_con .join_box .enter_top div:nth-child(3) {
  width: 18%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gy_con .join_box .enter_top div:nth-child(2),
.gy_con .join_box .enter_top div:nth-child(4) {
  width: 16%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gy_con .join_box .enter_top div:nth-child(5) {
  width: 18%;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gy_con .join_box .cz_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 30px;
}
.gy_con .join_box .cz_div span {
  transition: opacity 0.2s ease 0s, transform 0.4s ease 0s;
}
.gy_con .join_box .line_01 {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #1074BF;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -1px;
}
.gy_con .join_box .line_02 {
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #1074BF;
}
.gy_con .join_box .join_show .line_01 {
  opacity: 0;
}
.gy_con .join_box .join_show .line_02 {
  transform: rotate(90deg);
}
.gy_con .join_box .join_desc {
  width: 100%;
  background: #f6f6f6;
  padding: 0px 66px 0px 66px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease 0s, transform 0.4s ease 0s;
}
.gy_con .join_box .join_show .join_desc {
  padding: 50px 50px 100px 50px;
  height: auto;
  overflow: visible;
}
.gy_con .join_box .join_desc h5 {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  font-weight: bold;
  padding: 0;
}
.gy_con .join_box .desc_info {
  width: 100%;
  margin: 10px 0;
}
.gy_con .join_box .desc_info p {
  font-size: 14px;
  line-height: 28px;
  color: #808080;
}
.gy_con .jg_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 50px 0;
}
.gy_con .jg_box img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.gy_con .gy_con04 {
  width: 100%;
}
.gy_con .gy_con04 .honor_item {
  width: 100%;
  padding: 20px 0 60px 0;
}
.gy_con .gy_con04 .honor_item:last-child {
  padding: 20px 0 40px 0;
}
.gy_con .gy_con04 .honor_item .honor_head {
  width: 100%;
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 40px;
}
.gy_con .gy_con04 .honor_item .honor_list {
  width: calc(100% + 20px);
  margin-left: -10px;
  padding: 0 10px;
}
.gy_con .gy_con04 .honor_item .honor_list .swiper-button-next,
.gy_con .gy_con04 .honor_item .honor_list .swiper-button-prev {
  display: none;
}
.gy_con .gy_con04 .honor_item .honor_list .swiper-slide {
  padding: 10px 0;
}
.gy_con .gy_con04 .honor_item .honor_list .honer_box {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.07);
}
.gy_con .gy_con04 .honor_item .honor_list .honer_box .honer_img {
  display: inline-block;
  width: 100%;
}
.gy_con .gy_con04 .honor_item .honor_list .honer_box .honer_img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.gy_con .gy_con04 .honor_item .honor_list .honer_box p {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gy_con .sub_switch {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gy_con .sub_switch li {
  margin: 0 3%;
}
.gy_con .sub_switch li a {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 20px;
}
.gy_con .sub_switch li a::after {
  content: '';
  width: 0;
  height: 4px;
  border-radius: 2px;
  display: inline-block;
  background: #1074BF;
  position: absolute;
  left: 50%;
  margin-left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.gy_con .sub_switch li:hover a {
  color: #1074BF;
}
.gy_con .sub_switch li:hover a::after {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  width: 30px;
  margin-left: -15px;
}
.gy_con .sub_switch li.active a {
  color: #1074BF;
}
.gy_con .sub_switch li.active a::after {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  width: 30px;
  margin-left: -15px;
}
.gy_con .gy_con06 {
  width: 100%;
}
.gy_con .gy_con06 .video_list {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.gy_con .gy_con06 .video_list .video_item {
  display: block;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: calc((100% - 4%) / 3);
  margin: 0 2% 50px 0;
  background: #F5F5F5;
}
.gy_con .gy_con06 .video_list .video_item:nth-child(3n) {
  margin-right: 0;
}
.gy_con .gy_con06 .video_list .video_item .v_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.gy_con .gy_con06 .video_list .video_item .v_img .sp_img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.gy_con .gy_con06 .video_list .video_item .v_img .icon_p {
  display: inline-block;
  width: 45px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22.5px;
  margin-left: -22.5px;
}
.gy_con .gy_con06 .video_list .video_item .v_text {
  width: 100%;
  padding: 20px 20px 26px 20px;
}
.gy_con .gy_con06 .video_list .video_item .v_text p {
  display: inline-block;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  height: 60px;
}
.gy_con .gy_con06 .video_list .video_item:hover .v_img .sp_img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.gy_con .gy_con06 .video_list .video_item:hover .v_text p {
  color: #1074bf;
}
/*视频播放*/
.video_show {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 30;
  position: fixed;
  background: rgba(55, 58, 71, 0.6);
}
.video_show.videoShow {
  display: flex;
}
.video_show.videoShow .video_box {
  -webkit-animation-name: anim-open-6;
  animation-name: anim-open-6;
}
.video_show .video_box {
  width: 70%;
  max-width: 1360px;
  max-height: 84%;
  padding: 24px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-animation-name: anim-close-6;
  animation-name: anim-close-6;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.video_show .video_box .close-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/close1.png) center center no-repeat rgba(0, 0, 0, 0.9);
  background-size: auto auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 32;
  cursor: pointer;
}
.video_show .video_box .close-btn:hover {
  opacity: 0.9;
}
.video_show .video_box video {
  width: 100%;
  height: auto;
}
@-webkit-keyframes anim-open-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open-6 {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px) perspective(600px) rotateX(0deg);
  }
}
@-webkit-keyframes anim-close-6 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
}
@keyframes anim-close-6 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-elem-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*弹窗*/
.tc-box {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 820px;
  height: 660px;
  margin-left: -410px;
  margin-top: -330px;
  background: #fff;
  z-index: 999;
  padding: 25px;
  box-shadow: 6px 6px 6px rgba(153, 153, 153, 0.3);
  display: none;
}
.tc-box .box {
  border: 1px solid #1074bf;
  width: 100%;
  height: 100%;
  text-align: left;
  position: relative;
}
.tc-box .box .off {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.tc-box .box .b1 {
  background: #1074bf;
  color: #fff;
  padding: 30px;
}
.tc-box .box .b1 .z1 {
  font-size: 18px;
}
.tc-box .box .b1 .z2 {
  font-size: 24px;
}
.tc-box .box .b2 {
  height: calc(100% - 136px);
  padding: 30px 0;
  font-size: 20px;
}
.tc-box .box .b2 .gd {
  padding: 0 30px;
  overflow-y: auto;
  height: 100%;
}
.tc-box .box .b2 .gd img {
  max-width: 100%;
}
/*技术优势*/
.js_con {
  width: 100%;
}
.js_con .h_5 {
  display: inline-block;
  font-size: 44px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 2px;
  padding-left: 20px;
  border-left: 8px solid #1074BF;
  line-height: 48px;
  margin-bottom: 28px;
}
.js_con .js_desc {
  width: 100%;
  display: inline-block;
  padding: 36px 24px;
  background: #f5f5f5;
}
.js_con .js_desc p {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #666666;
}
.js_con .js_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.js_con .js_top .js_item {
  height: 234px;
  background: #fff;
  width: calc(50% - 15px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
  border-radius: 3px;
  border: 1px solid #D8C7A4;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.07);
  letter-spacing: 2px;
  margin-top: 50px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.js_con .js_top .js_item:hover {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  margin-top: 40px;
}
.js_con .js_top .js_item .js_right {
  display: inline-block;
  width: 156px;
  height: auto;
}
.js_con .js_top .js_item .js_left {
  width: calc(100% - 160px);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.js_con .js_top .js_item .js_left p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #AEAEAE;
  line-height: 26px;
}
.js_con .js_top .js_item .js_left h5 {
  display: inline-block;
  width: 100%;
  font-size: 36px;
  color: #B49A7F;
  line-height: 50px;
  margin-top: 32px;
}
.js_con .js_top .js_item .tc_bj {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.76);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.js_con .js_top .js_item .tc_bj.show_js {
  display: block;
}
.js_con .js_top .js_item .tcJs-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
.js_con .js_top .js_item .tcJs-box .off-close {
  display: inline-block;
  width: 33px;
  height: auto;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  cursor: pointer;
}
.js_con .js_top .js_item .tcJs-box .js_img {
  width: auto;
  max-height: 66%;
  display: inline-block;
}
.js_con .js_top .js_item .tcJs-box .js_title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-top: 30px;
}
.js_con .js_top.js_bottom {
  justify-content: left;
  flex-wrap: wrap;
}
.js_con .js_top.js_bottom .js_item {
  height: 170px;
  background: #fff;
  width: calc((100% - 60px) / 3);
  padding: 0 2%;
  letter-spacing: 2px;
  margin-right: 30px;
}
.js_con .js_top.js_bottom .js_item:nth-child(3n) {
  margin-right: 0;
}
.js_con .js_top.js_bottom .js_item .js_right {
  width: 58px;
}
.js_con .js_top.js_bottom .js_item .js_left {
  width: calc(100% - 68px);
}
.js_con .js_top.js_bottom .js_item .js_left p {
  text-transform: uppercase;
  font-size: 18px;
  color: #D8D8D8;
  line-height: 24px;
}
.js_con .js_top.js_bottom .js_item .js_left h5 {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  color: #EB5942;
  line-height: 28px;
  margin-top: 32px;
}
/*工程案例*/
.case_con {
  width: 100%;
}
.case_con .case_switch {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.case_con .case_switch li {
  cursor: pointer;
  margin: 0 14px 20px 14px;
  background: #F6F6F6;
  border-radius: 3px;
  line-height: 48px;
  font-size: 20px;
  color: #000;
  text-align: center;
  padding: 0 24px;
  letter-spacing: 1px;
}
.case_con .case_switch li:hover {
  color: #fff;
  background: #1074bf;
}
.case_con .case_switch li.active {
  color: #fff;
  background: #1074bf;
}
.case_con .case_list {
  width: 100%;
  padding-top: 30px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.case_con .case_list .case_item {
  width: calc((100% - 60px) / 4);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  margin: 0 20px 30px 0;
}
.case_con .case_list .case_item:nth-child(4n) {
  margin-right: 0;
}
.case_con .case_list .case_item .c_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.case_con .case_list .case_item .c_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.case_con .case_list .case_item .c_text {
  display: inline-block;
  width: 100%;
  padding: 18px;
}
.case_con .case_list .case_item .c_text p {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #000;
  letter-spacing: 2px;
  font-weight: bold;
}
.case_con .case_list .case_item:hover .c_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);
}
.case_con .case_list .case_item:hover .c_text p {
  color: #1074BF;
}
/*业绩实力*/
.yeji_con {
  width: 100%;
  padding: 60px 0 15px 0;
}
.yeji_con .yeji_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.yeji_con .yeji_list .yeji_item {
  width: calc((100% - 5%) / 3);
  background: #fff;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  text-decoration: none;
  margin: 0 2.5% 30px 0;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.07);
}
.yeji_con .yeji_list .yeji_item:nth-child(3n) {
  margin-right: 0;
}
.yeji_con .yeji_list .yeji_item .yj_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.yeji_con .yeji_list .yeji_item .yj_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-height: 275px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.yeji_con .yeji_list .yeji_item .yj_text {
  width: 100%;
  padding: 24px 20px;
  letter-spacing: 2px;
}
.yeji_con .yeji_list .yeji_item .yj_text h5 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yeji_con .yeji_list .yeji_item .yj_text p {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #4B4B4B;
}
.yeji_con .yeji_list .yeji_item:hover .yj_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);
}
.yeji_con .yeji_list .yeji_item:hover .yj_text h5 {
  color: #1074BF;
}
/*业绩实力详情*/
.prodDetails_con {
  width: 100%;
  padding: 70px 0;
}
.prodDetails_con .prod_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prodDetails_con .prod_top .details_left {
  width: 778px;
}
.prodDetails_con .prod_top .details_left .prod_lunbo {
  width: 100%;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case {
  width: 100%;
  position: relative;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 {
  width: 100%;
  padding-bottom: 170px;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide {
  width: 100%;
  height: 514px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper {
  --swiper-theme-color: #000;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #000;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 18px;
  /* 设置按钮大小 */
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-next,
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-prev {
  width: 50px;
  height: 140px;
  left: 0px;
  outline: none;
  top: unset;
  margin-top: 0;
  bottom: 0px;
  z-index: 10;
  right: unset;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-next.swiper-button-next,
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-prev.swiper-button-next {
  left: unset;
  right: 0;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl {
  width: calc(100% - 120px);
  position: absolute;
  left: 60px;
  bottom: 0;
  z-index: 22;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper {
  width: 100%;
  height: auto;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  overflow: hidden;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide.swiper-slide-thumb-active {
  background: rgba(19, 114, 186, 0.1);
  border: 2px solid #1074BF;
}
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.prodDetails_con .prod_top .details_right {
  width: calc(100% - 830px);
}
.prodDetails_con .prod_top .details_right .head_text {
  width: 100%;
  font-size: 48px;
  color: #000;
  line-height: 54px;
  text-align: left;
  letter-spacing: 2px;
  padding-bottom: 20px;
  font-weight: bold;
}
.prodDetails_con .prod_top .details_right .prod_desc {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  letter-spacing: 2px;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.prodDetails_con .prod_top .details_right .link_box {
  width: 100%;
}
.prodDetails_con .prod_top .details_right .link_box a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666666;
  text-decoration: none;
  line-height: 18px;
  margin-top: 18px;
}
.prodDetails_con .prod_top .details_right .link_box a:hover {
  color: #1074bf;
}
.prodDetails_con .prod_bottom {
  width: 100%;
  margin-top: 60px;
}
.prodDetails_con .prod_bottom .desc_title {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 24px;
  border-left: 4px solid #1372BA;
  padding-left: 15px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #000;
  font-weight: bold;
}
.prodDetails_con .prod_bottom .yeji_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 36px;
}
.prodDetails_con .prod_bottom .yeji_list .yeji_item {
  width: calc((100% - 4.5%) / 4);
  background: #fff;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  text-decoration: none;
  margin: 0 1.5% 0px 0;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.07);
}
.prodDetails_con .prod_bottom .yeji_list .yeji_item:nth-child(4n) {
  margin-right: 0;
}
.prodDetails_con .prod_bottom .yeji_list .yeji_item .yj_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.prodDetails_con .prod_bottom .yeji_list .yeji_item .yj_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.prodDetails_con .prod_bottom .yeji_list .yeji_item .yj_text {
  width: 100%;
  padding: 12px 15px 16px 15px;
  letter-spacing: 2px;
}
.prodDetails_con .prod_bottom .yeji_list .yeji_item .yj_text h5 {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prodDetails_con .prod_bottom .yeji_list .yeji_item .yj_text p {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #858585;
}
.prodDetails_con .prod_bottom .yeji_list .yeji_item:hover .yj_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);
}
.prodDetails_con .prod_bottom .yeji_list .yeji_item:hover .yj_text h5 {
  color: #1074BF;
}
/*规范文献*/
.docu_con {
  width: 100%;
  padding: 100px 0 15px 0;
}
.docu_con .docu_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.docu_con .docu_list .docu_item {
  width: calc((100% - 6%) / 3);
  margin: 0 3% 36px 0;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.docu_con .docu_list .docu_item:nth-child(3n) {
  margin-right: 0;
}
.docu_con .docu_list .docu_item .d_right {
  width: 60px;
  height: 48px;
  display: inline-block;
  background: url(../images/other/wx/d_hs.png) no-repeat center center;
  background-size: 48px auto;
}
.docu_con .docu_list .docu_item .d_left {
  width: calc(100% - 80px);
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
}
.docu_con .docu_list .docu_item .d_left h5 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.docu_con .docu_list .docu_item .d_left .d_data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.docu_con .docu_list .docu_item .d_left .d_data .data_item {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 16px;
  color: #666666;
}
.docu_con .docu_list .docu_item .d_left .d_data .data_item span {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: 100% auto;
  margin-right: 8px;
}
.docu_con .docu_list .docu_item .d_left .d_data .data_item span.s1 {
  background: url(../images/other/wx/xz_b_p.png) no-repeat center center;
}
.docu_con .docu_list .docu_item .d_left .d_data .data_item span.s2 {
  background: url(../images/other/wx/wj_b_p.png) no-repeat center center;
}
.docu_con .docu_list .docu_item:hover {
  border-color: #1074bf;
  background: #1074bf;
}
.docu_con .docu_list .docu_item:hover .d_right {
  background: url(../images/other/wx/d_bs.png) no-repeat center center;
  background-size: 48px auto;
}
.docu_con .docu_list .docu_item:hover .d_left h5 {
  color: #fff;
}
.docu_con .docu_list .docu_item:hover .d_left .d_data .data_item {
  color: #fff;
}
.docu_con .docu_list .docu_item:hover .d_left .d_data .data_item span.s1 {
  background: url(../images/other/wx/xz_w_p.png) no-repeat center center;
}
.docu_con .docu_list .docu_item:hover .d_left .d_data .data_item span.s2 {
  background: url(../images/other/wx/wj_w_p.png) no-repeat center center;
}
/*联系我们页面head*/
.lx_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lx_head p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.lx_head h5 {
  font-size: 40px;
  color: #000000;
  line-height: 54px;
  letter-spacing: 2px;
}
.lx_head span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #1074BF;
  margin-top: 16px;
}
/*联系我们*/
.lx_con {
  width: 100%;
  padding: 100px 0 15px 0;
}
.lx_con .lx_info {
  width: 100%;
  margin-top: 76px;
}
.lx_con .lx_info .mes_box {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 70px;
}
.lx_con .lx_info .mes_box .mes_input {
  width: calc((100% - 8%) / 5);
  height: 60px;
  border: 1px solid #F8F8F8;
  color: #333;
  background: #f8f8f8;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-right: 2%;
  font-size: 16px;
  outline: none;
  border-radius: 0px;
}
.lx_con .lx_info .mes_box .mes_input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}
.lx_con .lx_info .mes_box .bootstrap-select .btn.disabled {
  opacity: 1;
  background: #F3F4F8;
}
.lx_con .lx_info .mes_box .bootstrap-select .btn.disabled:hover {
  background: #F3F4F8 !important;
  border-color: #e2e5ea;
}
.lx_con .lx_info .mes_box .bootstrap-select .btn.disabled:focus {
  background: #F3F4F8 !important;
  border-color: #e2e5ea;
}
.lx_con .lx_info .mes_box .bootstrap-select .dropdown-menu {
  z-index: 2;
}
.lx_con .lx_info .mes_box .bootstrap-select .dropdown-menu li a {
  font-size: 14px;
  color: #585B61;
  line-height: 34px;
  outline: none !important;
}
.lx_con .lx_info .mes_box .bootstrap-select .dropdown-menu li.selected.active a {
  background: #F3F4F8;
  color: #1074bf;
}
.lx_con .lx_info .mes_box .dropdown {
  width: calc((100% - 8%) / 5);
  margin-bottom: 20px;
}
.lx_con .lx_info .mes_box .btn {
  width: 100%;
  outline: none !important;
  height: 60px;
  border: 1px solid #F8F8F8;
  color: #333;
  background: #f8f8f8;
  border-radius: 0;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  box-shadow: none;
}
.lx_con .lx_info .mes_box .mes_text {
  width: 100%;
  margin-bottom: 38px;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  color: #333;
  padding: 20px;
  border-radius: 0px;
  height: 270px;
  font-family: "微软雅黑";
  font-size: 16px;
  outline: none;
  resize: none;
}
.lx_con .lx_info .mes_box .mes_text::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
.lx_con .lx_info .mes_box .mes_text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}
.lx_con .lx_info .mes_box .submit_btn {
  display: inline-block;
  width: 268px;
  height: 60px;
  background: #1074BF;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  border-radius: 0px;
  margin: 0 auto;
}
.lx_con .lx_info .mes_box .submit_btn:hover {
  opacity: 0.9;
}
.lx_con .map_box {
  width: 100%;
  position: relative;
  margin-top: 44px;
}
.lx_con .map_box .lx_map {
  width: calc(100%);
  padding-top: 180px;
}
.lx_con .map_box .map_text_box {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lx_con .map_box .map_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 324px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  padding: 0 3.5%;
}
.lx_con .map_box .map_text h5 {
  width: 100%;
  font-size: 26px;
  color: #000;
  line-height: 32px;
}
.lx_con .map_box .map_text .gs_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.lx_con .map_box .map_text .gs_info .info_item {
  width: 28%;
  margin-top: 28px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.lx_con .map_box .map_text .gs_info .info_item:nth-child(1),
.lx_con .map_box .map_text .gs_info .info_item:nth-child(4) {
  width: 44%;
}
.lx_con .map_box .map_text .gs_info .info_item img {
  width: 31px;
  height: auto;
  margin-right: 8px;
}
.lx_con .map_box .map_text .gs_info .info_item p {
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 16px;
  color: #000;
  line-height: 24px;
}
.lx_con .map_box .map_text .gs_info .info_item p a {
  text-decoration: none;
  color: #000;
}
/*新闻列表*/
.news_list {
  width: 100%;
  padding: 70px 0 15px 0;
}
.news_list .news_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
}
.news_list .news_top .t_left {
  width: 48.6%;
  max-width: 768px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 420px;
}
.news_list .news_top .t_left img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  display: inline-block;
  height: 100%;
  width: auto;
}
.news_list .news_top .t_left:hover 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_list .news_top .t_right {
  width: calc(100% - 48.6% - 3.7%);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.news_list .news_top .t_right .r_item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  padding: 24px 0;
  border-bottom: 1px solid #E6E6E6;
}
.news_list .news_top .t_right .r_item h5 {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 34px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 2px;
}
.news_list .news_top .t_right .r_item:last-child {
  border-bottom: none;
}
.news_list .news_top .t_right .r_item:hover h5 {
  color: #1074BF;
}
.news_list .news_top .t_right .r_item:nth-child(1) {
  padding-top: 0;
}
.news_list .news_top .t_right .r_item:nth-child(1) .s_time {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: inline-block;
  margin: 6px 0 20px 0;
}
.news_list .news_top .t_right .r_item:nth-child(1) em {
  display: inline-block;
  font-style: normal;
  width: 34px;
  height: 2px;
  background: #52BCFF;
}
.news_list .news_top .t_right .r_item:nth-child(1) p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  letter-spacing: 2px;
  margin: 20px 0 24px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 90px;
}
.news_list .news_bottom {
  border-bottom: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  margin-bottom: 40px;
  width: 100%;
  padding: 60px 0 0px 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news_list .news_bottom .news_item {
  width: calc((100% - 30px) / 3);
  margin: 0 15px 20px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-decoration: none;
}
.news_list .news_bottom .news_item:nth-child(3n) {
  margin-right: 0;
}
.news_list .news_bottom .news_item .news_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 284px;
}
.news_list .news_bottom .news_item .news_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.news_list .news_bottom .news_item .news_text {
  width: 100%;
  padding: 26px 12px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  letter-spacing: 2px;
}
.news_list .news_bottom .news_item .news_text span {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 13px;
  color: #6666;
}
.news_list .news_bottom .news_item .news_text h5 {
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  margin: 10px 0 20px 0;
}
.news_list .news_bottom .news_item .news_text p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 90px;
}
.news_list .news_bottom .news_item:hover .news_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_list .news_bottom .news_item:hover .news_text h5 {
  color: #1074BF;
}
/*新闻详情*/
.other_newsDetails {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 0px 0;
  /*新闻*/
}
.other_newsDetails .news_right {
  position: sticky;
  width: 480px;
  background: #f0f0f0;
  border-radius: 10px;
  top: 160px;
  padding: 32px 28px;
}
.other_newsDetails .news_right h5 {
  line-height: 24px;
  font-size: 24px;
  letter-spacing: 2px;
  padding-left: 15px;
  color: #1372BA;
  border-left: 4px solid #1372BA;
  margin-bottom: 20px;
}
.other_newsDetails .news_right .hot_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.other_newsDetails .news_right .hot_list a {
  margin-bottom: 18px;
  width: 100%;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  padding-left: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
}
.other_newsDetails .news_right .hot_list a::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1372BA;
  position: absolute;
  left: 0;
  top: 7px;
}
.other_newsDetails .news_right .hot_list a:hover {
  color: #1372BA;
}
.other_newsDetails .news_left {
  width: calc(100% - 480px - 40px);
}
.other_newsDetails .m3nCon {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.other_newsDetails .m3nCon .m3nTbox {
  width: 100%;
}
.other_newsDetails .m3nCon .m3nTbox h2 {
  font-size: 44px;
  line-height: 60px;
  color: #000;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding-bottom: 26px;
  letter-spacing: 2px;
}
.other_newsDetails .m3nCon .m3nTbox h2::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #1372BA;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.other_newsDetails .m3nCon .m3nInfo {
  width: 100%;
  padding: 24px 0;
  display: inline-block;
  border-bottom: 1px solid #F0F0F0;
  font-size: 14px;
  color: #666666;
}
.other_newsDetails .m3nCon .m3nInfo dl {
  width: auto;
  display: flex;
  justify-content: left;
  align-items: center;
}
.other_newsDetails .m3nCon .m3nInfo dl dd {
  margin-right: 15px;
}
.other_newsDetails .m3nCon .m3nInfo dl dd:last-child {
  margin-right: 0;
}
.other_newsDetails .m3nCon .m3nInfo dl dd em {
  font-size: 16px;
  color: #000;
  line-height: 40px;
  font-style: normal;
}
.other_newsDetails .m3nCon .m3nInfo .wxBox {
  position: relative;
}
.other_newsDetails .m3nCon .m3nInfo #wxshareBox {
  width: 150px;
  height: 170px;
  background-color: #fff;
  padding: 5px 20px 10px 20px;
  box-sizing: border-box;
  position: absolute;
  top: -180px;
  left: -50px;
  display: none;
  border: 2px solid #7f7f7f;
  z-index: 6;
}
.other_newsDetails .m3nCon .m3nInfo .shareTitle {
  display: flex;
  justify-content: space-between;
  margin: 7px auto;
}
.other_newsDetails .m3nCon .m3nInfo .shareTitle span {
  font-size: 14px;
}
.other_newsDetails .m3nCon .m3nEditor {
  padding: 50px 0px 60px 0;
}
.other_newsDetails .m3nCon .m3nEditor img {
  width: auto;
  max-width: 100%;
}
.other_newsDetails .m3nCon .details_video {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.other_newsDetails .m3nCon .details_video .ff_img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.other_newsDetails .m3nCon .details_video .oper_icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -28px;
  margin-left: -28px;
  z-index: 1;
  cursor: pointer;
}
.other_newsDetails .m3nCon .details_video .oper_icon img {
  width: 100%;
  height: auto;
}
.other_newsDetails .m3nCon .m3pages {
  border-top: 1px solid #F0F0F0;
  line-height: 70px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other_newsDetails .m3nCon .m3pages a {
  max-width: 45%;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  color: #666;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.other_newsDetails .m3nCon .m3pages a:hover {
  color: #1372BA;
}
.other_newsDetails.details_news .news_right {
  background: #fff;
  border-radius: 0;
  padding: 44px 32px;
  border-left: 1px solid #E4E3E2;
}
.other_newsDetails.details_news .news_right h5 {
  line-height: 24px;
  font-size: 24px;
  letter-spacing: 2px;
  padding-left: 0px;
  color: #373737;
  border-left: none;
  margin-bottom: 40px;
}
.other_newsDetails.details_news .news_right .yewu_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.other_newsDetails.details_news .news_right .yewu_list .yewu_item {
  margin-bottom: 20px;
  width: 100%;
}
.other_newsDetails.details_news .news_right .yewu_list .yewu_item .yw_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.other_newsDetails.details_news .news_right .yewu_list .yewu_item .yw_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.other_newsDetails.details_news .news_right .yewu_list .yewu_item .yw_text {
  width: 100%;
  padding: 16px 0px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.other_newsDetails.details_news .news_right .yewu_list .yewu_item .yw_text span {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
}
.other_newsDetails.details_news .news_right .yewu_list .yewu_item .yw_text h5 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  margin: 14px 0 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0;
  color: #333;
  font-weight: bold;
}
.other_newsDetails.details_news .news_right .yewu_list .yewu_item .yw_text p {
  text-align: left;
  width: 100%;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  position: relative;
}
.other_newsDetails.details_news .news_right .yewu_list .yewu_item:hover .yw_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_newsDetails.details_news .news_right .yewu_list .yewu_item:hover .yw_text h5 {
  color: #1074bf;
}
.other_newsDetails.details_news .news_right .yewu_list .more-btn {
  width: 100%;
  text-align: center;
  background: #E5E5E5;
  color: #373737;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 56px;
  text-decoration: none;
}
.other_newsDetails.details_news .news_right .yewu_list .more-btn:hover {
  background: #1074BF;
  color: #fff;
}
.other_newsDetails.details_news .m3nCon .m3nTbox h2 {
  font-size: 32px;
  line-height: 50px;
  font-weight: normal;
  padding-bottom: 0;
  letter-spacing: 2px;
}
.other_newsDetails.details_news .m3nCon .m3nTbox h2::after {
  content: none;
}
.other_newsDetails.details_news .m3nCon .m3nInfo {
  width: 100%;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F0F0F0;
  font-size: 14px;
  color: #666666;
}
.other_newsDetails.details_news .m3nCon .m3nInfo .publish_time {
  width: 50%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.other_newsDetails.details_news .m3nCon .m3nInfo .publish_time img {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 6px;
}
.other_newsDetails.details_news .m3nCon .m3nInfo .publish_time span {
  font-size: 16px;
  color: #7D7D7D;
}
.other_newsDetails.details_news .m3nCon .m3nInfo dl {
  width: 50%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.other_newsDetails.details_news .m3nCon .m3nEditor {
  padding: 32px 0px 40px 0;
}
.other_newsDetails.details_news .m3nCon .m3nEditor img {
  width: auto;
  max-width: 100%;
}
.other_newsDetails.details_news .m3nCon .m3pages {
  border-top: none;
  line-height: 80px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #e5e5e5;
}
.other_newsDetails.details_news .m3nCon .m3pages a {
  max-width: 45%;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  color: #2D3441;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.other_newsDetails.details_news .m3nCon .m3pages a:hover {
  color: #1372BA;
}
@media screen and (max-width: 1440px) {
  /*公司简介*/
  .gy_con .ab_icon {
    width: 100%;
    margin-top: 30px;
  }
  .gy_con .ab_icon .ab_item {
    height: 158px;
    width: calc((100% - 45px) / 5);
  }
  .gy_con .ab_icon .ab_item .gy_icon {
    width: 46px;
    position: absolute;
    left: 20px;
    top: 38px;
  }
  .gy_con .ab_icon .ab_item .gy_text {
    letter-spacing: 2px;
    padding: 0 20px;
  }
  .gy_con .ab_icon .ab_item .gy_text h5 {
    font-size: 24px;
    padding-left: 50px;
  }
  .gy_con .ab_icon .ab_item .gy_text p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
  }
  .gy_con .zbl-grid {
    margin-top: 60px;
  }
  .gy_con .zbl-grid .zbl-lump .ck-box .txt-box .z1 {
    font-size: 24px;
    line-height: 24px;
  }
  .gy_con .zbl-grid .zbl-lump .ck-box .txt-box .z2 {
    font-size: 22px;
    line-height: 36px;
  }
  .gy_con .zbl-grid .zbl-lump:hover .ck-box .k {
    opacity: 1;
    transition: 0.5s;
    background: #1074bf;
    padding: 20px;
  }
  .gy_con .zbl-grid .zbl-lump:hover .ck-box .k::after {
    opacity: 1;
    transition: 0.5s;
  }
  .gy_con .zbl-grid .zbl-lump:hover .ck-box .txt-box {
    padding: 0 25px;
  }
  .gy_con .zbl-grid .zbl-lump:hover .ck-box .txt-box .z1 {
    font-size: 18px;
    line-height: 18px;
  }
  .gy_con .zbl-grid .zbl-lump:hover .ck-box .txt-box .x {
    margin: 12px auto 10px;
  }
  /*技术优势*/
  .js_con {
    width: 100%;
  }
  .js_con .js_top .js_item {
    height: 234px;
  }
  .js_con .js_top .js_item .js_right {
    width: 146px;
  }
  .js_con .js_top .js_item .js_left {
    width: calc(100% - 150px);
  }
  .js_con .js_top .js_item .js_left p {
    font-size: 16px;
  }
  .js_con .js_top .js_item .js_left h5 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 30px;
  }
  .js_con .js_top.js_bottom .js_item {
    height: 170px;
    width: calc((100% - 60px) / 3);
    padding: 0 2%;
    margin-right: 30px;
  }
  .js_con .js_top.js_bottom .js_item .js_right {
    width: 52px;
  }
  .js_con .js_top.js_bottom .js_item .js_left {
    width: calc(100% - 62px);
  }
  .js_con .js_top.js_bottom .js_item .js_left p {
    font-size: 14px;
    line-height: 20px;
  }
  .js_con .js_top.js_bottom .js_item .js_left h5 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
  }
  /*业绩实力详情*/
  .prodDetails_con .prod_top .details_left {
    width: 580px;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 {
    width: 100%;
    padding-bottom: 130px;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide {
    height: 386px;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper {
    --swiper-theme-color: #000;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #000;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 18px;
    /* 设置按钮大小 */
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-next,
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-prev {
    width: 40px;
    height: 108px;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl {
    width: calc(100% - 100px);
    left: 50px;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper {
    width: 100%;
    height: auto;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide {
    height: 108px;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .prodDetails_con .prod_top .details_right {
    width: calc(100% - 610px);
  }
  .prodDetails_con .prod_top .details_right .head_text {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 2px;
    padding-bottom: 20px;
  }
  .prodDetails_con .prod_top .details_right .prod_desc {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0f0f0;
  }
  .prodDetails_con .prod_top .details_right .link_box a {
    font-size: 14px;
    line-height: 16px;
    margin-top: 16px;
  }
  .prodDetails_con .prod_bottom {
    margin-top: 50px;
  }
  .prodDetails_con .prod_bottom .desc_title {
    font-size: 22px;
    border-left: 4px solid #1372BA;
    padding-left: 15px;
    line-height: 22px;
    letter-spacing: 2px;
  }
  .prodDetails_con .prod_bottom .yeji_list {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item {
    width: calc((100% - 4.5%) / 4);
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item .yj_text {
    padding: 12px 15px 16px 15px;
    letter-spacing: 2px;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item .yj_text h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item .yj_text p {
    -webkit-line-clamp: 2;
    height: 44px;
    font-size: 14px;
    line-height: 22px;
  }
  /*新闻详情*/
  .other_newsDetails .news_right {
    width: 30%;
  }
  .other_newsDetails .news_left {
    width: calc(100% - 30% - 40px);
  }
}
@media screen and (max-width: 1280px) {
  .other_banner {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .other_banner img {
    width: auto;
    height: 100%;
  }
  .other_banner .banner_text .safe_width h5 {
    font-size: 35px;
    line-height: 45px;
  }
  .other_banner .banner_text .safe_width p {
    font-size: 24px;
    line-height: 34px;
  }
  /*规范文献*/
  .docu_con {
    padding: 80px 0 60px 0;
  }
  .docu_con .docu_list .docu_item {
    width: calc((100% - 4%) / 3);
    margin: 0 2% 30px 0;
    border-radius: 10px;
    height: 140px;
    padding: 0 15px;
  }
  .docu_con .docu_list .docu_item .d_right {
    width: 50px;
    height: 40px;
    background: url(../images/other/wx/d_hs.png) no-repeat center center;
    background-size: 40px auto;
  }
  .docu_con .docu_list .docu_item .d_left {
    width: calc(100% - 60px);
  }
  .docu_con .docu_list .docu_item .d_left h5 {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
  }
  .docu_con .docu_list .docu_item .d_left .d_data {
    margin-top: 10px;
  }
  .docu_con .docu_list .docu_item .d_left .d_data .data_item {
    font-size: 12px;
  }
  .docu_con .docu_list .docu_item .d_left .d_data .data_item span {
    width: 16px;
    height: 16px;
    background-size: 100% auto;
    margin-right: 4px;
  }
}
@media screen and (max-width: 1024px) {
  /*二级菜单导航*/
  .other_nav .m_nav .menu_left {
    width: 120px;
    font-size: 16px;
  }
  .other_nav .m_nav .menu_right {
    width: calc(100% - 120px);
  }
  /*公司简介*/
  .about_head p {
    font-size: 32px;
    line-height: 40px;
  }
  .about_head h5 {
    font-size: 32px;
    line-height: 46px;
    margin-top: 8px;
  }
  .gy_con {
    padding: 60px 0 80px 0;
    /*企业视频*/
  }
  .gy_con .gy01_desc {
    padding-top: 30px;
  }
  .gy_con .gy01_desc p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 28px;
    text-indent: 32px;
  }
  .gy_con .ab_icon {
    width: 100%;
    margin-top: 30px;
  }
  .gy_con .ab_icon .ab_item {
    height: 128px;
    width: calc((100% - 40px) / 5);
  }
  .gy_con .ab_icon .ab_item .gy_icon {
    width: 36px;
    position: absolute;
    left: 16px;
    top: 30px;
  }
  .gy_con .ab_icon .ab_item .gy_text {
    letter-spacing: 2px;
    padding: 0 16px;
  }
  .gy_con .ab_icon .ab_item .gy_text h5 {
    font-size: 16px;
    padding-left: 40px;
  }
  .gy_con .ab_icon .ab_item .gy_text p {
    font-size: 12px;
    line-height: 26px;
    margin-top: 6px;
  }
  .gy_con .zbl-grid {
    margin-top: 50px;
  }
  .gy_con .zbl-grid .zbl-lump .ck-box .img-box .zbl-img img {
    height: 210px;
    width: auto;
  }
  .gy_con .zbl-grid .zbl-lump .ck-box .txt-box .z1 {
    font-size: 20px;
    line-height: 20px;
  }
  .gy_con .zbl-grid .zbl-lump .ck-box .txt-box .z2 {
    font-size: 18px;
    line-height: 24px;
  }
  .gy_con .zbl-grid .zbl-lump:hover .ck-box .k {
    opacity: 1;
    transition: 0.5s;
    background: #1074bf;
    padding: 20px;
  }
  .gy_con .zbl-grid .zbl-lump:hover .ck-box .k::after {
    opacity: 1;
    transition: 0.5s;
  }
  .gy_con .zbl-grid .zbl-lump:hover .ck-box .txt-box {
    padding: 0 25px;
  }
  .gy_con .zbl-grid .zbl-lump:hover .ck-box .txt-box .z1 {
    font-size: 14px;
    line-height: 14px;
  }
  .gy_con .zbl-grid .zbl-lump:hover .ck-box .txt-box .x {
    margin: 12px auto 6px;
  }
  .gy_con .gy_con06 .video_list {
    margin-top: 50px;
  }
  .gy_con .gy_con06 .video_list .video_item {
    width: calc((100% - 3%) / 3);
    margin: 0 1.5% 30px 0;
  }
  .gy_con .gy_con06 .video_list .video_item .v_img .icon_p {
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }
  .gy_con .gy_con06 .video_list .video_item .v_text {
    padding: 16px 16px 20px 16px;
  }
  .gy_con .gy_con06 .video_list .video_item .v_text p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    height: 48px;
  }
  /*弹窗*/
  .tc-box {
    width: 80%;
    height: 70%;
    margin-left: 0;
    margin-top: 0;
    left: 10%;
    top: 15%;
  }
  /*技术优势*/
  .js_con {
    width: 100%;
  }
  .js_con .h_5 {
    font-size: 36px;
    line-height: 40px;
  }
  .js_con .js_top .js_item {
    height: 194px;
    margin-top: 40px;
  }
  .js_con .js_top .js_item:hover {
    margin-top: 30px;
  }
  .js_con .js_top .js_item .js_right {
    width: 116px;
  }
  .js_con .js_top .js_item .js_left {
    width: calc(100% - 120px);
  }
  .js_con .js_top .js_item .js_left p {
    font-size: 14px;
  }
  .js_con .js_top .js_item .js_left h5 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }
  .js_con .js_top.js_bottom .js_item {
    height: 150px;
    width: calc((100% - 40px) / 3);
    padding: 0 2%;
    margin-right: 20px;
  }
  .js_con .js_top.js_bottom .js_item .js_right {
    width: 42px;
  }
  .js_con .js_top.js_bottom .js_item .js_left {
    width: calc(100% - 52px);
  }
  .js_con .js_top.js_bottom .js_item .js_left p {
    font-size: 13px;
    line-height: 18px;
  }
  .js_con .js_top.js_bottom .js_item .js_left h5 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
  }
  /*工程案例*/
  .case_con .case_switch li {
    cursor: pointer;
    margin: 0 10px 16px 10px;
    line-height: 44px;
    font-size: 18px;
    padding: 0 22px;
  }
  .case_con .case_list {
    padding-top: 20px;
  }
  .case_con .case_list .case_item {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
  }
  .case_con .case_list .case_item:nth-child(4n) {
    margin-right: 20px;
  }
  .case_con .case_list .case_item:nth-child(3n) {
    margin-right: 0px;
  }
  .case_con .case_list .case_item .c_text {
    padding: 16px;
  }
  .case_con .case_list .case_item .c_text p {
    font-size: 16px;
    letter-spacing: 2px;
  }
  /*业绩实力详情*/
  .prodDetails_con {
    padding: 60px 0;
  }
  .prodDetails_con .prod_top .details_left {
    width: 350px;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 {
    width: 100%;
    padding-bottom: 80px;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide {
    height: 234px;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper {
    --swiper-theme-color: #000;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #000;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 18px;
    /* 设置按钮大小 */
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-next,
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-prev {
    width: 40px;
    height: 66px;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl {
    width: calc(100% - 100px);
    left: 50px;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper {
    width: 100%;
    height: auto;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide {
    height: 66px;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .prodDetails_con .prod_top .details_right {
    width: calc(100% - 380px);
  }
  .prodDetails_con .prod_top .details_right .head_text {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px;
    padding-bottom: 16px;
  }
  .prodDetails_con .prod_top .details_right .prod_desc {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
  }
  .prodDetails_con .prod_top .details_right .link_box a {
    font-size: 13px;
    line-height: 14px;
    margin-top: 16px;
  }
  .prodDetails_con .prod_bottom {
    margin-top: 30px;
  }
  .prodDetails_con .prod_bottom .desc_title {
    font-size: 18px;
    border-left: 4px solid #1372BA;
    padding-left: 15px;
    line-height: 18px;
    letter-spacing: 2px;
  }
  .prodDetails_con .prod_bottom .yeji_list {
    margin-top: 30px;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item {
    width: calc((100% - 3%) / 4);
    margin: 0 1% 0 0;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item:nth-child(4n) {
    margin-right: 0;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item:nth-child(4n) .yj_text {
    padding: 12px 15px 16px 15px;
    letter-spacing: 2px;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item:nth-child(4n) .yj_text h5 {
    font-size: 15px;
    line-height: 18px;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item:nth-child(4n) .yj_text p {
    -webkit-line-clamp: 2;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
  }
  /*规范文献*/
  .docu_con {
    padding: 70px 0 60px 0;
  }
  .docu_con .docu_list {
    justify-content: space-between;
  }
  .docu_con .docu_list .docu_item {
    width: calc((100% - 3%) / 2);
    margin: 0 0 30px 0;
    border-radius: 10px;
    height: 140px;
    padding: 0 15px;
  }
  .docu_con .docu_list .docu_item .d_right {
    width: 50px;
    height: 40px;
    background: url(../images/other/wx/d_hs.png) no-repeat center center;
    background-size: 40px auto;
  }
  .docu_con .docu_list .docu_item .d_left {
    width: calc(100% - 60px);
  }
  .docu_con .docu_list .docu_item .d_left h5 {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
  }
  .docu_con .docu_list .docu_item .d_left .d_data {
    margin-top: 10px;
  }
  .docu_con .docu_list .docu_item .d_left .d_data .data_item {
    font-size: 12px;
  }
  .docu_con .docu_list .docu_item .d_left .d_data .data_item span {
    width: 16px;
    height: 16px;
    background-size: 100% auto;
    margin-right: 4px;
  }
  /*联系我们页面head*/
  .lx_head p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .lx_head h5 {
    font-size: 36px;
    line-height: 50px;
  }
  .lx_head span {
    width: 46px;
    height: 3px;
    margin-top: 16px;
  }
  /*联系我们*/
  .lx_con {
    width: 100%;
    padding: 90px 0 130px 0;
  }
  .lx_con .lx_info {
    margin-top: 70px;
  }
  .lx_con .lx_info .mes_box {
    margin-top: 60px;
  }
  .lx_con .lx_info .mes_box .mes_input {
    width: calc((100% - 4%) / 5);
    height: 50px;
    border: 1px solid #F8F8F8;
    padding: 0 20px;
    margin-bottom: 20px;
    margin-right: 1%;
    font-size: 16px;
  }
  .lx_con .lx_info .mes_box .bootstrap-select .dropdown-menu li a {
    font-size: 14px;
    line-height: 34px;
  }
  .lx_con .lx_info .mes_box .dropdown {
    width: calc((100% - 4%) / 5);
    margin-bottom: 20px;
  }
  .lx_con .lx_info .mes_box .btn {
    width: 100%;
    height: 50px;
    border: 1px solid #F8F8F8;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
  }
  .lx_con .lx_info .mes_box .mes_text {
    margin-bottom: 38px;
    border: 1px solid #f8f8f8;
    padding: 20px;
    height: 240px;
    font-size: 16px;
  }
  .lx_con .lx_info .mes_box .submit_btn {
    width: 258px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
  .lx_con .map_box {
    margin-top: 40px;
  }
  .lx_con .map_box .lx_map {
    padding-top: 180px;
  }
  .lx_con .map_box .map_text {
    height: 324px;
    padding: 0 3%;
  }
  .lx_con .map_box .map_text h5 {
    font-size: 22px;
    line-height: 28px;
  }
  .lx_con .map_box .map_text .gs_info .info_item {
    width: 30%;
    margin-top: 28px;
    align-items: flex-start;
    padding-right: 10px;
  }
  .lx_con .map_box .map_text .gs_info .info_item:nth-child(1),
  .lx_con .map_box .map_text .gs_info .info_item:nth-child(4) {
    width: 40%;
  }
  .lx_con .map_box .map_text .gs_info .info_item img {
    width: 31px;
    height: auto;
    margin-right: 8px;
    margin-top: -2px;
  }
  .lx_con .map_box .map_text .gs_info .info_item p {
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .other_banner {
    height: unset;
  }
  .other_banner img {
    width: 100%;
    height: auto;
  }
  .other_banner .banner_text .safe_width {
    letter-spacing: 0.05rem;
  }
  .other_banner .banner_text .safe_width h5 {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .other_banner .banner_text .safe_width p {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  /*二级菜单导航*/
  .other_nav {
    border-width: 0.025rem;
  }
  .other_nav .safe_width {
    padding: 0;
  }
  .other_nav .m_nav {
    height: 2rem;
  }
  .other_nav .m_nav .menu_left {
    display: none;
  }
  .other_nav .m_nav .menu_right {
    width: 100%;
    padding: 0;
  }
  .other_nav .m_nav .menu_right .nav-list {
    width: 100%;
    padding: 0 0px;
    overflow: hidden;
    position: relative;
    height: 2rem;
  }
  .other_nav .m_nav .menu_right .nav-list.none-arrow {
    padding: 0;
  }
  .other_nav .m_nav .menu_right .nav-list.none-arrow .arrow_left {
    display: none;
  }
  .other_nav .m_nav .menu_right .nav-list.none-arrow .arrow_right {
    display: none;
  }
  .other_nav .m_nav .menu_right .nav-list.none-arrow .wrapper_box {
    width: 100%;
  }
  .other_nav .m_nav .menu_right .nav-list .arrow_left {
    display: none;
  }
  .other_nav .m_nav .menu_right .nav-list .arrow_right {
    display: none;
  }
  .other_nav .m_nav .menu_right .nav-list .wrapper_box {
    height: 2rem;
    width: 100%;
  }
  .other_nav .m_nav .menu_right .nav-list .wrapper_box #myscrollbox {
    width: 100%;
    overflow-x: auto;
    float: unset;
  }
  .other_nav .m_nav .menu_right .nav-list .wrapper_box #myscrollbox .nav-wrapper {
    width: auto;
    display: inline-block;
    float: unset;
    white-space: nowrap;
  }
  .other_nav .m_nav .menu_right .nav-list .wrapper_box #myscrollbox .nav-wrapper li {
    white-space: nowrap;
    display: inline;
  }
  .other_nav .m_nav .menu_right .nav-list .wrapper_box #myscrollbox .nav-wrapper li a {
    line-height: 2rem;
    padding: 0 0.6rem;
    font-size: 0.65rem;
    letter-spacing: 0.05rem;
  }
  /*公司简介*/
  .about_head {
    letter-spacing: 0.025rem;
  }
  .about_head p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .about_head h5 {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 0.3rem;
  }
  .gy_con {
    padding: 0.9rem 0 0.5rem 0;
    /*企业文化*/
    /*人力资源*/
    /*组织机构*/
    /*资质荣誉*/
    /*企业视频*/
  }
  .gy_con .gy01_desc {
    padding-top: 0.8rem;
  }
  .gy_con .gy01_desc p {
    font-size: 0.6rem;
    line-height: 1rem;
    letter-spacing: 0.025rem;
    margin-bottom: 0.6rem;
    text-indent: 1.2rem;
  }
  .gy_con .ab_icon {
    margin-top: 0px;
    flex-wrap: wrap;
  }
  .gy_con .ab_icon .ab_item {
    background: #1074bf;
    height: 4.25rem;
    width: calc(50% - 0.25rem);
    margin-top: 0.6rem;
  }
  .gy_con .ab_icon .ab_item:hover .gy_icon {
    top: 0.7rem;
  }
  .gy_con .ab_icon .ab_item:hover .gy_text h5 {
    color: #fff;
  }
  .gy_con .ab_icon .ab_item .gy_icon {
    width: 1.5rem;
    left: 0.45rem;
    top: 0.7rem;
  }
  .gy_con .ab_icon .ab_item .gy_text {
    letter-spacing: 0.05rem;
    padding: 0 0.6rem;
  }
  .gy_con .ab_icon .ab_item .gy_text h5 {
    font-size: 0.8rem;
    color: #fff;
    padding-left: 1.6rem;
  }
  .gy_con .ab_icon .ab_item .gy_text p {
    font-size: 0.6rem;
    color: #fff;
    line-height: 0.8rem;
    margin-top: 0.5rem;
  }
  .gy_con .zbl-grid {
    margin-top: 1rem;
    flex-direction: column;
  }
  .gy_con .zbl-grid .zbl-lump {
    margin-bottom: 0 0 0.6rem 0;
    width: 100%;
  }
  .gy_con .zbl-grid .zbl-lump .ck-box .img-box .zbl-img img {
    height: auto;
    width: 100%;
  }
  .gy_con .zbl-grid .zbl-lump .ck-box .txt-box .z1 {
    font-size: 0.85rem;
    line-height: 0.9rem;
  }
  .gy_con .zbl-grid .zbl-lump .ck-box .txt-box .x {
    width: 1rem;
    height: 0.1rem;
  }
  .gy_con .zbl-grid .zbl-lump .ck-box .txt-box .z2 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .gy_con .zbl-grid .zbl-lump:hover .ck-box .k {
    padding: 0.6rem;
  }
  .gy_con .zbl-grid .zbl-lump:hover .ck-box .txt-box {
    padding: 0 0.7rem;
  }
  .gy_con .zbl-grid .zbl-lump:hover .ck-box .txt-box .z1 {
    font-size: 0.6rem;
    line-height: 0.7rem;
  }
  .gy_con .zbl-grid .zbl-lump:hover .ck-box .txt-box .x {
    margin: 0.5rem auto 0.1rem;
  }
  .gy_con .join_box {
    padding-top: 0.5rem;
  }
  .gy_con .join_box .join_item {
    margin-bottom: 0.75rem;
  }
  .gy_con .join_box .join_item:last-child {
    margin-bottom: 0rem;
  }
  .gy_con .join_box .enter_top {
    height: 5.5rem;
    font-size: 0.55rem;
    line-height: unset;
    justify-content: unset;
    align-items: unset;
    position: relative;
    flex-wrap: wrap;
    background: #f5f5f5;
    border: 0.025rem solid #E4E4E4;
  }
  .gy_con .join_box .enter_top .zw_div {
    width: 80%;
    margin-top: 0.75rem;
    padding-left: 0.85rem;
    font-size: 0.85rem;
    line-height: 1rem;
  }
  .gy_con .join_box .enter_top div:nth-child(2),
  .gy_con .join_box .enter_top div:nth-child(4) {
    width: 51.8%;
    line-height: 0.65rem;
    padding: 0 0.4rem 0 0.85rem;
  }
  .gy_con .join_box .enter_top div:nth-child(3) {
    width: 48.1%;
    line-height: 0.65rem;
    padding: 0 0.4rem 0 0rem;
  }
  .gy_con .join_box .enter_top div:nth-child(5) {
    display: none;
  }
  .gy_con .join_box .cz_div {
    width: 0.55rem;
    height: 0.55rem;
    position: absolute;
    top: 0.75rem;
    right: 0.85rem;
    margin-right: unset;
  }
  .gy_con .join_box .line_01 {
    width: 0.55rem;
    height: 0.1rem;
    top: 50%;
    margin-top: -0.05rem;
    left: 0;
  }
  .gy_con .join_box .line_02 {
    width: 0.1rem;
    height: 0.55rem;
  }
  .gy_con .join_box .join_desc {
    padding: 0px 0.75rem;
  }
  .gy_con .join_box .join_show .join_desc {
    padding: 1.1rem 0.75rem;
  }
  .gy_con .join_box .join_desc h5 {
    font-size: 0.65rem;
    line-height: 0.8rem;
    color: #333;
  }
  .gy_con .join_box .desc_info {
    margin: 0.5rem 0;
  }
  .gy_con .join_box .desc_info p {
    font-size: 0.55rem;
    line-height: 0.85rem;
    color: #333;
  }
  .gy_con .jg_box {
    padding: 2.5rem 0;
  }
  .gy_con .gy_con04 .honor_item {
    padding: 1rem 0 1.2rem 0;
  }
  .gy_con .gy_con04 .honor_item:last-child {
    padding: 1rem 0 1.2rem 0;
  }
  .gy_con .gy_con04 .honor_item .honor_head {
    font-size: 0.75rem;
    line-height: 0.9rem;
    letter-spacing: 0.05rem;
    margin-bottom: 1.3rem;
  }
  .gy_con .gy_con04 .honor_item .honor_list {
    width: calc(100%);
    margin-left: 0;
    padding: 0;
  }
  .gy_con .gy_con04 .honor_item .honor_list .swiper-button-next,
  .gy_con .gy_con04 .honor_item .honor_list .swiper-button-prev {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-size: 0.6rem auto;
    background-color: rgba(0, 0, 0, 0.39);
    left: 0;
    right: unset;
  }
  .gy_con .gy_con04 .honor_item .honor_list .swiper-button-next {
    left: unset;
    right: 0;
  }
  .gy_con .gy_con04 .honor_item .honor_list .swiper-slide {
    padding: 0.3rem 2.2rem;
  }
  .gy_con .gy_con04 .honor_item .honor_list .honer_box {
    padding: 0.8rem 0.6rem;
  }
  .gy_con .gy_con04 .honor_item .honor_list .honer_box p {
    margin-top: 0.6rem;
    font-size: 0.6rem;
  }
  .gy_con .sub_switch li {
    margin: 0 0.8rem;
  }
  .gy_con .sub_switch li a {
    font-size: 0.6rem;
    line-height: 0.8rem;
    letter-spacing: 0.025rem;
    padding-bottom: 0.4rem;
  }
  .gy_con .sub_switch li a::after {
    height: 0.1rem;
    border-radius: 0.05rem;
  }
  .gy_con .sub_switch li:hover a::after {
    width: 0.6rem;
    margin-left: -0.3rem;
  }
  .gy_con .sub_switch li.active a::after {
    width: 0.6rem;
    margin-left: -0.3rem;
  }
  .gy_con .gy_con06 {
    width: 100%;
  }
  .gy_con .gy_con06 .video_list {
    margin-top: 1.2rem;
    flex-direction: column;
  }
  .gy_con .gy_con06 .video_list .video_item {
    width: calc(100%);
    margin: 0 0 0.75rem 0;
  }
  .gy_con .gy_con06 .video_list .video_item:last-child {
    margin-bottom: 0;
  }
  .gy_con .gy_con06 .video_list .video_item:nth-child(3n) {
    margin-right: 0;
  }
  .gy_con .gy_con06 .video_list .video_item .v_img .icon_p {
    width: 1.3rem;
    margin-top: -0.65rem;
    margin-left: -0.65rem;
  }
  .gy_con .gy_con06 .video_list .video_item .v_text {
    padding: 0.65rem;
  }
  .gy_con .gy_con06 .video_list .video_item .v_text p {
    font-size: 0.6rem;
    letter-spacing: 0.025rem;
    line-height: 0.9rem;
    height: 1.8rem;
  }
  /*视频播放*/
  .video_show .video_box {
    width: 90%;
    max-width: 100%;
    max-height: 84%;
    padding: 0.6rem;
  }
  .video_show .video_box .close-btn {
    width: 1.2rem;
    height: 1.2rem;
  }
  /*视频播放*/
  /*弹窗*/
  .tc-box {
    padding: 0.15rem;
  }
  .tc-box .box {
    border: 0.025rem solid #1074bf;
    position: relative;
  }
  .tc-box .box .off {
    width: 0.8rem;
    height: auto;
    top: 0.25rem;
    right: 0.25rem;
  }
  .tc-box .box .b1 {
    padding: 0.6rem;
  }
  .tc-box .box .b1 .z1 {
    font-size: 0.55rem;
  }
  .tc-box .box .b1 .z2 {
    font-size: 0.7rem;
  }
  .tc-box .box .b2 {
    height: calc(100% - 2.8rem);
    padding: 0.6rem 0;
    font-size: 0.6rem;
  }
  .tc-box .box .b2 .gd {
    padding: 0 0.6rem;
  }
  /*技术优势*/
  .js_con .h_5 {
    font-size: 0.95rem;
    line-height: 1.1rem;
    border-width: 0.2rem;
    padding-left: 0.45rem;
    margin-bottom: 0.8rem;
  }
  .js_con .js_desc {
    padding: 0.8rem 0.6rem;
  }
  .js_con .js_desc p {
    font-size: 0.6rem;
    line-height: 1rem;
    letter-spacing: 0.025rem;
    margin-bottom: 0.3rem;
  }
  .js_con .js_desc p:last-child {
    margin: 0;
  }
  .js_con .js_top {
    padding-top: 0.3rem;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .js_con .js_top .js_item {
    height: 5rem;
    width: 100%;
    border-width: 0.025rem;
    padding: 0 0.65rem;
    margin-top: 0.65rem;
  }
  .js_con .js_top .js_item:hover {
    margin-top: 0.65rem;
  }
  .js_con .js_top .js_item .js_right {
    width: 3.15rem;
  }
  .js_con .js_top .js_item .js_left {
    width: calc(100% - 4rem);
  }
  .js_con .js_top .js_item .js_left p {
    font-size: 0.55rem;
    line-height: 0.8rem;
    letter-spacing: 0.025rem;
  }
  .js_con .js_top .js_item .js_left h5 {
    font-size: 0.7rem;
    line-height: 1rem;
    margin-top: 0.5rem;
    letter-spacing: 0.025rem;
  }
  .js_con .js_top .js_item .tcJs-box .off-close {
    width: 0.8rem;
    height: auto;
    top: 1rem;
    right: 1rem;
  }
  .js_con .js_top .js_item .tcJs-box .js_title {
    font-size: 0.65rem;
    line-height: 1rem;
    margin-top: 0.8rem;
  }
  .js_con .js_top.js_bottom .js_item {
    height: 5rem;
    width: 100%;
    padding: 0 0.65rem;
    margin-right: 0;
  }
  .js_con .js_top.js_bottom .js_item .js_right {
    width: 1.75rem;
  }
  .js_con .js_top.js_bottom .js_item .js_left {
    width: calc(100% - 2.3rem);
  }
  .js_con .js_top.js_bottom .js_item .js_left p {
    font-size: 0.55rem;
    line-height: 0.8rem;
  }
  .js_con .js_top.js_bottom .js_item .js_left h5 {
    font-size: 0.65rem;
    line-height: 0.9rem;
    margin-top: 0.8rem;
  }
  /*工程案例*/
  .case_con .case_switch {
    justify-content: left;
    width: calc(100vw);
    margin-left: -0.65rem;
    padding-left: 0.65rem;
  }
  .case_con .case_switch li {
    cursor: pointer;
    margin: 0 0.4rem 0.4rem 0;
    line-height: 1.45rem;
    font-size: 0.6rem;
    padding: 0 0.5rem;
  }
  .case_con .case_list {
    padding-top: 0.3rem;
  }
  .case_con .case_list .case_item {
    width: calc(100%);
    margin: 0 0 0.75rem 0;
  }
  .case_con .case_list .case_item:nth-child(4n) {
    margin-right: 0px;
  }
  .case_con .case_list .case_item:nth-child(3n) {
    margin-right: 0px;
  }
  .case_con .case_list .case_item .c_text {
    padding: 0.8rem 0.65rem;
  }
  .case_con .case_list .case_item .c_text p {
    font-size: 0.65rem;
    line-height: 0.8rem;
    letter-spacing: 0.025rem;
  }
  /*业绩实力*/
  .yeji_con {
    padding: 1.6rem 0 0.5rem 0;
  }
  .yeji_con .yeji_list {
    flex-direction: column;
  }
  .yeji_con .yeji_list .yeji_item {
    width: calc(100%);
    margin: 0 0 0.9rem 0;
  }
  .yeji_con .yeji_list .yeji_item:nth-child(3n) {
    margin-right: 0;
  }
  .yeji_con .yeji_list .yeji_item:last-child {
    margin-bottom: 0;
  }
  .yeji_con .yeji_list .yeji_item .yj_text {
    width: 100%;
    padding: 0.6rem 0.65rem;
    letter-spacing: 0.025rem;
  }
  .yeji_con .yeji_list .yeji_item .yj_text h5 {
    font-size: 0.75rem;
    line-height: 0.9rem;
  }
  .yeji_con .yeji_list .yeji_item .yj_text p {
    -webkit-line-clamp: 3;
    height: unset;
    font-size: 0.55rem;
    line-height: 0.9rem;
  }
  .yeji_con .yeji_list .yeji_item:hover .yj_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);
  }
  .yeji_con .yeji_list .yeji_item:hover .yj_text h5 {
    color: #1074BF;
  }
  /*业绩实力详情*/
  .prodDetails_con {
    padding: 1.5rem 0;
  }
  .prodDetails_con .prod_top {
    flex-direction: column;
  }
  .prodDetails_con .prod_top .details_left {
    width: 100%;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 {
    width: 100%;
    padding-bottom: 3.45rem;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide {
    height: 9.7rem;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper {
    --swiper-theme-color: #000;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #000;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 0.6rem;
    /* 设置按钮大小 */
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-next,
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-prev {
    width: 0.6rem;
    height: 2.9rem;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl {
    width: calc(100% - 1.6rem);
    left: 0.8rem;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper {
    width: 100%;
    height: auto;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide {
    height: 2.9rem;
  }
  .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .prodDetails_con .prod_top .details_right {
    width: calc(100%);
  }
  .prodDetails_con .prod_top .details_right .head_text {
    font-size: 1rem;
    line-height: 1.3rem;
    letter-spacing: 0.025rem;
    padding: 1.3rem 0 0.65rem 0;
  }
  .prodDetails_con .prod_top .details_right .prod_desc {
    font-size: 0.6rem;
    line-height: 1.1rem;
    padding-bottom: 1rem;
    border-bottom: 0.025rem solid #f0f0f0;
  }
  .prodDetails_con .prod_top .details_right .link_box a {
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-top: 0.45rem;
  }
  .prodDetails_con .prod_bottom {
    margin-top: 1.2rem;
  }
  .prodDetails_con .prod_bottom .desc_title {
    font-size: 0.7rem;
    border-left: 0.1rem solid #1372BA;
    padding-left: 0.4rem;
    line-height: 0.8rem;
    letter-spacing: 0.025rem;
  }
  .prodDetails_con .prod_bottom .yeji_list {
    margin-top: 0.7rem;
    flex-direction: column;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item {
    width: calc(100%);
    margin: 0 0 0.9rem 0;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item:nth-child(3n) {
    margin-right: 0;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item:last-child {
    margin-bottom: 0;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item .yj_text {
    width: 100%;
    padding: 0.6rem 0.65rem;
    letter-spacing: 0.025rem;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item .yj_text h5 {
    font-size: 0.75rem;
    line-height: 0.9rem;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item .yj_text p {
    -webkit-line-clamp: 3;
    height: unset;
    font-size: 0.55rem;
    line-height: 0.9rem;
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item:hover .yj_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);
  }
  .prodDetails_con .prod_bottom .yeji_list .yeji_item:hover .yj_text h5 {
    color: #1074BF;
  }
  /*规范文献*/
  .docu_con {
    padding: 1.2rem 0 0.5rem 0;
  }
  .docu_con .docu_list {
    justify-content: space-between;
    flex-direction: column;
  }
  .docu_con .docu_list .docu_item {
    width: calc(100%);
    margin: 0 0 0.7rem 0;
    border-radius: 0.25rem;
    height: 5rem;
    padding: 0 0.6rem;
  }
  .docu_con .docu_list .docu_item:last-child {
    margin-bottom: 0;
  }
  .docu_con .docu_list .docu_item .d_right {
    width: 1.65rem;
    height: 1.65rem;
    background: url(../images/other/wx/d_hs_m.png) no-repeat center center;
    background-size: 1.65rem auto;
  }
  .docu_con .docu_list .docu_item .d_left {
    width: calc(100% - 2.5rem);
  }
  .docu_con .docu_list .docu_item .d_left h5 {
    font-size: 0.75rem;
    line-height: 1.1rem;
    height: 2.2rem;
  }
  .docu_con .docu_list .docu_item .d_left .d_data {
    margin-top: 0.4rem;
  }
  .docu_con .docu_list .docu_item .d_left .d_data .data_item {
    font-size: 0.55rem;
  }
  .docu_con .docu_list .docu_item .d_left .d_data .data_item span {
    width: 0.8rem;
    height: 0.8rem;
    background-size: 100% auto;
    margin-right: 0.25rem;
  }
  .docu_con .docu_list .docu_item .d_left .d_data .data_item span.s1 {
    background: url(../images/other/wx/xz_b_m.png) no-repeat center center;
    background-size: 100% auto;
  }
  .docu_con .docu_list .docu_item .d_left .d_data .data_item span.s2 {
    background: url(../images/other/wx/wj_b_m.png) no-repeat center center;
    background-size: 100% auto;
  }
  .docu_con .docu_list .docu_item:hover .d_right {
    background: url(../images/other/wx/d_bs_m.png) no-repeat center center;
    background-size: 1.65rem auto;
  }
  .docu_con .docu_list .docu_item:hover .d_left .d_data .data_item span.s1 {
    background: url(../images/other/wx/xz_w_m.png) no-repeat center center;
    background-size: 100% auto;
  }
  .docu_con .docu_list .docu_item:hover .d_left .d_data .data_item span.s2 {
    background: url(../images/other/wx/wj_w_m.png) no-repeat center center;
    background-size: 100% auto;
  }
  /*联系我们页面head*/
  .lx_head p {
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-top: 0.7rem;
  }
  .lx_head h5 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .lx_head span {
    width: 1.3rem;
    height: 0.1rem;
    margin-top: 0.5rem;
  }
  /*联系我们*/
  .lx_con {
    padding: 2.25rem 0 0.5rem 0;
  }
  .lx_con .lx_info {
    margin-top: 2.4rem;
  }
  .lx_con .lx_info .mes_box {
    margin-top: 1.1rem;
    flex-direction: column;
  }
  .lx_con .lx_info .mes_box .mes_input {
    width: calc(100%);
    height: 1.65rem;
    border: 0.025rem solid #D6D6D6;
    padding: 0 0.5rem;
    margin-bottom: 0.4rem;
    margin-right: 0;
    font-size: 0.6rem;
  }
  .lx_con .lx_info .mes_box .bootstrap-select .dropdown-menu li a {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .lx_con .lx_info .mes_box .dropdown {
    width: calc(100%);
    margin-bottom: 0.4rem;
  }
  .lx_con .lx_info .mes_box .btn {
    height: 1.65rem;
    border: 0.025rem solid #D6D6D6;
    line-height: 1.65rem;
    padding: 0 0.5rem;
    font-size: 0.6rem;
  }
  .lx_con .lx_info .mes_box .mes_text {
    margin-bottom: 1rem;
    border: 0.025rem solid #D6D6D6;
    padding: 0.6rem;
    height: 9.2rem;
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .lx_con .lx_info .mes_box .submit_btn {
    width: 100%;
    height: 2rem;
    font-size: 0.65rem;
    line-height: 2rem;
  }
  .lx_con .map_box {
    margin-top: 1.6rem;
  }
  .lx_con .map_box .lx_map {
    padding-top: 14.5rem;
  }
  .lx_con .map_box .map_text {
    height: unset;
    padding: 1.3rem 0.65rem 2rem 0.65rem;
  }
  .lx_con .map_box .map_text h5 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .lx_con .map_box .map_text .gs_info {
    flex-direction: column;
  }
  .lx_con .map_box .map_text .gs_info .info_item {
    width: 100%;
    margin-top: 0.8rem;
    align-items: flex-start;
    padding-right: 0;
  }
  .lx_con .map_box .map_text .gs_info .info_item:nth-child(1),
  .lx_con .map_box .map_text .gs_info .info_item:nth-child(4) {
    width: 100%;
  }
  .lx_con .map_box .map_text .gs_info .info_item img {
    width: 1.25rem;
    height: auto;
    margin-right: 0.4rem;
    margin-top: -0.1rem;
  }
  .lx_con .map_box .map_text .gs_info .info_item p {
    width: calc(100% - 1.65rem);
    font-size: 0.55rem;
    line-height: 1rem;
  }
  /*新闻列表*/
  .news_list {
    padding: 1.35rem 0 0.5rem 0;
  }
  .news_list .news_top {
    flex-direction: column;
    padding-bottom: 0px;
  }
  .news_list .news_top .t_left {
    width: 100%;
    max-width: unset;
    height: unset;
  }
  .news_list .news_top .t_left img {
    height: auto;
    width: 100%;
  }
  .news_list .news_top .t_right {
    width: 100%;
  }
  .news_list .news_top .t_right .r_item {
    padding: 0.6rem 0;
    border-bottom: 0.025rem solid #E6E6E6;
  }
  .news_list .news_top .t_right .r_item h5 {
    text-overflow: unset;
    white-space: unset;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.75rem;
    line-height: 1.1rem;
    letter-spacing: 0.05rem;
  }
  .news_list .news_top .t_right .r_item:last-child {
    border-bottom: 0.025rem solid #E6E6E6;
  }
  .news_list .news_top .t_right .r_item:nth-child(1) {
    padding-top: 0.75rem;
  }
  .news_list .news_top .t_right .r_item:nth-child(1) h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
  }
  .news_list .news_top .t_right .r_item:nth-child(1) .s_time {
    font-size: 0.6rem;
    line-height: 0.8rem;
    display: inline-block;
    margin: 0.25rem 0 0.3rem 0;
  }
  .news_list .news_top .t_right .r_item:nth-child(1) em {
    width: 0.8rem;
    height: 0.05rem;
  }
  .news_list .news_top .t_right .r_item:nth-child(1) p {
    font-size: 0.6rem;
    line-height: 1.1rem;
    letter-spacing: 0.05rem;
    margin: 0.4rem 0 0.6rem 0;
    height: unset;
  }
  .news_list .news_bottom {
    border-bottom: none;
    border-top: none;
    margin-bottom: 0rem;
    padding: 1.1rem 0 0rem 0;
    flex-direction: column;
  }
  .news_list .news_bottom .news_item {
    width: calc(100%);
    margin: 0 0 0.65rem 0;
  }
  .news_list .news_bottom .news_item .news_text {
    width: 100%;
    padding: 0.7rem 0.4rem;
    letter-spacing: 0.025rem;
  }
  .news_list .news_bottom .news_item .news_text span {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .news_list .news_bottom .news_item .news_text h5 {
    font-size: 0.7rem;
    line-height: 1rem;
    margin: 0.4rem 0 0.3rem 0;
  }
  .news_list .news_bottom .news_item .news_text p {
    font-size: 0.6rem;
    line-height: 1rem;
    -webkit-line-clamp: 2;
    height: unset;
  }
  /*新闻详情*/
  .other_newsDetails {
    flex-direction: column;
    padding: 0.65rem 0 0rem 0;
    /*新闻*/
  }
  .other_newsDetails .news_right {
    margin-top: 0.9rem;
    position: unset;
    width: 100%;
    border-radius: 0.25rem;
    top: unset;
    padding: 1.1rem 0.65rem;
  }
  .other_newsDetails .news_right h5 {
    line-height: 0.75rem;
    font-size: 0.7rem;
    letter-spacing: 0.05rem;
    padding-left: 0.5rem;
    border-left: 0.1rem solid #1372BA;
    margin-bottom: 0.8rem;
  }
  .other_newsDetails .news_right .hot_list a {
    margin-bottom: 0.6rem;
    font-size: 0.6rem;
    line-height: 1rem;
    padding-left: 0.8rem;
  }
  .other_newsDetails .news_right .hot_list a::after {
    width: 0.25rem;
    height: 0.25rem;
    top: 0.375rem;
  }
  .other_newsDetails .news_left {
    width: calc(100%);
  }
  .other_newsDetails .m3nCon .m3nTbox h2 {
    font-size: 1rem;
    line-height: 1.4rem;
    padding-bottom: 0.6rem;
    letter-spacing: 0.05rem;
  }
  .other_newsDetails .m3nCon .m3nTbox h2::after {
    width: 1rem;
    height: 0.1rem;
  }
  .other_newsDetails .m3nCon .m3nInfo {
    padding: 0.9rem 0 1rem 0;
    border-bottom: 0.025rem solid #F0F0F0;
    font-size: 0.6rem;
  }
  .other_newsDetails .m3nCon .m3nInfo dl dd {
    margin-right: 0.4rem;
  }
  .other_newsDetails .m3nCon .m3nInfo dl dd:last-child {
    margin-right: 0;
  }
  .other_newsDetails .m3nCon .m3nInfo dl dd em {
    font-size: 16px;
    line-height: 1rem;
  }
  .other_newsDetails .m3nCon .m3nInfo dl dd a img {
    width: 1rem;
    height: auto;
    display: inline-block;
  }
  .other_newsDetails .m3nCon .m3nInfo .shareTitle span {
    font-size: 0.55rem;
  }
  .other_newsDetails .m3nCon .m3nEditor {
    padding: 1rem 0;
  }
  .other_newsDetails .m3nCon .details_video .oper_icon {
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
  }
  .other_newsDetails .m3nCon .m3pages {
    border-top: 0.025rem solid #F0F0F0;
    line-height: unset;
    height: unset;
    flex-direction: column;
  }
  .other_newsDetails .m3nCon .m3pages a {
    width: 100%;
    display: inline-block;
    text-align: left;
    max-width: 100%;
    font-size: 0.6rem;
    line-height: 1.4rem;
    margin-top: 0.4rem;
  }
  .other_newsDetails.details_news .news_right {
    background: #fff;
    border-radius: 0;
    padding: 0.6rem 0 0 0;
    border-left: none;
  }
  .other_newsDetails.details_news .news_right h5 {
    line-height: 1.2rem;
    font-size: 1rem;
    letter-spacing: 0.025rem;
    padding-left: 0px;
    margin-bottom: 0.9rem;
  }
  .other_newsDetails.details_news .news_right .yewu_list .yewu_item {
    margin-bottom: 0.8rem;
  }
  .other_newsDetails.details_news .news_right .yewu_list .yewu_item .yw_text {
    padding: 0.6rem 0px;
  }
  .other_newsDetails.details_news .news_right .yewu_list .yewu_item .yw_text span {
    font-size: 0.6rem;
    line-height: 0.7rem;
  }
  .other_newsDetails.details_news .news_right .yewu_list .yewu_item .yw_text h5 {
    font-size: 0.75rem;
    line-height: 0.9rem;
    margin: 0.4rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0;
    color: #333;
    font-weight: bold;
  }
  .other_newsDetails.details_news .news_right .yewu_list .yewu_item .yw_text p {
    text-align: left;
    width: 100%;
    font-size: 0.6rem;
    color: #666666;
    line-height: 0.9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
  }
  .other_newsDetails.details_news .news_right .yewu_list .more-btn {
    font-size: 0.65rem;
    letter-spacing: 0.025rem;
    line-height: 2rem;
  }
  .other_newsDetails.details_news .m3nCon .m3nTbox h2 {
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: normal;
    padding-bottom: 0;
    letter-spacing: 0.025rem;
  }
  .other_newsDetails.details_news .m3nCon .m3nTbox h2::after {
    content: none;
  }
  .other_newsDetails.details_news .m3nCon .m3nInfo {
    width: 100%;
    padding: 0.8rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.025rem solid #F0F0F0;
    font-size: 0.6rem;
    color: #666666;
  }
  .other_newsDetails.details_news .m3nCon .m3nInfo .publish_time {
    width: unset;
  }
  .other_newsDetails.details_news .m3nCon .m3nInfo .publish_time img {
    display: inline-block;
    width: 1rem;
    height: auto;
    margin-right: 0.2rem;
  }
  .other_newsDetails.details_news .m3nCon .m3nInfo .publish_time span {
    font-size: 0.6rem;
  }
  .other_newsDetails.details_news .m3nCon .m3nInfo dl {
    width: unset;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .other_newsDetails.details_news .m3nCon .m3nEditor {
    padding: 0.8rem 0;
  }
  .other_newsDetails.details_news .m3nCon .m3pages {
    border-top: none;
    line-height: 1rem;
    height: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0.5rem 0.6rem;
    background: #e5e5e5;
  }
  .other_newsDetails.details_news .m3nCon .m3pages a {
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
    font-size: 0.6rem;
    line-height: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0.25rem 0;
  }
}
