@charset "UTF-8";
/*
* {
    box-sizing: border-box;
}
*/
html, body {
    height: 100%;
}
/*
body {
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
}

.content {
    min-height: 100vh;
}

.content.bg {
    background: linear-gradient(135deg, #ffdbdb, #b4e6e8);
}
.content-body {
    padding: 100px 60px;
    line-height: 2em;
}
.demo1 h1 {
    margin: 0 0 0 10px;
    float: left;
    line-height: 50px;
}

.topmenu {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
    float: left;
}

.topmenu li {
    display: table-cell;
}

.topmenu li a {
    display: block;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    padding: 5px;
}
*/
.header_top {
    position: absolute;
    z-index: 101;
    top: 0px;
    margin: 0 auto;
    width: 100%;
    /*padding: 0 10px;*/
	    height: 140px;
}
#home .content{ margin-top: 208px;}
@media (max-width: 347px) {
	#header .fixheader{padding-top:160px;}
	#home .content{ margin-top: 230px;}
	/*.content{ margin-top: 230px;}*/
}
.header_bottom {
    position: absolute;
    z-index: 101;
    top: 90px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}

h1 {
    margin: 0;
}
