#sj{
  display: none;
}

.enterprises_list {
  padding: 0 37px;
  height: 208px;
  overflow: hidden;
}

.enterprises_list .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
  /* 确保滚动速度是恒定的 */
}

.enterprises_list .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  width: auto;
  height: 100%;
}

.enterprises_list .swiper-wrapper .swiper-slide:not(:first-child) {
  border-left: none;
}

.enterprises_list .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.enterprises_list .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.common_header {
  border-bottom: 1px solid #334857;
}

.common_header .nav-container>ul>li>a {
  color: #fff;
}

/* dxw home swiper */
.slider_banner .swiper-slide .s_info {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.slider_banner .swiper-slide .s_info img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider_banner .swiper-slide .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-family: DIN;
  font-weight: bold;
  font-size: 45px;
  color: #fff;
  text-align: center;
}

.slider_banner .swiper-button-prev {
  background: url(../images/_l.png) no-repeat #000;
}

.slider_banner .swiper-button-next {
  background: url(../images/_r.png) no-repeat #000;
}

.slider_banner .swiper-button-prev,
.slider_banner .swiper-button-next {
  background-position: center;
  width: 46px;
  height: 60px;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.slider_banner .swiper-button-prev::after,
.slider_banner .swiper-button-next::after {
  content: "";
}

.slider_banner .swiper-button-prev:hover,
.slider_banner .swiper-button-next:hover {
  background-color: #066aff;
  opacity: 1;
}

/* --------dxw recent_box--------- */
.recent_box {
  display: flex;
  /* min-height: 654px; */
}

.recent_box .recent_left {
  width: 49%;
  position: relative;
}

.recent_box .recent_left .img {
  height: 0;
  padding-bottom: 63.5%;
  position: relative;
}

.recent_box .recent_left .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent_box .recent_left .info_shadow {
  width: 94.5%;
  /* position: absolute;
  top: 61.24%;
  right: 0; */
  box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.13);
  margin-left: 5.5%;
  margin-top: -86px;
}

.recent_box .recent_left .info {
  padding: 31px 0 0 35px;
  background: #ffffff;
  clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%);
  min-height: 254px;
}

.recent_box .recent_left .info time {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 1;
}

.recent_box .recent_left .info .title {
  margin: 8px 0 27px 0;
}

.recent_box .recent_left .info .title a {
  font-family: DIN;
  font-weight: bold;
  font-size: 24px;
  color: #066aff;
  line-height: 1;
}

.recent_box .recent_left .info .desc {
  margin-bottom: 36px;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
}

.recent_box .recent_left .info .link_btn {
  padding: 16px 26px 14px;
  background: #066aff;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  margin-bottom: 30px;
}

/* ----r */
.recent_box .recent_r {
  flex: 1;
  margin-left: 40px;
}

.recent_box .recent_r .list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recent_box .recent_r .list_item:not(:first-child) {
  margin-top: 26px;
}

.recent_box .recent_r .list_item .img {
  margin-right: 22px;
  width: 29.83%;
  height: 0;
  position: relative;
  flex-shrink: 0;
  padding-bottom: 17.57%;
}

.recent_box .recent_r .list_item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent_box .recent_r .list_item .info {
  display: flex;
  flex-direction: column;
}

.recent_box .recent_r .list_item .info time {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 1;
}

.recent_box .recent_r .list_item .info .title {
  margin-top: 7px;
}

.recent_box .recent_r .list_item .info .title a {
  font-family: DIN;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 1;
}

.recent_box .recent_r .list_item .info .desc {
  margin-top: 20px;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
}

.header_fixed .nav-container>ul>li>a {
  color: #333;
}

.common_header .nav-container li .nav_more::after {
  border-top-color: #fff;
}

.header_fixed .nav-container li .nav_more::after {
  border-top-color: #333;
}

.serve {
  background: #fff;
}

