img {
    vertical-align: bottom;
    border: 0px;
}

#all_menu{
	height:81px;
	background-color:#fff;
	position:fixed;
	width:100%;
	border-bottom: #AE9B62 4px solid;
	z-index: 99999;
}

#top_menu{
	position:fixed;
	left:50%;
	width:965px;
	margin:0 auto;
	margin-left:-482.5px;
	background-color:#fff;
}

#g_logo {
border-bottom: #AE9B62 4px solid;
float:left;
display: flex;
height:58px;
width: 240px;
}

#g_logo_m {
	display:none;
}

#s_logo {
	display:none;
}

#text_menu{
	height:13px;
    font-size: 11.5px;
	text-align: right;
	margin-top:10px;
    padding-right: 8px;
	color:#000;
	text-decoration:none;
}

#text_menu a{
color:#000;
text-decoration:none;
margin-right:2px;
margin-left:2px;
}

#text_menu a:hover {
	color:#888; 
	text-decoration:underline;
}

#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 35px;
    padding: 2px 0;
    text-align: center;
	vertical-align: middle;
    display: block;
    border-radius: 5px;
    opacity: 0.6;
}

#footer{
	background-color: #777777;
    overflow: hidden;
}

#footerin{
	color: #fff;
	width:870px;
	margin:3em auto;
	padding: 0;
	font-size:14px;
	overflow: hidden;
	}
	
.footcoltd{
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
    text-align: center;
	background-color: #888888;
}

.footmenu{
	display:inline-block;
	float: left;
	width:290px;
	margin: 0;
}

.foot_branch{
	float: left;
	width: 145px;
}

.footmenu a:link { 
color: #fff;
text-decoration:none; 
}
.footmenu a:visited { 
color: #fff;
text-decoration:none; 
}
.footmenu a:hover { 
color: #fff; 
text-decoration:underline; 
}
.footmenu a:active {
color: #fff;
text-decoration:none; 
}

#copyright{
    padding: 2em 0;
	color: #ffffff;
	background-color: #666666;
	text-align: center;
	font-size: 12px;
}

@media screen and (max-width:965px){

#g_logo_m {
display: inline-block;
float:left;
width:9%;
text-align:center;
border-bottom: #AE9B62 4px solid;
height:58px;
}

#top_menu{
	position:fixed;
	height:81px;
	left:50%;
	width:100%;
	margin:0 auto;
	margin-left:-50%;
	background-color:#fff;
	border-bottom: #a2a2a2 4px solid;
	}
	
#footerin{
	width:90%;
	margin: 3em 5%;
	}
	
.footmenu{
	width:29%;
	margin: 0 2%;
}

.foot_branch{
	width: 50%;
}
	
}

@media screen and (max-width:600px){

#top_menu{
	position:fixed;
	height:58px;
	left:50%;
	width:100%; 
	margin:0 auto; 
	margin-left:-50%;
	background-color:#fff;
	border-bottom: #AE9B62 4px solid;
	}
	
#g_logo_m {
	display:none;
}

#text_menu{
	display:none;
}

#s_logo {
    display: inline-block;
    margin-top: 7px;
    margin-left: 7px;
	position: relative;
    z-index: 2;
}

#s_logo img {
	width:210px;
	height:auto;
}

.footcoltd{
    padding: 26px 0;
}

.footmenu{
	margin: 0;
	width:100%;
	display: block;
    float: none;
}

#footerin{
	width:86%;
	margin: 7%;
	}
	
.footmenu_in{
	width: 40%;
    float: left;
	margin: 1em 5%;
	}
	
.s-clear{
	clear: both;
}

#copyright{
	font-size: 10px;
}

}