﻿.indus_list {
  width: 1200px;
  margin: 55px auto 0 auto;
}
.indus_item {
  width: 582px;
  margin-right: 36px;
  margin-bottom: 59px;
  
}
.indus_item:nth-child(2n) {
  margin-right: 0;
}
.indus_item_img {
  width: 582px;
  height: 330px;
}
.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;
}
.indus_item:hover .indus_item_title > h1,
.indus_item:hover .indus_item_title > h1 span {
  color: #206BD1;
  transition: all .3s ease-in-out;
}
.indus_item: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: 4px;
  margin-left: 10px;
}
.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;
}
.wow { visibility: hidden; }
@media screen and (max-width: 900px){
  .indus_list {width: 100%;margin: .3rem auto 0;}
  .indus_item{width: 100%;margin: 0 0 .18rem 0;float: none;position: relative;}
  .indus_item_img{width: 100%;height: 2.26rem;}
  .indus_item_bottm{margin: 0;padding: 0.2rem 0;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(26, 88, 211, .8);display: flex;align-items: center;flex-direction: column;}
  .indus_item_title{width: 100%;padding: 0;flex: 1;border-bottom: none;text-align: center;font-size: }
  .indus_item_title > h1{font-size: .33rem;color: #fff;text-align: center;float: none;margin: 0;}
  .indus_item_desc{font-size: .26rem;line-height: .44rem;color: #fff;height: 1.32rem;width: 5.2rem;margin: 0;}
  .indus_item:nth-of-type(1) .indus_item_title{background: url(404.png) center .15rem no-repeat;background-size: .6rem;}
  .indus_item:nth-of-type(2) .indus_item_title{background: url(404.png) center .15rem no-repeat;background-size: .6rem;}
  .indus_item:nth-of-type(3) .indus_item_title{background: url(404.png) center .15rem no-repeat;background-size: .6rem;}
  .indus_item:nth-of-type(4) .indus_item_title{background: url(404.png) center .15rem no-repeat;background-size: .6rem;}
  .indus_item:nth-of-type(5) .indus_item_title{background: url(404.png) center .15rem no-repeat;background-size: .6rem;}
  .indus_item:nth-of-type(6) .indus_item_title{background: url(404.png) center .15rem no-repeat;background-size: .6rem;}
}