/*背景图*/
header.main {
  background-image: url('../../images/government/header-bg.jpg');
}
.title-2 {
  margin: 17.5px 0 56.5px 0;
}
/*内容*/
header.main .content h1 {
  font-size: 3.6rem;
  font-weight: bold;
}
header.main .content h2 {
  font-size: 2rem;
  margin: 35px 0 15px 0;
}
header.main .content p {
  font-size: 1rem;
  line-height: 30px;
  width: 960px;
}

/*智慧行业方案*/
#container-1 {
  width: 100%;
  text-align: center;
  padding-top: 100px;
}
#container-1 .more-button {
  margin-bottom: 130px;
}
#container-1 .zzhy-list {
  display: flex;
}
#container-1 .zzhy-list > li {
  width: 228px;
  height: 231px;
  margin-right: 15px;
}
#container-1 .zzhy-list > li:hover {
  height: auto;
  z-index: 2;
}

/*覆盖的样式*/
#container-1 .zzhy-list li:hover .hover-container {
  border: 1px solid #e5301f;
  width: 316px;
  position: relative;
  top: -40px;
  left: -28px;
}
#container-1 .zzhy-list li:hover .hover-container .title-container {
  background: #e5301f;
  width: calc(100% + 1px);
  height: 82px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  left: -1px;
}
#container-1
  .zzhy-list
  li:nth-of-type(2):hover
  .hover-container
  .title-container {
  width: calc(100% + 2px);
}
#container-1 .zzhy-list li:hover .hover-container .info-list-container {
  width: 314px;
  padding-top: 7px;
  background-color: white;
}
/*第二个设置最小高度*/
#container-1
  .zzhy-list
  li:hover:nth-of-type(2)
  .hover-container
  .info-list-container {
  min-height: 210px;
}
#container-1 .zzhy-list li:hover .hover-container .info-list {
  margin-bottom: 10px;
}
#container-1 .zzhy-list li:hover .hover-container .info-list > li {
  height: 50px;
  color: #545457;
  font-size: 15px;
  border-bottom: 1px dotted #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
}
#container-1 .zzhy-list li:hover .hover-container .info-list > li:last-child {
  border-bottom: none;
}
#container-1 .zzhy-list li:nth-last-child(1) {
  margin-right: 0px;
}
/*离开容器的样式*/
#container-1 .zzhy-list li .leave-container {
  border: 1px solid #c7c6cf;
  height: 100%;
}
/*离开*/
#container-1 .zzhy-list li .hover-container {
  display: none;
}
/*覆盖*/
#container-1 .zzhy-list li:hover .hover-container {
  display: block;
}
#container-1 .zzhy-list li:hover .leave-container {
  display: none;
}
/*智慧行业方案例子图片以及文字*/
#container-1 .zzhy-list figcaption {
  font-size: 18px;
  font-weight: bold;
  color: #353230;
}
#container-1 .zzhy-list img {
  margin: 61.5px 0 25.5px 0;
  width: 45px;
  height: 45px;
}
#container-1 .zzhy-list li:nth-of-type(5) img {
  width: 54px;
  height: 36px;
  margin-top: 70px;
}

#container-1 .zzhy-list .underline {
  width: 29px;
  margin-top: 18.5px;
}

/*技术产品推荐*/
#container-2 {
  width: 100%;
  height: 766.15px;
  background: #f8f9fb;
  text-align: center;
  padding-top: 72px;
}

#container-2 .jscp-list {
  margin-top: 62px;
  display: flex;
  width: 100%;
  height: 539.65px;
  color: #ffffff;
  overflow-x: hidden;
}
#container-2 .jscp-list li {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
/*
      背景图收缩时候的样式,
      收缩的时候隐藏展开内容
    */
