figcaption a:hover {
	text-decoration: underline;
}

/*轮播banner*/

#banner {
	display: block;
	height: 150px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
#banner li {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	height: 500px;
	cursor: pointer;
	width: 1920px;
}
#banner li .active {
	display: block;
}
#banner p {
	bottom: 23px;
	right: 50%;
	margin-left: -36px;
	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%;
}

/*首页模块*/

.index_module {
	margin: 30px 0;
}

.index_module_title, .index_module_title1 {
	display: block;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 100;
}

.index_module_title1 a {
	color: #999;
	font-size: 20px;
	cursor: auto;
}

.index_module_title1 a:hover, .index_module_title a:hover {
	text-decoration: none;
}

.index_module_title1 span {
	font-weight: bold;
	font-size: 20px;
}

.index_module_title .more {
	float: right;
	*margin-top: -16px;
	font-size: 16px;
	padding-top: 20px;
}

.index_module_title .more:hover {
	color: #803f00;
	font-weight: bold;
}
.index_module_content a img:hover {
	box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.32);
}
.yellow_bg {
	background: #FFC20E;
	padding: 50px 0;
}

/*资源推荐*/

.source figure {
	display: block;
	width: 580px;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}
.source img {
	float: left;
	margin-right: 20px;
}
.source figcaption {
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
}
.source p{
	font-size: 16px;
}


/*抽奖*/

#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{
	color: #0000ff;
	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;
}

/*pdf下载列表*/
.pdf-column li {
	width: 444px;
	float: left;
	margin-right: 150px;
	margin-bottom: 12px;
}

.pdf-column {
	width: 1200px;
	margin: 0 auto;
}

.pdf-column li > div {
	display: inline-block;
	vertical-align: middle;
}

.pdf-logo img {
	width: 21px;
	height: 21px;
	margin-right: 10px;
}

