.banner {
  background-image: url("../assets/cloudSolution/government/banner_01.jpg");
}
.banner .botRect {
  width: 60px;
  height: 6px;
  background: #fff;
  margin: 0 auto;
  margin-top: -17px;
  margin-bottom: 5px;
}
.banner .bannerSecTitle {
  font-size: 18px;
  text-transform: uppercase;
}
.gov-list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -35px auto 60px;
}
.gov-list .gov-detail {
  position: relative;
  overflow: hidden;
  width: 20%;
  height: 400px;
  z-index: 0;
  background: no-repeat center;
  background-size: 100% 100% ;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer
  /*.p-top1{
      padding: 170px 50px 50px 74px;
    }*/
}
.gov-list .gov-detail .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: -2;
}
.gov-list .gov-detail:hover .pic {
  -webkit-transition: .3s;
          transition: .3s;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.gov-list .gov-detail:hover .p-top {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}
.gov-list .gov-detail:hover .p-down {
  display: block;
}
.gov-list .gov-detail:hover .constractCover {
  display: block;
}
.gov-list .gov-detail .constractCover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #108bec;
  opacity: 0.6;
  display: none;
}
.gov-list .gov-detail .p-top {
  position: absolute;
  font-size: 18px;
}
.gov-list .gov-detail .p-down {
  padding: 0px 15px 15px 15px;
  display: none;
}
.contentBox {
  width: 1200px;
  height: auto;
  overflow: hidden;
  padding: 0 50px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.contentBox .boxlist {
  width: 600px;
  margin: 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentBox .boxlist .box {
  width: 100px;
  height: 100px;
  text-align: center;
}
.contentBox .boxlist .box p {
  margin: 10px;
  font-weight: bolder;
  color: #666;
  font-size: 16px;
}
.contentBox .govCloudCon {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.contentBox .govTitle {
  border-left: 4px solid #108bed;
  padding-left: 10px;
  height: 24px;
  font-size: 31px;
  line-height: 24px;
  margin: 83px 0;
  color: #333;
}
.contentBox .govCloudBg {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentBox .govCloudBg .govCloudText {
  width: 600px;
}
.contentBox .govCloudBg .govCloudText .govCloudTitle {
  color: #3da1f0;
  margin-bottom: 20px;
  font-size: 23px;
}
.contentBox .govCloudBg img {
  display: block;
  width: 480px;
}
.contentBox .govConList .govConTitle {
  text-align: center;
  color: #108bed;
  font-size: 24px;
  margin-top: 73px;
}
.contentBox .govConList .govConDetail {
  float: left;
  margin-right: 30px;
  width: 380px;
  margin-top: 35px;
}
.contentBox .govConList .govConDetail:nth-child(3n+1) {
  margin-right: 0;
}
.contentBox .govConList .govConDetail .imgBox {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.contentBox .govConList .govConDetail img {
  width: 100%;
  height: 240px;
  -webkit-transition: -webkit-transform 0.3s ease;
          transition: transform 0.3s ease;
  cursor: pointer;
}
.contentBox .govConList .govConDetail img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.contentBox .govConList .govConDetail .govConDetailT {
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  color: #333;
}
.contentBox .govConList .govConDetail .govConText {
  line-height: 17px;
  font-size: 15px;
  color: #666;
}
