body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background:url(../images/bgline.png) white top repeat-x; */
	/* background-attachment:fixed; */
	
}
.container{
	width: 750px;
	max-width: 750px;
	padding: 0px;
	margin: 0 auto;
}
.img{
	width: 100px;
}
/*字体样式*/
.Bred{color:red;font-weight:bold;font-size:16px;}
.Bgreen{color:green;font-weight:bold;font-size:16px;}
/*以下是首页搜索框样式*/
.search_input_m{
width:95%;
height:40px;
line-height:38px;
font-size:16px;
vertical-align: middle;
border:solid 1px black;
color:#00b7ee;
border-radius:5px;
text-align:center;
transition: all 0.5s ease-in-out;
-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.1);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);
}
.btn_m{
    width:95%;
	height:44px;
	color:white;
	font-family:微软雅黑;
	font-size:16px;
	background:#C52C31;
    /*background:url(../images/btn_bg.png) repeat-x;*/
	border:1px solid black;
	cursor:pointer;
	vertical-align: middle;
	border-radius:5px;
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);
}
.btn_m:hover{
	font-size:18px;
}
@media (max-width: 750px) { 
	.container{
		width: 100%;
		max-width: 750px;
		padding: 0px;
	}
	.img{
		width: 80px;
	}
}
