.register_top {
	border-bottom: 1px solid #ccc;
	margin: 30px;
}
.register_top .tab {
	float: left;
	font-size: 15px;
}
.register_top .tab li {
	float: left;
	width: 150px;
	padding-left: 55px;
}
.register_top .tab li span {
	float: left;
	margin-bottom: 5px;
}
.register_top .tab li span.bg {
	border-radius: 50%;
	display: block;
	background: #aaa;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	color: #fff;
	margin-right: 5px
}
.register_top .tab li.current {
	border-bottom: 1px solid red;
	position: relative;
	top: 1px;
}
.register_top .tab li.current span.bg {
	background: red;
}
.register_top .rightCon {
	float: right;
	padding-right: 50px
}
.register_top .link {
	color: #005aa0
}
.register_top .inputItem {
	display: block;
	font-size: 15px
}
.register_item td {
	padding-top: 25px
}
.register_item td.itemtitle {
	padding-top: 18px;
}

.registerBox{
margin-top:50px; 
margin-bottom:50px; 
padding-top:50px; 
padding-bottom:50px;
	position:relative;
	overflow:visible;
}
.registerBox .inputItem {
	background: url("../images/icon_user.jpg") no-repeat 5px 5px;
	border: 1px solid #ccc;
	padding-left: 33px;
	height: 32px;
	width: 320px;
}
.registerBox .icon_user {
	background: url("../images/icon_user.jpg") no-repeat 5px center;
}
.registerBox .icon_password {
	background: url("../images/icon_password.jpg") no-repeat 5px center;
}
.registerBox .icon_phone {
	background: url("../images/icon_phone.jpg") no-repeat 5px center;
}
.registerBox .icon_company {
	background: url("../images/icon_company.jpg") no-repeat 5px center;
}
.registerBox .icon_name {
	background: url("../images/icon_name.jpg") no-repeat 5px center;
}
.registerBox .icon_tel {
	background: url("../images/icon_tel.jpg") no-repeat 5px center;
}
.registerBox .icon_email {
	background: url("../images/icon_email.jpg") no-repeat 5px center;
	background-position: 6px center
}
.registerBox .icon_captcha {
	background: url("../images/icon_captcha.jpg") no-repeat 5px center;
 }
