* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, body {
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family:"Microsoft YaHei","SimSun","Arail","Tabhoma",
	line-height: 1;
	color: #333;
	text-align: left;
}

.mianWrap { background: #fff url(../images/head2.png) no-repeat top center; }

input {
	padding-top:0;
	padding-bottom:0;
}
input::-moz-focus-inner {
	border:none;
	padding:0;
}
input,select,textarea {
	outline:0;
}
textarea {
	resize:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
ul,ol {
	list-style: none;
}
a {
	color: #333;
	outline-style:none;
	text-decoration: none;
}
a:hover {
	color:#c40001;
	cursor:pointer;
	text-decoration: none;
}
 a:link, a:visited, a:active{
 	text-decoration:none;
 }
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
    *zoom:1;/*IE/7/6*/
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.show {
	display:block!important;
}
.hide {
	display:none!important;
}
.auto {
	margin-left:auto;
	margin-right:auto;
}
.text-overflow {
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.clear{
	clear:both;
}

/* ==========================================================================
   公共组件
 ============================================================================ */
.container {
	position: relative;
	width: 1100px;
	height: auto;
	padding-top:395px;
	margin: 0 auto 20px;
	position:relative;
	
}
.public-head {
	width: 100%;
	height: 55px;
	background:#fff url(../images/public_head_bg.jpg) repeat-x left 22px;
}
.public-head .public-title {
	float: left;
	width: auto;
	padding-right: 60px; 
	background: url(../images/public_title_bg.png) no-repeat right top;
}
.public-head h3 {
	height: 55px;
	line-height: 50px;
	padding-left: 20px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	background: url(../images/public_h3_bg.png) repeat-x left top;
}
.m-r-none {
	margin-right: 0 !important;
}
.public-head1 {
	width: 540px;
	height: 55px;
	background: url(../images/public_head_bg.jpg) repeat-x left 22px;
	float:left;
}
.public-head1 .public-title {
	float: left;
	width: auto;
	padding-right: 60px; 
	background: url(../images/public_title_bg.png) no-repeat right top;
}
.public-head1 h3 {
	height: 55px;
	line-height: 50px;
	padding-left: 20px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	background: url(../images/public_h3_bg.png) repeat-x left top;
}
.public-head2 {
	width: 540px;
	height: 55px;
	background: url(../images/public_head_bg.jpg) repeat-x left 22px;
	float:right;
}
.public-head2 .public-title {
	float: left;
	width: auto;
	padding-right: 60px; 
	background: url(../images/public_title_bg.png) no-repeat right top;
}
.public-head2 h3 {
	height: 55px;
	line-height: 50px;
	padding-left: 20px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	background: url(../images/public_h3_bg.png) repeat-x left top;
}
.clear{clear:both;}
/* header
============================================================================ */
.header {
	width: 100%;
	height: 360px;
	background: url(../images/header_bg.jpg) no-repeat top center;
}
.header .logo {
	float: right;
	width: 154px;
	height: 69px;
	margin-top: 20px;
}
.home{
	display:block;
	width:325px;
	height:82px;
	background:url(../images/home.png) center no-repeat;
	position:absolute;
	right:0;
	top:0;
}
/* main-wraper
============================================================================ */
.main-wraper {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
/* 落款
============================================================================ */
.footer {
	position: relative;
	width: 100%;
	height: 200px;
	background: #f6f6f6;
	margin-top: 40px;
	border-top: solid 8px #0f4da8;
}

/* 当前位置 */
.h_website_position {height:40px; padding:20px 10px 0; margin-top:15px; background-color:#FFF; border-radius:15px 15px 0 0;}
	.h_website_position a { height:20px; line-height:20px; font-size:16px; color:#606060; text-decoration:none; }
		.h_website_position a:hover, .h_website_position a.hover { color:#c30310; }
		.h_website_position a.h_website_position_index { padding-left:20px; margin-left:10px; background:url(../images/position.png) left center no-repeat; }
		.h_website_position a.h_website_position_index:hover { background:url(../images/position_hover.png) left center no-repeat; }
	.h_website_position font { width:6px; height:20px; margin:0px 14px; background:url(../images/position_fg.png) left center no-repeat; display:block; float:left; }
/* /当前位置 */

