ul,ol,li{margin:0; padding: 0;}
.banner .slides li {
	margin-top: 100px;
	width: 100%;
    background-position: center center;
    border:none;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	margin: -35px 0 0;
	display: block;
	background: url(../img/homepage/ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.banner:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.banner:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.banner:hover .flex-next:hover,
.banner:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	/*position: absolute;*/
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 3px 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(../img/homepage/dot.png) no-repeat 0 -16px;
	display: block;
	height: 18px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a:hover{
	background: url(../img/homepage/dot.png) no-repeat 0 0px;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}
.banner .slides img {
	width: 100%;
	display: block;
        border:none;
}

.join-content{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 80px 0px;
}

.join-content-title{
	width: 500px;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
	font-size: 46px;
	font-family:"方正兰亭超细黑简体";
}
.join-content-box{
	width: 1200px;
	height: auto;
	margin: 40px 0 20px;
	overflow: hidden;
}
.join-box-top{
	width: 1150px;
	line-height: 40px;
	height: 40px;
	margin: 10px auto 20px;
}

.join-box-title{
	width: 300px;
	line-height: 40px;
	font-size: 24px;
	float: left;
}
.join-box-top a{
	float: right;
}
.join-box-title span{
	font-size: 20px;
}
.join-box-bottom{
	width: 1200px;
	height: auto;
	overflow: hidden;
}
.join-box-one{
	width: 264px;
	height: 360px;
	float: left;
	border: 1px solid #fafafa;
	margin: 10px 0px 30px 28px;
	border-radius: 10px;
}
.join-box-one:hover{
	box-shadow: 0px 8px 40px rgba(0,0,0,.08);
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

.join-box-one img{
    border-radius: 10px;
}


