html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style: none;

}
.home_box{
	position: relative;
}
.home_head{
	width:100%;
	height:450px;
	z-index: 0;
	margin-bottom:1650px; 
}
.home_head img{
	width:100%;
	height:100%;
	z-index: -1;

}
.home_content{
	position: absolute;
	width:1200px;
	top:460px;
	left: 50%;
	margin-left: -600px;
	height:auto;
	margin-top: -100px;
	background-color: #fff;
	z-index: 999;
	box-shadow:1px 5px 8px #efefef;
}
.home_contents{
	padding: 42px 43px;
}
.home_li{
	position: relative;
	border-left: 1px dashed #999;
	height:396px;
	padding-left:41px;
}
.home_index{
	position: absolute;
	left:-21px;
	top:0;
	width:43px;
	height:43px;
	border-radius: 50%;
	background-color:#FF6C00;
	font-size: 18px;
	line-height: 43px;
	text-align: center;
	color:#fff;
	font-weight: bold;
}
.home_lis{
	
}
.home_title{
  height:50px;
  line-height:50px;
  color:#333;
  font-size: 22px;
  font-weight: bold;
}
.home_mb{
	width:1055px;
	height:326px;
	background: url('../image1/bj_1.png') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}
.home_mb1{
    width:1055px;
	height:326px;
	background: url('../image1/bg_3.png') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0; 	
}
.home_mb2{
    width:1055px;
	height:326px;
	background: url('../image1/bg_5.png') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0; 	
}
.home_mb3{
    width:1055px;
	height:326px;
	background: url('../image1/bg_4.png') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0; 	
}
.home_mb4{
    width:1055px;
	height:326px;
	background: url('../image1/bg_2.png') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0; 	
}
.home_img{
	 width: 535px;
    height: 324px;
    padding: 21px 0px;
    padding-left: 24px;
}
.home_right{
	display: inline-block;
	padding: 43px 40px;
	vertical-align: top;
}
.home_right p{
	margin-bottom: 15px;
	
	font-size: 20px;
	font-weight: bold;
}
.home_text{
	margin-bottom: 20px;
}
.home_text img{
	width:24px;
	height:24px;
	margin-right: 10px;
	vertical-align: middle;
}
.home_text span{
	color:#999;
}
.home_btn{
	display: block;
	width: 160px;
	height: 52px;
	background: #FF6C00;
	border-radius: 5px;
	line-height:52px;
	text-align: center;
	font-size: 16px;
	color:#fff;
}