/* CSS Document */
.header {
	width:1002px;
	margin:auto;
	height:511px;
	position:relative;
}
.header .main_top {
	width:717px;
	height:339px;
	position:absolute;
	bottom:0;
	left:145px;
}
.header .top_tel {
	width:310px;
	height:111px;
	position:absolute;
	right:0;
	top:25px;
}
.header .top_tel img {
	width:78px;
	height:111px;
	position:absolute;
	top:0;
	left:0;
}
.header .top_tel .t1 {
	font-size:57px;
	position:absolute;
	right:0;
	top:0;
    font-weight: bold;
}
.header .top_tel .t2 {
	font-size: 34px;
    position: absolute;
    top: 67px;
    right: 0px;
    font-weight: bold;
}
.header .menu {
	height:40px;
	width:100%;
	position:absolute;
	top:40px;
	left:0;
	text-align:left;
	font-size:35px;
}
.header .menu .item {
	display:inline-block;
	vertical-align:top;
	font-size:26px;
	text-decoration:none;
	line-height: 40px;
	color:#000;
	width:137px;
	text-align:center;
}
.header .menu .item:hover {
	text-decoration:none;
	font-weight:bold;
}


.main {
	width:1002px;
	min-height:300px;
	margin:auto;
	text-align:left;
	padding-top:30px;
	padding-bottom:30px;
}
.main  .serv_bl {
	display:inline-block;
	width:300px;
	height:290px;
	    margin-right: 15px;
    margin-left: 15px;
}
.main  .page_title {
	font-size:24px;
	 font-family: 'bpg_glaho';
	     line-height: 82px;
    margin-left: 29px;
}



.footer {
	width:100%;
	height:260px;
	background-color:#231f20;
}
.footer .f_content {
	width:1002px;
	margin:auto;
	position:relative;
}
.footer .f_content .top_tel {
	width:310px;
	height:111px;
	position:absolute;
	right:0;
	top:37px;
}
.footer .f_content .top_tel img {
	width:78px;
	height:111px;
	position:absolute;
	top:0;
	left:0;
}
.footer .f_content .top_tel .t1 {
	font-size:57px;
	position:absolute;
	right:0;
	top:0;
    font-weight: bold;
	color:#918f90;
}
.footer .f_content .top_tel .t2 {
	font-size: 34px;
    position: absolute;
    top: 67px;
    right: 0px;
    font-weight: bold;
	color:#918f90;
}
.footer .f_content .menu {
	height:40px;
	width:100%;
	position:absolute;
	top:40px;
	left:0;
	text-align:left;
	font-size:35px;
	color:#d3d2d2;
}
.footer .f_content .menu .item {
	display:inline-block;
	vertical-align:top;
	font-size:26px;
	text-decoration:none;
	line-height: 40px;
	color:#d3d2d2;
	width:137px;
	text-align:center;
}
.footer .f_content .menu .item:hover {
	text-decoration:none;
	font-weight:bold;
	color:#d3d2d2;
}
.footer .f_content .f_txt {
	position:absolute;
	font-size:26px;
	color:#d3d2d2;
	left:0;
	top:110px;
}
