/*css 闁告帗绻傞～鎰板礌閿燂拷 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0;
	padding: 0;
}

	
fieldset, img, input, button {
	border: none; /*闁告绮敮锟介弶鍫ｎ潐椤拷*/
	padding: 0;
	margin: 0;
	outline-style: none; /*闁告绮敮锟介柣婊庡灣缁偅娼忕憴鍕垫敱*/
	background:none;
	color: #fff;
	font-size: 17px
}
ul, ol {
	list-style: none; /*闁告绮敮锟介柛妯煎枑閻楀崬顕ｈ箛搴ゅ幀闁汇劌瀚惃顒侇渶閹寸姴浠�*//*ctrl+alt+l*/
}
input {
	padding-top: 0;
	padding-bottom: 0;
}
select, input {
	vertical-align: middle; /*閺夊牊鎸搁崣鍡欙拷娑欘殔閻櫕绋夐鐔糕枖缂侊拷閿燂拷*/
}
select, input, textarea {
	font-size: 14px;
	margin: 0;
}
/**/
textarea {
	resize: none; /*闂傚啫寮堕娑㈠箯閺嵮冃�*/
}
img {
	border: 0;
	vertical-align: middle; /*  闁告绮敮锟介柛銉ュ⒔婢ф牗鎯旈弴銏犲姤濮掓稒顭堥濠氭儍閿燂拷3闁稿秴绻掔粈宀�绮氶搹瑙勵仱缂傚倹绻堝▓锟�*/
}
table {
	border-collapse: collapse; /*闁告艾鐗嗛懟鐔稿緞閺嶎剛鐝剁紒鎾呮嫹*/
}
body {
	font-family: Microsoft YaHei, Arial, "\5b8b\4f53";
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1; /*IE/7/6*/
}
h1, h2, h3, h4, h5, h6 {
	text-decoration: none; /**/
	font-weight: normal; 
	font-size: 100%;
}


.login {
	width: 100%;
	height: auto;
    margin: 20px auto;
}
.login_main{
	background:#EB4849 url(/img/front/a1.jpg) no-repeat center center;
	height:425px;
	padding-top: 100px;
    padding-right: 355px;
}
.login>.login_title {
	height: 80px;
	text-align: center;
}
.login>.login_title>p {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	margin-top: -8px;
	letter-spacing: 5px
}

.login>.login_main>.main_right {
	height: 320px;
	width: 350px;
	float: right;
	background-color: #e9eef2;
}
.login>.login_main>.main_right>.right_title {
	color: #251E5F;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	background: url("/img/front/border_img.png") repeat;
	margin-bottom: 25px;
}
.login>.login_main>.main_right>form>div {
	position: relative;
}
.login>.login_main>.main_right>form>div>img {
	position: absolute;
	left: 62px;
	top: 7px;
}
.login>.login_main>.main_right>form input {
	height: 35px;
	width: 250px;
	border: 1px solid #d3d8dc;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-left: 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	padding-left: 40px;
}
.login>.login_main>.main_right>form>.code>input {
	width: 150px;
}
.login>.login_main>.main_right>form>.code>.code_img {
	width: 90px;
	height: 35px;
	float: right;
	margin-right: 50px;
	cursor: pointer;
}
.login>.login_main>.main_right>form input:focus {
	border: 1px solid #999;
}
.login>.login_main>.main_right>form>.yes_login>a {
	display: block;
	width: 250px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #EB4849;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	margin-left: 50px;
}
.login>.login_main>.main_right>form>.yes_login>a:hover {
	background-color: #EB4849;
}
.login>.login_footer {
	text-align: center;
	padding-top: 20px;
}
.login>.login_footer>p {
	font-size: 14px;
	color: #eee;
	line-height: 30px;
}
.login-logo{
	width:1200px;
	height:95px;
	margin: 0 auto;
}
.login-logo .login-logo-img{
	display: block;
	height:70px;
	line-height:70px;
    margin: 0 auto;
    float:left
}
.login-logo .login-logo-img-by{
	display: block;
	height:70px;
	line-height:70px;
    margin: 0 auto;
    float:right
}
label.error{
	font-size:12px;
	color:#f00;
	position: absolute;
} 
input.error{
	border:1px solid #f00
}