@charset "utf-8";
/* CSS Document */
.main{
	margin:0;
	padding:0;
	}
.head_logo_bg{
	width:100%;
	background:#FFF;
	height:115px;
	border-bottom:1px solid #bfbfbf;
	}	
.head_logo1{
	width:1200px;
	margin:0 auto;
	}
.head_logo1 img{
	margin-top:30px;
	}
.input-icon1{
	position:absolute;
	top:106px;
	left:60px;
	z-index:9;
	}
.input-icon2{
	position:absolute;
	top:166px;
	left:60px;
	z-index:9;
	}
.reg_main{
	margin:0;
	padding:0;
	overflow:hidden;
	background:#f5f5f5;
	}
.regmain{
	width: 1154px;
	height:100%;
	margin: 0 auto;
	background:#ffffff;
	border-radius:3px;
	margin-top:36px;
	margin-bottom: 30px;
	border:1px solid #bfbfbf;
	}
.reg h2{
	font-weight:bold;
	padding-left:50px;
	padding-top:13px;
	}
.more_sev{
	padding-left:15px;
	color:#666666;
	}
.reg_left{
	float:left;
	width:430px;
	}
.reg_right{
	width:530px;
	float:right;
	}
.col-xs-3,.col-xs-9 {
    min-height: 1px;
    padding-right: 5px;
    position: relative;
}
.form-box {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.control-word{
    margin-bottom: 0;
    padding-top: 10px;
    text-align: right;	
	}
.sms_bg{
	background:#eaeaea;
	}
.col_select{
	background:url(../images/select_1.png) no-repeat right bottom;
	}
.col_special{
	margin-left:140px;
	margin-top:26px;
	}
.col_center{
	margin-left:40%;
	margin-bottom:20px;
	}
.btn_tj{
	width:316px;
	height:44px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	background:#00b6f3;
	color:#ffffff;
	font-weight:bold;
	}
.btn_tj:hover{
	background:#1398dc;
	color:#ffffff;
	}
.col_btn_center{
	margin-left:35%;
	}