body {
	margin: 0;
	padding: 0;
	color: #FFF;
	background-attachment:fixed;
	background-color: #1b100a;
	background-image: url(../image/bk.png);
	background-repeat: no-repeat;
	background-size:cover;
	font-family: Arial, "MS Sans Serif", "Lucida Console", "Courier New", "Comic Sans MS", Verdana, "Franklin Gothic Medium";
	font-size: 100%;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;	
	padding: 0px;
}

a img { 
	border: none;
	margin: 0px;
}

.container {
	width: 1080px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.blue_color 
{
	color: #0eccee;
}


.CopyRight_div {
	height: 60px;
	width: 100%;
	color: rgba(204,204,204,1);
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}


/********* mav ***********/

.navigation_img {
	margin-top: 30px;
}

#menu
{
	width: 1080px;
	height: 50px;
}

#menu ul
{
	display: block;
	width: 100%;
	margin: 0;
	position: relative;
	list-style:none;
	color:#FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

#menu ul li
{
	list-style:none;
	list-style-type: none;
	float: right;
	height: 31px;
	line-height: 31px;	
	width: 100px;
	text-align: left;
	color: #fff;
}

#menu ul li ul
{
	display: list-item;
	margin: 0;
	position: relative;
	right: 40px;
	font-size: 12px;
	display: none;
}

#menu ul li a
{ 
	text-decoration: none;
	color: #ffffff;
}

#menu ul li a:hover
{
	color: #0eccee;
}

#menu ul li:hover
{
	cursor: pointer;
	color: #0eccee;
}

#menu ul li:hover ul
{
	display: list-item;
	text-align: center;
}

.sub_li_bk
{
	cursor: pointer;
	background-color: rgba(0,0,0,0.5);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgba(255,255,255,0.5);
	border-left-color: rgba(255,255,255,0.5);
	padding-right: 5px;
	padding-left: 5px;
}

.sub_li_begin_bk
{
	cursor: pointer;
	background-color: rgba(0,0,0,0.5);
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.5);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgba(255,255,255,0.5);
	border-left-color: rgba(255,255,255,0.5);
	padding-top: 5px;
}

.sub_li_end_bk
{
	cursor: pointer;
	background-color: rgba(0,0,0,0.5);
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.5);
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgba(255,255,255,0.5);
	border-left-color: rgba(255,255,255,0.5);
}

.sub_li_line {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(153,153,153,0.5);
	padding-bottom: 5px;
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
}

.sub_li_line:hover {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0eccee;
	padding-bottom: 5px;
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
}

.current_nav {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0eccee;
	color:#0eccee;
	padding-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
}

.nav_item {
	color:#FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

.nav_sub_ul {
	padding-top: 6px;
}

.nav {
	height: 140px;
	width: 1080px;
}

.sub_li_div {
	background-color: rgba(102,102,102,0.5);
	border: 1px solid rgba(204,204,204,1);
	height: 70px;
	width: 40px;
}

/********* scroll_button ***********/


.scroll_button {
	height: 80px;
	width: 1080px;
	clear: both;
	text-align: center;
	line-height: 80px;
}

.scroll_div{
	position:fixed;
	width:142px;
	height:290px;
	z-index:999;
	right: 60px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0eccee;
	top: 200px;
	display: none;
}


.scroll_item_div {
	height: 32px;
	width: 154px;
	margin-top: 46px;
	line-height: 32px;
}

.scroll_item_text_div {
	border: 1px solid #FFFFFF;
	height: 32px;
	width: 118px;
	float: left;
	color: rgba(204,204,204,1);
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}

.scroll_item_text_div:hover {
	border: 1px solid #0eccee;
	color: #0eccee;
	font-size: 14px;
}

.scroll_item_select_text_div {
	border: 1px solid #0eccee;
	height: 32px;
	width: 118px;
	float: left;
	color: #0eccee;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}


.scroll_item_img {
	height: 24px;
	width: 24px;
	background-image:url(../image/item.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 4px;
}

.scroll_item_select_img {
	height: 24px;
	width: 24px;
	background-image:url(../image/item_select.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 4px;
}
/********* scroll_button ***********/
.LG {
	height: 30px;
	width: 160px;
	float: right;
	margin-top: 40px;
	text-align: right;
	font-size: 10px;
}

.LGSelect{
	 cursor:default;
	 margin-left:10px;
	 color:#0eccee;
}
