﻿.header ul li img{
	position: relative;
	width: 34%;
	left: 33%;
	margin-top: 20%;
}








.mainFilter{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: url(../images/mainfilter_bg.png);
	display: none;
}
.wrapper{
	width: 100%;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.row{
	width: 100%;
	clear: both;
}
.row:after{
	content:"";
	height:0;
	display:block;
	clear:both
}
.article{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	text-align: justify;
}
.article img{
	max-width: 100%;
}
.header{
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: url(../images/nav.jpg);
	/*box-shadow: 0px 1px 9px 0px #e6e6e6;*/
	border-top: 2px solid #ee1f29;
}
.header .logo{
	width: 23%;
	text-align: center;
	overflow: hidden;
	margin-top: .5%;
	float: left;
}

@media (max-width:500px){
	.header .logo{
	width: 42%;
	text-align: center;
	overflow: hidden;
	margin-top: .5%;
	float: left;
}
}

@media (min-width:501px) and (max-width:600px){
	.header .logo{
	width: 35%;
	text-align: center;
	overflow: hidden;
	margin-top: .5%;
	float: left;
}
}

@media (min-width:601px) and (max-width:767px){
	.header .logo{
	width: 26%;
	text-align: center;
	overflow: hidden;
	margin-top: .5%;
	float: left;
}
}

@media (min-width:768px) and (max-width:991px){
	.header .logo{
	width: 30%;
	text-align: center;
	overflow: hidden;
	margin-top: .5%;
	float: left;
}
}
.header .logo img{
	width: 100%;
}
.header .searchBox{
	float: right;
	margin-right: 6px;
	margin-top: 38px;
	position: relative;
}
.header .searchBox .searchBtn{
	width: 25px;
	height: 25px;
	background: url(../images/searchbtn.gif) no-repeat center;
	cursor: pointer;
}
.header .searchBox .searchBar{
	width: 300px;
	height: 40px;
	position: absolute;
	right: -9px;
	top: 30px;
	z-index: 5;
	border: solid 2px #eee;
	box-sizing: border-box;
	display: none;
}
.header .searchBox .searchBar .inpu{
	width: 258px;
	height: 36px;
	float: left;
}
.header .searchBox .searchBar .inpu input{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666;
}
.header .searchBox .searchBar .inpu input::-webkit-input-placeholder{color: #ccc;}
.header .searchBox .searchBar .inpu input:-moz-placeholder{color: #ccc;}
.header .searchBox .searchBar .inpu input::-moz-placeholder{color: #ccc;}
.header .searchBox .searchBar .inpu input:-ms-input-placeholder{color: #ccc;}
.header .searchBox .searchBar .btn{
	width: 36px;
	height: 36px;
	float: right;
	background: url(../images/searchbtn.gif) no-repeat center #fff;
	border-left: solid 2px #eee;
}
.header .searchBox .searchBar .btn input{
	width: 100%;
	height: 100%;
	background: none;
	cursor: pointer;
}
.header .nav{
	float: right;
}
.header .nav .tit{
	display: none;
}
.header .nav li{
	float: left;
	position: relative;
}
.header .nav li a{
	height: 90px;
	line-height: 90px;
	display: block;
	text-align: center;
	padding: 0 20px;
	font-size: 15px;
	color: white;
}
.header .nav li.on a,
.header .nav li:hover a{
	/*color: #ee1f29;*/
}
.header .nav li .sub{
	width: 100%;
	height: 66px;
	position: fixed;
	left: 0;
	top: 90px;
	z-index: 5;
	background: url(../images/nav_sub_bg.png) repeat-x;
	background-size: auto 100%;
	display: none;
	overflow: hidden;
}
.header .nav li .sub ul{
	position: absolute;
	left: 100px;
	top: 0;
	z-index: 2;
}
.header .nav li .sub li a{
	height: 65px;
	line-height: 65px;
	font-size: 14px;
	color: #333333;
	padding: 0 20px;
}
.header .nav li .sub li.on a,
.header .nav li .sub li a:hover{
	color: #ee1f29;
}























