@charset "utf-8";
/* CSS Document */

/* --------------------------Main------------------------------ */
body
{
	color:#323232;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	background-color:#000;
	margin:0px;
	padding:0px;
	line-height:150%;
	background-repeat:no-repeat;
	background-position:top center;
}

.center
{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
}

#top
{
	width:1000px;
	height:42px;
	padding-top:10px;
	overflow:hidden;
}

#menu
{
	width:1000px;
	height:113px;
	overflow:hidden;
	margin-bottom:55px;
}

#logo
{
	padding-top:10px; 
	padding-left:10px; 
	float:left;
	margin-right:30px;
}

#menu_inner
{
	font-size:18px;
	text-transform:uppercase;
	padding-top:25px;
}

.menu_item
{
	float:left;
	margin-right:90px;
}

.menu_item2
{
	float:left;
	margin-right:85px;
}

.submenu
{
	position:absolute;
	margin-top:57px;  
	z-index:1500; 
	background-color:#ffffff; 
	padding:10px;
	display:none;
}

#slider
{
	width:915px;
	height:330px;
	overflow:hidden;
	background-color:#ffffff;
	margin-left:42px;
	margin-bottom:70px;
}

#content
{
	width:980px;
	min-height:300px;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
	padding-top:15px;
	margin-bottom:30px;
}

#footer
{
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:160px;
	overflow:hidden;
	color:#fff;
	font-size:12px;
	background-color:#000;
	padding-top:30px;
}

#frame
{
	background-image:url(/pictures/frame.png);
	background-repeat:no-repeat;
	width:1140px;
	height:476px;
	overflow:hidden;
	position:absolute;
	margin-left:-65px;
}

#frame_inner
{
	width:917px; 
	height:332px; 
	margin-left:101px; 
	margin-top:54px; 
	overflow:hidden;
}

.box
{
	width:310px; 
	height:315px; 
	overflow:hidden; 
	background-color:#ffffff; 
	border:solid 2px #dfdfdf; 
	margin-right:19px; 
	margin-bottom:20px; 
	font-size:16px;
	float:left;
}

.box_img
{
	width:310px; 
	height:210px; 
	overflow:hidden;
}

.box_title
{
	height:40px; 
	text-transform:uppercase; 
	text-align:center; 
	padding-top:15px; 
	overflow:hidden; 
	border-bottom:solid 2px #dfdfdf;
}

.box_btn1
{
	width:153px; 
	text-align:center; 
	border-right:solid 2px #dfdfdf; 
	padding-top:15px; 
	float:left; 
	height:35px; 
	overflow:hidden;
}

.box_btn2
{
	width:155px; 
	text-align:center;
	padding-top:15px; 
	height:35px; 
	float:left;
	background-image:url(/pictures/corner.png); 
	background-repeat:no-repeat; 
	background-position:bottom right;
}

.block
{
	width:242px; 
	height:250px;
	overflow:hidden; 
	padding-right:40px; 
	margin-right:40px;
	margin-bottom:15px;
	float:left;
}

.news
{
	background-image:url(/pictures/bg_news.jpg); 
	background-repeat:no-repeat;
	width:980px;
	height:252px;
	margin-bottom:25px;
	overflow:hidden;
	box-shadow: 0px 0px 15px 0px rgb(175, 175, 175);
	cursor:pointer;
}

.news_img
{
	float:left; 
	margin-left:34px; 
	margin-right:20px; 
	width:180px; 
	height:252px; 
	overflow:hidden; 
	background-color:#eaeaea;
}

.news_text
{
	padding:20px; 
	overflow:hidden; 
	width:610px; 
	height:200px;
}

.img_outer_border
{
	width:240px; 
	height:115px; 
	overflow:hidden; 
	border:1px solid #572f00;
}

.img_inner_border
{
	margin:5px; 
	width:228px; 
	height:103px; 
	overflow:hidden; 
	border:1px solid #572f00;
}

.content_picture_line
{
	background-image:url(/pictures/bg_content_picture_line.jpg);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
	padding-left:34px;
}

.category_select
{
    overflow: hidden;
    padding: 10px;
    background-image: url(/pictures/bg_category_select.png);
    background-repeat: repeat;
    box-shadow: 1px 1px 5px rgb(0, 0, 0);
    margin-bottom: 20px;
	width:960px;
	height:430px;
	margin-top:25px;
}

