.header {
  text-align: center;
  width: 1000px;
  margin: auto;
  height: 100px;
}
.header .logoImg {
  width: 150px;
  padding-top: 15px;
}
.header .logoImg p {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.header h1 {
  width: 600px;
  font-weight: normal;
  height: 100px;
  line-height: 100px;
}
.header .right {
  width: 250px;
  height: 100px;
  line-height: 50px;
}
.header .right > p {
  width: 250px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  color: orangered;
}
.header .right > p b {
  color: red;
  font-size: 20px;
}
.header .right .goWeb {
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
}
.header .right .goWeb a {
  font-size: 14px;
  margin: 0 8px;
}
.header .right .goWeb a:hover {
  text-decoration: underline;
}
.header .right .goWeb .releaseHouse {
  padding: 3px 5px;
  border-radius: 5px;
  background-color: #31b0d5;
  color: #fff;
}
.menu {
  width: 100%;
  background-color: #F7821B;
}
.menu ul {
  width: 1020px;
  margin: auto;
}
.menu ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.menu ul li a {
  display: inline-block;
  width: 200px;
  font-size: 16px;
  color: #fff;
}
.menu ul li:hover,
.menu ul .menuHover {
  background-color: #D84700;
}
.footer {
  width: 100%;
  margin: 20px auto;
  border-top: 1px solid #ccc;
  background-color: #EDEDED;
  text-align: center;
}
.footer .footer_about,
.footer .footer_map {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.footer .footer_beian {
  display: block;
  height: 30px;
  line-height: 30px;
}
.footer .footer_gongshangwangjian {
  display: block;
  width: 250px;
  margin: auto;
  height: 30px;
  line-height: 30px;
}
.footer .footer_gongshangwangjian img {
  height: 100%;
}
.footer .footer_gongshangwangjian span {
  width: 220px;
  text-align: center;
}
.toolbar {
  width: 58px;
  border: 1px solid #ddd;
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 88;
  background-color: bisque;
}
.toolbar ul li a {
  display: block;
  height: 56px;
  color: #666;
  margin-top: -1px;
  border-top: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.toolbar ul li a i[class^="icon-"] {
  display: inline-block;
  width: 26px;
  height: 24px;
  margin-top: 6px;
  background-image: url(../img/toolbar-icon.png);
  background-repeat: no-repeat;
}
.toolbar ul li a .icon-help {
  background-position: 0 -120px;
}
.toolbar ul li a .icon-service {
  background-position: 0 0;
}
.toolbar ul li a .icon-news {
  background-position: 0 -48px;
}
.toolbar ul li a .icon-notice {
  background-position: 0 -72px;
}
.toolbar ul li a .badge-box {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: aquamarine;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 9px;
}
.toolbar ul li a:hover i {
  background-position-x: -28px;
}
.toolbar ul li a:hover p {
  color: blue;
}
.toolbar ul li:hover {
  background-color: chartreuse;
}
.toolbar .return-top a {
  display: block;
  height: 56px;
  color: #666;
  margin-top: -1px;
  border-top: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.toolbar .return-top a .icon-top {
  display: inline-block;
  width: 26px;
  height: 24px;
  margin-top: 6px;
  background: url(../img/toolbar-icon.png) no-repeat 0 -96px;
}
.toolbar .return-top a:hover i {
  background-position-x: -28px;
}
.toolbar .return-top a:hover p {
  color: blue;
}
.toolbar .return-top:hover {
  background-color: chartreuse;
}
.body {
  font-size: 14px;
  width: 1000px;
  margin: 10px auto;
}
.body .apartmentDescrible {
  width: 100%;
  text-align: justify;
  text-indent: 2em;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.body .apartmentTitle {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin: 20px auto;
}
.body .apartmentTitle .titleLine {
  width: 450px;
  height: 0;
  border-top: 2px solid red;
  position: absolute;
  top: 50%;
}
.body .apartmentTitle .leftLine {
  left: 0;
}
.body .apartmentTitle .rightLine {
  right: 0;
}
.body .apartmentTitle h3 {
  margin: 0 450px;
  text-align: center;
  font-size: 18px;
  color: midnightblue;
}
.body .taikongcang {
  width: 100%;
}
.body .taikongcang .taikongcangInfo {
  width: 450px;
  position: relative;
}
.body .taikongcang .taikongcangInfo .taikongcangImg {
  width: 100%;
}
.body .taikongcang .taikongcangInfo .taikongcangImg img {
  width: 100%;
}
.body .taikongcang .taikongcangInfo .taikongcangText {
  width: 440px;
  text-align: justify;
  text-indent: 2em;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  line-height: 30px;
  padding: 5px;
  background-color: orangered;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.body .taikongcang .taikongcangInfo .taikongcangText:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
