body {
  margin: 0;
  padding: 0;
 font-family: "Microsoft Yahei";
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.header {
  background: #EFF1F4;
  top: 0;
  height: 81px;
}
.header .content {
  width: 1000px;
  margin: 0 auto;
}
.header .content .logo {
  background: url('http://static.zhen22.com/act-credit/images/logo.png') no-repeat left top;
  height: 81px;
  width: 171px;
  float: left;
}
.header .content .rightText {
  background: url("http://static.zhen22.com/act-credit/images/right_header.png") no-repeat left top;
  height: 81px;
  width: 283px;
  float: right;
}
.banner .b1 {
  background: url("../images/banner1.jpg") no-repeat 50% 0;
  height: 300px;
}
.banner .b2 {
  background: url("../images/banner2.jpg") no-repeat 50% 0;
  height: 300px;
}
.banner .b3 {
  background: url("../images/banner3.jpg") no-repeat 50% 0;
  height: 350px;
}
.main .section {
  margin: 45px 0;
}
.main .section .content {
  width: 1000px;
  margin: 0 auto;
}
.main .section .content .title {
  background: url("../images/title_bg.png") no-repeat 0 0;
  height: 73px;
  width: 540px;
  line-height: 60px;
  font-size: 30px;
  color: #6f4a20;
  padding-left: 50px;
  margin-bottom: 25px;
}
.main .s1 .tab .tabBtn {
  background: url("../images/tab_bg.png") no-repeat 0 0;
  width: 144px;
  height: 144px;
  float: left;
  margin: 0 53px;
  cursor: pointer;
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main .s1 .tab .tabBtn i {
  margin-top: 23px;
  background: url("../images/ico1.png") no-repeat 50% 0;
  height: 59px;
  display: block;
}
.main .s1 .tab .tabBtn span {
  color: #fff;
  font-size: 22px;
  margin-top: 14px;
  display: block;
  text-align: center;
}
.main .s1 .tab .tabBtn .ico2 {
  background-image: url("../images/ico2.png");
}
.main .s1 .tab .tabBtn .ico3 {
  background-image: url("../images/ico3.png");
}
.main .s1 .tab .tabBtn .ico4 {
  background-image: url("../images/ico4.png");
}
.main .s1 .tab .tabBtn:hover {
  background-image: url("../images/tab_hover_bg.png");
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.main .s1 .tab .tabBtn:hover::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #82C412 transparent transparent;
  left: 50%;
  top: 99%;
  margin-left: -15px;
}
.main .s1 .panel {
  border: 1px solid #E0E0E0;
  margin: 40px 0;
  padding: 0;
}
.main .s1 .panel li {
  display: none;
  padding: 50px;
  overflow: hidden;
  height: 200px;
}
.main .s1 .panel li .panelPic {
  float: left;
  border: 1px solid #DAD9D8;
}
.main .s1 .panel li .panelPic img {
  border: 9px solid #E9E8E7;
  width: 275px;
  height: 175px;
  display: block;
}
.main .s1 .panel li .panelContent {
  float: right;
  width: 552px;
  font-size: 18px;
  color: #363636;
  line-height: 28px;
}
.main .s1 .panel li .panelContent .panelText {
  margin: 0;
}
.main .s1 .panel li .panelContent .sTitle {
  font-weight: bold;
  margin: 0 0 10px 0;
}
.main .s2 {
  background: #f7f7f6;
  padding-bottom: 30px;
}
.main .s2 #houseList .list {
  position: relative;
}
.main .s2 #houseList .list .sTitle {
  background: url("../images/s_title_bg.png") no-repeat 0 0;
  width: 121px;
  padding-left: 23px;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  height: 46px;
  right: 100%;
  top: 0;
  position: absolute;
}
.main .s2 #houseList .list .house {
  width: 235px;
  float: left;
  margin: 0 7px 15px;
  text-decoration: none;
  color: #444;
}
.main .s2 #houseList .list .house .pic {
  border: 1px solid #E0E0E0;
  padding: 9px;
}
.main .s2 #houseList .list .house .pic img {
  width: 215px;
  height: 210px;
}
.main .s2 #houseList .list .house .detail {
  font-size: 20px;
  line-height: 22px;
}
.main .s2 #houseList .list .house .detail span {
  color: #ff2226;
}
.main .s2 .moreHouse {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #fd8a32;
  font-size: 18px;
  border: 2px solid #FD8A32;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
.main .s2 .moreHouse:hover {
  color: #fd6d1b;
}
.main .s3 .content {
  position: relative;
}
.main .s3 .nr {
  background: url("../images/list_point.png") no-repeat 0 50%;
  padding-left: 30px;
  font-size: 20px;
  line-height: 50px;
  margin-left: 50px;
}
.main .s3 .map {
  background: url("../images/jh_map.png") no-repeat 0 0;
  width: 358px;
  height: 308px;
  position: absolute;
  right: 0;
  top: 0;
}
.main .s4 .photoList {
  width: 100%;
  height: 360px;
}
.main .s4 .photoList img {
  width: 100%;
  height: 100%;
}
.main .s4 .photoList .sTitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  text-align: left;
  text-indent: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 45px;
  display: none;
}
.main .s4 .photoList .leftSlide {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.main .s4 .photoList .rightSlide {
  float: right;
  width: 50%;
  height: 100%;
}
.main .s4 .photoList .sSlide {
  position: relative;
  width: 50%;
  height: 50%;
  float: left;
  text-align: right;
}
.main .s4 .photoList .sSlide .sTitle {
  width: 94%;
  left: 6%;
  bottom: 3%;
  height: 30px;
  line-height: 30px;
  display: none;
}
.main .s4 .photoList .sSlide img {
  width: 94%;
  height: 97%;
}
.main .s4 .photoList .sSlide.pbt .sTitle {
  bottom: 0;
}
.main .s4 .photoList .sSlide.pbt img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.bmPanel {
  background: url("../images/bm_bg.png") no-repeat 50% 50%;
  height: 80px;
  width: 100%;
  min-width: 1000px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.bmPanel form {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.bmPanel form input {
  height: 40px;
  width: 181px;
  background: none;
  border: 0;
  position: absolute;
  top: 20px;
}
.bmPanel form #f_name {
  left: 306px;
}
.bmPanel form #f_tel {
  left: 609px;
  width: 182px;
}
.bmPanel form #f_submit {
  left: 846px;
  background: #73c538;
  height: 50px;
  top: 16px;
  border-bottom: 5px solid #67B032;
  border-radius: 5px;
  font-size: 26px;
  color: #535353;
  font-family: "Microsoft Yahei";
  cursor: pointer;
}
.bmPanel form #f_submit:hover {
  background: #55c531;
  border-bottom: 5px solid #36b023;
}
.footer {
  width: 100%;
  text-align: center;
  height: 50px;
  padding: 15px 0 25px;
  color: #666666;
  font-size: 14px;
}
.footer .copyright {
  margin-top: 5px;
  color: #c2c2c2;
}
.footer .footerNav {
  line-height: 24px;
  margin-bottom: 10px;
}
.footer .footerNav a {
  border-left: 1px solid #C1C1C1;
  color: #666666;
  text-decoration: none;
  padding: 0 7px 0 8px;
}
.footer .footerNav a:hover {
  color: #f33;
}
.footer .footerNav a:first-child {
  border: 0;
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
