@import "./font.css";


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

ul,dl,dt,dd,li, h1,h2,h3,h4,h5,h6, div, p, table{
	margin:0px;
	padding:0px;
	list-style:none;
}

a img  
{  
border: none;  
}  

a {outline: none; text-decoration:none; color:#333;}
a:link, a:visited, a:hover, a:active { color:#333; }

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

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

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

.n_header_container{
	float:left;
	width:100%;
	border-bottom:1px solid #dadada;
	padding:20px 0px;
}

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

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

.logo{
	float:left;
}

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

.category_li{
	float:left;
	color:#333;;
	font-size:18px;
	margin-left:110px;
}

.category_li:hover{
	cursor:pointer;
	color:#336699;
}

.sub_category_ul{
	display:none;
	z-index:9999;
	position:absolute;
	border-top:2px solid #3b65ae;
	padding:10px 10px;
	background:#ffffff;
	border-bottom:1px solid #dadada;
	margin-top:5px;
}

.sub_category_li{
	font-size:13px;
	color:#333;
	padding:5px 15px;
}

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


.index_container{
	float:left;
	width:100%;
	height:650px;
}



.business_title_img{
	float:left;
	width:100%;
	height:200px;
}

.business_img01{
	background:url("/img/main_bg_1.png");
}
.business_img02{
	background:url("/img/main_bg_1.png");
}
.business_img03{
	background:url("/img/business_img03.png");
}
.business_img04{
	background:url("/img/business_img04.png");
}


.index_container_02{
	float:left;
	width:100%;
	margin-top:95px;
	margin-bottom:35px;
	text-align:center;
	line-height:250%;
}

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

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

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

.index_layer_03_title{
	float:left;
	width:1100px;
	text-align:center;
}

.index_layer_03_title_line{
	width:65px;
	height:2px;
	background:#3b65ae;
	margin:0 auto;
	margin-top:5px;
}

.index_layer_03_box_layer{
	float:left;
	width:1100px;
	margin-top:35px;
}

.index_box{
	float:left;
	width:355px;
	height:400px;
	background:#ffffff;
}

.index_box_img{
	float:left;
	width:355px;
	height:285px;
}

.index_box_title{
	float:left;
	width:355px;
	text-align:center;
	font-size:17px;
	color:#000;
	padding-top:10px;
	letter-spacing:-1px;
	background:#ffffff;
}

.index_container_04{
	float:left;
	width:100%;
	height:688px;
	margin-top:55px;
}

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

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

.board_box{
	float:left;
	width:350px;
	height:130px;
}

.board_title{
	float:left;
	width:350px;
	text-align:left;
	font-size:17px;
	color:#000;
	border-bottom:1px solid #dadada;
	padding-bottom:5px;
}

.board_list_ul{
	float:left;
	width:330px;
	padding:0px 10px;
}

.board_list_li{
	float:left;
	width:330px;
	padding:5px 0px;
	font-size:14px;
	font-weight:300;
	color:#333;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	border-bottom:1px dashed #dadada;
}

.more_btn:hover{
	cursor:pointer;
	color:#3b65ae;
	text-decoration:underline;
}

/* FOOT ----------------------------------------------------*/
.foot_container{
	float:left;
	width:100%;
	padding:25px 0;
	background:#ffffff;
	background:#f4f4f4;
	margin-top:50px;
	border-top:1px solid #dadada;
}

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

.foot_copy_ul{
	float:left;
}

.foot_copy_ul li{
	color:#333333;
	font-size:14px;
	margin:3px 0;
}

.foot_logo{
	cursor:pointer;
	float:right;
	width:206px;
	height:49px;
	background:url("../img/foot_logo.png") no-repeat;
	background-position:center center;
}
/* FOOT ----------------------------------------------------*/



.sub_title_container{
	float:left;
	width:100%;
	height:250px;
	background:url(/img/sub_title_img.png);
	border-bottom:1px solid #dadada;
}

.sub_title_txt{
	float:left;
	margin-left:15%;
	margin-top:50px;
}


/* Subpage nav */
.subpage_nav_container{
	float:left;
	width:100%;
	height:50px;
	border-bottom:1px solid #ccc;
	background:#f4f4f4;
}

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

.subpage_nav_title{
	float:left;
	line-height:50px;
	font-size:20px;
	font-weight:bold;
	color:#444;
}

.subpage_nav_ul{
	float:right;
}

.subpage_nav_ul li{
	float:left;
	line-height:50px;
	font-size:13px;
	font-weight:bold;
}

.subpage_nav_ul .sub_nav_this{
	color:#0068b6;
}

.subpage_nav_gl{
	float:left;
	margin:0 15px;
	line-height:50px;
}

.subpage_nav_empty{
	float:left;
	width:100%;
	height:41px;
}
/* Subpage nav */


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

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

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

.board_title_layer{
	float:left;
	width:1000px;
	border-bottom:1px dashed #dadada;
	padding-bottom:10px;
	text-align:center;
	margin-bottom:35px;
}

.board_title_layer font{
	font-size:25px;
	color:#666666;
}

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










































