/*头部导航*/
#head{
	width: 100%;
}
.header{
	width: 1220px;
	overflow: hidden;
	margin: 0 auto;
	height: 104px;
}
#head .header .logo{
	padding-top: 24px;
	width: 406px;
	height: 56px;
	float: left;
}
#head .header .logo img{
	width: 100%;
	height: 100%;
}
#head .header .zix{
	width: 200px;
	height: 56px;
	float: right;
	overflow: hidden;
	padding-top: 24px;
}
#head .header .zix .left{
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	float: left;
	
}
#head .header .zix .left i{
	color:#002cca ;
	font-size: 46px;
	
}
#head .header .zix .right{
	width: 136px;
	height: 56px;
	float: right;
}
#head .header .zix .right .p1{
	font-size: 14px;
	color: #8b8b8b;
}
#head .header .zix .right .p2{
	font-size: 20px;
	color:#002cca ;
}
#head .nav{
	width: 100%;
	height: 68px;
	background: #002cca;
}
#head .nav .ul{
	width: 1042px;
	height: 64px;
	padding-top: 2px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	
}
#head .nav .ul li a{
	font-size: 16px;
	display: inline-block;
	height: 64px;
	line-height: 64px;
	padding-left:10px ;
	padding-right: 10px;
	color: white;
	transition: all 0.5s; 
	text-decoration: none;
}
#head .nav .ul li a:hover{
	border-bottom: 2px solid white;
}
#head .nav .ul li.nvn a{
		border-bottom: 2px solid white;
}
/*头部导航*/
.banner{
	width: 100%;
	height: 324px;
	
}
/*二级导航*/

#news{
	width: 1180px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 140px;
}
#news .top{
	width: 1180px;
	overflow: hidden;
	height: 30px;
}
#news .top .text{
	float: right;
	color: #b4b4b4;
	font-size: 14px;
}
#news .top .xian{
	width: 6px;
	height: 10px;
	background: #002cca;
	float: right;
	margin-right: 20px;
	margin-top: 6px;
}
#news .pic{
	width: 1180px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	overflow: hidden;
}
#news .pic li{
	width: 370px;
	height: 374px;
	margin-top: 50px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-left: 35px;
}
#news .pic li a{
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	
}
#news .pic li img{
	width: 100%;
	height: 100%;
}
#news .pic li .zhe{
	width: 370px;
	height: 374px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background:rgba(0,0,0,0.2);
	display: none;
}
#news .pic li .kuang{
	width: 370px;
	height: 374px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	border: 1px solid white;
	
}
#news .pic li .text{
	width: 290px;
	position: absolute;
	z-index: 4;
	left:38px;
	bottom: 40px;
	color: white;
	font-size: 18px;
}
#news .pic li:nth-child(3n-2){
	margin-left: 0px;
}
#news .pic li:hover img{
	transform: scale(1.1);
	transition: all 0.3s;
}
#news .pic li:hover .zhe{
	display: block;
	transition: all 0.3s;
}
#news .pic li:hover .kuang{
	width: 340px;
	height: 340px;
	border: 1px solid white;
	top: 16px;
	left: 14px;
	transition: all 0.3s;
}
/*底部*/
#footer{
	width: 100%;
	height:182px;
	padding-top: 54px;
	padding-bottom: 54px;
	background: #343434;
}
#footer .box{
	width: 1221px;
	margin: 0 auto;
	overflow: hidden;
}
#footer .box .left{
	width: 205px;
	height: 69px;
	float: left;
	padding-top: 52px;
}
#footer .box .left img{
	width: 100%;
	height: 100%;
}
#footer .box .center{
	width: 300px;
	float: left;
	height: 182px;
	border-right:1px solid #595959;
	padding-left: 140px;
	padding-right: 94px;
}
#footer .box .center .zi{
	font-size: 16px;
	color: white;
}
#footer .box .center .zi span{
	font-size: 20px;
	color: white;
}
#footer .box .center .xian{
	width: 40px;
	height: 1px;
	background: white;
	margin-top: 14px;
}
#footer .box .center .tiao{
	width: 300px;
	overflow: hidden;
	padding-top: 22px;
}
#footer .box .center .tiao a{
	display: block;
	width: 140px;
	height: 38px;
	text-decoration: none;
	border: 1px solid white;
	line-height: 38px;
	color: white;
	font-size: 14px;
}
#footer .box .center .tiao a:hover{
	background:#312e2e;
	color: #bbbbbb;
	transition: ease; 0.5s
}
#footer .box .center .tiao a:hover i{
	color: #bbbbbb;
	transition: ease; 0.5s
}
#footer .box .center .tiao a:nth-child(2n-1){
	float: left;
}
#footer .box .center .tiao a:nth-child(2n){
	float: right;
}
#footer .box .center .tiao a:nth-child(3){
	margin-top: 12px;
}
#footer .box .center .tiao a:nth-child(4){
	margin-top: 12px;
}
#footer .box .center .tiao a i{
	color: white;
	font-size: 20px;
	padding-left: 20px;
	padding-right: 8px;
}
#footer .box .right{
	width: 390px;
	float: right;
}
#footer .box .right .you{
	font-size: 16px;
	color: white;
}
#footer .box .right .you span{
	font-size: 20px;
	color: white;
}
#footer .box .right .xian{
	width: 40px;
	height: 1px;
	background: white;
	margin-top: 14px;
}
#footer .box .right .lian{
	width: 390px;
	overflow: hidden;
	padding-top: 24px;
}
#footer .box .right .lian a{
	display: block;
	text-decoration: none;
	padding-right:23px;
	padding-left:23px;
	height: 16px;
	line-height: 16px;
	float: left;
	color: white;
	border-right:1px solid white ;
}
#footer .box .right .lian a:nth-child(1){
	padding-left:0px;
}
#footer .box .right .lian a:nth-child(4n){
	padding-right:0px;
	border: none;
}