figcaption a:hover {
	text-decoration: underline;
}

/*轮播banner*/

#banner {
	display: block;
	height: 360px;
	position: relative;
	margin-bottom: 30px;
}
#banner li {
	position: absolute;
	left: 0;
	top: 0;
	height: 360px;
	width: 100%;
	cursor: pointer;
}
#banner li .active {
	display: block;
}
#banner p {
	bottom: 23px;
	right: 50px;
	position: absolute;
	text-align: right;
	z-index: 50;
}
#banner span {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 6px;
	background: #313234;
	border: 1px solid #fff;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	float: left;
}
#banner span.now {
	background: #fff;
}
#banner img {
	width: 100%;
	height: 100%;
}

/*首页模块*/

.index_module {
	margin: 30px 0;
}

.index_module_title {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 100;
}

.index_module_title a {
	color: #999;
}

.index_module_title a:hover {
	text-decoration: underline;
}
.index_module_title .more {
	float: right;
	*margin-top: -16px;
}
.index_module_content a img:hover {
	box-shadow: 3px 3px 3px #ddd;
}
.yellow_bg {
	background: #FFC20E;
	padding: 30px 0;
}

/*资源推荐*/

.source figure {
	display: block;
	width: 580px;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
}
.source img {
	float: left;
	margin-right: 20px;
}
.source figcaption {
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
}
.source p{
	font-size: 14px;
}


/*抽奖*/

#lottery {
	padding: 45px 0;
	background: #fef6d2;
}
#lottery h2 {
	font-weight: 100;
	font-size: 16px;
	margin-bottom: 20px;
	color: #000;
}
.lotter_des {
	width: 400px;
}
.lotter_des p {
	line-height: 25px;
	margin-bottom: 20px;
}
.lotter_des big {
	font-size: 16px;
	display: block;
	margin-bottom: 30px;
}
/*.lotter_des .join_btn {
	background: #AE6112;
	color: #fff;
	border: none;
}*/
.lotter_des a{

	text-decoration: underline;
}
.lotter_des a:hover {
	/*color: #fff;*/
	/*background: #C77701;*/
}

/*抽奖功能区*/

#lottery_area {
	width: 770px;
}
.turntable {
	background: url(../img/turntable.png) no-repeat top center;
	width: 425px;
	height: 425px;
	position: relative;
}
#lottery_start_btn {
	background: none;
	width: 150px;
	height: 150px;
	background: url(../img/start.png) no-repeat center center;
	border: none;
	outline: none;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -75px;
	color: #fff153;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	z-index: 100;
}
#lottery_start_btn:active {
	font-size: 30px;
}
.lottery_start_bg {
	background: url(../img/pointer.png) no-repeat center center;
	width: 200px;
	height: 200px;
	margin: -100px 0 0 -100px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
}

/*获奖名单*/

.winner_list {
	width: 300px;
	background: #C77701;
	color: #fff;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 50px;
}
.winner_list a {
	color: #FFC20E;
	text-decoration: underline;
}
.winner_list_title {
	display: block;
	background: #AE6112;
	font-size: 16px;
	padding: 10px 20px;
}
.winner_list_list {
	display: block;
	margin:0 20px 20px 20px;
	overflow: hidden;
	height: 180px;
}
.winner_list_des {
	display: block;
	padding: 20px;
}
.winner_list_list li {
	line-height: 25px;
}
.winner_list_list .null {
	padding: 20px 0;
	font-size: 16px;
	text-align: center;
}
.winner_list_bottom {
	padding-top: 20px;
	display: block;
	width: 300px;
}
.winner_list_bottom a {
	text-decoration: underline;
	font-weight: bold;
}


/*福禄克计量学院*/

#school img {
	margin-right: 20px;
}
#school figure {
	width: 690px;
	padding-right: 15px;
	border-right: 1px solid #666;
	line-height: 25px;
	margin: 0;
	padding: 0;
}
#school .index_module_content {
	padding: 20px 0;
}
#school figcaption {
	font-size: 16px;
	font-weight: bold;
	display: block;
}
#school p {
	width: 680px;
	display: block;
	margin-top: 15px;
}
#school .comment {
	width: 480px;
}
#school .comment big {
	display: block;
	margin: 5 0;
}
#school .comment li {
	line-height: 25px;
}
#school a:hover{
	text-decoration: underline;
}
#school .join_btn {
	background: #AE6112;
	color: #fff;
	border: none;
}

/*公司介绍*/

#about {
	padding: 40px 0;
}
#about img {
	margin-right: 20px;
}
#about p {
	line-height: 20px;
	margin-bottom: 30px;
}

/*抽奖弹窗样式*/

.lotter_alert.layui-layer {
	padding: 30px;
	background: #fff;
}
.lotter_alert .layui-layer-title {
	display: none;
}
.lotter_alert .layui-layer-content {
	text-align: center;
}
.lotter_alert .layui-layer-content i {
	display: block;
	color: #C77701;
	font-size: 40px;
	font-style: normal;
	padding: 20px 0;
}
.lotter_alert .layui-layer-content big {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
.lotter_alert .layui-layer-content span {
	color: #999;
}

/*抽奖机会用完*/

.no_chance big {
	display: block;
	padding-top: 20px;
}
.no_chance .btns {
	display: block;
	padding: 20px 0;
}
.no_chance .btn {
	color: #000;
	border: none;
	width: 85px;
	margin: 0 3px;
	background: #FFC20E;
}

/*中奖了*/

.winner big b {
	color: #ff0000;
}
.winner img {
	display: block;
	margin: 10px auto;
}