/* body,div,dl,dt,dd,ul,ol,li,form,input,textarea,select,p,h1,h2,h3,h4,h5,h6{font-family:'微软雅黑';list-style:none;font-size:14px;font-weight:normal;padding:0;margin:0;} */
img{
    border:none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.cl{
    clear: both;
}
.nomargin{
    margin-right: 0 !important;
}

.inn{
    width: 1100px;
    margin: 0 auto;
}

.info .cin .box { border: #DDD dashed 1px; padding: 10px;margin-top: 190px;}
.top { width: 100%; overflow: hidden;    background: #043a5d;
    border-bottom: #043a5d solid 1px; }

.top h1 {
    float: left;
    margin: 0;
    padding: 0px 0;
    font-size: 24px;
    color: #003571;
}

@charset "gb2312";
/*清除默认样式*/


/*公共样式*/
/* .fl{float: left;}
.fr{float: right;}
.clearfix:after{content: ""; display: block clear: both;}
.clearfix{zoom:1;} */
/* body{font-family: "微软雅黑"; color: #333 font-size: 16px; background: #fff;} */
.gWidth{width:1032px; margin: 0 auto;}

/*top*/
.topBox{background:#053a5d;}
.top{ height: 120px;}
.top h1{margin-top: 18px;}
.top ul{ padding-top: 41px; margin-right: 46px;}
.top li{ line-height: 30px; color: #fff; font-size: 20px; font-weight: bold;}

/*nav*/
.navBox{ background:#004c7d; height: 48px; line-height: 48px;}
.nav ul{height: 48px;}
.nav li{float: left; }
.nav a{padding: 0 13px; color: #fff; display: block;font-size: 16px;}
.nav .active a,.nav a:hover{background: #f39822;}

#header{
	width: 100%;
	background: #084176;
	position: fixed;
	z-index: 99999999;
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.4); 
}
#header .top{
	line-height: 40px;

}
#header .top .inn .fl{
	color: #737373;
	line-height: 40px;
}
#header .top .inn .fr{
	color: #0f3c8e;
	padding-left: 24px;
	background: url(../images/dh.jpg) no-repeat 0px center;
	font-size: 15px;
	font-weight: bold;
}
#header #nav{
    height: 50px;
    line-height: 50px;
}
#header #nav ul li{
	float: left;
	width: 132px;
}
#header #nav ul li a{
	display: block;
	font-size: 16px;
	text-align: center;
}
#header #nav ul li a:link,#header #nav ul li a:visited{
	text-decoration: none;
	color: #fff;
}
#header #nav ul li a:hover,#header #nav ul li.cur a{
    background: #ffcb00;
    color: #074176;
    font-weight: 1000;
}

#header #nav ul li .caidan ul{
	display: none;
	width:140px;
	margin-top: 5px;
	
}
#header #nav ul li .caidan ul li{
	height:40px;
	margin-bottom: 5px;
	width:260px;
	background:#074176;
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.4);
	
}
#header #nav ul li .caidan ul li a{
	font-size:15px;
	line-height: 40px;
	width:260px;
	text-align: center;
	color:#fff;
}
#header #nav ul li .caidan ul li a:hover{
	background: #ffcb00;
	color:#0f3c8e;
	font-weight: bold;
}

