
.header{
	font-size: 0;
	padding: 22px 0;
}
.header .logo{
	
}
.header .logo a{
	display: block;
}
.header .logo img{
	height: 74px;
}
.header .right{
	padding: 2px 0;
}
.header .right .search{
	
}
.header .right .search input{
	height: 32px;
}
.header .right .search input[type=text]{
	width: 170px;
	border: 1px solid #E9E8E8;
	font-size: 12px;
	padding: 0 10px;
}
.header .right .search input[type=submit]{
	width: 45px;
	background: #6D6D6D url(../image/search.png) no-repeat center;
	background-size: 20px;
	border: none;
	cursor: pointer;
}

.header .right .nav{
	margin-top: 18px;
}
.header .right .nav .yiji{
	
}
.header .right .nav .yiji>li{
	margin-right: 40px;
}
.header .right .nav .yiji>li:last-child{
	margin-right: 0;
}
.header .right .nav .yiji>li>a{
	display: block;
	font-size: 16px;
	color: #3C3C3C;
	/*font-weight: bold;*/
	line-height: 20px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.header .right .nav .yiji>li.active>a{
	color: #34689D;
}


.footer{
	background: #2C5990;
	padding: 22.5px 0;
}
.footer .fnav{
	
}
.footer .fnav li{
	padding: 0 12px;
	position: relative;
}
.footer .fnav li:first-child{
	padding-left: 0;
}
.footer .fnav li:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 15px;
	background: #5493df;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.footer .fnav li:last-child:after{
	display: none;
}
.footer .fnav a{
	display: inline-block;
	font-size: 12px;
	color: #5493df;
	line-height: 25px;
}
.footer .info{
	font-size: 12px;
	color: #5493df;
	line-height: 16px;
	line-height: 25px;
}
.footer .info a{
	color: #5493df;	
}
