@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; text-decoration:none;}
.cl{ clear:both;}
/*.cl:after{clear: both;display:block;content:"";overflow: hidden;height:0px;}*/
ul{ list-style:none;}
body{ background-color:#Fff;font-size:12px;font-family:"微软雅黑", "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;overflow-x: hidden;}
input,button,select,textarea{outline:none}
textarea{resize:none}
.top{
	width: 100%;
	height: 80px;
/*	border-bottom: 1px solid #ddd;*/
}
.top_main{
	height: 80px;
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}
.top_main_left{
	float: left;
}
.top_main_right{
	float: right;
}
.logo{
	float: left;
    width: 150px;
    height: 50px;
    margin-top: 15px;
    display: block;
    background-image: url(../images/logo-01.png);
    background-repeat: no-repeat;
    background-position: -150px 0px;
}
.top_main_left span{
	line-height: 80px;
	font-size: 20px;
	color: #666;
	margin-left: 20px;
}
.top_main_right a{
	float: right;
	width: 80px;
	height: 34px;
	display: block;
	color: #ff9600;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	border-radius: 34px;
	border:1px solid #ff9600;
	box-sizing: border-box;
	margin-top: 23px;
}
.top_main_right span{
	line-height: 80px;
	color: #888;
	font-size: 12px;
	margin-right: 10px;
}
.content{
	width: 100%;
	height: 560px;
	background-color: #f2f2f2;
}
.content-wrap{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	background-image: url(../images/bgbg.png);
	background-repeat: no-repeat;
	background-position: 0 48%;
	background-size: 360px;
	position: relative;
}
.content_login{
	height: 480px;
	width: 350px;
	border-radius: 4px;
	/*box-shadow:  0px 0px 4px rgba(0,0,0,0.4);*/
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -240px;
	box-sizing: border-box;
	padding: 30px;
}
.content_login h1{
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
}
.form_text{
	height: 40px;
	width: 100%;
	border:1px solid #ddd;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.text_no{
	height: 40px;
	width: 100%;
	margin-bottom: 20px;
}
.duanx{
	height: 38px;
	width: 170px;
	float: left;
	box-sizing: border-box;
	border: 1px solid rgb(221, 221, 221);
	text-indent: 10px;
}
.huoqu{
	height: 38px;
	width: 110px;
	float: right;
	border: 1px solid rgb(221, 221, 221);
	color: rgb(102, 102, 102);
	font-size: 14px;
}
.form_text label{
	height: 38px;
	width: 40px;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	background-color: #f2f2f2;
	display: block;
	float: left;
	position: relative;
}
.form_text label img{
	position: absolute;
	left: 50%;
	margin-left: -20%;
	top: 50%;
	margin-top: -20%;
}
.form_text input{
	border: none;
	height: 38px;
	text-indent: 10px;
	width: 248px
}
.auto_login{
	width: 100%;
	height: 12px;
	margin-bottom: 20px;
}
.auto_login input{
	vertical-align: middle;
	margin: -2px 4px 0 0;
}
.auto_login a{
    margin: 0px 0px 0px -3px;
    color: rgb(255, 150, 0);
}
.wjmm{
	float: right;
}
.login{
	width: 100%;
	height: 38px;
	border:none;
	border-radius: 2px;
	box-sizing: border-box;
	background-color: #ccc;
	text-align: center;
	font-size: 16px;
	color: #fff;
}


.footer{
	width: 1000px;
	margin: 0 auto;
}
.links{
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	margin: 30px auto;
	color: #666;
}
.footer .links a{
	margin: 0 15px;
	color: #666;
}
.copyright{
	text-align: center;
	line-height: 12px;
	font-size: 12px;
	color: #666;
	margin-bottom: 30px;
}