@charset "utf-8"; 
 body{font-family:"微软雅黑";  line-height:24px; color:#555;
     }
*{margin:0; padding:0;}
a{outline:none; color:#555; text-decoration:none}
.clear{clear:both; font-size:0px; padding:0;height:0;line-height:0;  margin:0}
img{border:none; margin:0 auto}
ol, ul, li{list-style:none}
p{margin:0px 0 10px 0;}
.section {
    position: relative;
    width: 100%;
    min-width: 1200px;
    /*max-width: 2000px;*/
    margin: 0 auto;
    color: #333;
    font-family: "微软雅黑","黑体";
    font-size: 18px;
    line-height: 1.5;
}
.content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
#shadow{
width:100%;
height:18px;
background: url("/solution/ord_machinery/images/shadow.jpg") no-repeat center;
overflow:hidden;
}
#banner {
	background: url("/solution/ord_machinery/images/bannerBg.jpg") no-repeat top;
	width: 100%;
    height:auto;
	overflow:auto;
	text-align: center;
	font-family: Arial, "微软雅黑", "宋体";
	position: relative;
	min-width: 1200px;
}
#banner #bannerPic {
	width: 100%;
	margin: 0px auto;
	position: relative;
}




@media only screen and (min-width: 320px) and (max-width: 768px){
	#banner {
		background: url("/ord_machinery/images/bannerBg.jpg") no-repeat;
		width: 100%;
		height:auto;
		overflow:auto;
		text-align: center;
		font-family: Arial, "微软雅黑", "宋体";
		position: relative;
		min-width: 1000px;
	}
	#banner #bannerPic {
		width: 100%;
		margin: 0px auto;
		position: relative;
	}
}
