@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2014-11-17 10:03:14
 * @version $Id$
 */

/*主体*/
.conBox{
	width: 1008px;
	margin: 0 auto;
	overflow: hidden;
}
.conBox .sideL{
	width: 194px;
	float: left;
	padding-top: 27px;
}
.conBox .sideL .menuL h4{
	width: 194px;
	height: 29px;
	color: #000;
	line-height: 29px;
	text-indent: 33px;
	background: url(../images/menuL_ico.jpg) no-repeat 15px 12px;
	position: relative;
}
.conBox .sideL .menuL h4.addC{
	color: #fff;
	background: url(../images/menu_bg.jpg) no-repeat;
}
.conBox .sideL .menuL h4 span{
	display: block;
	width: 180px;
	height: 29px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	font-weight: normal;
}
.conBox .sideL .menuL ul {
	width: 173px;
	padding-left: 5px;
	overflow: hidden;
	display: none;
}
.conBox .sideL .menuL ul li{
	font-size: 14px;
	color: #000;
	height: 35px;
	width: 173px;
	line-height: 35px;
	padding-left: 39px;
	background: url(../images/shop_list_ico.jpg) no-repeat 30px 16px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.conBox .sideL .email{
	width: 179px;
	height: 83px;
	padding-top: 6px;
}
.conBox .conR{
	float: left;
	padding-left: 30px;
	padding-top: 23px;
	width: 784px;
}
.conBox .conR .sqjm{
	overflow: hidden;
}
.conBox .conR .sqjm .sqjmL{
	width: 420px;
	height: 291px;
	float: left;
	padding-right: 30px;
	position: relative;
}
.conBox .conR .sqjm .sqjmL h3{
	font-size: 32px;
	color: #333;
	padding-bottom: 26px;
}
.conBox .conR .sqjm .sqjmL p{
	font-size: 14px;
	color: #464646;
	line-height: 30px;
}
.conBox .conR .sqjm .sqjmL a{
	display: block;
	width: 130px;
	height: 26px;
	position: absolute;
	left: 0px;
	top: 205px;
	background: url(../images/join_btn.jpg) no-repeat;
}
.conBox .conR .sqjm .sqjmR{
	float: left;
	padding-left: 20px;
	padding-top: 10px;
} 
.conBox .conR .joinForm{
	width: 774px;
	border-top: 4px solid #23aae4;
	padding: 65px 0 130px 10px;
}
.conBox .conR .joinForm h4{
	width: 700px;
	font-size: 12px;
	font-weight: normal;
	color: #898989;
	padding-bottom: 28px;
	border-bottom: 1px solid #d9d9d9;
}
.conBox .conR .joinForm h3{
	font-size: 14px;
	color: #3f3e3e;
	padding-top: 8px;
	padding-bottom: 18px;
}
.conBox .conR .joinForm .inputJ{
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	color: #3f3e3e;
}
.conBox .conR .joinForm .inputJ .txt{
	font-size: 12px;
	color: #3f3e3e;
	display: inline-block;
	width: 200px;
}
.conBox .conR .joinForm .inputJ input{
	width: 254px;
	height: 32px;
	line-height: 32px;
	outline: none;
	border: 2px inset #d9d9d9;
	margin-left: 4px;
	vertical-align: middle;
}
.conBox .conR .joinForm .inputJ .tishi{
	font-size: 14px;
	color: #a9a9a9;
	background: url(../images/tishi.jpg) no-repeat 0 5px;
	margin-left: 28px;
	padding-left: 13px;
}
.conBox .conR .joinForm .inputJ span.Validform_wrong{
	color: red;
	background: url(../images/error.png) no-repeat;
	padding-left: 20px;
}
.conBox .conR .joinForm .inputJ .long{
	line-height: 18px;
	float: left;
}
.conBox .conR .joinForm .inputL{
	line-height: normal;
}
.conBox .conR .joinForm .inputJ .radio{
	float: left;
}
.conBox .conR .joinForm .inputJ .danxuan{
	width: 14px;
	height: 14px;
	margin-left: 20px;
	vertical-align: middle;
}
.conBox .conR .joinForm .btnBox{
	height: 30px;
	padding-left: 206px;
	padding-top: 10px;
}
.conBox .conR .joinForm .btnBox span{
	display: block;
	width: 68px;
	height: 30px;
	cursor: pointer;
	float: left;
}
.conBox .conR .joinForm .btnBox input{
    width: 117px;
	height: 40px;
	border: 0;
	cursor: pointer;
	outline: none;
}
.conBox .conR .joinForm .btnBox .tijiao{
    background: url(../images/submit.jpg) no-repeat;
}
.conBox .conR .joinForm .btnBox .reset{
    background: url(../images/reset.jpg) no-repeat;
}
.conBox .conR .joinForm  .inputJ textarea{
    width: 300px;
	height: 100px;
	outline: none;
	vertical-align: middle;
	border:2px inset #d9d9d9;
	margin-left: 4px;
}
.conBox .conR .joinForm .btnBox .tijiao{
	/* background: url(../images/btn_submit.jpg) no-repeat; */
	margin-right: 20px;
}
.conBox .conR .joinForm .btnBox span.reset{
	background: url(../images/btn_reset.jpg) no-repeat;
}