.banner {
  margin:35px auto 0;
  width:100%;
  height:400px;
  background: url(/static1../images/banner.png) center center no-repeat;
}

.banner img {
  display: block;
  margin:0 auto;
  width: 1800px;
}
.container {
  margin: 0 auto;
  width: 1200px;
}
.container .section {
  position: relative;
  margin-top: 30px;
  zoom: 1;
}
.container .section:after {
  display:block;
  content:'clear';
  clear:both;
  line-height:0;
  visibility:hidden;
}
.common-title {
  display: inline-block;
  padding-left: 15px;
  font-size: 30px;
  color: #333;
  border-left: 2px solid #EE4433;
}

.step-sub-title {
  display: inline-block;
  float: right;
  width: 500px;
  text-align: right;
  font-size: 28px;
}
.step-sub-title span {
  color: #EF4E3D
}
.step-content {
  width: 900px;
  height: 270px;
  padding-left: 40px;
}
.step-content  li{
  float: left;
  width: 120px;
  height: 170px;
  margin: 70px 48px 0;
  text-align: center;
}
.join-step i{
  display: block;
  width: 108px;
  height: 108px;
  margin: 0 auto 25px;
  background: url(/static1../images/sprite.png);
}
.join-step p{
  font-size: 18px;
}
.step-1 i{
  background-position: 0 0;
}
.step-2 i{
  background-position: 0 -120px;
}
.step-3 i{
  background-position: 0 -245px;
}
.step-4 i{
  background-position: 0 -360px;
}
.step-arrow {
  position: absolute;
  top: 145px;
  width: 50px;
  height: 40px;
  background: url(/static1../images/sprite.png) -5px -485px no-repeat;
}
.arrow-1 {
  left: 230px;
}
.arrow-2 {
  left: 446px;
}
.arrow-3 {
  left: 660px;
}
.service-content {
  margin: 75px 0 0 100px;
}
.service-content li{
  float: left;
  width: 440px;
  height: 135px;
}
.left {
  float:left;
  width: 78px;
  height: 78px;
  margin: 0 auto 25px;
  background: url(/static1../images/sprite.png);
}
.left-1 {
   background-position:  -0 -535px;
}
.left-2 {
   background-position:  -0 -620px;
}
.left-3 {
   background-position:  -0 -709px;
}
.left-4 {
   background-position:  -0 -798px;
}
.service-content .right {
  padding: 0 40px 0 26px;
  zoom: 1;
  overflow: hidden;
}
.right span {
  font-size: 18px;
  color: #333;
}
.right p {
  margin-top: 20px;
  font-size: 14px;
  color: #999;
  line-height: 26px;
}
.container .build-wrap {
  margin-top: -10px;
}
.build-content {
  margin: 30px 0 0 -22px;
}
.build-item {
  float: left;
  margin: 0 0 40px 22px ;
  width: 220px;
  height: 240px;
}
.build-item .b-img {
  position: relative;
  width: 220px;
  height: 165px;
  color: #fff;
}
.build-item .b-img img {
  width: 220px;
  height: 165px;
}
.build-item .b-img p{
   position: absolute;
   left: 0;
   bottom: 0;
   width: 200px;
   height: 36px;
   line-height: 36px;
   display: block;
   text-overflow: ellipsis;
   white-space: nowrap;
   padding: 0 10px;
   background: rgba(0,0,0,0.5);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);
   overflow: hidden;
}
.build-item .b-info {
  height: 80px;
  border: 1px solid #efefef;
  border-top: none;
}
.b-desc {
  padding: 0 10px;
  line-height: 40px;
  color: #666;
}
.b-desc span{
  font-size: 14px;
  overflow: hidden;
}
.b-desc em , .b-discount .b-num{
  color: #EE4433;
}
.b-desc .b-price {
  font-size: 26px;
  font-family: Georgia;
  color: #EE4433;
}
.b-desc .b-loc {
  float: right;
  font-size: 12px;
  line-height: 46px;
}
.b-discount {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  padding: 0 10px;
  color: #666;
}
.b-discount span {
  position: absolute;
  right: 10px;
  line-height: 30px;
  text-align: right;
}
.b-discount .b-dis:before {
  position: relative;
  display: inline-block;
  content: "";
  width: 20px;
  top: 5px;
  right: 5px;
  height: 20px;
  background:  url(/static1../images/sprite.png) -4px -927px;
}
.b-link:hover{
  text-decoration: none;
}

