*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
ul,li{
	list-style-type: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cb{
	clear: both;
}
body.login{
	background-color: #fff;
}
.yeguo-info-box{
	border: solid 1px #e5e5e5;
	width: 770px;
	height: 192px;
	padding: 40px 0 40px 124px;
	background-color: #fff;
        margin:auto;
        box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.yeguo-info-box>img{
	margin-right: 60px;
}
.yeguo-info-innerbox{
	width: 450px;
	height: 112px;
}
.yeguo-info-box p{
	font-size: 20px;
	color: #363e62;
	text-align: left;
	font-weight: bold;
	margin-bottom: 22px;
}
.yeguo-info-box h1{
	font-size: 14px;
	color: #363e62;
	text-align: left;
	margin-bottom: 28px;
}
.yeguo-info-box span{
	color: #ff1400;
}
.yeguo-info-innerbox a{
	padding: 7px 16px;
	background-color: #495271;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
}
.yeguo-info-innerbox a:hover{
	color: #fff;
}
.right-section1 input.search,.right-section1 select.search{
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
}
.right-section1 button.search{
	height: 30px;
}
.right-section1 span.search{
	font-weight: normal;
}
.right-section1 form.search{
	font-weight: normal;
	margin-top: 10px;
}