* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  background: #fcfcfc;
  font-family: '微软雅黑';
}
body.active {
  overflow: hidden;
}
.hide {
  display: none;
}
.active .mask {
  display: block;
}
.active .mask .tabl_con {
  position: fixed;
  top: 0%;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) repeat\0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000)\0;
  zoom: 1\0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2000;
}
:root .active .mask .tabl_con {
  -webkit-filter: none\9;
          filter: none\9;
}
.active .mask .wrap {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 400px;
  height: 318px;
  background: #fcfcfc;
}
.active .mask .wrap .myForm .modal-header {
  height: 44px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  line-height: 44px;
}
.active .mask .wrap .myForm .modal-header .modal-title {
  float: left;
  margin-left: 32px;
  color: #565353;
}
.active .mask .wrap .myForm .modal-header a {
  float: right;
  margin-right: 9px;
}
.active .mask .wrap .myForm .modal-header a img {
  border: none;
}
.active .mask .wrap .myForm .modal-body {
  margin-top: 12px;
  margin-left: 36px;
}
.active .mask .wrap .myForm .modal-body input {
  height: 34px;
  line-height: 34px;
  width: 230px;
  margin: 16px 0 10px;
  padding-left: 12px;
  outline: none;
  border: 1px solid #ccc;
}
.active .mask .wrap .myForm .modal-body span {
  display: inline-block;
  width: 60px;
}
.active .mask .wrap .myForm .modal-body p {
  font-size: 14px;
  width: 80%;
  margin: 20px 0 0;
}
.active .mask .wrap .myForm .modal-body p a {
  color: #565353;
  text-decoration: none;
}
.active .mask .wrap .myForm .modal-body p a:hover {
  color: #ff7637;
}
.active .mask .wrap .myForm .modal-body button[type=submit] {
  cursor: pointer;
  background: #ff7637;
  width: 242px;
  margin: 14px 0 0;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 8px;
    height: 40px;
}
.active .mask .wrap .myForm .modal-body button[disabled] {
      background: #ccc;
}
.active .mask .wrap .myForm .modal-body .tips-error {
  display: none;
}
.mask {
  display: none;
}
.header,
.content,
.footer {
  width: 1200px;
  margin: 0 auto;
}
.header a {
  display: inline-block;
  margin: 10px 0 0 92px;
}
.header a img {
  border: none;
}
.header_rig {
  width: 271px;
  height: 19px;
  float: right;
  margin: 36px 106px 0 0;
  background: url("../images/add.png") no-repeat;
}
.show,
.plan {
  text-align: center;
  padding: 46px 0;
}
.show h1,
.plan h1 {
  height: 90px;
  line-height: 70px;
  color: #fcfcfc;
  font-size: 48px;
  font-weight: bolder;
  background: url("../images/title_bg.png") no-repeat center;
}
.plan {
  margin-top: -30px;
}
.main {
  min-width: 1200px;
}
.main .banner {
  width: 100%;
  height: 600px;
  background: url("/wp-content/uploads/2015/09/jpdes.jpg") no-repeat center;
}
.main .house_list {
  *zoom: 1;
}
.main .house_list:before,
.main .house_list:after {
  display: table;
  content: "";
}
.main .house_list:after {
  clear: both;
}
.main .house_list > ul .house_li {
  list-style: none;
  float: left;
  width: 224px;
  height: 408px;
  margin-bottom: 50px;
  margin-right: 20px;
  position: relative;
  -webkit-perspective: 800px;
          perspective: 800px;
}
.main .house_list > ul button {
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 2px;
  border: none;
  padding: 12px 62px;
  outline: none;
  cursor: pointer;
  margin-left: 12px;
  margin-top: 27px;
}
.main .house_list > ul .house_li:hover .front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  z-index: 1;
}
.main .house_list > ul .house_li:hover .balck {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  z-index: 2;
}
.main .house_list > ul .front,
.main .house_list > ul .balck {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.6s ease-in-out;
          transition: 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.main .house_list > ul .front {
  z-index: 2;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  position: absolute;
  background-color: #f2f2f2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main .house_list > ul .front .pic {
  height: 168px;
  overflow: hidden;
  text-align: center;
}
.main .house_list > ul .front .pic img {
  width: 100%;
  height: 100%;
}
.main .house_list > ul .front .titie_p {
  display: inline-block;
  color: #fcfcfc;
  font-size: 14px;
  width: 104px;
  height: 27px;
  line-height: 27px;
  margin-top: 12px;
  text-align: center;
  border-radius: 2px;
}
.main .house_list > ul .front .titie_p1 {
  background: #ff8264;
  margin-left: 5px;
  margin-right: 0;
}
.main .house_list > ul .front .titie_p2 {
  background: #8e8b82;
}
.main .house_list > ul .front .time_query {
  margin: 22px 0 0 14px;
}
.main .house_list > ul .front .time_query .title {
  font-size: 18px;
  color: #585858;
  font-weight: bold;
  
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .house_list > ul .front .time_query .time,
.main .house_list > ul .front .time_query .see_time {
  color: #727272;
  font-size: 14px;
  line-height: 28px;
}
.main .house_list > ul .front .time_query .see_time .hour {
  float: right;
  display: inline-block;
  margin-right: 14px;
}
.main .house_list > ul .front > button {
  font-family: '微软雅黑';
  background: #fcfcfc;
  border: 2px solid #7d7d7d;
  box-sizing: border-box;
  color: #666666;
}
.main .house_list > ul .balck {
  width: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fcfcfc;
  border: 2px solid #898989;
  box-sizing: border-box;
}
.main .house_list > ul .balck span {
  font-weight: bold;
}
.main .house_list > ul .balck .public_font {
  color: #333333;
  font-size: 12px;
  cursor: pointer;
}
.main .house_list > ul .balck ul {
  margin: 22px 0 0 17px;
}
.main .house_list > ul .balck ul li {
  line-height: 20px;
}
.main .house_list > ul .balck p {
  margin: 10px 0 0 17px;
  height: 37px;
}
.main .house_list > ul .balck > button {
  background: #ff7637;
  font-family: '微软雅黑';
}
.main .house_list .eee {
  margin-right: 0 !important;
}
.main .flow_path {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ff7637;
}
.main .flow_path .content {
  height: 100%;
  background: url("../images/building.png") no-repeat right bottom;
}
.main .flow_path .path_mess {
  margin: 44px 0 0 44px;
}
.main .flow_path .path_mess li {
  color: #ffdccc;
  font-size: 18px;
  line-height: 34px;
}
.main .flow_path p {
  background: url("../images/tel.png") no-repeat left;
  padding-left: 114px;
  color: #ffdccc;
  font-size: 51px;
  font-weight: bold;
  margin: 18px 0 26px 44px;
}
.footer {
  text-align: center;
  padding: 20px 0 20px;
}
.footer a {
  border-right: 1px solid #C1C1C1;
  color: #666666;
  text-decoration: none;
  padding: 0 10px 0 8px;
}
.footer a:hover {
  color: #f33;
  border-right: 1px solid #C1C1C1;
}
.footer a:last-child {
  border: none;
}
.footer p {
  padding-top: 12px;
  color: #c2c2c2;
}
