
.banner{
    width: 100%;
    background: url('../img/government/banner-bg.png') no-repeat center;
    padding-top: 28.30%;
    background-size:cover;
  }
  
  
  /* 金刚位 */
  .bannerBom{
    width: 1200px;
    height: 70px;
    /* background: #fff;  */
    /* overflow: hidden; */
    position: absolute;
    display: flex;
    z-index: 10;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  
  .bannerBom-item{
    position: relative;
    height: 70px;
    width: 600px;
    line-height: 70px;
    font-size: 22px;
    text-align: center;
    color: #343434; 
    cursor: pointer;
    background: rgba(255, 255, 255, .7);
  }
  .bannerBom-active{
    background: #ffffff;
    z-index: 10;
    color: #0C47ED;
    box-shadow: 0px 0px 7px 1px rgba(205, 212, 219, 0.5);
  }

  .bannerBom-active::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0);
    width: 120px;
    height: 4px;
    border-radius: 2px;
    background: #1d46e5;
  }

  .bannerBom-title{
    display: inline-block;
    height: 76px;
  }

  /* 业务背景 */
  .business{
    width: 100%;
    box-sizing: border-box;
    padding-top: 97px;
  }
  .business-title{
      width: 100%;
    margin-bottom: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.business-title-svg{
    width: 195px;
    height: 45px;
    margin-bottom: 31px;
}
.business-title-svgp{
  width: 397px;
  height: 45px;
  margin-bottom: 31px;
}
.business-title-svgs{
    width: 295px;
    height: 45px;
    margin-bottom: 31px;
}
.business-jian-svg{
    width: 26px;
    height: 15px;
}
.business-describe{
    display: flex;
}

/* 左 */
.business-left{
    box-sizing: border-box;
    width: 50%;
    height: 210px;
    border: 1px solid #D8D8D8;
    position: relative;
    border-right: none;
}
.business-left:hover {
    background: url('../img/govemmentOne/beibg.png') no-repeat;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    -webkit-animation: hot-point-scale-up 1s ease-in-out both;
    animation: hot-point-scale-up 1s ease-in-out both;
}
/* 右 */
.business-right{
    box-sizing: border-box;
    width: 50%;
    height: 210px;
    position: relative;
    border: 1px solid #D8D8D8;
}
.business-right:hover {
    background: url('../img/govemmentOne/beibg.png') no-repeat;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    -webkit-animation: hot-point-scale-up 1s ease-in-out both;
    animation: hot-point-scale-up 1s ease-in-out both;
}
/* 图标 */
.business-left-top{
    position: absolute;
    right: 330px;
    top: 39px;
    display: flex;
    width: 230px;
}
.business-left-top>img{
   width: 34px;
   height: 34px;
   margin-right: 12px;
}
.left-title{
    font-size: 22px;
    font-weight: 500;
    color: #343434;
}
/* 文字 */
.business-left-bottom{
    width: 500px;
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 26px;
    position: absolute;
    top: 89px;
    right: 60px;
    text-indent: 2em;
}
/* 图标 */
.business-right-top{
    position: absolute;
    left: 60px;
    top: 39px;
    display: flex;
    width: 230px;
}
.business-right-top>img{
   width: 34px;
   height: 34px;
   margin-right: 12px;
}
/* 文字 */
.business-right-bottom{
    width: 500px;
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 26px;
    position: absolute;
    top: 89px;
    left: 60px;
    text-indent: 2em;
}
/* 业务优势 */
.yewu{
    margin-top: 106px;
}
.business-ys-left{
    box-sizing: border-box;
    width: 50%;
    height: 210px;
    border: 1px solid #D8D8D8;
    position: relative;
    border-right: none;
}
.business-ys-right{
    box-sizing: border-box;
    width: 50%;
    height: 210px;
    border: 1px solid #D8D8D8;
    position: relative;
}
.left-ys-title{
    font-size: 22px;
    font-weight: 500;
    color: #343434;
}
.business-ys-left-top{
    position: absolute;
    right: 238px;
    top: 39px;
    display: flex;
    width: 205px;
}
.business-ys-left-bottom{
    width: 162px;
    font-size: 16px;
    color: #343434;
    position: absolute;
    top: 89px;
    right: 239px;
}
.business-ys-left-bottom>div{
    display: flex;
    justify-content: space-around;
    margin-bottom: 9px;
}
.business-ys-left-top>img{
    width: 36px;
    height: 36px;
    margin-right: 12px;
 }
.left-ys-title{
    font-size: 22px;
    font-weight: 500;
    color: #343434;
}
.business-ys-right-top{
    position: absolute;
    left: 177px;
    top: 39px;
    display: flex;
    width: 205px;
}
.business-ys-right-top>img{
    width: 36px;
    height: 36px;
    margin-right: 12px;
 }
.business-ys-right-bottom{
    width: 240px;
    font-size: 16px;
    color: #343434;
    position: absolute;
    top: 89px;
    left: 161px;
}
.business-ys-right-bottom>div{
    display: flex;
    justify-content: space-around;
    margin-bottom: 9px;
}
.business-ys-left:hover {
    background: url('../img/govemmentOne/youshibg.png') no-repeat;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    -webkit-animation: hot-point-scale-up 1s ease-in-out both;
    animation: hot-point-scale-up 1s ease-in-out both;
}
.business-ys-right:hover {
    background: url('../img/govemmentOne/youshibg.png') no-repeat;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    -webkit-animation: hot-point-scale-up 1s ease-in-out both;
    animation: hot-point-scale-up 1s ease-in-out both;
}
.base-pic{
    box-sizing: border-box;
    padding-top: 110px;
    height: 687px;
    width: 100%;
    border: 1px solid transparent;
    /* position: relative; */
}
.pic-title{
    display: flex;
    justify-content: center;
    /* margin-left: -730px; */
    margin-top: 64px;
    font-size: 22px;
    font-weight: 500;
    color: #343434;
}
.pic-title>img{
    width: 34px;
    height: 34px;
    margin-right: 12px;
 }
.pic-box{ 
    display: flex;      
    width: 100%;
    flex-direction: column;
}
.box-first{
    width: 1071px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.box-first>div{
  width: 258px;
  height: 130px;
  position: relative;
}
.box-first>div:nth-of-type(1){
    background:url('../img/govemmentOne/fangzi.svg') no-repeat;
  }
  .box-first>div:nth-of-type(2){
    background:url('../img/govemmentOne/yiliao.svg') no-repeat;
  }
  .box-first>div:nth-of-type(3){
    width: 258px;
    height: 130px;
    background:url('../img/govemmentOne/wangluo.png') no-repeat;
    background-size: contain;
  }
  .box-first>div:nth-of-type(4){
    background:url('../img/govemmentOne/maozi.svg') no-repeat;
  }
  .box-first>div>span:nth-of-type(1){
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    top: 80px;
    left: 22px;
  }
  .box-first>div:nth-of-type(3)>span:nth-of-type(1){
    position: absolute;
    top: 80px;
    left: 10px;
  }
  .box-first>div>span:nth-of-type(2){
    position: absolute;
    top: 36px;
    left: 100px;
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 30px;
  }
  .box-second{
    width: 1071px;
    margin:0 auto;
    display: flex;
    margin-top: 67px;
    justify-content: space-between;
}
.box-second>div{
  width: 258px;
  height: 130px;
  position: relative;
}
.box-second>div:nth-of-type(1){
    background:url('../img/govemmentOne/jinqian.svg') no-repeat;
  }
  .box-second>div:nth-of-type(2){
    background:url('../img/govemmentOne/shandian.svg') no-repeat;
  }
  .box-second>div:nth-of-type(3){
      width: 258px;
      height: 130px;
      background:url('../img/govemmentOne/gouwuche.png') no-repeat;
      background-size: contain;
  }
  .box-second>div:nth-of-type(4){
    background:url('../img/govemmentOne/hulianw.svg') no-repeat;
  }
  .box-second>div>span:nth-of-type(1){
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    top: 80px;
    left: 22px;
  }
  .box-second>div:nth-of-type(4)>span:nth-of-type(1){
    position: absolute;
    top: 80px;
    left: 10px;
  }
  .box-second>div>span:nth-of-type(2){
    position: absolute;
    top: 36px;
    left: 100px;
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 30px;
  }
  .pic-more{
    margin-top: 32px;
    letter-spacing: 1px;
    display: flex;
    display: flex;
    justify-content: center;
    padding-left: 880px;
  }
  .pic-more>a{
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #383838;
    margin-right: 4px;
    color: #383838;
  }
  .pic-more>a:hover {
    color: #70BA44;
    cursor: pointer;
  }
  .pic-more>img:hover {
    color: #70BA44;
    cursor: pointer;
  }
  .hezuo{
      width: 100%;
      height: 1024px;
      padding-top: 111px;
      background: #F7F8FA;
      box-sizing: border-box;
  }
  .hezuo-content{
     display: flex;
     flex-direction: column;
  }
  .hezuo-box{
      width: 1200px;
      margin: 0 auto;
  }
  .hezuo-first{
      display: flex;
      justify-content: space-between;
  }
  .hezuo-first>div{
      width: 300px;
      height: 340px;
      box-sizing: border-box;
      border: 1px solid #D8D8D8;
      display: flex;
      flex-direction: column;
      text-align: center;
      cursor: pointer;
      position: relative;
}
.hezuo-first>div:hover::after{
    top: 0;
    display: block;
    content: '';
    position: absolute;
    width: 300px;
    height: 6px;
    background: #70BA44;
  }
 
.hezuo-first>div:hover .hanye{
    color: #0B318F;
}
.hezuo-first>div:hover .details-hezuo{
    color: #0C47ED;
}
.hezuo-first>div>span:nth-of-type(1){
    font-size: 22px;
    font-weight: 500;
    color: #343434;
    margin: 23px 0 6px 0 ;
    line-height: 30px;
}
.hezuo-first>div>span:nth-of-type(2){
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #343434;
    line-height: 22px;
}
.hezuo-first>div>span:nth-of-type(3){
    font-size: 14px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 20px;
}
.hezuo-first>div>img:nth-of-type(1){
   width: 280px;
   height: 170px;
   margin: 13px 12px 13px 8px;
}
.hezuo-first>div>span:nth-of-type(4){
    display: flex;
    justify-content: center;
}
.hezuo-first>div>span:nth-of-type(4)>img{
    margin-left: 8px;
}
.hezuo-first>div:nth-of-type(1){
    border-right: none;
    border-bottom: none;
}
.hezuo-first>div:nth-of-type(2){
    border-right: none;
    border-bottom: none;
}
.hezuo-first>div:nth-of-type(3){
    border-right: none;
    border-bottom: none;
}
.hezuo-first>div:nth-of-type(4){
    border-bottom: none;
}
.hezuo-second>div{
    border-bottom: 1px solid #D8D8D8 !important;
}
.smart-people{
    width: 100%;
    height: 856px;
    box-sizing: border-box;
    padding-top: 109px;
}
.people-box{
    display: flex;
}
.people-content{
    display: flex;
    margin: 0 auto;
    width: 1200px;
}
.people-left{
    width: 540px;
    margin-right: 17px;
}
.people-top{
    position: relative;
    height: 210px;
    margin-bottom: 14px;
    
}
.people-top>p{
    position: absolute;
    width: 120px;
    height: 18px;
    top: 54px;
    left: 210px;
    background: #CFDCFF;
    z-index:9;
}
.people-top>div:nth-of-type(1){
    font-size: 22px;
    font-weight: 500;
    color: #0B318F;
    line-height: 30px;
    letter-spacing: 1px;
    z-index: 999;
    position: absolute;
    top: 39px;
    left: 224px;

}
.people-top>div:nth-of-type(2){
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 26px;
    letter-spacing: 1px;
    text-indent: 2em;
    /* margin: 0 40px; */
    width: 459px;
    position: absolute;
    top: 79px;
    left: 41px;
}
.people-bottom{
    position: relative;
    height: 210px;
}
.people-bottom>p{
    position: absolute;
    width: 180px;
    height: 18px;
    top: 59px;
    left: 180px;
    background: #CFDCFF;
    z-index:9;
}
.people-bottom>div:nth-of-type(1){
    font-size: 22px;
    font-weight: 500;
    color: #0B318F;
    line-height: 30px;
    letter-spacing: 1px;
    /* margin: 44px 188px 28px; */
    z-index: 999;
    position: absolute;
    top:44px;
    left: 190px;
}
.people-bottom>div:nth-of-type(2){
    position: absolute;
    top: 102px;
    left: 100px;
    width: 328px;
}
.people-bottom>div:nth-of-type(2)>div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 16px;
    letter-spacing: 1px;
   
}
.people-right{
    margin-top: 31px;
    position: relative;
    background: url('../img/govemmentOne/map.png') no-repeat center;
    background-size:90%;
    width: 624px;
    height: 449px;
}
.people-right>p{
    position: absolute;
    width: 120px;
    height: 18px;
    top: 25px;
    left: 220px;
    background: #CFDCFF;
    z-index:9;
}
.people-right>div{
    font-size: 22px;
    font-weight: 500;
    color: #0B318F;
    line-height: 30px;
    letter-spacing: 1px;
    position: absolute;
    top: 10px;
    left: 235px;
    z-index:99;
}
.people-right:hover {
    cursor: pointer;
    -webkit-animation: hot-point-scale-ups 1s ease-in-out both; 
    animation: hot-point-scale-ups 1s ease-in-out both;
}
/**
 * ----------------------------------------
 * animation hot-point-scale-up
 * ----------------------------------------
 */
 @-webkit-keyframes hot-point-scale-up {
    0% {
        background-size: 100% 100%;
      }
      100% {
        background-size: 110% 120%;
      }
  }
  @keyframes hot-point-scale-up {
    0% {
      background-size: 100% 100%;
    }
    100% {
      background-size: 110% 120%;
    }
  }
  @-webkit-keyframes hot-point-scale-ups {
    0% {
        background-size: 100% 100%;
      }
      100% {
        background-size: 110% 110%;
      }
  }
  @keyframes hot-point-scale-ups {
    0% {
      background-size: 90% 90%;
    }
    100% {
      background-size: 100% 100%;
    }
  }

.add-company{
    width: 100%;
    height: 574px;
    background: #F7F8FA;
    box-sizing: border-box;
    padding-top: 99px;
}
.company-content{
    display: flex;
    justify-content: center;
}
.content-box>div{
    display: flex;
    width: 1180px;
    justify-content: space-between;
    margin-bottom: 32px;
}
.content-box>div>img:hover{
    cursor: pointer;
}



  
 












/* 解决方案 */
.solve{
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.solve-title{
  position: relative;
  width: 956px;
  height: 44px;
  margin: 101px auto 81px;
  background: url('../img/government/expect-title.png') no-repeat;
  background-size: 100%;
}

.solve-title::after{
  position: absolute;
  left: 50%;
  bottom: -46px;
  transform: translate(-50%,0);
  content: '';
  width: 26px;
  height: 15px;
  background: url('../img/government/arrow-bom.png') no-repeat;
  background-size: 100%;
}

.solve-target{
  width: 100%;
  height: 330px;
  background: url('../img/government/expect-background.png') no-repeat center;
  /* background-size: 100%; */
}

.solve-targetBox{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.target-title{
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #343434;
  padding: 39px 0 0 22px;
}

.target-itemBox{
  display: flex;
  justify-content: space-between;
}

.target-title::before{
  position: absolute;
  content: '';
  width: 8px;
  height: 28px;
  left: 0px;
  bottom: 0px;
  /* transform: translate(0,-50%); */
  background: #0C47ED;
}

.target-item-title,
.target-item-titleTwo
{
  position: relative;
  width: 100px;
  height: 18px;
  left: 0px;
  margin-bottom: 13px;
  bottom: 0px;
  margin-top: 10px;
  background: #CFDCFF;
}

.target-item-title::before{
  position: absolute;
  content: '基地定位';
  z-index: 100;
  width: 150px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #0B318F;
  left: 50%;
  top: -12px;
  transform: translate(-50%,0);
}

.target-item-titleTwo::before{
  position: absolute;
  content: '建设目标';
  z-index: 100;
  width: 150px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #0B318F;
  left: 50%;
  top: -12px;
  transform: translate(-50%,0);
}

.target-item-con{
  width: 500px;
  font-size: 16px;
  font-weight: 400;
  text-indent: 32px;
  line-height: 24px;
  color: #343434;
}

.target-item{
  margin: 27px 0 0 44px;
}

/* 预期效益 */
.solve-expect{
  width: 100%;
  height: 671px;
  background-color: #fff;
}

.solve-expectBox{
  width: 1200px;
  margin: 0 auto;
}

.target-topBox{
  width: 100%;
  height: 100px;
  display: flex;
  margin-top: 22px;
  /* justify-content: space-between; */
  padding: 0 12px 0 24px;
}

.target-topBox div:nth-child(2){
  text-align: center;
  line-height: 100px;
  margin-left: 84px;
}


.target-topItem{
  position: relative;
  width: 540px;
  height: 100px;
  background-color: #F3F3F3;
}

.topItem-icon{
  position: absolute;
  width: 40px;
  height: 40px;
  left: -20px;
  top: 50%;
  transform: translate(0,-50%);
}

.paddingTop22{
  padding-top: 22px;
  height: 78px;
}

.topItem-font{
  font-size: 16px;
  font-weight: 400;
  color: #343434;
}

.topItem-font1{
  font-size: 26px;
  font-weight: 400;
  color: #343434;
}

.font-blue{
  color: #0C47ED;
}

.target-bomBox{
  display: flex;
  justify-content: space-between;
  width: 1040px;
  padding: 0 80px;
  height: 310px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #A2BBFF 100%);
  margin-top: 57px;
}

.bomBox-item{
  width: 200px;
  height: 100%;
  text-align: center;
}

.bomItem-title1{
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
}

.bomItem-title2{
  color: #343434;
  font-size: 20px;
  font-weight: 400;
}

.bomItem-red{
  color: #C42624;
}

.bomBox-block{
  position: relative;
  width: 200px;
  height: 160px;
  margin-top: 20px;
  border: 1px solid #0B318F;
  background-color: #fff;
}

.bomBox-block:hover{
  background-color: #fff;
  background: #2E57BC;
  border: 1px solid #2E57BC;
}


.bomBox-subTitle{
  position: absolute;
  bottom: -26px;
  font-size: 16px;
  left: 50%;
  transform: translate(-50%,0);
  color: #343434;
  width: 268px;
}

.bomBox-block-title{
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 25px;
  transform: translate(-50%,0);
  font-size: 22px;
  color: #0B318F;
}

.blockActive{
  color: #FFFFFF;
}

.bomBox-block-bg{ 
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 38px;
  transform: translate(-50%,0);
  width: 100px;
  height: 18px;
  background: #CFDCFF;
}

.blockBgActive{
  background: #0B318F;
}

.bomBox-block-icon{
  width: 50px;
  height: 62px;
  margin: 68px 0 0 75px;
}


.solve-expect-bomTitle{
  position: relative;
  width: 250px;
  text-align: center;
  margin: 55px auto 0;
  font-size: 14px;
  font-weight: 400;
  color: #343434;
}

.solve-expect-bomTitle::after{
  content: '';
  position: absolute;
  width: 19px;
  height: 14px;
  background: url('../img/government/shangjiantou@2x.png') no-repeat;
  background-size: 100%;
  left: 50%;
  top: -24px;
  transform: translate(-50%,0%);
}

.solve-function{
  width: 100%;
  height: 650px;
  background: linear-gradient(180deg, #f7f8fa 0%, #fff 100%);
}

.function-top{
  display: flex;
  width: 1200px;
  height: 550px;
  margin: 0 auto;
}

.function-plan{
  margin-top: 175px;
  position: relative;
  width: 450px;
  height: 220px;
}

.plan-title{
  position: relative;
  z-index: 10;
  width: 140px;
  height: 40px;
  background: linear-gradient(180deg, #2667c4 0%, #0b3291 100%);
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.plan-planFont{
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
  left: 14px;
  top: 28px;
  width: 440px;
  height: 190px;
  background-color:#fff;
}

.plan-planFont>p{
  /* text-align: center; */
  margin-top: 46px;
  line-height: 23px;
  width: 400px;
  text-indent: 32px;
  font-size: 16px;
}

.function-icons{
  position: relative;
  width: 640px;
  height: 400px;
  background: url('../img/government/functionBakcground.png') no-repeat;
  background-size: 100%;
  margin: 100px 0 0 40px;
}

.icons-item{
  position: absolute;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  width: 230px;
  text-align: center;
}

.icons-item1{
  left: 109px;
  top: -31px;
}

.icons-item2{
  left: 407px;
  top: 23px;
}

.icons-item3{
  left: 468px;
  top: 168px;
}

.icons-item4{
  left: 274px;
  top: 269px;
}

.icons-item5{
  left: 66px;
  top: 245px;
}

.icons-item6{
  left: -49px;
  top: 109px;
}

.icons-item7{
  left: 188px;
  top: 130px;
}


.icons-img{
  width: 54px;
  height: 70px;
}

.icons-item:hover{
  transform: translate(0,-10px);
  transition: all .2s linear;
}

.icons-con{
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #2e468b;
}

.icons-con-center{
  font-size: 18px;
  color: #c92b29;
}

.icons-img-center{
  width: 63px;
  height: 50px;
}

.function-bom{
  position: relative;
  font-size: 16px;
  text-align: center;
  color: #343434;
}

.function-bom::after{
  content: '';
  -webkit-animation: run 2s linear 0.4s infinite;
  animation: run 2s linear 0.4s infinite;  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%,0);
  width: 19px;
  height: 14px;
  background: url('../img/government/bomArrow.png') no-repeat;
  background-size: 100%;
}

@keyframes run {
  0% {
    transform: translate(-50%,0);
  }

  50% {
    transform: translate(-50%,20px);
  }

  100% {
    transform: translate(-50%,0px);
  }
}

/* 一大堆照片 */
.solve-imgBox{
  width: 1060px;
  /* height: 1000px; */
  margin: 0 auto;
}

.imgBox-titleBox{
  width: 1060px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: 80px auto 18px;
}

.imgBox-titleIcon{
  display: inline-block;
  margin-right: 18px;
  width: 26px;
  height: 26px;
  background: url('../img/government/imgIcon1.png') no-repeat;
  background-size: 100%;
}

.imgBox-titleIcon2{
  background: url('../img/government/imgIcon2.png') no-repeat;
  background-size: 100%;
}

.imgBox-titleIcon3{
  background: url('../img/government/imgIcon3.png') no-repeat;
  background-size: 100%;
}

.imgBox-titleIcon4{
  background: url('../img/government/imgIcon4.png') no-repeat;
  background-size: 100%;
}

.imgBox-titleIcon5{
  background: url('../img/government/imgIcon5.png') no-repeat;
  background-size: 100%;
}

.imgBox-titleIcon6{
  background: url('../img/government/imgIcon6.png') no-repeat;
  background-size: 100%;
}

.imgBox-title{
  font-size: 22px;
  font-weight: 500;
  color: #274A9B;
}

.imgBox-imgs{
  position: relative;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 1058px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.imgBox-img{
  position: relative;
  width: 520px;
  height: 312px;
}

.imgBox-imgFont:after{
  position: absolute;
  content: '深信服竞赛场地-竞赛拓扑';
  width: 520px;
  text-align: center;
  height: 20px;
  right: 0;
  bottom: -26px;
  font-size: 16px;
}

.imgBox-imgMb{
margin-bottom: 18px;
}

/* 四个小框框 */
.imgBox-blockBox{
  display: flex;
  justify-content: space-between;
  width: 1060px;
  height: 40px;
  margin: 0 auto 26px;
}

.imgBox-blockItem{
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(270deg, #EBF0FF 0%, #D1DDFF 100%);
  border-radius: 2px;
  font-size: 18px;
  font-weight: 500;
  color: #274A9B;
}

.imgBox-titleItem{
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.operate{
  width: 100%;
  height: 520px;
  margin: 0 auto;
  background-color: #F7F8FA;
}

.operateBox{
  display: flex;
  width: 1200px;
  height: 520px;
  margin: 0 auto;
}

.operateItem-title{
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #343434;
  margin: 0 0 27px 16px;
  padding-top: 65px;
}

.operateItem-title::after{
  content: '';
  position: absolute;
  left: -16px;
  top: 80px;
  transform: translate(0,-50%);
  width: 8px;
  height: 28px;
  background: #0C47ED;
}

.operateItem-fontBox{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 610px;
  padding: 0 35px;
  height: 260px;
  background:url('../img/government/operate-blue.png') no-repeat;
  background-size: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  text-indent: 32px;
}

.operateItem-fontBox>span{
  line-height: 24px;
  margin-bottom: 22px;
}

/* .operateItem-fontBox::after{
  position: absolute;
  bottom: -8px;
  width: 660px;
  overflow: hidden;
  color: #274A9B;
  left: 50%;
  transform: translate(-52.5%,0);
  content: '///////////////////////////////////////////////////////////////////////////////////////////';
} */

.operateImg{
  margin: 56px 0 0 64px;
  width: 346px;
  height: 396px;
  background: url('../img/government/bottom-img.png') no-repeat;
  background-size: 100%;
}

.operateImg-item{
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}

.operateImg-item1{
  margin: 72px 0 0 54px;
}

.operateImg-item2{
  margin: 35px 0 0 175px;
}

.operateImg-item3{
  margin: 36px 0 0 39px;
}

.operateImg-item4{
  margin: 36px 0 0 85px;
}

.operateImg-item5{
  margin: 36px 0 0 176px;
}