html {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	margin: 0;
	padding: 520px 0 0;
	min-width: 1000px;
	font-size: 16px;
	font-family: "microsoft yahei";
	background:#ffc530;
}

a,
a:hover,
a:focus,
a:link {
	color: inherit;
	text-decoration: none;
}

a {
	color: #000000;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: table;
	content: " ";
	clear: both;
}

#logo {
	position: absolute;
	left: 20%;
	top: 0;
	max-height: 300px;
	max-width: 300px;
}

#background-group {
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#background-group>* {
	position: absolute;
	left: 0;
	right: 0;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#background-1 {
	top: 0;
	height: 234px;
	background-image: url(../img/bg_01.jpg);
}

#background-2 {
	top: 234px;
	height: 360px;
	background-image: url(../img/bg_02.png);
}

#background-3 {
	top: 397px;
	height: 545px;
	background-image: url(../img/bg_03.jpg);
}

#background-repeat {
	top: 942px;
	bottom: 0;
	background-image: url(../img/bg_repeat.jpg);
	background-repeat: repeat-y;
}

#container {
	margin: 10px auto;
	width: 960px;
}

#nav, #main {
	padding-left: 45px;
	padding-right: 45px;
	margin: 15px;
	background-color: #ffd159;
}

#nav {
	padding-top: 8px;
	padding-bottom: 8px;
}

#nav>.btn {
	float: left;
	margin-right: 10px;
	width: 130px;
	height: 35px;
	text-align:center;
	line-height: 35px;
	background: #fff;
	border-radius: 3px;
}

#nav>.btn:hover{
	background-image: url(../img/nav_btn.png);
	color: #fff!important;
}

#main {
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer {
	margin: 10px 0 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #e5e5e5;
	background:#4d4d4d;
	height:60px;
	line-height:60px;
}

.title {
	padding-left: 15px;
	padding-bottom: 5px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: left;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	color:#fff;
}

#introduction>.content>p {
	font-size: 14px;
	text-indent: 28px;
	color: #3e3a39;
}

#img-group {
	margin: 15px 0;
}

#img-group .swiper-slide>div {
	padding: 0 5px;
}

#img-group img {
	width: 100%;
}

#job-group {
	margin: 0 -10px;
}

#job-group>div {
	float: left;
	width: 33.3%;
	margin: 10px 0;
}

#job-group .btn {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #555555;
	background-color: #FFFFFF;
	margin: 0 10px;
	border-radius: 5px;
}

.btn:hover {
	color: #f87c00!important;
	cursor: pointer;
	vertical-align: middle;
}