.header,
.footer_en,
.footer_b_en {
  min-width: 1200px;
}

a {
  display: inline;
}

.auto_cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.auto_cut1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


/* 产业布局列表 */
.indus_list_pc {
  width: 1200px;
  margin: 33px auto 0 auto;
}

.indus_list_pc .indus_item {
  width: 582px;
  margin-right: 36px;
  margin-bottom: 59px;
  
}

.indus_list_pc .indus_item:nth-child(2n) {
  margin-right: 0;
}

.indus_list_pc .indus_item_img {
  width: 582px;
  height: 330px;
}

.indus_list_pc .indus_item_bottm {
  box-sizing: border-box;
  padding: 32px 30px 0 30px;
  position: relative;
  z-index: 1;
  display: block;
  margin: -90px auto 0 auto;
  width: 510px;
  height: 185px;
  background-color: #fff;
  box-shadow: 0px 11px 24px 0px rgba(106, 111, 118, 0.28);
}

.indus_item_bottm:hover .indus_item_title>h1 {
  color: #206BD1;
  transition: all .3s ease-in-out;
}

.indus_item_bottm:hover .indus_item_title {
  border-bottom: 1px solid #206BD1;
  transition: all .3s ease-in-out;
}

.indus_item_bottm:hover .indus_item_icon_ac {
  display: inline-block;
  transition: all .3s ease-in-out;
}

.indus_item_bottm:hover .indus_item_icon {
  display: none;
  transition: all .3s ease-in-out;
}

.indus_item_title {
  padding-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
}

.indus_item_title>img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.indus_item_icon_ac {
  display: none;
}

.indus_item_title>h1 {
  display: inline;
  font-size: 24px;
  color: #333;
  margin-top: 7px;
  margin-left: 10px;
  width: 389px;
}

.indus_item_title>h1>span {
  margin-left: 10px;
  font-size: 18px;
  color: #D3D3D3;
}

.indus_item_desc {
  margin-top: 20px;
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  white-space: wrap;
}

/* 产业布局内页 */
body {
  background-color: white;
}

.inner_content {
  width: 1200px;
  margin: 30px auto 53px auto;
}

.inner_content_right {
  box-sizing: border-box;
  padding: 48px 40px 100px 40px;
  width: 960px;
  min-height: 600px;
  margin-left: 20px;
  background-color: #fff;
}

.profile_title {
  padding-bottom: 14px;
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #F3F3F3;
}

.profile_title span {
  color: #206BD1;
}

.profile_title .profile_title_en {
  margin-left: 8px;
  font-size: 18px;
  color: #DCDCDC;
}

.indus_img {
  display: block;
  margin: 30px auto 0 auto;
}

.indus_desc {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 20px;
}

/* pc端隐藏手机样式 */
@media screen and (min-width: 900px) {

  .mobile-inner,
  .footer_wap_en,
  .indus_list_wap,
  .erji_bg {
    display: none;
  }

}

/* 手机端公共的样式 这个*/
@media screen and (max-width: 900px) {

  .header,
  .footer_en,
  .footer_b_en,
  .index_en_bg,
  .bread_nav,
  .search_content,
  .icon_back,
  .indus_list_pc {
    display: none;
  }

  .bread_nav a {
    font-size: 14px;
  }

  .indus_list {
    width: 100%;
    margin: 0.2rem 0;
  }

  .indus_item {
    width: 100%;
    height: 2.26rem;
    margin-bottom: 0.18rem;
	overflow: hidden;
  }

  .indus_item a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem 0 0.25rem;
  }

  .indus_item a>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%; */
    /* z-index: -1; */
  }

  .indus_item a>p {
    font-size: 0.4rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.44rem;
    width: 6rem;
    position: absolute;
    left:1.2rem;
    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 显示省略号 */
  }

  .indus_item_left {
    font-size: 0.28rem;
    font-weight: 500;
    color: #FFFFFF;
    flex: 1;
    text-align: center;
    position: absolute;
  }

  .indus_item_left img {
    width: 0.6rem;
    height: 0.6rem;
  }
}