/* reset */
html, body {
  margin: 0;
 
  
}
.bj{
	
	background-image: url(../images/bg_floor.jpg);
}

h1, h2 {
  margin: 0;
}

a {
  display: block;
}

a:active, a:hover, a:focus {
  outline: 0;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-actual {
  display: block;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.clearfix::before, .clearfix::after, .floor-body::before, .floor-body::after {
  display: table;
  content: " ";
}
.clearfix::after, .floor-body::after {
  clear: both;
}
/* layout */
body {
  background: #fff;
}
h1, h2, p {
  margin: 0;
}
img {
  border: 0;
}
h1, .copyright {
  width: auto;
  
}
.copyright{
	margin-top:40px;
	margin-bottom:150px;}

.wrapper-outer {
	/*margin-top:20px;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  min-width: 1260px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
 .brand-intro img{
	  
	  margin-top:20px;
	  margin-bottom:20px}
.intro{
	
	margin-left:-35px;}
.rol{
	
	margin-left:30px;}
.rol2{
	margin-left:15px;
	}
/* ie horizontal center */
@media screen\0 { 
  .wrapper-outer {
    display: block;
  }
  .brand-header img, .brand-intro img, .floor-title img, .oc img, .brand-more img, .brand-footer img {    
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	
  } 
  .brand-intro img{
	  
	  margin-top:20px;}
}
.wrapper-visible {
  width: 1260px;
}
.floor {
  background-position: left bottom;
  background-repeat: no-repeat;
}
.floor-1 {
  /* 纯色 修改色值 */
  /* background-color: #f8d4a9; */
  /* 背景图 */
  /*background-image: url(../images/bg_floor.jpg);*/
}
.floor-2 {
  /* 纯色 修改色值 */
  /* background: #9ccae0; */
  /* 背景图 */
  /*background-image: url(../images/bg_floor.jpg);*/
  
}
.floor-3 {
  /* 纯色 修改色值 */
  /* background: #f8e2a9; */
  /* 背景图 */
  /*background-image: url(../images/bg_floor.jpg);*/
}
.col {
  float: left;
}