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


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

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_top_container{
	float:left;
	width:100%;
	height:142px;
	background:url(/img/header_top_bg.png);
}

.header_top_layer{
	margin:0 auto;
	width:1050px;
}

.f_header_top_layer{
	float:left;
	width:1050px;
	height:142px;
}

.header_top{
	float:left;
	width:1050px;
	height:100px;
	margin-top:2px;
}

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

.category_layer{
	float:left;
	
	height:100px;
	margin-left:10px;
	
}

.header_right{
	float:right;
	margin-top:15px;
}

.cateogry_ul{
	float:left;
	margin-top:8px;
}

.cateogry_li{
	float:left;
	font-size:16px;
	margin-left:90px;
	font-weight:bold;
	color:#ffffff;
}

.cateogry_li:hover{
	cursor:pointer;
	color:#fffed1;
}

.sub_category_layer{
	float:left;
	width:1050px;
	height:40px;
}

.sub_category_ul{
	float:left;
	margin-top:10px;
	margin-left:200px;
}

.sub_category_li{
	float:left;
	font-size:15px;
	color:#ffffff;
	margin-left:40px;
}

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

.sub_01{
	float:left;
	margin-left:265px;
}

.sub_02{
	float:left;
	margin-left:390px;
}

.sub_03{
	float:left;
	margin-left:250px;
}

.sub_04{
	float:left;
	margin-left:650px;
}

.index_img_container{
	float:left;
	width:100%;
	height:427px;
	margin-top:25px;
}

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

.f_index_img_layer{
	float:left;
	width:1100px;
	height:427px;
}

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

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

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

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

.index_benner_li{
	float:left;
}

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

.index_benner_02_layer{
	margin:0 auto;
	width:1122px;
}

.f_index_benner_02_layer{
	float:left;
	width:1122px;
}

.index_benner_02_ul{
	float:left;
	width:1125px;
	margin-top:22px;
}

.index_benner_02_li{
	float:left;
	margin-left:20px;
}

.foot_container{
	float:left;
	width:100%;
	padding:30px 0px;
	background:#edededed;
	margin-top:25px;
}

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

.f_foot_layer{
	float:left;
}



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

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

.f_sub_page_layer{
	float:left;
	width:1000px;
	border:0px solid red;
}

.sub_title{
	float:left;
	width:1000px;
}

.sub_page{
	float:left;
	width:1000px;
	margin-top:25px;
}

.left_layer{
	float:left;
	width:200px;
}

.left_title{
	float:left;
	width:200px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	background:#3088c7;
	font-size:18px;
	color:#ffffff;
}

.left_ul{
	float:left;
	width:198px;
	border:1px solid #385d8a;
}

.left_li{
	float:left;
	width:198px;
	text-align:center;
	font-size:15px;
	color:#ffffff;
	background:#002060;
	border-bottom:1px solid #385d8a;
	padding:10px 0px;	
}

.left_li:hover{
	cursor:pointer;
	background:#1b366b;
}

.left_li_over{
	background:#1b366b;
}

.content_layer{
	float:right;
	width:780px;
}

.content_title_layer{
	float:left;
	width:780px;
	border-bottom:1px solid #dadada;
	padding-bottom:5px;
}

.content_title_txt{
	float:left;
	font-size:22px;
	font-weight:bold;
	color:#333333;
	letter-spacing:-1px;
}

.content_sub_img{
	float:left;
	width:780px;
	margin-top:15px;
}

.content_navi_ul{
	float:right;
	margin-top:10px;
}

.content_navi_ul li{
	float:left;
}

.gt_line{
	margin-left:10px;
	margin-right:10px;
}

.bold_txt{
	color:#00305e;
}

.link_txt:hover{
	text-decoration:underline;
}

.product_sub{
	display:none;
	position:absolute;
	margin-top:8px;
	margin-left:-18px;
	padding:5px 15px;
	border-top:0px solid #2c84c3;
	border:1px solid #2c84c3;
	background:#ffffff;
}

.product_sub div:hover{
	cursor:pointer;
	text-decoration:underline;
}

.cateogry_ul a{
	color:#ffffff;
}

.cateogry_ul a:hover{
	color:#fffed1;
}




























