.container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/*清除浮动*/
.clearfix:after{
	clear: both;
	content: "";
	height: 0;
	display: block;
	visibility: hidden;
}

.clearfix{
	zoom: 1;
}

.fl{
	float: left;
}

.fr{
	float:right;
}
header,footer,.wrap{
	min-width: 1200px;
	overflow: hidden;
}

/*logo*/
header{
	background: url(../img/mechanical_56.png) no-repeat center;
	box-shadow: 1px 1px 6px #ccc;
	-webkit-box-shadow: 1px 1px 6px #ccc;
	-ms-box-shadow: 1px 1px 6px #ccc;
	-moz-box-shadow: 1px 1px 6px #ccc;
}

.header-logo-item{
	display: inline-block;
	margin-right: 14px;
}

.header{
	padding: 30px 0 20px 0;
}


/*serch*/
.header-serch  .fav{
	margin: 5px;
	color: #fff;
}

.header-serch a{
	display: inline-block;
	color: #0c5fad;
}

.header-serch{
	margin: 0px 40px 0 0;
}

.header-serch form{
	position: relative;
	width: 200px;
	height: 30px;
}

/*
.header-serch input{
	width: 100%;
	height: 100%;
}
*/
.header-serch button{
	width: 23px;
	height: 25px;
	background: url(../img/mechanical_54.png) no-repeat right;
	position: absolute;
	right: 5px;
	top: 5px;
}

/*nav*/
nav{
	background: #0c5fad;
	width: 1188px !important;
	padding: 0 6px;
}

nav a{
	width: 90px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #fff;
}

nav a:hover{
	color: #ffe307;
}

nav ul>li{
	float: left;
}

nav ul>li:hover ul{
	display: block;
}

nav ul>li>ul{
	display: none;
	position: absolute;
	background: rgba(12,95,173,.5);
	filter:alpha(opacity=50);
	z-index: 9999;
}

nav ul>li>ul>li{
	float: none;
}

/*footer*/
footer{
	background: #0C5FAD;
	margin-top: 20px;
}

footer .footer-l,footer .footer-m,footer .footer-r{
	float: left;
	width: 400px;
}

footer .footer-l, footer .footer-r{
	margin-top: 40px !important;
}

footer .footer-l p{
	color: #fff;
	line-height: 40px;
}

footer .footer-m a{
	display: block;
	margin-top: 40px;
}

footer .footer-r{
	margin-top: 20px;
}

footer .footer-r .sect{
	width: 200px;
	margin: 0 auto;
}

footer .footer-r select{
	width: 200px;
	margin: 10px 0;
	text-align: center;
	text-align-last: center;
}

footer .footer-bt{
	width: 100%;
	height: 10px;
	background: #333;
}

footer .footer-mw {
	margin-top: 10px;
	margin-left: 130px;
}

footer .footer-mw a{
	display: inline-block;
	margin: 0 20px;
}

footer .footer-mw em{
	display: block;
	color: #fff;
	margin: 5px 0;
}

footer .footer-mw .wx{
	width: 80px;
	height: 80px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 440px;
	display: none;
}

footer .footer-mw .wx img{
	width: 100%;
	height: auto;
}

/*统计*/
.footer-r .tj{
	width: 120px;
	height: 20px;
	background: #fff;
	margin: 0 auto;
          padding:0 40px;
          line-height:20px;
}