* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  font-size: 14px;
  color: #555;
  font-family: "微软雅黑";
  min-width: 1200px;
}
a {
  color: #555;
  text-decoration: none;
}
img {
  border: none;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.w_center {
  width: 1200px;
  margin: 0 auto;
}
.header {
  height: 60px;
  background: #fff;
  line-height: 60px;
}
.header .m_left {
  float: left;
}
.header .m_left img {
  display: block;
}
.header .m_right {
  float: right;
}
.header .m_right span {
  margin: 0 15px;
}
.banner {
  background: #060918 url(../image/banner.png) top center no-repeat;
  height: 450px;
}
.banner .centerLink {
  width: 450px;
  height: 450px;
  margin: 0 auto;
  position: relative;
}
.banner .centerLink > a {
  height: 45px;
  width: 100%;
  position: absolute;
  bottom: 80px;
}
.main .price {
  font-size: 12px;
  padding: 0 11px 0 19px;
  margin-top: 12px;
}
.main .price .xubeiP {
  float: left;
}
.main .price .xubeiP strong {
  color: #eb0000;
  margin-left: 5px;
}
.main .price .xubeiP em {
  color: #eb0000;
  font-style: normal;
  margin-left: 5px;
}
.main .price .marketP {
  float: right;
}
.main .price .marketP span {
  text-decoration: line-through;
  margin-left: 5px;
}
.main .imgList li {
  box-shadow: 3px 3px 5px #ccc;
  float: left;
}
.main .imgList li > a {
  display: block;
  height: 100%;
}
.main .imgList li > a img {
  display: block;
}
.main .hot {
  height: 380px;
  background: #fff;
}
.main .hot .title {
  background: url(../image/title1.png) no-repeat;
  height: 32px;
  text-indent: -9999px;
  margin: 35px 0 30px 0;
}
.main .hot .imgList {
  width: 1236px;
  margin-left: -14px;
}
.main .hot .imgList li {
  width: 279px;
  background: #fff;
  height: 255px;
  margin: 0 15px;
  overflow: hidden;
}
.main .rent {
  height: 510px;
  background: #f4f4f4;
  padding-top: 60px;
}
.main .rent .title {
  background: url(../image/title2.png) no-repeat;
  height: 124px;
  margin-bottom: 60px;
}
.main .rent .imgList {
  width: 1236px;
  margin-left: -14px;
}
.main .rent .imgList li {
  width: 279px;
  background: #fff;
  height: 255px;
  margin: 0 15px;
}
.main .buy {
  height: 510px;
  background: #ffffff;
  padding-top: 60px;
}
.main .buy .title {
  background: url(../image/title.png) no-repeat;
  height: 124px;
  margin-bottom: 60px;
}
.main .buy .imgList {
  width: 1236px;
  margin-left: -14px;
}
.main .buy .imgList li {
  width: 279px;
  background: #fff;
  height: 255px;
  margin: 0 15px;
}
.main .business {
  height: 365px;
  background: #f4f4f4;
  padding-top: 35px;
}
.main .business .title {
  background: url(../image/title3.png) no-repeat;
  height: 32px;
  margin: 0 0 30px 0;
}
.main .business .textList {
  width: 1300px;
  margin-left: -50px;
}
.main .business .textList li {
  width: 293px;
  background: #fff;
  margin: 0 50px;
  padding: 0 20px;
  height: 250px;
  float: left;
  position: relative;
}
.main .business .textList li a {
  display: block;
}
.main .business .textList li p {
  margin: 20px 0px;
}
.main .business .textList li p strong {
  width: 70px;
  display: inline-block;
}
.main .business .textList li .bottom {
  background: #fbc200;
  height: 40px;
  position: absolute;
  bottom: 0px;
  width: 293px;
  left: 0px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
}
.main .business .textList li .bottom strong {
  font-size: 20px;
  margin-right: 10px;
}
.main .business .textList li .bottom .link {
  float: right;
  color: #fff;
}
.main .business .textList li .bottom .link > img {
  position: relative;
  top: 4px;
  right: 10px;
}
.footer {
  height: 72px;
  background: #000;
  line-height: 72px;
  text-align: center;
  color: #fff;
}
