﻿@charset "utf-8";
/* CSS Document */
/*初始化开始*/
*{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
}
img{
	border:0;
}
.header .tb{
	width:1200px;
	height:120px;
	margin:0 auto;
}
.header .tb .as{
	width:264px;
	float:left;
}
.header .tb .wz{
	margin-left:320px;
	width:916px;
	margin-top:15px;
}
.header .tb .wz ul{
	margin-left:-15px;
	margin-top:14px;
}
.header .tb .wz li{
	float:left;
	margin-right:24px;
}
.header .tb .wz li:nth-of-type(3n){
	margin-right:0;
}
.header .tb .wz h2{
	font-size:30px;
	color:#0056a8;
	font-weight:normal;
}
.header .tb .wz li a{
	font-size:20px;
	color:#262626;
	font-weight:normal;
}
/*导航*/
.dh{
	width:100%;
	height:60px;
	background:url(../images/sy/dh.jpg) center;
}
.nav{
	width:1280px;
	height:60px;
	margin:0 auto;
	line-height:55px;
}
.nav li{
	width:181px;
	float:left;
	text-align:center;
	font-size:18px;border-right:1px solid #057cdc;
}
.nav li:nth-of-type(1){
	border-left:1px solid #057cdc;
}
.nav li a{
	width:181px;
	height:60px;
	display:block;
	color:#525151;
}
.nav li a:hover{
	color:#0056a8;
}
.nav li a:visited{
	color:#0056a8;
}

/*列表*/
.lb{
	width:1200px;
	height:1700px;
	margin:0 auto;
}
.lb li{
	width:285px;
	height:295px;
	margin-top:35px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}
.lb li:nth-of-type(4n){
	margin-right:0;
}
.lb li:hover{
	box-shadow:0 5px 9px 0 #d3d1d1;
	
}
.lb li a .tp{
	width:285px;
	height:220px;
	overflow:hidden;
}
.lb li .tp img{
	width:285px;
	transition:all 0.4s;
}
.lb li:hover a img{
	transform:scale(1.1,1.1);
}
.lb li a h2{
	font-size:16px;
	color:#5b5959;
	text-align:center;
	margin-top:0px;
	border:1px solid #ccc;
	height:70px;
}
.lb li:hover a h2{
	color:#0056a8;
}
/*底部*/
.db{
	width:1920px;
	margin:0 auto;
	margin-top:30px;
}
