.content-warp{
	    padding: 60px 0px 200px 0;
}
.content{
    /* margin-left: 20%; */
    margin: auto;
    margin-top: ;
    border-radius: 8px;
    width: 60%;
    text-align: center;
    border: 1px solid #d6d6d6;
    text-align: center;
}
.content .top{
	height:80px;
}
.content .login{
	margin-left: 5%;
    margin-right: 5%;
    height: 130px;
    background-color: #013a67;
    margin-top: 40px;
    border-radius: 8px;
	
}
.index-content{
	width: 600px;
    margin: auto;
	height:400px;
	
}
.index-content .title{
    margin-left: 20%;
	margin-right: 20%;
    color: #474747;
    text-align: left;
    line-height: 40px;
    padding-top: 140px;
    font-size: 22px;
    font-weight: bolder;
    padding-bottom: 10px;
}
.index-content .title .btn{
	    float: right;
    background-color: #309948;
    padding-left: 19px;
    padding-right: 20px;
    font-size: 18px;
    color: #ffffff;
	 border-radius: 5px;
}
.index-content p{
	line-height: 32px;
    font-size: 14px;
    color: #1f1f1f;
	margin-left: 20%;
    margin-right: 20%;
}

.form-box {
    position: relative;
}

.clearfix {
    zoom: 1;
    clear: both;
}

.form-box .form {
    margin: auto;
    float: left;
    width: 834px;
    text-align: center;
}

.form-box .form .form-control .label {
    float: left;
    width: 106px;
    font-size: 14px;
    margin-right: 30px;
    text-align: right;
}

 .form-box .form .form-control .form-content {
    float: left;
}

.form-box .form .form-control .form-content .input-box.tips {
    background-color: #FFF5EC;
    color: #FF8900;
    font-size: 14px;
    border: 0;
    padding-left: 20px;
    width: 380px;
}

 .form-box .form .form-control {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

 .form-box .form .form-control .label {
    float: left;
    width: 206px;
    font-size: 18px;
    margin-right: 30px;
    text-align: right;
    color: #515151;
}
 .form-box .form .form-control .form-content {
    float: left;
}
.form-box .form .form-control .form-content .input-box {
    float: left;
    width: 400px;
    border-radius: 20px;
    border: 1px solid #e1e1ee;
}

 .form-box .form .form-control .form-content .input-box input {
    border: 0;
    margin-left: 20px;
    width: 340px;
    font-size: 18px;
    background-color: #fff;
	line-height: 30px;
	color: #515151;
}
.submit {
    background-color: #013a67;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: bolder;
    color: #ffffff;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content .container {
    margin-bottom: 20px;
    width: 800px;
    text-align: center;
    margin: auto;
}
.content .title {
    padding: 0 30px;
    float: left;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
	font-weight:bolder;
    color: #013a67;
    border-top: 3px solid #013a67;
    text-align: center;
    margin: auto;
}