@charset "UTF-8";

@import "../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	Index
/*-----------------------------------------------------------------------*/


#sitemap {
}

	#sitemap h5 {
		font-size:120%;
		font-weight:bold;
		clear:both;
		border-bottom:1px #CCC solid;
		padding:0 0 5px 0;
		margin:50px 0 0 0;
		color:#000;
	}
	
	
	#sitemap dl {
		margin:20px 0 0 0;
	}
	
		#sitemap dl dt{
			font-weight:bold;
			margin:0 0 5px 0;
		}
		
		#sitemap dl dd{
			float:left;
			margin:0 30px 10px 0;
			background:url(../img/index/ico001.png) left center no-repeat;
			padding:0 0 0 12px;
		}
		
			#sitemap dl dd a{
				color:#000;
			}
			
			#sitemap dl dd a:hover{
				color:#666;
			}
	
	#sitemap ul {
		margin:10px 0 0 0;
	}
	
		#sitemap ul li {
			float:left;
			margin:0 20px 0 0;
			background:url(../img/index/ico001.png) left center no-repeat;
			padding:0 0 0 12px;
		}
		
		#sitemap ul li a {
			color:#000;
		}
		
		#sitemap ul li a:hover {
			color:#666;
		}


.lang-select{
    background: #f6f3ee;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
}
.lang-container{
    width: 980px;
    margin: 0 auto;
}
.lang-wrap{
    width: 400px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}
.lang-btn{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    margin-left: 10px;
}
.lang-btn img{
    margin-right: 5px;
}