#banner_inside {
  height: 500px;
}

#banner_inside .banner_box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}

#banner_inside .banner_title {
  font-size: 60px;
  font-weight: bold;
  color: #FFFEFE;
  text-shadow: 2px 2px 2px #333;
}

#banner_inside .banner_desc {
  width: 630px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFEFE;
  line-height: 30px;
  margin-top: 25px;
}

#banner_inside .banner_btn {
  width: 200px;
  height: 60px;
  background: #FB9633;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  margin-top: 50px;
}

#content .title {
  font-size: 34px;
  color: #333;
  text-align: center;
  padding: 80px 0 60px;
}

#content .group {
  width: 1200px;
  margin: 0 auto;
}

#content .group .group_box {
  display: flex;
  justify-content: flex-start;
}

#content .group .group_type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

#content .group .group_type .group_item {
  width: 320px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  position: relative;
  transition: all .5s;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden;
}

#content .group .group_type .group_item:nth-child(3) {
  position: relative;
  left: -150px;
}

#content .group .group_type .group_item:nth-child(4) {
  position: relative;
  left: -130px;
}

#content .group .group_type .type_name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}

#content .group .group_type .type_desc {
  font-size: 14px;
  color: #333333;
  line-height: 40px;
}

#content .group .group_type .type_words {
  font-size: 18px;
  color: #FB3348;
  line-height: 40px;
  font-weight: bold;
}

#content .group .group_type a {
  position: absolute;
  left: 0;
  bottom: -50px;
  right: 0;
  height: 50px;
  background: #FFEAEC;
  border-radius: 0 0 4px 4px;
  line-height: 50px;
  color: #FB3348;
  font-size: 14px;
  transition: all .5s;
}

#content .group .group_type a .iconfont{
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

#content .group .group_type .group_item:hover {
  padding-top: 20px;
}

#content .group .group_type .group_item:hover a {
  bottom: 0;
}

#content .group .group_box img {
  width: 520px;
  height: 360px;
}

#content .intro_box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
}

#content .intro_box .intro_item {
  margin-bottom: 52px;
  color: #333333;
  margin-right: 60px;
}

#content .intro_box .intro_title {
  font-size: 24px;
  line-height: 40px;
}

#content .intro_box .intro_desc {
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
}

#content .intro_box img {
  width: 600px;
  height: 400px;
}
