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

.index_img_container{
	float:left;
	width:100%;
	height:750px;
	background:url(/img/main_bg_01.png);
}

.header_category_bg_container{
	float:left;
	background:url(/img/sub_category_bg.png);
	width:100%;
	border-bottom:1px solid #339966;
}

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

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

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

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

.category_ul{
	float:right;
}

.category_li{
	float:left;
	color:#333;
	font-size:17px;
	padding:30px 45px;
	margin-left:25px;
}

.category_li:hover{
	cursor:pointer;
	background:#025fbc;
	color:#fff;
}

.category_li_over{
	background:#025fbc;
	color:#fff;
}

.dot_img{
	display:none;
	position:absolute;
	color:#025fbc;
	font-size:25px;
	margin-left:26px;
	margin-top:4px;
}

.sub_category_container{
	display:none;
	position:absolute;
	width:100%;
	top:84px;
	z-index:1;
}

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

.f_sub_category_layer{
	float:left;
	width:1100px;
	margin-left:345px;
}

.sub_category_ul_layer{
	float:left;
}

.sub_category_ul{
	display:none;
	float:left;
	background:#fff;
	padding:10px 6px;
	width:130px;
	border:1px solid #025fbc;
	border-top:0px;
}

.sub_category_li{
	color:#333;
	padding:5px 0px;
	font-size:14px;
	padding-left:10px;
	width:92%;
	border-bottom:1px dashed #dadada;
}

.sub_category_li:hover{
	cursor:pointer;
	color:#fff;
	background:#1558a8;
}


.index_content_container{
	float:left;
	position:relative;
	width:100%;
	z-index:9999;
}

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

.f_index_content_layer{
	float:left;
	width:1100px;
	background:url(/img/w_bg.png);
	margin-top:-100px;
}

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

.content_01_title_txt{
	float:left;
	width:1060px;
	text-align:left;
	font-size:25px;
	color:#000;
	font-weight:800;
	padding:20px;
	padding-bottom:3px;
}

.content_01_title_line{
	float:left;
	width:50px;
	height:3px;
	background:#0684ce;
	margin-left:20px;
}

.content_01_box_layer{
	float:left;
	width:1060px;
	padding:20px;
}

.content_01_box{
	float:left;
	width:340px;
	height:230px;
	background:#f4f4f4;
	border:1px solid #dadada;
}

.content_01_box_img{
	float:left;
	width:340px;
	height:175px;
	border-bottom:1px solid #dadada;
}


.content_01_box_txt{
	float:left;
	padding:10px;
	width:345px;
}

.content_01_box_title{
	float:left;
	width:330px;
	font-size:15px;
	font-weight:800;
	margin-top:5px;
	text-align:center;
}

.content_01_box_content_txt{
	float:left;
	width:330px;
	font-size:14px;
	line-height:170%;
	margin-top:5px;
}

.index_content_02_container{
	float:left;
	width:100%;
	height:315px;
	background:#f4f4f4;
	margin-top:50px;
}

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

.content_02_box{
	float:left;
	width:345px;
	height:200px;
}

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

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

.f_index_content_03_layer{
	float:left;
	width:1100px;
	margin-top:65px;
}

.index_content_03_box{
	float:left;
	width:540px;
	height:320px;
}

.project_photo_layer{
	float:left;
	width:500px;
	height:200px;
	margin-top:20px;
	margin-left:20px;
}

.project_photo{
	float:left;
	width:240px;
	height:200px;
	background:red;
}

.foot_containet{
	float:left;
	width:100%;
	border-top:1px solid #dadada;
	height:150px;
	margin-top:80px;
	background:url(/img/foot_bg.png);
}

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

.f_foot_layer{
	float:left;
	width:1100px;
	color:#ffffff;
	text-align:center;
	font-size:14px;
	line-height:170%;
	padding-top:25px;
}

.sub_title_img_container{
	float:left;
	width:100%;
	height:350px;
	background:url(/img/sub_tit_img.png) no-repeat center center;
}

.sub_navi_layer{
	float:right;
	margin-right:25px;
	margin-top:-23px;
}

.sub_navi_layer span{
	font-size:15px;
	color:#333;
}

.sub_navi_layer span b{
	color:#004872;
}

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

.sub_page_layer{
	float:left;
	width:1100px;
	margin-top:25px;
}

.sub_page{
	float:left;
	width:1060px;
	padding:20px;
	padding-bottom:0px;
}

.sub_content{
	float:left;
	width:1060px;
	margin-top:20px;
}

.page_category_ul{
	float:left;
	width:1060px;
}

.page_category_li{
	float:left;
	text-align:center;
	padding:15px 0px;
	background:#f4f4f4;
	font-size:16px;
}

.page_category_li:hover{
	cursor:pointer;
	background:#e1e1e1;
}

.page_category_li_over{
	background:#004872;
	color:#ffffff;
}

.cert_row{
	float:left;
	width:1060px;
	margin-bottom:35px;
}

.cert_box{
	float:left;
	width:325px;
	height:450px;
	border-bottom:1px solid #dadada;
}

.cert_img{
	float:left;
	width:325px;
	height:400px;
	border-bottom:1px solid #dadada;
}

.cert_txt{
	float:left;
	width:325px;
	text-align:center;
	font-size:15px;
	padding-top:4px;
}





















































