.banner {
  height: 320px;
  background: url("../images/livelihood_security/banner_img.jpg") no-repeat center;
}
.banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 96px;
}
.banner-title {
  width: 447px;
  height: 73px;
  margin-bottom: 24px;
}
.banner-title img {
  width: 100%;
  height: 100%;
}
.banner-subtitle {
  position: relative;
  padding: 0 49px;
  line-height: 27px;
  font-size: 18px;
  color: #fff;
}
.banner-subtitle::before, .banner-subtitle::after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 40px;
  height: 8px;
  background: url("../images/livelihood_security/banner_left.png") no-repeat;
}
.banner-subtitle::before {
  left: 0;
}
.banner-subtitle::after {
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hd-top {
  height: 47px;
  margin-bottom: 40px;
  line-height: 47px;
  text-align: center;
}
.hd-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 278px;
  color: #2868b1;
  font-size: 32px;
  font-weight: bold;
  background: url("../images/livelihood_security/title_left.png") no-repeat left center, url("../images/livelihood_security/title_right.png") no-repeat right center;
}

.service {
  padding-top: 40px;
}
.service-list {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-item {
  height: 182px;
  width: 224px;
  margin-right: 20px;
}
.service-item:last-child {
  margin-right: 0;
}
.service-item:nth-child(1) .service-box {
  background-image: url("../images/livelihood_security/service_bg1.png");
}
.service-item:nth-child(1) .service-box:hover .service-enter {
  background-color: #528bd0;
  background-image: url("../images/livelihood_security/service_jiaoh.png");
}
.service-item:nth-child(1) .service-enter {
  color: #528bd0;
  background-image: url("../images/livelihood_security/service_jiao1.png");
}
.service-item:nth-child(2) .service-box {
  background-image: url("../images/livelihood_security/service_bg2.png");
}
.service-item:nth-child(2) .service-box:hover .service-enter {
  background-color: #56aad4;
  background-image: url("../images/livelihood_security/service_jiaoh.png");
}
.service-item:nth-child(2) .service-enter {
  color: #56aad4;
  background-image: url("../images/livelihood_security/service_jiao2.png");
}
.service-item:nth-child(3) .service-box {
  background-image: url("../images/livelihood_security/service_bg3.png");
}
.service-item:nth-child(3) .service-box:hover .service-enter {
  background-color: #dd6b6d;
  background-image: url("../images/livelihood_security/service_jiaoh.png");
}
.service-item:nth-child(3) .service-enter {
  color: #dd6b6d;
  background-image: url("../images/livelihood_security/service_jiao3.png");
}
.service-item:nth-child(4) .service-box {
  background-image: url("../images/livelihood_security/service_bg4.png");
}
.service-item:nth-child(4) .service-box:hover .service-enter {
  background-color: #42bcc6;
  background-image: url("../images/livelihood_security/service_jiaoh.png");
}
.service-item:nth-child(4) .service-enter {
  color: #42bcc6;
  background-image: url("../images/livelihood_security/service_jiao4.png");
}
.service-item:nth-child(5) .service-box {
  background-image: url("../images/livelihood_security/service_bg5.png");
}
.service-item:nth-child(5) .service-box:hover .service-enter {
  background-color: #cea74c;
  background-image: url("../images/livelihood_security/service_jiaoh.png");
}
.service-item:nth-child(5) .service-enter {
  color: #cea74c;
  background-image: url("../images/livelihood_security/service_jiao5.png");
}
.service-box {
  display: block;
  padding: 28px 28px 0;
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.service-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.service-box:hover .service-enter {
  color: #fff;
}
.service-name {
  margin-bottom: 16px;
  line-height: 32px;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
.service-enter {
  width: 95px;
  height: 27px;
  padding-left: 14px;
  line-height: 27px;
  border-radius: 14px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.hot {
  margin-bottom: 40px;
}
.hot-box {
  min-height: 192px;
  position: relative;
  padding: 39px 5px 19px 49px;
  border-radius: 4px;
  border: 1px solid #d6e3f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f8ff), to(#fff));
  background: linear-gradient(180deg, #f2f8ff 0%, #fff 100%);
}
.hot-box::after {
  content: " ";
  position: absolute;
  height: 146px;
  width: 123px;
  right: 18px;
  bottom: 0;
  background: url("../images/livelihood_security/hot_bg.png") no-repeat;
}
.hot-item {
  padding-right: 46px;
  width: 33.33%;
  margin-bottom: 20px;
}
.hot-name {
  display: block;
  padding-left: 25px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../images/livelihood_security/hot_icon.png") no-repeat left center;
}
.hot-name:hover {
  color: #2868b1;
  font-weight: 500;
}

.theme {
  height: 597px;
  padding-top: 40px;
  background: url("../images/livelihood_security/theme_bg.jpg") no-repeat center;
}
.theme-list {
  margin-right: -37px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.theme-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(33.33% - 37px);
  margin: 0 37px 26px 0;
}
.theme-item:nth-child(1) .theme-box {
  background-image: url("../images/livelihood_security/theme_icon1.png");
}
.theme-item:nth-child(1) .theme-box:hover {
  background-image: url("../images/livelihood_security/theme_icon1h.png");
}
.theme-item:nth-child(1).active .theme-box {
  background-image: url("../images/livelihood_security/theme_icon1h.png");
}
.theme-item:nth-child(2) .theme-box {
  background-image: url("../images/livelihood_security/theme_icon2.png");
}
.theme-item:nth-child(2) .theme-box:hover {
  background-image: url("../images/livelihood_security/theme_icon2h.png");
}
.theme-item:nth-child(2).active .theme-box {
  background-image: url("../images/livelihood_security/theme_icon2h.png");
}
.theme-item:nth-child(3) .theme-box {
  background-image: url("../images/livelihood_security/theme_icon3.png");
}
.theme-item:nth-child(3) .theme-box:hover {
  background-image: url("../images/livelihood_security/theme_icon3h.png");
}
.theme-item:nth-child(3).active .theme-box {
  background-image: url("../images/livelihood_security/theme_icon3h.png");
}
.theme-item:nth-child(4) .theme-box {
  background-image: url("../images/livelihood_security/theme_icon4.png");
}
.theme-item:nth-child(4) .theme-box:hover {
  background-image: url("../images/livelihood_security/theme_icon4h.png");
}
.theme-item:nth-child(4).active .theme-box {
  background-image: url("../images/livelihood_security/theme_icon4h.png");
}
.theme-item:nth-child(5) .theme-box {
  background-image: url("../images/livelihood_security/theme_icon5.png");
}
.theme-item:nth-child(5) .theme-box:hover {
  background-image: url("../images/livelihood_security/theme_icon5h.png");
}
.theme-item:nth-child(5).active .theme-box {
  background-image: url("../images/livelihood_security/theme_icon5h.png");
}
.theme-item:nth-child(6) .theme-box {
  background-image: url("../images/livelihood_security/theme_icon6.png");
}
.theme-item:nth-child(6) .theme-box:hover {
  background-image: url("../images/livelihood_security/theme_icon6h.png");
}
.theme-item:nth-child(6).active .theme-box {
  background-image: url("../images/livelihood_security/theme_icon6h.png");
}
.theme-item:nth-child(7) .theme-box {
  background-image: url("../images/livelihood_security/theme_icon7.png");
}
.theme-item:nth-child(7) .theme-box:hover {
  background-image: url("../images/livelihood_security/theme_icon7h.png");
}
.theme-item:nth-child(7).active .theme-box {
  background-image: url("../images/livelihood_security/theme_icon7h.png");
}
.theme-item:nth-child(8) .theme-box {
  background-image: url("../images/livelihood_security/theme_icon8.png");
}
.theme-item:nth-child(8) .theme-box:hover {
  background-image: url("../images/livelihood_security/theme_icon8h.png");
}
.theme-item:nth-child(8).active .theme-box {
  background-image: url("../images/livelihood_security/theme_icon8h.png");
}
.theme-item:nth-child(9) .theme-box {
  background-image: url("../images/livelihood_security/theme_icon9.png");
}
.theme-item:nth-child(9) .theme-box:hover {
  background-image: url("../images/livelihood_security/theme_icon9h.png");
}
.theme-item:nth-child(9).active .theme-box {
  background-image: url("../images/livelihood_security/theme_icon9h.png");
}
.theme-item.active .theme-box {
  color: #fff;
  background-color: #2868b1;
  border-color: #2868b1;
}
.theme-item.active .theme-box::after {
  display: block;
}
.theme-item.active .theme-child {
  display: block;
}
.theme-item:nth-child(3n+2) .theme-child {
  left: -412px;
}
.theme-item:nth-child(3n+3) .theme-child {
  left: -824px;
}
.theme-box {
  position: relative;
  display: block;
  height: 68px;
  padding-left: 157px;
  line-height: 66px;
  color: #2868b1;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid #d6e3f3;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 104px center;
}
.theme-box::after {
  display: none;
  position: absolute;
  content: " ";
  bottom: -27px;
  left: 149px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #fff transparent;
}
.theme-box:hover {
  color: #fff;
  background-color: #2868b1;
  border-color: #2868b1;
}
.theme-child {
  position: relative;
  display: none;
  height: 148px;
  width: 1200px;
  margin-top: 26px;
  padding: 40px 0 0 53px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.theme-child-item {
  width: 33.33%;
  padding-right: 49px;
}
.theme-child-name {
  display: block;
  padding-left: 22px;
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  background: url("../images/livelihood_security/theme_list.png") no-repeat left center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-child-name:hover {
  color: #2868b1;
  font-weight: 500;
}

.suggest {
  padding: 40px 0;
}
.suggest-box {
  display: block;
  height: 140px;
  padding: 26px 0 0 80px;
  background: url("../images/livelihood_security/suggest_bg.jpg") no-repeat right center;
}
.suggest-name {
  margin-bottom: 11px;
  color: #2868b1;
  font-weight: bold;
  font-size: 34px;
}
.suggest-enter {
  width: 95px;
  height: 27px;
  padding-left: 14px;
  line-height: 27px;
  color: #528bd0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8) url("../images/livelihood_security/suggest_jiao.png") no-repeat right 14px center;
}