/* CSS Document */


/************头部样式****************/
.header_c {width: 100%;min-width: 1280px;height: 123px;margin: 0 auto;border-bottom: #27649C 1px solid;}

.top {width: 100%;min-width: 1280px;background: #fff;}

.top .container {width: 1280px;height: 81px;margin: auto;position: relative;padding: 0 !important;}

.top .container .logo {position: absolute;top: -6px;left: -3px;}

.top .container p {float: right;margin-top: 25px;height: 30px;overflow: hidden;color: #666;line-height: 30px;font-size: 14px;}

.navhead {
	width: 100%;
	background: URL(../images/index_01.gif) repeat-x;
}

.navbar{
	margin-left: 450px;
	padding-top: 9px;
	height: 43px;	
}

.navi_head{
	font-family: "微软雅黑";
	font-size: 16px;
	float: left;
	height: 43px !important;
	padding: 0 !important;
	margin: 0 !important;	
}


.navi_head a {
	font-size: 16px;
	line-height: 25px;
	font-family: "微软雅黑";
	color: #fff;
}


.navi_head a:hover {
	font-weight: bold;
}

.dropdown-menu{
	background-color: #1a89d9;	
	min-width: 4rem;
}

.dropdown-menu .dropdown-item:hover{
	background-color: #0465bd;	
	color: #FFFFFF;
	font-weight:normal;
}

/*******底部样式开始*******/

.foot {
	width: 100%;
	min-width: 1280px;
	height: 123px;
	background: #1D59B2;
}

.footer {
	width: 1280px;
	height: 123px;
}

.info_f {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
}

/*.dropdown-toggle:after{
    border: none; 
}*/

/*******底部样式结束*******/
