*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
ul,li{
	list-style-type: none;
}
.none{
	display: none!important;
}
.cb{
	clear: both;
}
.fl{
	float: left!important;
}
.fr{
	float: right!important;
}
.yeguo-header{
	width: 100%;
	margin: auto;
	border-top: 1px solid transparent;
	background-color: #fff;
}
.yeguo-header-content{
	width: 1200px;
	margin: auto;
	position: relative;
}
.yeguo-header-logo{
	width: 1200px;
	position: relative;
	height: 56px;
	padding: 20px 0;
	background: url(../images/logo.png) no-repeat left center;
}
.yeguo-header-title{
        width: 100px;
        height: 56px;
        line-height: 56px;
        margin-left: 270px;
        list-style-type: disc;
        display: list-item;
        font-size: 24px;
        color: #848484;
}
.yeguo-banner{
	min-width: 1200px;
	height: 458px;
	background: url(../images/banner.jpg) no-repeat center;
	margin-bottom:25px;
}
.yeguo-logincontainer{
	width: 1200px;
	margin:auto;
}
.yeguo-logincontainer-box{
	height: 411px;
	width: 389px;
	background: url(../images/login_bg.png) no-repeat center;
	float: right;
	margin-top: 25px;
	text-align: left;
}
.yeguo-title{
	font-size: 22px;
	color: #666;
	margin:30px 0 13px 62px;
	font-weight: bold;
}
.yeguo-title label.loginway{
	margin-right: 20px;
	font-size: 20px;
}
/*.yeguo-title input{
	display: none;
}*/
.yeguo-title input:checked + label{
	color: #363E63;
	font-weight: bold;
}
input.textbox{
	width: 280px;
	height: 40px;
	margin-left:62px;
	font-size: 14px;
	color: #000;
	padding-left:20px;
	font-weight: bold;
	letter-spacing:1px;
	line-height: 40px;
}
/*.yeguo-logincontainer-box input.yeguo-textbox{
	width: 280px;
	height: 40px;
	margin-left:62px;
	font-size: 14px;
	color: #A7A7A7;
	padding-left:20px;
	font-weight: bold;
	letter-spacing:1px;
}*/
.yeguo-information{
	width: 302px;
	margin-left:62px;
	height: 16px;
	line-height: 16px;
	margin-top: 10px;
}
.yeguo-information a{
	font-size: 15px;
	color:#666666;
	display: block;
}
#remember{
	height: 14px;
	width: 14px;
	border: 1px solid #CED2E1;
	margin-right:5px;
}
.checked{
	background: url(../images/checked.png) no-repeat center;
}
.yeguo-logincontainer-box label{
	cursor:	pointer;
	font-size: 15px;
	color:#666666;
}
.submit{
	border:none;
	margin-top: 20px;
	width: 300px;
	height: 40px;
	margin-left:62px;
	background-color:#363E63;
	color: #fff;
	cursor:	pointer;
	border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size: 18px;
	text-align: center;
}
.submit:hover{
	background-color: #363E70;
}
.yeguo-regist{
	margin-top: 30px;
	width: 300px;
	margin-left: 62px;
	height:72px;
	line-height: 72px;
	text-align: center;
}
.yeguo-regist a{
	font-size: 14px;
	color:#666666;
}
.msg-box{
	height: 26px;
}
.msg-box img{
	display: inline-block;
	vertical-align: middle;
}
.msg-box span{
	vertical-align: middle;
}
.msg1,.msg2,.msg3{
	display: inline-block;
	color: red;
	width: 300px;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	margin-left: 62px;
}