body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
.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;
}
.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;
}
.main {
  min-width: 1000px;
  text-align: center;
}
.main .banner {
  background: url("../images/banner.jpg") no-repeat 50% 50%;
  height: 279px;
}
.main .p {
  padding: 25px 0;
}
.main .p2 {
  background: #FDEABD;
}
.main .p3 {
  background: #EF4141;
  position: relative;
}
.main .p3 .form {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1000px;
  margin-left: -500px;
  height: 100%;
}
.main .p3 .form .formC {
  position: absolute;
  width: 155px;
  height: 38px;
  top: 263px;
  background: transparent;
  border: 0;
  outline: 0;
  left: 132px;
  font-size: 18px;
}
.main .p3 .form #fsubmit {
  width: 134px;
  height: 38px;
  left: 547px;
}
.main .p3 .form #ftel {
  width: 176px;
  height: 34px;
  left: 357px;
}
.main .p3 .form #fname {
  width: 155px;
  height: 38px;
}