.pdf-text {
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pdf-down2 img {
	width: 16px;
}

.pdf-down img {
	width: 16px;
	margin-right: 6px;

}

.pdf-down2 {
	display: inline-block;
}

.pdf-down {
	font-size: 13px;
	color: #333;
	padding: 2px 3px;
	border-radius: 2px;
	border: 1px solid #ffc20e;
}

.pdf-column li:hover .pdf-text {
	text-decoration: underline;
	color: #ffc20e;
}

.pdf-column li:hover .pdf-down {
	padding: 1px 2px;
	border: 2px solid #ffc20e;
	font-weight: bold;
}

figure p a {
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

.detxt a:hover, figure p a:hover {
	text-decoration: underline;
	color: #C26112;
}

.detxt a {
	line-height: 20px;
}

.ban {
	width: 1200px;
	height: 180px;
	position: relative;
	overflow: hidden;
	margin: 8px auto 0 auto;
	padding-bottom: 20px
}

.ban2 {
	position: relative;
	overflow: hidden;
}

.ban2 ul {
	position: absolute;
	left: 0;
	top: 0;
}

.ban2 ul li {
	width: 500px;
	height: 500px;
}

.prev {
	float: left;
	cursor: pointer;
}

.num {
	height: 186px;
	overflow: hidden;
	width: 1100px;
	position: relative;
	float: left;
}

.num ul {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

.num ul li {
	width: 213px;
	height: 161px;
	margin-right: 5px;
	padding: 1px;
}

.num ul li.on {
	border: 1px solid red;
	padding: 0;
}

.prev_btn1 {
	width: 50px;
	text-align: center;
	height: 50px;
	margin-top: 70px;
	cursor: pointer;
	float: left;
}

.next_btn1 {
	width: 50px;
	text-align: center;
	height: 50px;
	margin-top: 70px;
	cursor: pointer;
	float: right;
}

.prev1 {
	position: absolute;
	top: 220px;
	left: 20px;
	width: 28px;
	height: 51px;
	z-index: 9;
	cursor: pointer;
}

.next1 {
	position: absolute;
	top: 220px;
	right: 20px;
	width: 28px;
	height: 51px;
	z-index: 9;
	cursor: pointer;
}

.mhc {
	z-index: 104;
	background: #000;
	width: 100%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(Opacity=50);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.pop_up {
	width: 500px;
	height: 500px;
	padding: 10px;
	background: #fff;
	position: fixed;
	-position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -255px;
	margin-top: -255px;
	display: none;
	z-index: 105;
}

.pop_up_xx {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -40px;
	right: 0;
	cursor: pointer;
}

.pop_up2 {
	width: 500px;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.pop_up2 {
	width: 500px;
	height: 500px;
	position: relative;
	overflow: hidden;
	float: left;
}

.pop_up2 ul {
	position: absolute;
	left: 0;
	top: 0;
}

.pop_up2 ul li {
	width: 500px;
	height: 500px;
	float: left;
	display: table;
}

.pop_up2 ul li a {
	display: table-cell;
	vertical-align: middle;
}

.pop_up2 ul li img {
	width: 500px;
	margin-right: 0px;
}

.roll-part li img {
	width: 213px;
	height: 161px;
}

.roll-part li img:hover {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.index_module_content a:hover {
	text-decoration: underline;
	color: #ffc20e;
}

.yellow_bg a:hover {
	text-decoration: underline;
	color: #C26112;
}

.index_module_title span {
	font-weight: bold;
	font-size: 32px;
}

/*产品页面*/
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both
}

.clearfix {
	zoom: 1;
}

.lf {
	float: left;
}

.lr {
	float: right;
}

.wid186 {
	width: 136px;
}

.wid1014 {
	width: 1064px;
	overflow-x: auto;
}

.wid186 img, .wid1014 img {
}

.pro-column {
	width: 1200px;
	margin: 0 auto 36px;

}

.wrapper .pdf-sign {
	display: inline-block;
	vertical-align: -2px;
	margin-right: 5px;
}

.pro-down a {
	font-size: 16px;
	color: #000000;
}

.pro-down span {
	font-size: 16px;
	color: #336db0;
	padding: 0 3px;
}

.pro-down a:hover {
	color: #ffc20e;
	text-decoration: underline;
}

.pro-down {
	margin-bottom: 25px;
	position: absolute;
	right: 0px;
	top: -48px;
}

/*典型应用*/
.apply-part {
	position: relative;
	padding-top: 22px;
	height: 604px;
}

.apply-part > .float_left {
	width: 200px;
	height: 150px;
	margin-right: 50px;
}

.apply-part > .float_left:hover .apply-font {
	display: none;
}

.apply-part > .mr0 {
	margin-right: 0;
}

.apply-1 {
	background-image: url(../img/u20.png);
}

.apply-1:hover {
	background-image: url(../img/u20_mouse.png);
}

.apply-2 {
	background-image: url(../img/u21.png);
}

.apply-2:hover {
	background-image: url(../img/u21_mouse.png);
}

.apply-3 {
	background-image: url(../img/u22.png);
}

.apply-3:hover {
	background-image: url(../img/u22_mouse.png);
}

.apply-4 {
	background-image: url(../img/u23.png);
}

.apply-4:hover {
	background-image: url(../img/u23_mouse.png);
}

.apply-5 {
	background-image: url(../img/u24.png);
}

.apply-5:hover {
	background-image: url(../img/u24_mouse.png);
}

.apply-font {
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 120px;
	text-align: center;
}

.apply-main {
	position: absolute;
	top: 200px;
	left: 0;
	width: 1137px;
	height: 423px;
	padding: 0 31.5px;
	background-color: #ffc20f;
	overflow: hidden;
}

.apply-main > h3, .apply-main > p, .apply-main > ul {
	position: relative;
	left: 84px;
}

.apply-part > i {
	position: absolute;
	border-width: 30px;
	border-color: transparent transparent #ffc20f transparent;
	border-style: solid;
	top: 143px;
	left: 65px;
}

#header_logo {
	margin-top: 10px;
}

.apply-main h3 {
	font-size: 24px;
	color: #333333;
}

.apply-main > h3 {
	padding-top: 32px;
	padding-bottom: 12px;
}

.apply-box {
	margin-top: 18px;
}

.apply-box li {
	float: left;
	width: 220px;
	margin-right: 30px;
	padding-bottom: 24px;
}

.apply-box li a div img {
	width: 220px;
}
.apply-box p {
	text-align: center;
	padding-top: 12px;
	font-size: 15px;
}

.apply-box p img {
	float: none;
	vertical-align: middle;
	margin-right: 6px;
}

.apply-box p:hover {
	font-weight: bold;
}

.c7-bg {
	background-color: #fff1c7;
	padding: 56px 0;
}

.font16 {
	font-size: 16px;
}

.share-box li, .recommend-box li {
	border: 1px solid #fff;
	width: 268px;
	margin-right: 40px;
	float: left;
}

.share-box .mr0, .recommend-box .mr0 {
	margin-right: 0;
}

.share-box li:hover, .recommend-box li:hover {
	border-color: #803f00;
}

.share-box {
	margin-top: 30px;
}

.share-box .font0 img {
	width: 268px;
}

.font0 {
	font-size: 0;
}

.share-main {
	background-color: #fff;
}

.share-main {
	padding: 12px 10px;
}

.share-main h3 {
	font-size: 16px;
}

.share-main h3:hover {
	color: #803f00;
}

.share-main p {
	font-size: 14px;
	padding-top: 16px;
	padding-bottom: 36px;
	height: 58px;
}

.share-main img {
	vertical-align: middle;
}

.share-main button {
	width: 100px;
	height: 30px;
	border-radius: 3px;
	margin-left: 14px;
	background-color: #ffc20f;
	border: none;

}

.share-main button:hover {
	text-decoration: underline;
	font-weight: bold;
}

.recommend-main {
	padding: 16px 0;
	text-align: center;
	font-size: 16px;
}

.recommend-main:hover, .recommend-main:hover span {
	color: #803f00;
}

.recommend-main span {
	font-weight: normal;
	color: #333;
}

.recommend-box {
	margin-top: 46px;
	float: left;
}

.recommend-box div img {
	width: 268px;
}

.recommend-box li {
	position: relative;
	height: 374px;
}

.recommend-box .down-logo {
	position: absolute;
	top: 0;
	right: 0;
}

.position {
	position: relative;
}

.slideImg2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 52px;
}

.slideImg2 .apply-box {
	float: left;
}

.slideBanner2 {
	width: 970px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 450px;
}
.slideImg {
	position: absolute;
	top: 0;
	left: 0;
	height: 52px;
}

.slideBanner {
	width: 1200px;
	height: 430px;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
}

.slideBtn .slidePrev {
	position: absolute;
	left: 40px;
	top: 64%;
	margin-top: -50px;
}


.slideBtn .slideNext {
	position: absolute;
	right: 40px;
	top: 64%;
	margin-top: -50px;
}

.slideBtn .slidePrev2 {
	position: absolute;
	left: 20px;
	top: 64%;
	margin-top: -77px;
}

.slideBtn .slideNext2 {
	position: absolute;
	right: 20px;
	top: 64%;
	margin-top: -77px;
}
/*视频推荐*/
#top_video ul {
	display: block;
	overflow: hidden;
}

#top_video li {
	display: block;
	float: left;
	width: 270px;
	height: 230px;
	margin: 0 40px 20px 0;
	position: relative;
	overflow: hidden;
}

#top_video .big {
	width: 580px;
	height: 480px;
	margin-right: 40px;
}

