	/*------------------------------header--------------------------*/

.headbg {
    height: 115px;
}
.headbg a{
   color: #045F8B;
}
.header {
	width: 1099px;
	height: 107px;
	margin: 0 auto;
}
.logo {
	float: left;
}
/*------------------------------header_right--------------------------*/

.header_right {
	float: right;
	text-align: right;
	width: 300px;
	margin-top: 45px;
	margin-right:20px;
	color: #fff;
	font-weight: bold;
}

p.header_mingyan {
	color: #fff;
	line-height: 22px;
	padding-top: 5px;
}
p.header_tel {
	color: #fff;
	line-height: 22px;
	padding-top: 5px;
}

.nav {
	
	/*position: absolute;*/
	top: 130px;
	left: 0;
	width: 100%;
	height: 52px;
	background: url(../images/index/nav_bg.png) repeat;
	z-index: 999;
	bottom: 0;
	background-size: contain;
}
.nav_list {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	*zoom:1;
	margin-bottom: 0;
}


.nav_list li {
	float: left;
	width: 122px;
	text-align: center;
	position: relative;
	border-left: 1px solid rgba(34, 25, 25, 0.2);
}
.nav_list li a {
	color: #fff;
	font-size: 16px;
	line-height: 52px;
	display: block;
	font-weight: bold;
	white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden; 
}
.nav_list li:hover {
	background-color: #98ccf3;
}
* html .ddsmoothmenu ul li a {
	display: inline-block;
}
.subnav {
	position: absolute;
	left: 0;
    z-index: 1000;
	color: #FFF;
	background: url(../images/index/subnav_bg.png) repeat;
}
.subnav li {
	line-height: 34px;
	text-align: center;
	padding: 0;
}
.subnav li a {
	color: #FFF;
	display: block;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
}
.nav_list li .subnav {
	display: none;
	visibility: hidden;
}
.nav_list li:hover .subnav {
	display: block;
	visibility: visible;
}

.subnav li a:hover {
	color: #FFF;
	background: url(../images/index/subnav_libg.png) 17px center #6d7695 no-repeat;
	list-style: none;
}
.title_nav_li:HOVER {
	cursor: pointer;
}