*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	background-color: #333;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
.none{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	-o-user-select: none;     
}
.rel{
	position: relative;
}
.abs{
	position: absolute;
}
.sd_container{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;
	overflow: hidden;
}
.sd_header{
	overflow: hidden;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(images/header_bg.png);
	background-size: cover;
	border-bottom: 1px solid #606161 !important;
}
.sd_header_top{
	height: 50px;
	line-height: 50px;
}
.sd_header_top h1{
	margin-left: 135px;
	color: #fff;
	font-weight: bold;
}
.sd_header_bottom{	
	text-align: right;
	padding-top: 10px;
	height: 30px;
	position: relative;	
}
.sd_header_bottom ul{
	visibility: hidden;
}
.sd_header_bottom li{
	padding: 5px 20px;
	padding-bottom: 10px;
	background-color: #2D2D2D;
	font-size: 20px;
	cursor: pointer;
	color: #949494;	
	display: inline;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #000;
	border-bottom: 2px solid #2D2D2D;
	z-index: 99999;
}
.sd_select_menu{
	background-color: #606161 !important;
	color: #fff !important;
	position: relative;
	border-bottom: 2px solid #606161 !important;
}
.sd_last_menu{
	margin-right: -1px;
}
.sd_pages{
	width: 100%;
	background-color: #606161;		
	margin-left: auto;	
	margin-right: auto;		
}
.sd_loading{
	width: 100%;
	text-align: right;
	top: 0%;
	right: 0px;
	font-size: 20px;
	color: #fff;
	z-index: 9999;
	display: none;
}
.sd_loading span{
	background-color: #000; 
	padding: 5px;
}
.sd_logo2{
	display: none;
}
.sd_info_date{
	top: 0%;
	right: 10px;
	z-index: 999;
	font-size: 20px;
	color: #fff;
	display: none;
}
.sd_info_date span{
	padding-left: 10px;
}
@media all and (max-width: 799px){
.sd_container{
	width: 100%;
	min-width: 320px;
}
.sd_header_top{
	height: 45px;
	line-height: 45px;
}	
.sd_header_top  img{
	width: 110px;
}
.sd_header_top h1{
	font-size: 22px;
	margin-left: 115px;
}
.sd_header_bottom{
	padding-top: 10px;
	height: 26px;		
}
}
@media only screen and (max-width : 699px) {
.sd_header_top{
	height: 45px;
	line-height: 45px;
}	
.sd_header_top  img{
	width: 110px;
}
.sd_header_top h1{
	font-size: 22px;
	margin-left: 115px;
}
.sd_header_bottom{
	padding-top: 10px;
	height: 26px;		
}
}
@media only screen and (max-width : 599px) {
.sd_header_top{
	height: 40px;
	line-height: 40px;
}	
.sd_header_top  img{
	width: 95px;
}
.sd_header_top h1{
	font-size: 23px;
	margin-left: 110px;
}
.sd_header_bottom{
	padding-top: 10px;
	height: 25px;		
}	
}
@media only screen and (max-width : 499px) {
.sd_header_top{
	height: 40px;
	line-height: 40px;
}	
.sd_header_top  img{
	width: 95px;
}
.sd_header_top h1{
	font-size: 22px;
	margin-left: 110px;
}
.sd_header_bottom{
	padding-top: 10px;
	height: 25px;		
}
.sd_header_bottom li{
	padding: 5px 10px;
	font-size: 18px;
}
.sd_info_date{
	visibility: hidden;
}
}
@media only screen and (max-width : 399px) {
.sd_header_top{
	height: 40px;
	line-height: 40px;
}	
.sd_header_top  img{
	width: 95px;
}
.sd_header_top h1{
	font-size: 18px;
	margin-left: 110px;
}
.sd_header_bottom{
	padding-top: 10px;
	height: 25px;		
}
}
@media only screen and (max-width : 340px) {
.sd_header_bottom li{
	padding: 5px 10px;
	font-size: 16px;
}	
}