.big-productBox4 {
  display: block;
}
.sml-productBox4 {
  display: none;
}


.content-top-background{
  background: url("../../images/government/xth_banner.png") no-repeat;
  background-size: 100% 100%;
}
.tabchangeBox1 .tabchange-mainContBox li .contentBox .contCont-title {
  font-weight: bold;
  font-size: 16px;
  margin: 12px 0px;
}
.tabchangeBox1 .tabchange-mainContBox li .contentBox .contCont-text{
  margin-top: 0px;
}
.tabchangeBox1 .tabchange-mainContBox li .contentBox .contCont-title .contCont-icon{
  width: 20px;
  height: 20px;
}
.tabchangeBox2 .tabchange-mainContBox li .infoBox .infoBox-left .infoBox-img img{
  height: 40px;
}
.tabchangeBox1 .tabchange-mainContBox{
  height: 550px;
}


.tabchangeBox2 .tabchange-controlBox{
  flex-wrap: wrap;
}
.tabchangeBox2 .tabchange-controlBox span{
  margin-bottom: 30px;
}


.representative{
  width: 100%;
  background: url("../../images/newcall/pic_bottom_bg.png") no-repeat bottom/100% auto,
   linear-gradient( 181deg, #FFFFFF 0%, #F2F6FC 46%, #F1F6FC 100%);
}
.representative2{
  width: 100%;
  padding: 100px 0px 50px;
  background: linear-gradient( 180deg, #FBFCFE 0%, #F7F8FC 100%);
}
.representative2 img{
  width: 100%;
}


.sceneBox{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sceneContentBox{
  width: 1200px;
  position: relative;
}



.intelligenceBox{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.intelligenceBox .active{
  width: 40%;
  flex: none;
}
.intelligenceItemBox {
  flex: none;
  width: calc(30% - 20px);
  height: 400px;
  margin-right: 20px;
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 20px;
}
.intelligenceBox .active:nth-child(1) {
  background: url("../../images/government/intelligence/pic_1.png") no-repeat bottom/100% 100%;
}
.intelligenceBox .active:nth-child(2) {
  background: url("../../images/government/intelligence/pic_2.png") no-repeat bottom/100% 100%;
}
.intelligenceBox .active:nth-child(3) {
  background: url("../../images/government/intelligence/pic_3.png") no-repeat bottom/100% 100%;
}
.intelligenceItemBox:nth-child(1) {
  background: linear-gradient( 180deg, #72BCFF 0%, #3E87FF 100%);
}
.intelligenceItemBox:nth-child(1) .contentBox{
  background: linear-gradient( 180deg, #72BCFFce 0%, #ffffffd1 20%);
}

.intelligenceItemBox:nth-child(2) {
  background: linear-gradient( 180deg, #68D2FF 0%, #37A6FF 100%);
}
.intelligenceItemBox:nth-child(2) .contentBox{
  background: linear-gradient( 180deg, #68D2FFce 0%, #ffffffd1 20%);
}

.intelligenceItemBox:nth-child(3) {
  background: linear-gradient( 180deg, #5AD9E8 0%, #1EB2F9 100%);
  margin-right: 0px;
}
.intelligenceItemBox:nth-child(3) .contentBox{
  background: linear-gradient( 180deg, #5AD9E8ce 0%, #ffffffd1 20%);
}

.intelligenceBox .active{
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.intelligenceBox .active .titleBox{
  padding: 0px 20px 0px 50px;
  height: 140px;
  font-size: 32px;
}
.intelligenceBox .active .titleBox .title{
  font-size: 32px;
}
.intelligenceBox .active .titleBox .titleImg{
  display: none;
}

.intelligenceItemBox .titleBox{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 170px;
  padding: 0px 20px 0px 30px;
  box-sizing: border-box;
}
.intelligenceItemBox .titleBox .title{
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
}
.intelligenceItemBox .titleBox .titleImg{
  width: 80px;
  height: 80px;
  display: block;
}

.intelligenceItemBox:nth-child(1) .contentBox_active{
  display: block;
}
.intelligenceItemBox:nth-child(1) .contentBox{
  display: none;
}
.intelligenceItemBox .contentBox_active{
  font-size: 20px;
  color: #FFFFFF;
  padding-left: 50px;
  display: none;
}
.intelligenceItemBox .contentBox{
  box-sizing: border-box;
  height: 70%;
  font-size: 20px;
  color: #000000;
  padding-left: 30px;
  padding-top: 30px;
  /* background: rgba(255,255,255,0.9); */
  border-radius: 16px;
  backdrop-filter: blur(5px);
  display: block;
}
.intelligenceItemBox .contentBox_active .content, .intelligenceItemBox .contentBox .content{
  margin-bottom: 15px;
}
.intelligenceItemBox .contentBox_active .content img, .intelligenceItemBox .contentBox .content img{
  margin-right: 10px;
}



.productBox{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productBox4{
  max-width: 1200px;
}


@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 1200px) {
  .sceneContentBox{
    width: 70%;
  }
  .productBox4{
    max-width: 70%;
  }

  .intelligenceItemBox {
    height: 300px;
    margin: 0px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .intelligenceBox .active .titleBox .title{
    font-size: 18px;
  }
  .intelligenceItemBox .titleBox .titleImg{
    display: none;
  }
  .intelligenceItemBox .titleBox .title{
    font-size: 16px;
  }
  .intelligenceItemBox .titleBox{
    padding: 0px 20px 0px 20px;
    height: 100px;
  }
  .intelligenceItemBox .contentBox_active{
    font-size: 14px;
    padding-left: 20px;
  }
  .intelligenceItemBox .contentBox{
    font-size: 14px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 950px) {
}
@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 850px) {
  .big-productBox4 {
    display: none;
  }
  .sml-productBox4 {
    display: block;
  }

  /* .graphicStyle2 .contCont-content .contCont-text{
    text-align: left;
  } */

  .intelligenceItemBox {
    width: 100%;
    height: 300px;
    margin: 0px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .intelligenceItemBox .titleBox{
    padding: 0px 20px 0px 25px;
    height: 100px;
  }
  .intelligenceItemBox .contentBox_active{
    font-size: 14px;
    padding-left: 25px;
    display: block;
  }
  .intelligenceItemBox:nth-child(1) {
    background: url("../../images/government/intelligence/pic_1.png") no-repeat bottom/100% 100%;
  }
  .intelligenceItemBox:nth-child(2) {
    background: url("../../images/government/intelligence/pic_2.png") no-repeat bottom/100% 100%;
  }
  .intelligenceItemBox:nth-child(3) {
    background: url("../../images/government/intelligence/pic_3.png") no-repeat bottom/100% 100%;
  }
}
@media only screen and (max-width: 450px) {
  .title-paragraph{
    font-size: 26px;
  }
}