.registerBox .icon_success {
	background: url("../images/success.jpg") no-repeat;
	width: 400px;
	height: 80px;
	margin-left: 250px;
	padding-left: 90px;
	padding-top: 20px;
	font-size: 32px;
	
	line-height: 25px;
	color: #0070c0
}
.registerBox .redTip {
	display: inline-block!important;
	margin-left: 20px!important;
}
.registerCon {
	margin-top: 20px;
	margin-left: 120px;
	margin-bottom: 60px
}
.registerCon .itemtitle {
	width: 100px
}
.registerCon .leftTitle {
	font-size: 17px;
}
.registerCon .btn {
	width: 120px;
	float: left;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background: #428ffa;
	color: #fff;
	font-size: 15px;
}
.registerCon .btn_reg {
	width: 250px;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #e45050;
	color: #fff;
	font-size: 15px;
	border: none;
	margin-left: 200px;
	margin-top: 20px
}
.clearfix {
	clear: both
}
.bottomList {
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 8px;
	height: 280px
}
.bottomList li {
	float: left;
	height: 273px;
	width: 209px
}
.bottomList .item1 {
	background: url("../images/listimg1.jpg") no-repeat center center
}
.bottomList .item1:hover {
	background: url("../images/list.png") -23px -27px no-repeat
}
.bottomList .item2 {
	background: url("../images/listimg2.jpg") no-repeat center center
}
.bottomList .item2:hover {
	background: url("../images/list.png") -258px -27px no-repeat
}
.bottomList .item3 {
	background: url("../images/listimg3.jpg") no-repeat center center
}
.bottomList .item3:hover {
	background: url("../images/list.png") -494px -27px no-repeat
}
.bottomList .item4 {
	background: url("../images/listimg4.jpg") no-repeat center center
}
.bottomList .item4:hover {
	background: url("../images/list.png") -727px -27px no-repeat
}
.bottomList li.space {
	width: 20px;
	background: url("../images/space.jpg") 5px 80px no-repeat;
}
.regdiv {
	width: 540px;
	margin: 20px auto;
	padding: 10px 50px;
}
.formgroup {
	padding: 10px;
	height: 35px;
}
.formgroup label {
	display:block;
	float: left;
	width: 80px;
	line-height: 35px;
   text-align: justify;
	text-align-last: justify;
	text-justify: distribute;
	
	
	font-size: 16px;
	font-weight: 400;
	font-family: "微软雅黑", "宋体";
}
.formgroup .input_block {
	float:left;
	padding-left:15px;
 	width: 365px;
 	overflow:hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.formgroup input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.formgroup .input_block input[type=text], .formgroup .input_block input[type=password] {
	width:315px;
	vertical-align: middle;
	border: 1px solid #cccccc;
	line-height: 33px;
	height: 36px;
 	padding: 3px 3px 3px 35px;
 	font-size: 14px;
	font-family: "微软雅黑", "宋体";
	border-radius: 2px;
}
.input_block input[type=password] {
 *padding:0;
}
.formgroup .input_block input[type=text]::-webkit-input-placeholder {
 color: #a5a4a4;
    font-size: 14px;
}
.formgroup .input_block input[type=password]::-webkit-input-placeholder {
 color: #a5a4a4;
  font-size: 14px;
}
.reg_msg {
	background: url(../images/reg_user.png) no-repeat left;
	line-height: 35px;
	font-size: 18px;
	font-family: '微软雅黑', '宋体';
	color: #333333;
	margin-left: 180px;
	padding: 5px 60px;
}
.reg_info {
	background: url(../images/user_info.png) no-repeat left;
	line-height: 35px;
	font-size: 18px;
	font-family: '微软雅黑', '宋体';
	color: #333333;
	margin-left: 290px;
	padding: 5px 60px;
}

.reg_tips {
    font-size: 16px;
    color: #C00;
    line-height: 20px;
    padding: 5px 50px;
	font-family:"微软雅黑", "宋体";
}

.formgroup .btn {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #428ffa;
	border: none;
	color: #fff;
	font-size: 15px;
}
.formgroup .disabled {
	border: 1px solid #e6e6e6;
	background-color: #FBFBFB;
	color: #C9C9C9;
	opacity: 1;
}
.reg_header {
	height: 80px;
	background: url(../images/reg_head_bg.png) repeat-x;
	margin: 0px;
	padding: 0px;
}
.header_logo {
	width: 190px;
	float: left;
}
.header_logo h1 {
	font-size: 24px;
	font-family: "微软雅黑", "宋体";
	margin-top:15px;
	color: #fff;
}
.header_logo img {
	vertical-align: middle;
}
.header_text {
	background: url(../images/header_line.png) no-repeat left center;
	font-family: "微软雅黑", "宋体";
	margin-top: 28px;
	padding-left: 20px;
	letter-spacing: 10px;
	float: left;
	color: #fff;
	height: 27px;
	line-height: 27px;
	font-size: 22px;
}
.header_nav {
	float: right;
	padding-right: 30px;
	text-align: right;
}
.header_nav a {
	color: #b9d3ee;
	border: 1px solid #b9d3ee;
	line-height: 20px;
	padding: 3px 8px;
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	border-radius: 8px;
	display: inline-block;
	margin-top: 30px;
	background: #0a4694;
}
.header_nav a span {
	color: #FFCC00;
}
.formgroup .col_xs3 {
	width: 30%;
	float: left;
}
.formgroup .col_xs4 {
	width: 40%;
	float: left;
}
.formgroup .col_xs5 {
	width: 50%;
	float: left;
}
.formgroup .col_xs6 {
	width: 60%;
	float: left;
}
.formgroup .col_xs7 {
	width: 70%;
	float: left;
}
.formgroup .col_xs8 {
	width: 80%;
	float: left;
}
.formgroup .col_xs9 {
	width: 90%;
	float: left;
}
.formgroup .btn_reg {
	width: 60%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #e45050;
	color: #fff;
	font-size: 15px;
	letter-spacing: 5px;
	border: none;
	margin: 20px 0px 50px 0px;
}
.tip {
	display: none;
	line-height: 35px;
	margin-left: 100px;
	padding-left: 23px;
	font-size: 14px;
	font-family: "微软雅黑", "宋体";
	color: #9e9e9e;
	background: url(../images/info_ico.png) no-repeat left center;
}
.success {
	display: block;
	color: #33a853;
	padding-left: 23px;
	background: url(../images/success_ico.png) no-repeat left center;
}
.error {
	display: block;
	color: #ff5b5b;
	padding-left: 23px;
	background: url(../images/err_ico.png) no-repeat left center;
}

.registerBox .kefubox{
	position:absolute;
	right:-240px;
	top:0px;
	width:230px;
	height:200px;
}

.registerBox .textrow{
	padding-left:55px;
	height:60px;
}
.registerBox .kefu{
	background:url(../images/reg_kefu.png) no-repeat left center;
 }
.registerBox .tel{
	background:url(../images/reg_tel.png) no-repeat left center;
 }
.registerBox .text{
	height:30px;
	line-height:30px;
	text-align:left;
	font-size:16px;
	font-family:"微软雅黑", "宋体";
	font-weight:400;
}
.registerBox .kefubtn{
	background:url(../images/kefu_btn.png) no-repeat center;
	width:80px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:14px;
	color:#FFF;
	font-family:"微软雅黑", "宋体";
 }
 .registerBox .kefubtn a{
	 color:#FFF;	 
 }
 .teltext{ color:#838282; font-family:Verdana, Geneva, sans-serif; font-size:15px;}