.category_select_line
{
	background-image: url(/pictures/bg_category_select.png);
    background-repeat: repeat;
	width:5px;
	height:430px;
	overflow:hidden;
	position:absolute;
	z-index:1000;
}

h1
{
	color:#f9c600;
	font-size:30px;
	font-weight:normal;
	padding-left:0px;
	margin-bottom:20px;
	text-transform:uppercase;
	border-bottom:solid 1px #f9c600;
	padding-bottom:20px;
	line-height:36px;
}

h2
{
	color:#572f00;
	font-size:16px;
	font-weight:normal;
	padding-left:0px;
}

span
{
	color:#fff !important;
}

img
{
	border:none;
}

a, a:visited, a:active
{
	color:#f9c600;
	text-decoration:none;
}

a:hover
{
	color:#323232;
	text-decoration:none;
	transition: all .25s ease;
}

input[type=text], input[type=password]
{
	width:245px;
	padding:0px;
	height:22px;
	font-size:12px;
	font-family:Arial;
	background-color:#ffffff;
	color:#333333;
	border:1px solid #cccccc;
	margin-bottom:10px;
}

select
{
	padding:0px;
	height:22px;
	font-size:12px;
	font-family:Arial;
	background-color:#ffffff;
	color:#333333;
	border:1px solid #cccccc;
	margin-bottom:10px;
}

textarea
{
	width:245px;
	height:75px;
	padding:5px;
	font-size:12px;
	font-family:Arial;
	background-color:#ffffff;
	color:#333333;
	border:1px solid #cccccc;
	margin-bottom:10px;
}

input[type=button], input[type=submit]
{
	background-color:#aa7730;
	color:#ffffff;
	font-family: 'Noto Sans', sans-serif;
	font-size:14px;
	padding:5px;
	border:none;
}

.red
{
	color:#f9c600;
}

#mobile_menu
{
	display:none;
}

.subpage
{
	display:none;
}

.dots
{
	position:absolute; 
	margin-top:10px;
	overflow:hidden; 
	z-index:1000; 
	margin-right:20px; 
	width:905px; 
	float:right; 
	text-align:right;
}

@media (max-width: 999px)
{
	body
	{
		background-attachment:fixed;
		font-size:15px;
		background-color:#ffffff;
		background-position:center -50px;
	}
	
	.dots
	{
		width:88%;
	}
	
	.subpage
	{
		display:none;
	}
	
	#top, #menu
	{
		display:none;
	}
	
	.center
	{
		width:90%;
		margin-left:5%;
	}
	
	.slider_inner img
	{
		width:95%;
		height:auto;
		overflow:hidden;
	}
	
	#slider 
	{
		width:100%;
		height:330px;
		overflow:hidden;
		background-color:transparent;
		margin:0px;
	}
	
	.slider_inner
	{
		position:relative;
	}
	
	#mobile_menu
	{
		display:block;
		margin-bottom:10px;
	}
	
	#mobile_menu select
	{
		width:100%;
		margin-top:10px;
		text-align:center;
		font-family:"Times New Roman", Times, serif;
		font-size:16px;
		height:30px;
		text-transform:uppercase;
		border:none;
	}
	
	.news
	{
		width:100%;
		background-image:none;
		overflow:hidden;
	}
	
	.news_img
	{
		width:10%;
		margin:0px;
		overflow:hidden;
		width:auto;
		margin-left:0%;
		margin-right:2%;
	}
	
	.news_img img
	{
		width:100%;
		overflow:hidden;
	}
	
	.news_text
	{
		width:50%;
		overflow:hidden;
	}
	
	#content
	{
		width:96%;
		min-height:500px;
		padding-right:2%;
		padding-left:2%;
	}
	
	#footer
	{
		height:auto;
	}
	
	.footer_logo
	{
		margin-left:0%;
		clear:both;
		float:none;
	}
	
	.footer_logo img
	{
		width:100%;
	}
}

@media (max-width: 600px)
{
	.news_img
	{
		display:none;
	}
	
	.news_text
	{
		width:90%;
	}
	
	#slider 
	{
		height:200px;
	}
}