.baoming-area {
    position: relative;
    width: 1200px;
    margin-left: 65px;
    padding: 35px 27px 55px 20px;
}
.baoming-area dl {
    position: relative;

}
.baoming-area dt {
    float: left;
    display: inline-block;
    width: 100px;
    height: 47px;
    font-size: 14px;
    color: #666;
    line-height: 47px;
    text-align: right;
}
.baoming-area dd {
    position: relative;
    float: left;
    display: inline-block;
    margin-left: 30px;
    font-size: 14px;
    line-height: 34px;
}
.baoming-area dd .txt {
    height: 32px;
    width: 230px;
    height: 45px;
    padding-left: 10px;
    border: 1px solid #dfdfdf;
    line-height: 32px;
    font-size: 16px;
    color: #333;
}
.baoming-area dt b {
  color: #EE4433;
}
.need-wrap {
  margin-bottom: 50px;
}
.need-wrap dd em {
    position: absolute;
    right: -70px;
    top: 7px;
    font-size: 14px;
    color: #666;
}
.error_msg {
    visibility:hidden;
    color: red;
    line-height: 30px;
}
.tip_msg {
  color: #999;
  line-height: 35px;
  padding-left: 12px;
  height: 44px;
}
.baoming-area dd .proj,
.baoming-area dd .name,
.baoming-area dd .phone {
  width: 300px;
}
.name-wrap .error_msg {
  height: 20px;
}
.baoming-area dd .validate {
  width: 190px;
}
#validateCode {
  cursor: pointer;
  position: absolute;
  left: 213px;
  top: 0 ;
}
.baoming .submit-btn {
  display: block;
  width: 310px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 21px;
  background-color: #EE4433;
  cursor: pointer;
}
.baoming .submit-btn:hover {
  text-decoration: none;
}
.check-wrap {
  position: relative;
  left: -25px;
  top: 5px;
  clear: both;
  overflow: hidden;
  zoom: 1;
}
 /*.check-wrap label{
  display: inline-block;
  width: 95px;
  height: 32px;
  margin-left: -25px;

  line-height: 32px;
  font-size: 12px;
  color: #333;
}*/
.check-wrap label{
 float: left;
 display: inline;
 height: 32px;

 margin-left: 30px;
 line-height: 32px;
 font-size: 12px;
 color: #333;
}

 .check-wrap .check {
  display: none;
  display/*\**/: inline-block\9;
  width: 0;
  height: 0;
}
.checkIcon{
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  top: 7px;
  right: 5px;
  background:  url(/static1../images/sprite.png) -8px -896px;
}
/*.check-wrap .check:checked+i{
  background-position:  -37px -896px;
}*/
.checkForIE8{
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 10px;
  background:  url(/static1../images/sprite.png) -37px -896px;
}
.area-wrap .check-wrap{
  width: 670px;
}
.input_tip {
  position: absolute;
  left: -1px;
  top: 43px;
  width: 320px;
  z-index: 100;
  line-height: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  display: none;
  z-index: 20;
}
.input_tip li {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  padding: 0 10px;
  color: #010101;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  background: #fff;
  overflow: hidden;
}
.input_tip li span {
  float: left;
  width: 68%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.input_tip li .sub-name {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}
.input_tip li em {
  position: relative;
  float: right;
  top: -40px;
  right: 10px;
  width: 32%;
  height: 40px;
  color: #999;
  display: block;
  text-align: right;
  border: 1px  solid #fff;
}
.input_tip .focus {
  background: #fafafa;
}
.input_tip .last {
  border-bottom: none;
}

.lp-dialog-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10001;
    display: none;
}
.lp-dialog-bg .lp-dialog-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.lp-dialog-bg .lp-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 440px;
    border: 1px solid #ddd;
    background: #fff;
    margin: -220px 0 0 -220px;
}
.lp-dialog-bg .lp-dialog .lp-dialog-pos {
    position: relative;
}
.lp-dialog-bg .lp-d-close {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/static1../images/sprite.png) no-repeat -85px -896px;
    cursor: pointer;
}

.lp-dialog-bg .lp-dialog .kft-state {
    padding: 20px 70px 40px;
    overflow: hidden;
}
.lp-dialog-bg .lp-dialog .lp-d-title {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    padding: 0 20px;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    background: #fafafa;
}
.lp-dialog .kft-title p {
    width: 280px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.lp-dialog .kft-title .kft-main-title {
    font-size: 22px;
    line-height: 50px;
    margin-bottom: 10px;
}
.lp-dialog .kft-title .title-icon {
    width: 47px;
    height: 47px;
    vertical-align: middle;
    display: inline-block;
    background: url(/static1../images/sprite.png) no-repeat -50px -930px;
    margin-right: 10px;
}
.kft-comfirm-ok {
    float: left;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #EE4433;
    display: inline-block;
    text-align: center;
    margin: 20px 0 0 60px;
}
.kft-comfirm-ok:hover {
    color: #fff;
    text-decoration: none;
}
