

/*
 *   banner style
*/

#banner{
	height: 354px;
	width: 100%;
	overflow:hidden;
	position: relative;
}
#banner img{
	height: 100%;
}




/*
 *   main style
*/
#main .step{
	display: none;
}
#main .step.active{
	display: block;
}
#main .announcement img {
    margin: 32px 16px 0 16px;
}
#main .announcement p {
    font-size: 14px;
    line-height: 88px;
    display: inline-block;
}
#main .announcement p span{
	font-size: 16px;
}
#main .title{
	text-align: center;
}
#main .title p{
	font-size: 30px;
	color: #333;
	line-height: 208px;
}
#main .step .step_line{
/*	height: 38px;*/
	border-bottom: 2px solid #b3b3b3;
	position: relative;
}
#main .step .step_info{
	font-size: 16px;
	color: #999;
	line-height: 50px;
}

#main .step .step_info span:nth-child(1){
	width: 340px;
	text-align: center;
	display: inline-block;
}

#main .step .step_info span:nth-child(2){
	width: 340px;
	text-align: center;
	display: inline-block;
}

#main .step .step_info span:nth-child(3){
	width: 340px;
	text-align: center;
	display: inline-block;
}
#main .step .step_line span{
	display: block;
	width: 10px;
	height: 10px;
	font-size: 12px;
/*	color: #b3b3b3;*/
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	background-color: #fff;
	position: absolute;
	top: -4px;
	z-index: 2;
	background: #e96e00;
}
#main .step .step_line span:nth-child(1){
	left: 170px;
}
#main .step .step_line span:nth-child(2){
	left: 510px;
}
#main .step .step_line span:nth-child(3){
	left: 850px;
}
#main .step .yellow_line{
	position: absolute;
	/*height: 20px;*/
	/*width: 200px;*/
	border-bottom: 2px solid #e97b00;
	/*top: 18px;*/
}

#main .step form{
	width: 650px;
	margin: 22px auto;
	margin-top: 81px;
}
#main .step form span{
	display: inline-block;
	width: 120px;
	padding-left: 8px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
#main .step form input[type="text"]{
	width: 376px;
	outline: none;
	border: 1px solid #b3b3b3;
	height: 52px;
	padding-left: 14px;
	margin-bottom: 26px;
}
#main .step form input[type="radio"] + label{
	margin-bottom: 26px;
	display: inline-block;
	margin-right: 26px;
}
#main .step form label{
	font-size: 14px;
	color: #666;
}
#main .step form #nv{
	margin-left: 20px;
}
#main .step form button{
	width: 100px;
	height: 42px;
	color: #fff;
	background-color: #e97b00;
	outline: none;
	border-radius: 6px;
	font-size: 16px;
	border: 0;
	margin-left: 275px;
	margin-top: 40px;
	cursor: pointer;
}
#main .step form .current{
	width: 100%;
}
#main .step form .options{
	width: 264px;
	left: -15px;
	top: 10px;
}
#main .step form .options span{
	padding: 0;
}
/*
*	step01
*/
#main .step01 .step_line span:first-child{
	/*border: 2px solid #e97b00;*/
	color: #e97b00;
}
#main .step01 .yellow_line{
	width: 340px;
}
/*
*	step02
*/
#main .step02 .step_line span:nth-child(1),
#main .step02 .step_line span:nth-child(2){
/*	border: 2px solid #e97b00;*/
	color: #e97b00;
}
#main .step02 .yellow_line{
	width: 340px;
	left: 340px;
}
#main .step02 form{
	width: 650px;
}
#main .step02 form span{
}
#main .step02 form div{
	position: relative;
}


#main .step02 form input[type="text"]{
/*	width: 260px;*/
}
#main .step02 form .email{
	letter-spacing: 1px;
}
#main .step02 form .address{
	vertical-align: top;
}
#main .step02 form .address_box{
	width: 260px;
	height: 36px;
	font-size: 14px;
	padding-left: 14px;
	line-height: 36px;
	color: #666;
	margin: 0 34px 26px 0;
	vertical-align: top;
	display: inline-block;
	border: 1px solid #b3b3b3;
	cursor: pointer;
	background: url(../images/big_arrow.png) no-repeat 246px center;
}
#main .step02 form .address_box + .address_box{
	margin-right: 0;
}
#main .step02 form textarea{
	width: 556px;
	height: 74px;
	border: 1px solid #b3b3b3;
	outline: none;
	resize: none;
	padding: 10px 14px;
}



/*
*	step03
*/
#main .step03 .step_line span{
	/*border: 2px solid #e97b00;*/
	color: #e97b00;
}
#main .step03 .yellow_line{
	width: 340px;
	left: 680px;
}
#main .step03 table {
	width: 776px;
	border: 1px solid #d2d2d2;
	margin-left: -36px;
}
#main .step03 table th{
	font-size: 16px;
	font-weight: 400;
	line-height: 42px;
	margin-left: -1px;
	background-color: #fafafa;
}
#main .step03 table td{
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	width: 20%;
	border-top: 1px solid #d2d2d2;
}
#main .step03 form button{
	/*margin-left: 226px;*/
	margin-top: 98px;
}
#main .step form button:hover{
	/*background-color: #e90102;*/
}
#main .step03 form button + button{
	margin-left: 50px;
	background-color: #fff;
	color: #e3282f;
}
#main .step03 form .conts{
	position: relative;
}
#main .step03 form .conts span:first-child{
	width: 166px;
	margin-left: -46px;
}	
#main .step03 form .cont{
	display: inline-block;
	height: 36px;
	border: 1px solid #b3b3b3;
	width: 190px;
	margin-bottom: 26px;
	text-align: center;
	line-height: 38px;
	margin-right: 16px;
	outline: none;
	font-size: 14px;
}
#main .step03 form .add,
#main .step03 form .jian{
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 38px;
	line-height: 38px;
	top: -3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
#main .step03 form .add{
	left: 280px;
	font-size: 32px;
}
#main .step03 form .jian{
	left: 132px;
	font-size: 40px;
}
#main .step03 form{
	position: relative;
}
#main .step03 .add_ct{
	position: absolute;
	font-size: 14px;
	color: #e3282f;
	top: 266px;
	right: -32px;
	cursor: pointer;
}

#main .step form span.spancode {float: right; width: 146px; margin-right:130px;display: inline-block; border: 1px solid #b3b3b3; border-left: 0;height: 54px; line-height: 54px;padding-left: 0;}


#main .a_sendcode {     display: inline-block;
    width: 127px;
    height: 36px;
    line-height: 36px;
    background: #c5c5c5;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    right: 20px;
    float: right;
    margin-right: 10px;
    margin-top: 8px; }


#main .a_next {
	display: inline-block;
	width: 100px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	background-color: #e97b00;
	outline: none;
	border-radius: 6px;
	font-size: 16px;
	border: 0;
	margin-left: 275px;
	margin-top: 40px;
	cursor: pointer;
	text-align: center;
}

#main .step form input[type="password"] {
    width: 376px;
    outline: none;
    border: 1px solid #b3b3b3;
    height: 52px;
    padding-left: 14px;
    margin-bottom: 26px;
}












/*2016/11/14 ck placeholder*/