body,
button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

html {
	overflow-y: scroll;
	
	
}

body,
html {
	background-color: #fff;
	width: 100%;
	max-width: 1920px;
	/*overflow-x: hidden;*/
	font-size: 14px;
	font-family: arial, Hiragino Sans GB, Microsoft Yahei, SimSun, \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

ol,
ul {
	list-style: none
}
img{
	width: 100%;
	height: 100%;
}
a,
a:hover {
	text-decoration: none
}
.mind{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
img {
	border: 0;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

textarea {
	resize: vertical
}

.left {
	float: left
}

.right {
	float: right
}

.overflow {
	overflow: hidden
}

.hide {
	display: none
}

.block {
	display: block
}

.inline {
	display: inline
}

a,
button,
label {
	cursor: pointer
}

.clear,
.clear:after {
	clear: both;
	display: block;
	
	content: ''
}

.clear {
	overflow: hidden;
	zoom: 1
}



td {
	text-align: left
}

.lc{
   height: 200px;
   background: url(../img/20161013031052939.jpg) no-repeat;
   background-size:100% 100% ;
   width: 100%;
   position: relative;
}
.lc .bg{
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   background: rgb(0,0,0,0.3);
}
.lc p{
   position: relative;
   padding-top: 60px;
   color: #fff;
   width: 100%;
   top: 30%;
   z-index: 999999;
   /*position: absolute;*/
   font-size: 18px;
}
.lc p span{
   display: block;
   margin-top: 20px;
}

.crumbs { background: #f7f5f6; }
.crumbs ul li { float:left; width:25%; line-height:50px; text-align:center; }
.crumbs ul li a { display:block; color:#666; }
.crumbs ul li.on a, .crumbs ul li a:hover { background: #004893; color:#fff; }
