@charset "utf-8";
body{
    background:#ffffff;
    font-family:"微软雅黑",Verdana,Geneva,sans-serif;
    /*min-width: 1000px;*/
}
.container{
    padding: 0;
}
.qk{
    position: relative;
    width: 100%;
}
/*主体内容*/
.qk .hui{
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f5f5f5;
}
.d_center{
	width: 1000px;
}
@media (max-width: 750px) {
  .d_center{
	  width: 100%;
   }
  .h-logo{
    width: 100%;
    height: 67px;
    position: relative;
    background: #81acfa;
  } 
  .pc-none{
   display: block !important;
  }
  .h5-r-m{
    position: relative;
    z-index: 2;
    float: right;
    width: 30px;
    width: 24px;
    margin: 24px 10px 0 0;
    cursor: pointer;
  }
}
@media (min-width: 1000px) {
    .container{
        width: 1000px !important;
    }
}