body{height:100%;border:1px solid #eee}

@media screen and (min-width:1200px){

body{width:100%}

}/*设置在屏幕(浏览器)不小于1201px时，bg-boss的宽度显示宽度为1200px*/

@media screen and (max-width:1300px){

body{width:1200px}

}


.bg-img{
  width: 100%;
  height: 100%;
  background: url("../image/img/bg.png")  ;
  background-size:100% 100%;
}
 
 
.dy-down-l{
  display: flex;
   margin-top: 3%;         
}
 
.logotext{
  width: 10%;
  height: 4%;
  padding :30px 85px;
  background: url("../image/img/logo.png") no-repeat center;
}
 .fixImgBox{
  display: flex;

 
 }
 
.bg-text{
  width:30%;
  height: 30%;
  padding :2% 13%;
  margin-left: 80px;
  background: url("../image/img/text.png") no-repeat center;
  background-size:100% 100%;
}
.code{
  width:170px;
  height:170px;
  margin-left:40px;
  background: url("../image/img/code1.png") no-repeat center ;
  background-size:100% 100%;
}
.ZZ-index{
  width: 100%;
  /* height:100px; */
  /* text-align: center; */
  z-index: 9999;
 font-size: 12px;
 display: flex;
 /* justify设置主轴对齐方式 */
 justify-content: center;
 /* align-items设置交叉轴的对齐方式 strech平铺
 默认交叉轴属性 前提弹性元素设置高度 要么弹性元素设置高度为auto */
 flex-direction: column;
 align-items: center;
 /* 基线对齐 baseline 文字对齐 */
 /* align-items: baseline; */
position: absolute;
transform: translate(-50%);
left: 50%;
bottom: 0%;

}
.jc-icon{
  width:106px;
  height: 126px;
  background: #000;
  background: url("../image/ba.png") no-repeat  ;
  background-size:100% 100%;
}


.bg-boss{
  width: 100%;
  height: 100%;
  position:relative;
}

 



 