﻿@import "/css/notosanse.css";


/*html,body{height:100%;}*/
body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: "NotoSans",sans-serif;
	color:#444;
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

a img  
{  
border: none;  
}  

a {outline: none; text-decoration:none;}
a { selector-dummy : expression(this.hideFocus=true);}

h1{margin:0px;padding:0px;}

.float_L{float:left;}
.float_R{float:right;}

.header_container{
	float:left;
	width:100%;
	height:120px;
	/*
	border-bottom:1px solid #000066;
	*/
}

.header_layer{
	margin:0 auto;
	width:1100px;
}

.f_header_layer{
	float:left;
	width:1100px;
}


.header_menu_container{
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background:#333333;
}

.header_menu_layer{
	margin:0 auto;
	width:1100px;
}

.f_header_menu_layer{
	float:left;
	width:1100px;
}

.header_menu_ul{
	float:right;
}

.header_menu_ul li{
	float:left;
	color:#ffffff;
	font-size:13px;
}

.header_menu_ul li:hover{
	cursor:pointer;
	text-decoration:underline;
}

.header_menu_margin{
	margin-left:30px;
	margin-right:30px;
}

.logo{
	float:left;
	margin-top:15px;
}

.category_ul{
	float:right;
	margin-top:50px;
}

.category_ul li{
	float:left;
	margin-left:120px;
	font-weight:500;
	letter-spacing:-1px;
}

.category_li{
	font-size:17px;
	color:#333333;
}

.category_ul li:hover{
	cursor:pointer;
	text-decoration:underline;
}

.category_over{
	font-weight:bold;
	font-size:23px;
	margin-top:-5px;
}

.index_slide_container{
	float:left;
	width:100%;
	margin-bottom:100px;
}

.index_slide_layer{
	margin:0 auto;
	width:1100px;
}

.f_index_slide_layer{
	
	float:left;
	width:1100px;
	background:#f4f4f4;
}

.foot_container{
	float:left;
	width:100%;
	margin-top:30px;
}

.foot_layer{
	width:1100px;
	margin:0 auto;
}

.f_foot_layer{
	float:left;
	width:1100px;
	border-top:1px solid #cccccc;
}

.foot_txt{
	float:left;
	font-size:13px;
	color:#333333;
	padding-top:15px;
	padding-bottom:15px;
}

.foot_benner{
	float:right;
	padding:3px;
	border:1px solid #dadada;
	margin-top:15px;
}

.email_txt:hover{
	cursor:pointer;
	text-decoration:underline;
	color:#000;
}


.sub_page_title_container{
	float:left;
	width:100%;
}

.sub_page_title_layer{
	margin:0 auto;
	width:1100px;
}

.f_sub_page_title_layer{
	float:left;
	width:1100px;
	height:200px;
	background:#f4f4f4;
}

.sub_page_container{
	float:left;
	width:100%;
}

.sub_page_layer{
	margin:0 auto;
	width:1100px;
}

.f_sub_page_layer{
	float:left;
	width:1100px;
	margin-top:30px;
	margin-bottom:30px;
}

.sub_category_ul{
	display:none;
	position:absolute;
	margin-top:12px;
	width:100px;
	padding:10px;
	margin-left:183px;
	z-index:999;
}

.sub_category_li{
	position:relative;
	width:100px;
	text-align:center;
	font-size:15px;
	border-bottom:1px dashed #dadada;
	padding-top:7px;
	padding-bottom:7px;
	background:#ffffff;
}

.sub_category_li:hover{
	cursor:pointer;
	background:#f4f4f4;
}



