.pub-text:hover{
  height: 255px !important;
}
@media screen and (max-width: 1700px){
  .pub-text:hover{
  height: 285px !important;
}
}
@media screen and (max-width: 1400px) {
  .recent_box .recent_r .list_item .img {
    display: none;
  }

  .pro_swiper_main {
    /* padding: 0 30px 86px !important; */
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .pub-text:hover {
    height: 165px !important;
  }

  .enterprises_list {
    height: 138px;
  }

  .ellipsis3 {
    -webkit-line-clamp: unset;
  }

  .recentArticles-pub-tip {
    height: auto;
  }

  .recent_box .recent_r {
    margin-left: 0;
    margin-top: 44px;
  }

  .recent_box {
    flex-direction: column;
    min-height: unset;
  }

  .recent_box .recent_left {
    width: 100%;
    height: auto;
    padding-bottom: unset;
  }

  .recent_box .recent_left .img {
    padding-bottom: 108%;
  }

  .recent_box .recent_left .info_shadow {
    width: 100%;
    margin: 0;
  }

  .recent_box .recent_left .info {
    min-height: unset;
    padding-bottom: 10px;
  }

  .recent_box .recent_left .info .desc {
    display: none;
  }

  .recent_box .recent_r .list_item {
    flex-direction: column;
    align-items: unset;
  }

  .recent_box .recent_r .list_item .img {
    display: block;
    width: 100%;
    padding-bottom: 56.65%;
  }

  .recent_box .recent_r .list_item .info {
    margin-top: 20px;
  }

  .recent_box .recent_r .list_item .info .desc {
    display: none;
  }

  .footer .container-area {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .pro_swiper {
    width: 100%;
  }

  .pro_swiper:not(:first-child) {
    margin-top: 40px;
  }

  .recent_box .recent_left .info .title,
  .recent_box .recent_r .list_item .info .title {
    -webkit-line-clamp: unset;
  }
}

/* dxw pic5 start */
.box_04 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.box_04 .item {
  position: relative;
  height: 0;
  padding-bottom: 25.625%;
  overflow: hidden;
}

.box_04 .item:nth-child(-n + 2) {
  width: calc(50% - 4px);
  margin-bottom: 8px;
}

.box_04 .item:nth-last-child(-n + 3) {
  width: calc(100% / 3 - 8px);
}

.box_04 .item:nth-child(1) {
  margin-right: 8px;
}

.box_04 .item:nth-child(4) {
  margin: 0 11px;
}

.box_04 .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box_04 .item .info_p {
  position: absolute;
  top: 28px;
  left: 25px;
  transition: all 0.3s ease;
}

.box_04 .item .info_p .info {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  clip-path: polygon(0 0, 100% 0, 100% 56%, 83% 100%, 0 100%);
  padding: 32px 48px 74px 22px;
}

.box_04 .item .info_p .info .title {
  font-family: DIN;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
}

.box_04 .item .info_p .right {
  width: 42px;
  height: 42px;
  position: absolute;
  background: url(../pubImg/index/honor_l.png) no-repeat #066aff center;
  bottom: -21px;
  left: 022px;
}

.box_04 .item .info_p:hover .info {
  background: #066aff;
}

.box_04 .item .info_p:hover .info .title {
  color: #fff;
}

.box_04 .item .info_p:hover .right {
  background: url(../pubImg/index/honor_r.png) no-repeat #fff center;
}

@media screen and (max-width: 1024px) {
  .box_04 .item {
    width: 100% !important;
    margin: 3px 0;
    padding-bottom: 114.4%;
  }

  .box_04 .item .info_p {
    top: unset;
    bottom: 33px;
  }

  .box_04 .item .info_p .info {
    padding: 32px 49px 74px 22px;
  }
}

/* pic5 end */

/* .serve {
  margin-top: 77px;
} */

.com_contact_us_common form {
  width: 45.6%;
}

.com_contact_us_common form ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.com_contact_us_common form ul li {
  position: relative;
}

.com_contact_us_common form ul li::before {
  content: "*";
  color: #e10000;
  position: absolute;
  left: 20px;
  top: 24px;
  display: block;
}

.com_contact_us_common form ul li.message::before {
  top: 27px;
}

.com_contact_us_common form .names,
.com_contact_us_common form .phone {
  width: calc((100% - 30px) / 2);
}

.com_contact_us_common form .email,
.com_contact_us_common form .message {
  width: 100%;
}

.com_contact_us_common form .email,
.com_contact_us_common form .message {
  margin-top: 27px;
}

.com_contact_us_common form input:not([type="submit"]),
.com_contact_us_common form textarea {
  width: 100%;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.com_contact_us_common form input:not([type="submit"])::placeholder,
.com_contact_us_common form textarea::placeholder {
  color: #fff;
}

.com_contact_us_common form input:not([type="submit"]) {
  line-height: 60px;
  padding: 0 30px;
  border: none;
  outline: none;
}

.com_contact_us_common form textarea {
  padding: 25px 30px;
  height: 243px;
  border: none;
  outline: none;
}

.com_contact_us_common form input[type="submit"] {
  padding: 11px 44px;
  background: #066aff;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  width: unset !important;
  height: unset !important;
  margin: 0;
  margin-top: 20px;
  border: none;
}

.custom-file-button {
  display: inline-block;
  padding: 0px 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.custom-file-button:hover {
  background-color: #0056b3;
}

.file-item {
  width: 100%;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  margin-left: 20px;
  line-height: 44px;
  padding: 8px 30px;
  border: none;
  outline: none;
  margin: 0;
  padding-left: 10%;
  justify-content: flex-end;
}

.file-item::before {
  top: 12px !important;
}

@media screen and (max-width:950px) {
  #pc{
    display: none;
  }
  #sj{
    display: block;
  }
  .slider_banner .swiper-slide .title {
    font-size: 20px;
  }
  .pro_swiper_main{
    margin: 0 30px;
  }
}