﻿* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.clearfix, .c {
	zoom: 1;
	clear: both;
}
.clearfix:after, .clearfix:before, .c:after, .c:before {
	display: table;
	content: "";
}
.clearfix:after, .c:after {
	clear: both;
}
/* Write your styles */
.logo {
	height: 99px;
	position: relative;
}
.l {
	float: left;
}
.r {
	float: right;
}
.box {
	width: 1200px;
	margin: 0 auto;
}
.logo_t_img{
	height: 50%;
	width: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

