@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font: 16px "microsoft yahei", Arial;
	color: #fff;
}
body{background-color: #fff; }
ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
header,footer{display:block;}
.lf {
	float: left;
}

.rt {
	float: right;
}

.clear {
	clear: both;
}
/* header部分 */
header{
	width: 100%;
	height: 90px;
}
header img{
	margin-left: 12%;
	margin-top: 1%;
}
.nav {
	background-color: #114694;
	height: 76px;
	
}

.nav ul {
	width: 1285px;
	margin: 0 auto;
	height: 76px;
}

.nav ul li {
	float: left;
	width: 181px;
	height: 76px;
	line-height: 76px;
	border-left: 1px solid #316cc3;
        position: relative;
}

.nav ul li a {
	text-decoration: none;
}

.nav ul li:last-child {
	border-right: 1px solid #316cc3;
}

.nav ul li a {
	display: inline-block;
	width: 180px;
	height: 76px;
	line-height: 76px;
	border-left: 1px solid #0e3d82;
	text-align: center;
}

.nav ul li a:last-child {
	width: 179px;
	border-right: 1px solid #0e3d82;
}

/*二级导航*/
.nav li.selected .submenu{display:block;}
.nav li .submenu{ z-index:9999;display:none;}
.nav li:hover .submenu{ z-index:9999;display:block;}
.nav li .submenu li{z-index:9999;background: #114694; height: 40px; line-height: 40px;float: none;border:none;border-top: 1px solid #316cc3;}
.nav li .submenu li a{font-size:14px;color:#fff;border: none;height: 40px; line-height: 40px; }

.zj {
	background: url(../images/zhaoshangjiameng.jpg) no-repeat center;
	height:1265px;
	background-size: cover
}
.zjnr{ width:1100px; margin:0 auto; text-align:center;}
.zjnr p{ font-size:38px; text-align:center; height:140px; line-height:140px; color: #000;}
footer {
	width: 100%;
	height: 320px;
	background-color: #114694;
}

footer>div {
	width: 28%;
	height: 187px;
	margin-top: 55px;
}

.leftPart {
	text-align: center;
}

.leftPart>img {
	margin: 20px 0 20px 0;
}

.leftPart p img {
	width: 35px;
	height: 35px;
	position: relative;
	top: 10px;
}

.centerPart p {
	font-size: 14px;
	height: 150px;
	line-height: 30px;
}

.centerPart span {
	font-size: 12px;
}

.rightPart {
	text-align: center;
}

.rightPart img {
	margin-top: 30px;
}
#wrap ul#zhiliaoyi li{
    width: 415px;
    height: 245px;
    list-style: none;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 5px;
    text-align: center;
} 