@charset "utf-8";
html,
body {
	width: 100%;
    height: 100%;
    overflow-x: hidden;
}
ul {
    list-style: none;
}
body,header {
    margin: 0;
    padding: 0;
}
header {
    width: 100%;
    height: 80px;
    /* border: solid 1px red; */
    background: #ba8647;
    position: relative;
}
.header1{
    width: 200px;
    height: 50px;
    /* border: solid 1px green;
     */
    position: absolute;
    left: 20%;
    top: 17px;
}
header .header1 img {
    width: 60%;
    height: 60%;
    margin-top: 10px;
}
header .header2{
    width: 600px;
    height: 20px;
    /* border: solid 1px green; */
    position: absolute;
    top: 14px;
    left: 60%;
    
}
.header2 li {
    /* list-style: none; */
    float: left;
    margin-left: 20px;
    line-height: 20px;
    color: white;
}
.header2 li a {
    font-size: 14px;
    text-decoration: none;
    color: white;
}
.header2 li span {
    font-size: 10px;
    margin-left: 20px;
}
 .main {
	width: 65%;
	margin: 50px auto;
	/* border: solid 1px red; */
	display: flex;
}
.LiKoH_contact {
	width: 55%;
	height: 55%;
	/* border: solid 1px blue; */
} 
#l-map {
	width:100%;
	height:600px;
	font-size:12px;
} 
.main-right {
	width: 40%;
	position: relative;
} 
.main-right ul {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.name {
	font-size: 33px !important;
	color: #BA8647;
	font-style: italic;
	font-stretch: normal;
}
.main-right li {
	margin-top: 20px;
	/* font-size: 23px; */
}
.main-right li span {
	color: #DEB88A;
}
footer {
    width: 100%;
	height: 260px;
	background: #ecf0f1;
	/* border: solid 1px red; */
	text-align: center;
}
footer {
	/* background: #ecf0f1; */
	/* border: solid 1px red; */
	/* text-align: center; */
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 10px;
	text-align: center;
	/* display: flex;
	justify-content: center; */
}
footer span{
	color: black;
	font-size: 20px;
}
footer a {
	text-decoration: none;
	color: black;
}