*{outline: none;}

.topWrap {
    width: 100%;
    background:url(../img/nav_bg.png) repeat-x;
    position: fixed;
    z-index: 999999;
    height: 166px;
    overflow: visible;
}
.topDiv1{ margin: 0 auto; width:1500px;}
.navWrap{ background: none;  }
.topR{      width: 70%;}

.topR a{     color: #fff; }
.nav li a{font-weight:bold; padding: 0 6px;font-size:18px;}
.nav ul li a:hover{display:block;color:#f1ca0b;background:none;}
.nav dl{     background: #fff;  width: 180%;border-top:3px solid #0a5894;margin-left:-30px; }
.nav dl dd:hover{ background: #efefef; }
.nav dl dd a {    color: #333;padding: 12px 0;    line-height: 16px; font-weight:normal; }

.search-z{
	position: relative;
        margin:0 30px 0 16px;
}
.search-butt{
	cursor: pointer;
}
.search{
	width: 220px;
    height: 36px;
    border: none;
    position: absolute;
    right: -40px;
    background: #fff;
    margin-right: 28px;
    display: none;
    top: 36px;
    z-index: 999999;
}
.sear-txt{
	height: 36px;
	line-height: 36px;
	width: 168px;
	border: none;
	padding-left: 14px;
	background: none;
	font-size: 12px;
	float: left;
	color: #333;
}
.sear-butt{
	margin-top: 6px;
	margin-right: 10px;
	float: right;
}

@media only screen and (min-width: 1300px) and (max-width: 1494px) {	

.logo{     width: 400px;margin-top: 30px; }
.logo img{     width: 100%; }
.topDiv1{     margin: 0 20px; }
.nav li a{     padding: 0 17px;    font-size: 15px; }
.topR {   width: 800px;}


}