#container-2 .jscp-list .shrink {
  flex: auto;
  width: 13%;
}
.extend a:hover {
  color: white;
}
#container-2 .jscp-list .shrink .extend-content {
  display: none;
}
#container-2 .jscp-list .shrink .shrink-content img {
  width: 54.5px;
  height: 60.5px;
  margin: 192px 0 30px 0;
}
#container-2 .jscp-list .shrink .shrink-content .underline {
  width: 27px;
  margin: 0 auto 20px auto;
}
#container-2 .jscp-list .shrink .shrink-content figcaption {
  font-size: 26px;
}
/*收缩时候的图标*/
#container-2 .jscp-list > li:nth-of-type(1) .shrink-content img {
  width: 42px;
  height: 58px;
}
#container-2 .jscp-list > li:nth-of-type(5) .shrink-content img {
  width: 73px;
  height: 57px;
}
#container-2 .jscp-list > li:nth-of-type(3) .shrink-content img,
#container-2 .jscp-list > li:nth-of-type(6) .shrink-content img {
  width: 59px;
  height: 59px;
}
#container-2 .jscp-list > li:nth-of-type(4) .shrink-content img {
  width: 70px;
  height: 58px;
}
/*
      背景图展开时候的样式,
      展开的时候隐藏收缩时候的内容
    */
#container-2 .jscp-list .extend {
  width: 48.3%;
}
#container-2 .jscp-list .extend .shrink-content {
  display: none;
}
#container-2 .jscp-list .extend h3 {
  margin: 175.5px 0 0 0;
  font-size: 26px;
}
#container-2 .jscp-list .extend p {
  width: 591px;
  font-size: 15px;
  margin: 0 auto 27px auto;
  line-height: 29px;
}

#container-2 .jscp-list .extend:nth-of-type(3) p {
  margin-bottom: 14px;
}
#container-2 .jscp-list .extend:nth-of-type(3) .recommend-container {
  margin-top: 27px;
}
#container-2 .jscp-list .extend:nth-of-type(3) .recommend-container ul {
  margin-top: 10px;
}

/*下划线*/
#container-2 .jscp-list .underline {
  width: 60px;
  margin: 20px auto 30px auto;
}
/*设置背景图片*/
#container-2 .jscp-list > li {
  background: center/cover no-repeat;
}
#container-2 .jscp-list > li:nth-child(1) {
  background-image: url('../../images/government/bby.jpg');
  background-position-x: 7%;
}
#container-2 .jscp-list > li:nth-child(2) {
  background-image: url('../../images/government/zwy.jpg');
  background-position-x: 67%;
}
#container-2 .jscp-list > li:nth-child(3) {
  background-image: url('../../images/government/zcy.jpg');
}
#container-2 .jscp-list > li:nth-child(4) {
  background-image: url('../../images/government/cwy.jpg');
}
#container-2 .jscp-list > li:nth-child(5) {
  background-image: url('../../images/government/gmszwy-bj.jpg');
}
#container-2 .jscp-list > li:nth-child(6) {
  background-image: url('../../images/government/dsj.jpg');
}

/*底部的推荐解决方案*/
#container-2 .jscp-list .recommend-container {
  margin-top: 10px;
}
#container-2 .jscp-list .recommend-container h4 {
  font-size: 20px;
}
#container-2 .jscp-list .recommend-container ul {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
#container-2 .jscp-list .recommend-container ul .split-line {
  width: 2px;
  min-width: 2px;
  max-width: 2px;
  background-color: white;
  height: 15px;
  margin-top: 3px;
  margin: 5px 10px 0 8px;
}
#container-2 .jscp-list .extend p.more-learn {
  text-align: left;
  margin: 0 auto;
}

/*服务支持*/
#container-3 {
  width: 100%;
  height: 544.5px;
  text-align: center;
  padding-top: 108px;
}
#container-3 .red-bg ul {
  margin: 0;
}
/*新闻动态||工作通知*/
#container-4 {
  width: 100%;
  height: 413px;
  padding-top: 107.5px;
}
#container-4 .title-1 span {
  font-size: 30px;
}
#container-4 .main-container {
  height: 184.5px;
  display: flex;
}

#container-4 .left-news {
  width: 555px;
  margin-right: 90px;
}
#container-4 .right-news {
  width: 545px;
}
#container-4 .grey-underline {
  margin: 25.5px 0 22px 0;
}
#container-4 table {
  border-collapse: separate;
  border-spacing: 0px 10px;
}
#container-4 table td {
  font-size: 15px;
  color: #333333;
}
#container-4 table tr td:nth-child(1) {
  width: 458px;
}
#container-4 table tr td:nth-child(2) {
  color: #b8b7be;
}
#container-4 .title-1 img {
  width: 11px;
  height: 20px;
}
/*自定义*/
main .red-bg {
  height: 291px;
  padding-top: 0;
}
