﻿@charset "utf-8";

/* 头部样式 */
.wxfHeader { width:100%; height:130px; }
	.wxfHeader .headerWrap { max-width:1440px; height:100%; margin:0px auto; background-color:#03587f; } 
		.wxfHeader .headerWrap .hwTop { width:100%; height:28px; background: url(../images/wxf3.png) repeat-x; }
		.wxfHeader .headerWrap .hwBottom { width:1200px; height:78px; margin:0px auto; margin-top:26px; }
			.headerWrap .hwBottom .headerLogo { width:250px; height:44px; padding-top:13px; float:left; }
			.headerWrap .hwBottom .headerLogo img { width:100%; }
			
			.headerWrap .hwBottom .headerCont { height:76px; font-family:"微软雅黑"; float:left;}
			.headerWrap .hwBottom .headerCont li { float:left; position: relative; }
				.headerCont li a.menu_tit { width:118px; height:76px; line-height:76px; text-align:center; font-size:18px; color:#FFF; display: block; }
				.headerCont li:hover a.menu_tit { width:118px; height:74px; line-height:73px; border-top:2px solid #DBBE8F; background-color:#034969; color:#DBBE8F; }
				
				.headerCont li .nav_popup { width:160px; height: auto; padding:9px; position: absolute; top:75px; left:0px; z-index:6; background-color: #034969; display: none; }
					.headerCont li .nav_popup ul.nav_tit { padding-top:2px; padding-bottom:14px; }
					.headerCont li .nav_popup ul.nav_tit li span a { width:160px; height:30px; line-height:30px; text-align: center; display: block; font-size:14px; font-family: "微软雅黑"; color:#FFF; }
					.headerCont li .nav_popup ul.nav_tit li span a:hover { color:#1A9BA8; }
/* /头部样式 */


/* 底部样式 */
.wxfFooter{ width:100%; max-width:1440px; height:212px; background-color:#03587f; margin:0px auto; }
	.wxfFooter .wxfFooterWrap { width:1055px; padding:0 100px; margin:0 auto; height:212px; overflow:hidden; }
		.wxfFooter .wxfFooterWrap .wxfFWLeft { float:left; width:500px; height:170px; padding-top:26px; }
		.wxfFooter .wxfFooterWrap .wxfFWLeft p { font-size:16px; color:#fff; line-height:30px; }
		.wxfFooter .wxfFooterWrap .wxfFWLeft p a { font-size:16px; color:#fff; line-height:30px; }
		.wxfFooter .wxfFooterWrap .wxfFWLeft p a:hover { color:#b6864a; }
		
		.wxfFooter .wxfFooterWrap .wxfFWRight{ float:left; padding-left:100px; width:410px; height:170px; padding-top:26px; }
		.wxfFooter .wxfFooterWrap .wxfFWRight p { font-size:16px; color:#fff; line-height:30px; }
/* /底部样式 */


