@media screen and (max-width:901px)
{
.onlymobileshow {
	display: none;
}
.noMobileShow {
	display: none;
}
.ssubNav1 {
	display: block;
}
.header section #mobileNav ul li a {
	color: rgb(51, 51, 51); font-size: 14px; display: inline;
}
.noline {
	display: none;
}
}
@media screen and (min-width:900px)
{
.onlymobileshow {
	display: none;
}
.ssubNav1 {
	display: none;
}
.mainWrap {
	display: block;
}
}
.onlymobileshow {
	display: none; background-color: rgb(255, 255, 255);
}
.subNav .ssubNav1 {
	background: rgb(17, 88, 163); padding: 0px 6px; color: rgb(255, 255, 255); line-height: 32px; font-size: 14px; cursor: pointer;
}
.searchDIV {
	padding: 3px 2px 7px 10px; top: 32px; width: 160px; right: 0px; display: none; position: absolute; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background-color: rgb(112, 0, 5);
}
.searchinp {
	border-radius: 2px; width: 125px; height: 16px; line-height: 14px; padding-left: 4px; font-family: "Microsoft Yahei","Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif"; vertical-align: middle; background-color: rgb(255, 255, 255);
}
.searchGO {
	color: rgb(255, 255, 255); padding-left: 3px; font-family: "Microsoft Yahei","Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif"; float: right;
}
.searchlogo {
	color: rgb(229, 227, 227);
}
