@import url(https://web.archive.org/web/20220506153833cs_/http://fonts.googleapis.com/css?family=PT+Sans+Narrow);
* {
	margin:0px;
	padding:0px;
	}
	
body {
	margin:0px;
	padding:0px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#424343;
	outline:none;
	background:#64b8dc;
	}
	
img {
	border:none;
	}
	
.float_l {
	float:left;
	}
	
.float_r {
	float:right;
	}
	
.clear {
	clear:both;
	}	
	
#wrpr {
	width:962px;
	margin:0 auto;
	background:#fff;
	}
	
#top {
	margin:0 0 8px 0;
	
	}	
	
.logo {
	float:left;
	}
	
.scl_icon  {
	float:right;
	margin:8px 14px 0 0;
	}
	
.scl_icon ul {
	list-style:none;
	}
	
.scl_icon ul li {
	float:left;
	margin-left:10px;
	display:block;
	}
	
.scl_icon ul li a {
	text-decoration:none;
	}
	
.scl_icon ul li a:hover {
	text-decoration:none;
	}
	
.baner1 {
	}
	
.left_menu {
	/* background: url(./assets/img/bg_menu.png) no-repeat; */
	width: 255px;
	height: 395px;
	float: left;
	background-repeat: no-repeat;
}
.left_menu ul {
	list-style: none;
	width: 100%;
	height: 100%;
}

.left_menu ul li {
	margin-bottom:2px;
	margin-left:15px;
	font-size:17px;
	}
	
.left_menu ul li a {
	width:226px;
	padding:7px 0 7px 0;
	display:block;
	border-bottom:1px dashed #fff;
	text-decoration:none;
	color:#fff;
		}
		
.left_menu ul li a:hover {
	width:226px;
	padding:10px 0 7px 0;
	display:block;
	border-bottom:1px dashed #ccc;
	text-decoration:none;
	color:#ccc;
		}
		

.right_bnr {
	float:left;
	}
	
#mid {
	width:928px;
	margin:8px auto;
	padding:10px;
	background:#f7f5f6;
	}
	
#mid h1 {
	font-size:30px;
	font-weight:normal;
	border-bottom:1px solid #000;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:20px;
	color:#fb6d21;
	}
	
#mid p {
	line-height:23px;
	font-size:18px;
	text-align:justify;
	padding:15px;
	}	
	
.left_img {
	float:left;
	margin:5px 5px 0 5px;
	padding:4px;
	background:#fff;
	border-radius:5px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	}
	
.left_img01 {
	float:left;
	margin:5px 5px 0 5px;
	padding:4px;
	background:#fff;
	border-radius:5px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	}	
	
.read_more {
	width:120px;
	line-height:32px;
	text-align:center;
	background:#f86b20;
	color:#fff;
	margin:0 20px 20px 0;
	float:right;
	border-radius:5px;
	}
	
.read_more a {
	text-decoration:none;
	color:#fff;
	}
	
.read_more a:hover {
	text-decoration:none;
	color:#ccc;
	}
	
.map {
	width:920px;
	margin:15px auto;
	border:1px solid #ccc;
	}	
	
#footr {
	width:962px;
	padding:5px 0 5px 0;
	background:#000;
	text-align:center;
	color:#fff;
	font-size:11px;
	
	}

#footr a {
	text-decoration:none;
	color:#fff;
	font-weight:100;
	}	

#footr a:hover {
	text-decoration:none;
	color:#ccc;
	font-weight:normal;
	}
	

#footr .dsin {
	padding:5px 0 0 0;
	}														
		
