
/**根据【手机端】分辨率媒体查询适配**/

@media screen and (max-width:768px){
  

/* 智慧服务中心*/
.personnel-mess{
  height: 208px;
}
.personnel-bg img{
  width: 100%;
}
.deal-mess {
  margin-top: 100px;
}
.deal-mess .col-xs-12{
  margin-bottom: 16%;
}
.deal-mess .row{
  margin-bottom: 0;
}


/* 业务构建中心*/
.bu-bg {
  height: 100px;
  margin: 40px 0;
  position: relative;
}
.bu-bg img {
  width: 100%;
  position: absolute;
  left: 0;
}
.zf-bg{
  margin: 40px 0;
}
.zf-bg img{
  width: 100%;
}
.wisdom-tab a{
  line-height: 40px;
  padding: 0 2px;
  font-size: 18px;
}
.business-tab a{
  line-height: 20px;
  padding: 0 2px;
  font-size: 14px;
}



/* 数据管理中心*/
.data-tab{
  position: absolute;
  bottom: -16%;
}
.data-nav,.data-tab li{
  height: 115px;
  font-size: 12px;
}
.data-tab img {
  width: 100%;
}

.dataStandard{
  height: 58px;
  background: url(../image/nav-icon1@2x.png) no-repeat;
  background-size: 56%;
}
.data-tab .active .dataStandard{
  background: url(../image/nav-icon1-active@2x.png) no-repeat;
  background-size: 56%;
}
.dataDispatch{
  height: 58px;
  background: url(../image/nav-icon2@2x.png) no-repeat;
  background-size: 56%;
}
.data-tab .active .dataDispatch{
  background: url(../image/nav-icon2-active@2x.png) no-repeat;
  background-size: 56%;
}
.dataGovernment{
  height: 58px;
  background: url(../image/nav-icon3@2x.png) no-repeat;
  background-size: 56%;
}
.data-tab .active .dataGovernment{
  background: url(../image/nav-icon3-active@2x.png) no-repeat;
  background-size: 56%;
}
.dataStorage{
  height: 58px;
  background: url(../image/nav-icon4@2x.png) no-repeat;
  background-size: 56%;
}
.data-tab .active .dataStorage{
  background: url(../image/nav-icon4-active@2x.png) no-repeat;
  background-size: 56%;
}
.dataControl{
  height: 58px;
  background: url(../image/nav-icon5@2x.png) no-repeat;
  background-size: 56%;
}
.data-tab .active .dataControl{
  background: url(../image/nav-icon5-active@2x.png) no-repeat;
  background-size: 56%;
}
.dataService{
  height: 58px;
  background: url(../image/nav-icon6@2x.png) no-repeat;
  background-size: 56%;
}
.data-tab .active .dataService{
  background: url(../image/nav-icon6-active@2x.png) no-repeat;
  background-size: 56%;
}


/* 标准制定与管理中心*/
.standard-title{
  font-size: 26px;
}
.sta-bg img{
  width: 100%;
}
.standard-tab a{
  line-height: 40px;
}
#messManage{
  height: 1060px;
}
.sta-img {
  position: absolute;
  top: 68%;
  left: 8%;
}


/* 安全防护与运维中心*/
.security-title{
  font-size: 28px;
}
.security-tab a{
  line-height: 40px;
}
.sta-bg .third{
  position: absolute;
  top: 118%;
  left: 0;
}
.se-bg img{
  margin-top: 20%;
}





}

/**根据【PC端】分辨率媒体查询适配**/


@media screen and (min-width:768px) and (max-width:992px){

}
@media screen and (min-width:992px) and (max-width:1200px){
  
}
@media screen and (min-width:1200px) and (max-width:1920px){
  
}







