
/*.banner_ul  .banner_item {
  background-image: url(../images/moreIndustry.jpg);
}*/

.industry-content {
  width: 1200px;
}
.industry_nav {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  /* align-items: center; */
  /* justify-content: space-evenly; */
  flex-wrap: wrap;
  width: 100%;
  /* height: 135px; */
  text-align: center;
  margin: 10px auto;
  border-bottom: none;
}

.industry_nav .nav-item {
  width: 275px;
  border: 1px solid rgba(242,242,242,1);
  margin-bottom: 30px;
  margin-left: 22px;
}

.industry_nav .nav-item .industry_title {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(2,160,227,1);
}

.industry_nav .nav-item img {
  width: 100%;
  /* height: 160px; */
}


.application-content {
  width: 1200px;
}

.application {
  background:rgba(246,249,252,1);
}


.deal .deal-con {
  width: 1200px;
  margin: auto;
  padding: 40px 0 20px;
}
.deal .deal-con ul {
  margin-left: -30px;
}
.deal .deal-con ul li {
  width: 585px;
  height: 446px;
  border: 1px solid #ededed;
  background: #fff;
  display: block;
  float: left;
  margin: 0 0 30px 30px;
  text-align: center;
  padding: 15px 40px;
  box-sizing: border-box;
}
.deal .deal-con ul li h5 {
  height: 24px;
  font-size: 24px;
  padding: 15px 0;
  margin: 25px 0 10px;
  font-weight: 400;
  line-height: 1;
}
.deal .deal-con ul li p {
  font-size: 14px;
  color: #999;
  margin: 0 0 25px;
  min-height: 42px;
}
.deal .deal-con ul li em {
  display: block;
  margin: 40px auto 50px;
  width: 450px;
  height: 230px;
  position: relative;
  border-radius: 3px;
}
.deal .deal-con ul li em img {
  border-radius: 3px;
}
.deal .deal-con ul li em a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  background: rgba(0,0,0,0.2);
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
}
.deal .deal-con ul li em a small {
  display: block;
  width: 120px;
  margin: 95px auto;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 3px;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
}
.deal .deal-con ul li:hover em a {
  background: rgba(0,0,0,0.5);
}
.deal .deal-con ul li em a small:hover  {
  border: 1px solid #fff;
  background: #fff;
  color: #333;
}

@media screen and (max-width:1450px){
  .deal .deal-con,.application-content{
    width: 80%;
  }


  .industry-content {
    width: 95%;
  }
  .industry_nav {
     justify-content: center;
  }
  .industry_nav .nav-item {
    width: 20% !important;
  }


  .deal .deal-con ul li {
    width: 45%;
  }

  .deal .deal-con ul li em {
    margin: 40px auto;
    width: 100%;
    height: auto;
  }
  .deal .deal-con ul li em a small {
    margin: 48px auto;
  }

  .deal .deal-con ul li em img {
    width: 100%;
  }
}

