@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-family: "microsoft yahei";
}

ul,p,form,input,h1,h2,h3,h4,h5,h6,span{
	padding: 0;
	margin: 0;
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

li{
	list-style: none;
}

img{
	border: 0;
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

a{
	text-decoration: none;
	color: #333;
}

.clear{
	height: 0;
	font-size: 0;
	clear: both;
	overflow: hidden;
}

input,button{
	outline: none;
}

i,em{
	font-style: normal;
}

.clearfix:after{
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.clearfix{
    zoom: 1;
}

/*在线报名*/
.form-box {
  width: 620px;
  font-size: 14px;
  margin: 0 auto;
  margin-top:30px;
}
.form-box .red {
  color: #ff0000;
  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;
  height:40px;
  line-height:40px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.form-box form table tbody tr td .select-box .select {
  width: 100%;
  height:100%;
  border: none;
}
.nextstep {
  background-color: #0e5a04;
  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;
}
