﻿@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;}

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

.header_top_container{
	float:left;
	width:100%;
	height:30px;
	border-bottom:1px solid #999999;
}

.header_top_layer{
	width:1000px;
	margin:0 auto;
	height:30px;
}

.f_header_top_layer{
	float:left;
	width:1000px;
	height:30px;
}

.f_header_top_ul{
	float:right;
}

.f_header_top_li{
	float:left;
	color:#fff;
	font-size:12px;
	padding:7px 7px;
}

.header_container{
	float:left;
	width:100%;
	height:70px;
	border-bottom:1px solid #999999;
}

.header_layer{
	width:1000px;
	margin:0 auto;
	height:70px;
}

.f_header_layer{
	float:left;
	width:1000px;
	height:70px;
}

.logo_layer{
	float:left;
	margin-right:100px;
}

.categoty_ul{
	float:left;
}

.categoty_li{
	float:left;
	color:#ffffff;
	font-size:17px;
	margin-right:80px;
	margin-top:23px;
}

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


.index_main_bg_container{
	position:absolute;
	width:100%;
	height:800px;
	z-index:0;
}

.index_benner_container{
	position:absolute;
	width:100%;
	height:182px;
	margin-top:-400px;
}

.index_benner_layer{
	width:1000px;
	margin:0 auto;
	height:182px;
}



.index_benner_ul{
	float:left;
	height:182px;
}

.index_benner_li{
	float:left;
	width:235px;
	height:180px;
	border:1px solid #999999;
}

.index_benner_01{background:url(/img/index_benner_01.png);}
.index_benner_02{background:url(/img/index_benner_02.png);}
.index_benner_03{background:url(/img/index_benner_03.png);}
.index_benner_04{background:url(/img/index_benner_04.png);}

.index_benner_01:hover{cursor:pointer;background:url(/img/index_benner_01_over.png);}
.index_benner_02:hover{cursor:pointer;background:url(/img/index_benner_02_over.png);}
.index_benner_03:hover{cursor:pointer;background:url(/img/index_benner_03_over.png);}
.index_benner_04:hover{cursor:pointer;background:url(/img/index_benner_04_over.png);}

.benner_txt{
	width:235px;
	text-align:center;
	color:#fff;
	margin-top:110px;
}

.foot_container{
	position:absolute;
	width:100%;
	height:300px;
	background:#333366;
	border-top:1px solid #ffffff;
	margin-top:800px;
}

.foot_sub_container{
	float:left;
	width:100%;
	height:300px;
	background:#333366;
	border-top:1px solid #ffffff;
}


.foot_top_container{
	width:100%;
	height:65px;
	border-bottom:1px solid #666666;
}

.foot_top_layer{
	width:1000px;
	margin:0 auto;
	height:65px;
}

.foot_top_txt_layer{
	float:left;
	width:1000px;
	padding-top:23px;
}

.foot_top_ul{
	float:left;
}

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

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

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

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

.foot_bottom_layer{
	float:left;
	width:1000px;
	padding-top:30px;
}

.foot_bottom_logo_layer{
	float:left;
}

.foot_bottom_txt_layer{
	float:left;
	margin-left:30px;
}


.sub_title_bg_container{
	position:absolute;
	width:100%;
	height:300px;
	background:url(/img/sub_bg.jpg);
}

.sub_title_icon_layer{
	position:absolute;
	width:100%;
	margin-top:100px;
	text-align:center;
}

.sub_content_container{
	float:left;
	width:100%;
	margin-top:200px;
	padding-top:40px;
	padding-bottom:40px;
}

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

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

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

.f_sub_content_img{
	float:left;
	width:1000px;
	margin-top:30px;
}


















