* {
	margin: 0;
	padding: 0;
}
html,body {
	width: 100%;
	height: 100%;
}
.wrap_hcp {
	width: 100%;
	height: 100%;
}
.hcp_top {
	width: 1920px;
	margin: auto;
	position: relative;
}
.hcp_top>img {
	width: 100%;
}
.hcp_top_div {
	position: absolute;
	left: 50%;
	top: 67px;
	margin-left: -600px;
	width: 1200px;
}
.hcp_top_div>h3{
	line-height: 50px;
	    padding: 1px 0px 0px;
	    color: #fff;
	    font-size: 36px;
	    font-weight: normal;
}
.hcp_top_div>p {
	font-size: 18px;
	    color: #fff;
	    font-weight: bold;
	    padding-top: 10px;
	    display: inline-block;
}
.hcp_box {
	width: 1200px;
	margin: auto;
}