div.main-body{
    margin: 0 0 30px 0;
}

#about-us, #product, #job{
	overflow: hidden;
}

div#product, div#job{
    text-align: center;
}

/*关于我们*/
#about-us{
	max-width: 100%;
	margin: auto;
}

.slideshow .animated{
	position: absolute;
}

.first{
	background: url("../images/slideshow/poster1.jpg") center no-repeat;
}

.first img, .second img, .third img{
	display: block;
}

.first img{
    top: 110px;
    left: 1%;
}

.second{
	background:url("../images/slideshow/poster2.jpg") center no-repeat;
}

.second img{
	top: 350px;
	left: 1%;
}

.third{
	background: url("../images/slideshow/poster3.jpg") center no-repeat;
}

.third img{
	top: 70px;
	left: 1%;
}

/*---slideshow skin---*/
.edslider{
	position: relative;
    margin: auto;
}

.edslider ul{
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}

.edslider > ul{
	display: block;
	overflow: hidden;
}

.edslider > ul li{
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.edslider a{
	display: block;
}

.edslider a img{
	border: 0;
}

.edslider .current{
	z-index: 1 !important;
}

/*---controls---*/
.edslider .controls{
	top: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.edslider .controls .paginator{
	position: relative;
	text-align: center;
	top: 450px;
}

.edslider .controls .paginator li{
	background: rgba(99, 99, 99, 0.7);
	border-radius: 8px;
	box-sizing: border-box;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 3px;
	transition: background .2s;
}

.edslider .controls .paginator li.current{
	background:rgba(255,255,255,.5);
}

/*业务介绍*/
#product{
    margin: 30px 20px;
}

#product h1{
	color: #0073c4;
}

#product p{
	line-height: 25px;
}

/*招聘信息*/
#job{
    margin: 0 auto;
    width: 100%;
    background: rgb(245, 245, 245);
    padding-bottom: 30px;
}

#job img{
    width: 90%;
}

#job h1{
    font-size: 2em;
}

#job h5{
    border: 1px solid black;
    border-radius: 20px;
    width: 25%;
    margin: 20px auto;
    padding: 5px;
}