/*---==============================---*/
/*---======== header\¬ ==========---*/
/*---==============================---*/



header{
	width:100%;
	position:relative;
	border-top:#3f83dd 5px solid;
	padding-top:0;
	text-align:left;
	line-height:1.5;
	}

header img{vertical-align:bottom;}

header .header-inner{
	width:1200px;
	margin:0 auto;
	padding:0;
	}

header .header-inner h1{
	margin-right:50px;
	}
	
header .header-inner ul.fe {
	width: 590px;
	justify-content: flex-end;
}

header .header-inner ul.fe li {
	margin: 29px 0;
	font-size: 16px;
	border-right: 1px solid #ccc;
	padding: 0 22px;
	height: 40px;
	line-height: 40px;
}

header .header-inner ul.fe li:last-child{border-right:none;}

header .header-inner ul.fe li a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
}
	
header .header-inner ul.fe li a:after{
	content:'';
	display:block;
	height:1px;
	width:0%;
	background:#ccc;
	margin:0 auto;
	transition:0.4s;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
	}

header .header-inner ul.fe li a:hover:after{width:calc(100%);}
	




/*---==============================---*/
/*---======== footer\¬ ==========---*/
/*---==============================---*/

footer{
	width:100%;
	text-align:left;
	background-color:#595d5e;
	padding:25px 0 40px;
	}
	
footer .section-inner{
	width:750px;
	margin:0 auto;
	}
	
footer .section-inner ul.fe{
	width:450px;
	margin:0 auto;
	justify-content: flex-end;
	}


footer .section-inner ul.fe li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px 22px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: 500;
	margin-top: 30px;
}
	
footer .section-inner ul.fe li a::after {
	content: '';
	display: block;
	height: 1px;
	width: 0%;
	background: #fff;
	margin: 0 auto;
	transition: 0.4s;
	position: absolute;
	bottom:0px;
	left: 0;
	z-index: -1;
}

footer .section-inner ul.fe li a:hover:after{width:calc(100%);}


footer small{
	text-align:center;
	width:100%;
	display:block;
	line-height:40px;
	}

footer small,
footer small a{
	color:#fff;
	font-size:.9rem;
	}
	