.flex{
	display: flex;
	align-items: center;
}
.hide{
	display: none;
}
ul,li{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}
a:active, a:hover {
    outline: 0 none;
    text-decoration: underline;
    color: #007bcc;
}
a {
    text-decoration: none;
    color: #595959;
}
.header img{
	width: 100%;
}
.header ul{
	position: absolute;
	left: 35%;
}
.header ul li{
	width: 8em;
	text-align: center;
}
.logo{
	width: 11%;
	margin-left: 15%;
	
}
/* .logo img{
	width: 316px;
	aspect-ratio: auto 316 / 45;
	height: 45px;
} */
.footer{
	background-color: lightgray;
	text-align: center;
	padding:  .5em 0;
	width: 100%;
}
.footer p{
	margin-block-start: .5em;
	margin-block-end: .5em;
}
.telLogo{
	position: absolute;
	/* left: 0%; */
	right: 100%;
	width: 200%;
	top: 2%;
	/* background-color: #FFF; */
	min-height: 70px;
	line-height: 70px;
	padding: 2% 3%;
	display: none;
}
.logoGroup {
    position: fixed;
    right: 3%;
    bottom: 5%;
    width: 4.5%;
}
.logoGroup .line{
	display: flex;
}
body img{
	width: 100%;
}
a.choosen,li.choosen{
	color: #007bcc;
}
/* body{
	width: 90%;
	margin-left: 5%;
} */