#top_video li img {
	width: 100%;
	height: 100%;
}

#top_video li .blue-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#top_video li .blue-bg img {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
}

#top_video .big .blue-bg img {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -75px;
}

.blue-font {
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
	display: inline-block;
	background-color: #333;
	padding: 5px 0;
	text-align: center;
	height: 60px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 60px;
}

#top_video li:hover .blue-font {
	bottom: 0;
}

.big .blue-font {
	height: 80px;
	font-size: 28px;
	line-height: 80px;
}

#top_video li .blue-font, .pro-msg img, .skill-bg {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.prize-main b {
	font-size: 14px;
	line-height: 24px;
}

.prize-main > .float_left {
	width: 580px;
	padding-left: 20px;
	margin-right: 20px;
}

.prize-main > .float_right {
	width: 580px;
}

.pr24 {
	padding-right: 24px;
	font-size: 14px;
	line-height: 24px;
}

.prize-main a {
	color: #259;
}

.prize-main a:hover {
	text-decoration: underline;
}

.font804000 {
	color: #804000;
}

.mt12 {
	margin-top: 12px;
}

.mt18 {
	margin-top: 18px;
}

.show-prize h3 {
	font-size: 20px;
	margin-top: 32px;
}

.show-list li {
	width: 346px;
	float: left;
	margin-right: 80px;
}

.show-list .mr0 {
	margin-right: 0;
}

.show-list p {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 12px;
}
.header_navbar{
	width: 70%;
	min-width: 860px;
	margin: 0 auto;
}