.banner-container img{
  width: 100%;
}

.industry-container {
  margin-top: 55px;
}

.industry-container .nameCN {
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #e6a722;
}

.industry-container .nameEN {
  height: 27px;
  line-height: 27px;
  font-size: 16px;
  color: #727171;
}

.industry-container .nameBorder {
  height: 2px;
  width: 50px;
  margin: 16px 0;
  background-color: #b7b7b7;
}

.industry-container .intro {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  color: #e6a722;
}

.industry-container .info {
  height: 32px;
  padding: 17px 0;
  line-height: 16px;
  font-size: 14px;
  color: #3e3a39;
  margin-bottom: 77px;
}

.industry-container .industry-item {
  margin-bottom: 108px;
  position: relative;
  height: 320px;
}

.industry-container .industry-item:last-child {
  margin-bottom: 125px;
}

.industry-item:nth-child(2n+1) .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 510px;
  height: 320px;
}

.industry-item:nth-child(2n) .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 510px;
  height: 320px;
}

.industry-item:nth-child(2n+1) .box {
  position: absolute;
  top: 59px;
  left: 448px;
  width: 604px;
  height: 222px;
  background-color: #fff;
  box-shadow: 1px 1px 3px #f5f2ec, -1px -1px 3px #f5f2ec;
}

.industry-item:nth-child(2n) .box {
  position: absolute;
  top: 59px;
  right: 448px;
  width: 604px;
  height: 222px;
  background-color: #fff;
  box-shadow: 1px 1px 3px #f5f2ec, -1px -1px 3px #f5f2ec;
}

.box .box1 {
  width: 18px;
  height: 18px;
  background-color: #f2d390;
  opacity: .8;
  position: absolute;
  bottom: 0;
  right: 0;
}

.box .box2 {
  width: 18px;
  height: 18px;
  background-color: #f2d390;
  opacity: .8;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.box .box-title {
  padding-top: 54px;
  margin-left: 31px;


  height: 21px;
  line-height: 21px;
}

.box .box-title a{
  color: #e6a722;
  font-size: 18px;
}
.box .content {
  margin: 27px 41px;
  font-size: 14px;
}


