﻿/*头部样式*/
.yqTop
{
    background: #fff none repeat scroll 0 0;
    height: 110px;
    width: 100%;
}
.yqTop .wrap {
    margin: 0 auto;
    text-align: left;
    width: 1100px;
}
.yqTop .weather
{
    height:40px;
    line-height:40px;
    float:right;
}
.yqTop .logo 
{
    height:70px;
    width:1100px;
}
.yqTop .logo  img {
    height:70px;
}
.weaimg
{
    height:20px;
    width:20px;
    float:right;
    padding-top:10px;
}

/*头部样式*/
/*导航栏样式*/
.yqNav {
    background: rgba(0, 0, 0, 0) url("") repeat scroll 0 0;
    height: 50px;
    width: 100%;
}
.yqNav .wrap {
    height: 50px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 1100px;
    z-index:88;
}
.yqNav .rightNav 
{
    float:right;
}
.menu
{
	float: right;
	list-style: outside none none;
	margin: 0;
	height: 50px;
	background-color: #fff;
}
.menu .fixli
{
	background: none;
}

.menu .navli a:link, .menu .navli a:visited
{
	text-decoration: none;
}
.menu .sub a:link, .menu .sub a:visited
{
	color: #666;
	text-decoration: none;
}
.menu a
{
	color: #4a4545;
	display: block;
	float: left;
	height: 50px;
	line-height:50px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	z-index: 1000;
	font-size:13px;
	font-family:宋体;
	width:110px;
	text-align:center;
}
.menu a:hover
{
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	z-index: 1000;
	border-bottom:2px solid #d62232;
}
.menu-special
{
	display: block;
	height: 50px !important;
	border-bottom:2px solid #d62232;
}
.menu li div
{
	background: url(../image/menu_dropdown_bg.png) no-repeat scroll 7px bottom;
	float: left;
	left: 0;
	list-style: outside none none;
	margin: 0 0 0 -9px;
	padding: 0 0 2px 5px;
	position: absolute;
	top: 50px;
	display: none;
	width: 167px;
	z-index: 1100;
	color: #666;
}
.menu .sub li
{
	color: #666;
	line-height: 22px;
}
.menu .sub li:hover
{
	line-height: 22px;
}
.menu .sub a
{
	clear: both;
	color: #666;
	display: block;
	text-align: center;
	margin-left: 9px;
	padding: 2px 0;
	height: 20px;
	line-height: 22px;
	width: 150px;
	font-size: 13px;
	font-family: 宋体;
	border-bottom: 1px dotted #BDBDBD;
}
.menu .sub a:hover
{
	clear: both;
	background-color: #90be26;
	color: #fff;
	display: block;
	text-align: center;
	padding: 2px 0;
	height: 20px;
	line-height: 22px;
	width: 150px;
	border-bottom: 1px dotted #BDBDBD;
	font-size: 13px;
	font-family: 宋体;
}
.navli
{
	float: left;
	position: relative;
	z-index: 900;
	line-height: 50px;
	height: 50px;
	width:110px;
}
/*导航栏样式*/
/*Banner广告栏样式*/
.yqAds
{
    clear: both;
	width: 100%;
	margin:0 auto;
}
/*Banner广告栏样式*/