﻿@charset "utf-8";
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*清除浮动*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*样式控制字符长度，需指定宽度*/
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
form,
input,
botton {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
ul {
  list-style: none;
}
.top-wrap .top {
  width: 960px;
  margin: 0 auto;
}
.top-wrap .top:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.top-wrap .top .logo {
  float: left;
  display: block;
}
.top-wrap .top .name {
  float: right;
  line-height: 102px;
  font-size: 24px;
  font-weight: bold;
  color: #003571;
}
.inb-wrap {
  background-color: #999;
}
.inb-wrap .inb {
  width: 960px;
  margin: 0 auto;
  font-size: 34px;
  color: #fff;
  padding: 40px 0 50px 0;
  text-align: center;
}
.inb-wrap .inb span {
  font-size: 16px;
  padding-top: 5px;
  display: block;
}
.main-wrap {
  width: 960px;
  margin: 0 auto;
 
}
.step-wrap {
  width: 818px;
  margin: 0 auto;
}
.step-wrap .step-nav {
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.step-wrap .step-nav.step1 {
  background: url(../images/step.jpg) no-repeat center top;
}
.step-wrap .step-nav.step2 {
  background: url(../images/step.jpg) no-repeat center -50px;
}
.step-wrap .step-nav.step3 {
  background: url(../images/step.jpg) no-repeat center -100px;
}
.step-wrap .step-box {
  display: none;
  border: 2px solid #ccc;
  padding: 80px 0;
  margin-top: 30px;
}
.step-wrap .step-box.notic {
  padding: 50px 60px;
  text-align: justify;
  line-height: 24px;
}
.step-wrap .step-box.notic strong {
  display: block;
  padding-bottom: 5px;
}
.step-wrap .step-box.notic p {
  display: block;
  padding-top: 10px;
}
.step-wrap .step-box.success {
  text-align: center;
  padding: 80px 0;
}
.step-wrap .step-box.success img {
  display: block;
  margin: 0 auto;
}
.step-wrap .step-box.success strong {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  padding: 24px 0 8px 0;
  display: block;
}
.step-wrap .step-box.success p {
  line-height: 24px;
}
.nextstep {
  background-color: #f78912;
  text-align: center;
  color: #fff;
  width: 200px;
  border: none;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  border-radius: 3px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.form-box {
  width: 620px;
  font-size: 14px;
  margin: 0 auto;
}
.form-box .red {
  color: #f00;
  vertical-align: middle;
}
.form-box .submitbtn {
  margin: 30px 0 0 140px;
}
.form-box form table tbody tr th {
  text-align: right;
  font-weight: normal;
  color: #333;
  padding-right: 20px;
}
.form-box form table tbody tr td {
  padding: 10px 0;
}
.form-box form table tbody tr td .text {
  border: 1px solid #dcdcdc;
  width: 500px;
  line-height: 40px;
  height: 40px;
  _height: 40px;
  padding: 0 14px;
  font-family: "微软雅黑";
}
.form-box form table tbody tr td .text:focus {
  border-color: #f78912;
}
.form-box form table tbody tr td label {
  cursor: pointer;
}
.form-box form table tbody tr td .select-box {
  float: left;
  width: 264px;
  padding: 11px 0;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.form-box form table tbody tr td .select-box .select {
  width: 100%;
  border: none;
}
.foot-wrap {
  border-top: 1px solid #e5e5e5;
  padding: 24px 0 40px 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
