/*
* @Author: Administrator
* @Date:   2018-07-27 18:28:45
* @Last Modified by:   Administrator
* @Last Modified time: 2018-07-28 17:48:09
*/
.banner{
	width: 100%;
	height:800px;
	background: url(../images/hire.jpg) center center no-repeat;
}
/* banner end */
.content{
	padding:100px 0 100px 0;
}
.content h4{
	font-size:36px;
	padding-bottom:36px;
}
.content p{
	font-size:24px;
	padding-bottom: 36px;
}
.content .more{
	background-color: #d41919;
	height: 36px;
	width: 110px;
	line-height: 36px;
	text-align: center;
	color:#fff;
	font-size:14px;
}
/* content end */
