﻿@charset "utf-8";
/* CSS Document */

/*global css*/
html,
body {
	width: 100%;
	height: 100%;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
blockquote,
th,
td,
p,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #343434;
	font-family: "microsoft yahei", Arial, simsun;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	background: black
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

div:after,
ul:after,
li:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

p {
	line-height: 24px;
	color: #343434;
	font-weight: 400;
}

ul,
ol {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	*zoom: 1;
}

a {
	color: #333;
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

h1,
h2,
h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h6 {
	text-align: center;
}

hr {
	padding: 0;
	border: 0;
	margin: 0;
	height: 0;
	background: none;
	display: block;
	*margin: -7px 0 -9px;
}

.white,
.white a {
	color: #fff;
}

.white a:link,
.white a:visited,
.white a:hover {
	color: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.red {
	color: #ff0000;
}

.red a {
	color: #ff0000;
}

.red a:link,
.red a:visited,
.red a:hover {
	color: #ff0000;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 52px;
}

.pb50 {
	padding-bottom: 52px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt23 {
	margin-top: 23px;
}

.mt33 {
	margin-top: 33px;
}

.w200 {
	width: 200px;
}

.mt50 {
	margin-top: 50px;
}

.txtcenter {
	text-align: center;
}

.font {
	font: 14px/24px "Microsoft yahei", "黑体";
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1100 {
	width: 1100px;
	margin: 0px auto 0px auto;
	padding-left: 50px;
	padding-right: 50px;
}

.mt30 {
	margin-top: 30px;
}

/** 页眉 **/
#header {
	position: relative;
}

#header .topbar {
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background: #F5F5F5 url(../images/t1.gif) repeat-x;
}

#header .topbar .menu {
	float: left;
	display: inline;
}

#header .topbar .menu-item {
	float: left;
	display: inline;
	margin-right: 4px;
	_margin-right: 2px;
	color: #444;
}

#header .topbar .menu-item a {
	margin-right: 4px;
	color: #1e376d;
}

#header .topbar .menu-user {
	float: right;
}

#header .topbar .menu-user .menu-item {
	margin-right: 0;
	margin-left: 4px;
	_margin-left: 2px;
}

#header .topbar .menu-user .menu-item a {
	margin-left: 0;
	margin-right: 4px;
}

#logininfo a {
	color: #1E376D;
}

.banner {
	height: 516px;
	background: url(../images/banner1.jpg?v=20180801171) no-repeat center top;
	position: relative;
}

.banner_list,
.banner_list li,
.banner_list li img {
	width: 100%;
	height: 505px;
	overflow: hidden;
}

.banner_list li {
	position: absolute;
	top: 0;
	left: 0;
}



.nav {
	z-index: 101;
	width: 100%;
	height: 45px;
	background: #854c23;
	;
}

.nav_fixed {
	position: fixed;
	top: 0;
	left: 0;
	_left: auto;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	z-index: 999;
	_z-index: 999;
	zoom: 1;
	background: #000;
}

.nav ul {
	width: 1000px;
	float: left;
}

.nav ul li {
	color: #ddd;
	position: relative;
	z-index: 99;
	float: left;
	text-align: center;
	font: 18px/45px "Microsoft Yahei", "黑体";
	/*margin-left: 16px;*/
	/*width:114px;*/
	margin: 0 32px 0 0;
}

.nav ul li a:link,
.nav ul li a:visited {
	color: #fff;
}

.nav ul li:hover,
.nav ul li.current {
	/*background:url(../images/nav_on.gif) no-repeat center;*/
	color: #f8b551;
}

.nav ul li.current a,
.nav ul li:hover a {
	color: #f8b551;
}

.hover-content dl dt a:hover {
	color: #fff;
}

.nav .subnav {
	width: 165px;
	background: url(../images/subnav.png) 0 0 repeat-y;
	position: absolute;
	left: -25px;
	top: 64px;
	padding: 8px 0 10px;
	border-top: 3px solid #d49d3c;
	display: none;
}

.nav .subnav a:link,
.nav .subnav a:visited {
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	padding-left: 19px;
	text-align: left;
}

.nav .subnav a:hover {
	color: #d49d3c;
}

.nav-tq.on {
	background: url(../images/subnav_on.png) center 51px no-repeat;
}

#nav li .hot {
	position: absolute;
	left: 100%;
	top: 3px;
	margin-left: 4px;
	-webkit-animation: hotplays 1s infinite;
	-moz-animation: hotplays 1s infinite;
	-ms-animation: hotplays 1s infinite;
	animation: hotplays 1s infinite;
}

@keyframes hotplays {
	0 {
		transform: scale(1.0);
	}

	25% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1.2);
	}
}

@-webkit-keyframes hotplays {
	0 {
		transform: scale(1.0);
	}

	25% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1.2);
	}
}

@-moz-keyframes hotplays {
	0 {
		transform: scale(1.0);
	}

	25% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1.2);
	}
}

@-ms-keyframes hotplays {
	0 {
		transform: scale(1.0);
	}

	25% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1.2);
	}
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.w-cnt,
.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.wrapper {
	background: #fff;
}

.part1 {
	padding: 28px 37px 28px 39px;
	position: relative;
	*zoom: 1;
}

.title h3 {
	color: #b2770f;
	font: normal 30px/36px "Microsoft Yahei", "黑体";
	padding-left: 49px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.part1 .title h3 .en {
	font-size: 36px;
	color: #d49d3c;
}

.part1 .w200 h3 .en {
	font-size: 18px;
}

.part1 .part1_con {
	padding-top: 15px;
}

.intro {}

.gray {
	background: #eee;
}

.bot_bor {
	border-bottom: solid 10px #d49d3c;
}

.logo_list {
	float: left;
	padding: 10px 0;
	*zoom: 1;
	margin-right: 30px;
	_margin-right: 5px;
}

.logo_list .logo_name {
	padding: 5px 10px;
	border: solid 1px #ddd;
	font: 14px/18px "Microsoft Yahei", "黑体";
	color: #555;
	margin-top: 5px;
}

.logo_list ul {
	padding-left: 15px;
}

.logo_list ul li {
	float: left;
	padding-right: 25px;
}

.awards_model {
	padding-top: 85px;
}

.awards_title {
	font-size: 30px;
	border-left: solid 5px #c00;
	padding: 0 0 8px 10px;
	color: #555;
	line-height: 32px;
}

.awards_info {
	border-top: solid 1px #ddd;
	margin-left: 16px;
}

.awards_info h4 {
	font-size: 16px;
	padding-top: 10px;
	color: #999;
}

.awards_info li {
	line-height: 22px;
	color: #888;
	font-size: 12px;
}

.awards_list {
	*zoom: 1;
	_display: inline;
	margin-right: -72px;
	padding-top: 30px;
	clear: both;
}

.awards_list li {
	width: 287px;
	float: left;
	height: 230px;
	background: #ece7d4;
	margin-right: 70px;
	text-align: center;
}

.awards_list li h3 {
	font-size: 26px;
	font-weight: bold;
	background: url(../images/t2.gif) no-repeat center top;
	height: 93px;
	line-height: 64px;
	padding-top: 28px;
	color: #fff;
}

.awards_list li p {
	padding: 20px;
	font-size: 16px;
}

.awards_list2 {
	margin-right: -32px;
}

.awards_list2 li {
	width: 234px;
	margin-right: 25px;
}

.h328 li {
	height: 345px;
}

.process_nav {
	width: 170px;
	text-align: right;
}

.process_nav li {
	font-size: 26px;
	line-height: 30px;
	padding-top: 20px;
	height: 87px;
	color: #666;
}

.process_info {
	width: 770px;
	background: url(../images/ico_lc.gif) no-repeat top left;
	padding-left: 45px;
}

.process_info li {
	padding-top: 22px;
}

.process_info .font {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

.process_info p {
	font-size: 12px;
	color: #888;
	line-height: 20px;
}

.process_info li.pt45 {
	padding-top: 45px;
}

.info_list {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 42px;
}

.info_list li {
	font-family: simsun;
	line-height: 28px;
	background: url(../images/ico_dh.gif) no-repeat left top;
	padding-left: 45px;
	font-size: 14px;
	margin-top: 20px;
}

.info_list li p {
	font-size: 14px;
	line-height: 22px;
}

.fn-hide {
	display: none;
}

.zixun {
	position: relative;
	padding-top: 24px;
}

.zixun_con {
	padding: 30px 0 30px 95px;
}

.zixun_con p {
	float: left;
	line-height: 28px;
	padding-right: 95px;
	width: 250px;
}

.btn {
	padding: 40px 0;
	clear: both;
	text-align: center;
}

.btn img {
	padding: 0 20px;
}

/*嘉宾*/
.jiabin_model {
	padding-top: 40px;
}

.jiabin_model h4,
.jiabin_model h4 img {
	width: 176px;
	height: 176px;
}

.jiabin_model h4 {
	float: left;
}

.jiabin_model .jiabin_right {
	width: 800px;
	float: left;
	margin-left: 20px;
}

.jiabin_model .jiabin_right h3,
.jiabin_model .jiabin_right p {
	line-height: 26px;
	font-size: 14px;
}

.jiabin_model .jiabin_right .jiabin_title {
	padding-top: 8px;
	margin-top: 8px;
	border-top: solid 1px #ddd;
}

.jiabin_model .jiabin_right .p_txt {
	font-size: 12px;
	color: #666;
}


/*浮窗*/
*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

.fuchuang,
.xufu_weixin {
	position: fixed;
	z-index: 3;
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	bottom: 0;
	_margin-bottom: 0;
}

.fuchuang {
	left: 0;
	width: 104px;
	height: 204px;
	/*background:url(../images/fuchuang1.gif) no-repeat;*/
}

.fuchuang .fuchuang_zc,
.fuchuang .fuchuang_traffic,
.fuchuang .fuchuang_share,
.fuchuang .fuchuang_qq,
.fuchuang .fuchuang_wb {
	width: 104px;
	height: 52px;
	display: block;
	cursor: pointer;
}

.fuchuang .fuchuang_zc {
	background-position: 0 0;
	height: 47px;
}

.fuchuang .fuchuang_weibo {
	background: 0 -47px;
}

.fuchuang .fuchuang_qq {
	background: 0 -99px;
}

.fuchuang .fuchuang_share {
	background: 0 -151px;
	position: relative;
}

.fuchuang .fuchuang_traffic {
	background: 0 -203px;
}

.jiathis_style {
	display: none;
}

.fuchuang .fuchuang_close {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	background: #549DE0;
	width: 15px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	font-family: "Arial";
	color: #fff;
	cursor: pointer;
	font-size: 12px;
}

.hover-box {
	position: relative;
}

.hover-content {
	display: none;
	position: absolute;
	top: 44px;
	left: 6px;
	width: 109px;
	background: #000;
}

.fuchuang .fuchuang_close:hover {
	color: #f00;
}

.xufu_weixin {
	background: #fff;
	right: 0;
	text-align: center;
	font-size: 12px;
	color: #444;
	border: 2px solid #885f2b;
	padding: 0 6px;
}

.xufu_weixin h4 img {
	width: 92px;
	height: 92px;
	padding: 5px;
	background: #fff;
	margin-bottom: 5px;
}

.xufu_weixin span {
	display: block;
	line-height: 16px;
	color: #666;
}

.xufu_weixin span.red {
	color: #f00;
}

.xufu_weixin span img {
	padding-right: 3px;
}

.xufu_weixin2 {
	background: #fff;
	padding-bottom: 0;
}

.xufu_weixin2 h4 img {
	width: 123px;
	height: 123px;
	margin: 0;
	padding: 5px 5px 0 5px;
}

.xufu_weixin h3 {
	background: #347cc5;
	color: #fff;
	text-align: center;
	font: normal 16px/28px "Microsoft Yahei", "黑体";
}

.xufu_weixin2 .weixin_title {
	font: normal 16px/22px "Microsoft Yahei", "黑体";
	color: #000;
	padding-bottom: 5px;
}

.chat {
	border-top: dashed 1px #ccc;
	background: #ddd;
	padding: 8px 0 8px 18px;
	line-height: 16px;
	text-align: left;
}

.chat img {
	padding: 5px 5px 0 0;
}


/** g-footer **/
#g-footer {
	height: 270px;
	font-size: 12px;
	background: #fff;
	margin-top: 0;
	overflow: hidden;
}

/*2016-6-13 by shuai*/
.main {
	border-top: 3px solid #d49d3c;
}

.pic_list {
	width: 541px;
	position: relative;
}

.pic_list .pic {
	height: 405px;
}

.pic_list ul li,
.pic_list ul li img {
	width: 541px;
	height: 405px;
}

.pic_list ul li {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}


.dot {
	margin-top: 10px;
	text-align: right;
}

.dot span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 11px;
	height: 11px;
	background: #fff;
	cursor: pointer;
	margin-left: 10px;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#66EEEEEE', endColorstr='#66EEEEEE');
	background: rgba(238, 238, 238, 0.4);
	color: #fff;
	border-radius: 50%;
	background: #7f7f7f;
}

.dot span.on {
	background: #c01920;
}


.part-jsr {
	width: 560px;
}

.part-jsr .title h3 {
	padding-left: 0;
}

.part-jsr .intro p {
	line-height: 22px;
}

.part-award {
	background: url(../images/px_option1.jpg) 0 0 no-repeat;
	height: 990px;
	position: relative;
	z-index: 1;

}

.part-award .font {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	padding-left: 49px;
}

.part-award .award-item {
	width: 316px;
	text-align: center;
	position: absolute;
	padding: 107px 0 0 0;
}

.part-award .award-item h3 {
	font: bold 20px/26px "微软雅黑";
	color: #644103;
}

.part-award .award-item p {
	font-size: 12px;
	color: #000;
	line-height: 18px;
	margin: 10px 0 12px;
}

.part-award .award-item a {
	background: #875a00;
	color: #fff;
	width: 90px;
	height: 25px;
	display: block;
	text-align: left;
	text-indent: 15px;
	font: 14px/25px "微软雅黑";
	margin: 0 auto;
	box-shadow: 3px 4px 0 #593b00;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.part-award .award-item a:hover {
	text-decoration: none;
}

.part-award .award-item a i {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-color: transparent transparent transparent #fff;
	border-width: 4px;
	border-style: dashed dashed dashed solid;
	display: inline-block;
	margin: -5px 0 0 4px;

}

.part-award .aitem1 {
	left: 274px;
	top: 140px;
}

.part-award .aitem2 {
	left: 613px;
	top: 140px;
}

.part-award .aitem3 {
	left: 103px;
	top: 311px;
}

.part-award .aitem4 {
	left: 443px;
	top: 311px;
}

.part-award .aitem5 {
	left: 785px;
	top: 311px;
}

.part-award .aitem6 {
	left: 272px;
	top: 479px;
}

.part-award .aitem7 {
	left: 613px;
	top: 479px;
}

.part-award .aitem8 {
	left: 443px;
	top: 647px;
}


.jiabin-list li {
	font-family: "微软雅黑";
	color: #000;
	float: left;
	margin-right: 66px;
	text-align: center;
	margin-bottom: 20px;
}

.jiabin-list li h3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 13px;
}

.jiabin-list li p {
	font-size: 14px;
	line-height: 20px;
}

.part-pwt {
	padding-top: 6px;
}

.part-pwt dl {
	overflow: hidden;
}

.part-pwt dl dt,
.part-pwt dl dd {
	float: left;
}

.part-pwt .who {
	width: 625px;
	height: 181px;
	position: relative;
	margin-top: 26px;
}

.part-pwt .who dt {
	position: absolute;
	left: -30px;
	top: -31px;
}

.part-pwt .who dd {
	width: 435px;
	line-height: 28px;
	margin-left: 161px;
}

.part-pwt .join-way {
	width: 470px;
}

.part-pwt .join-way dt {
	width: 63px;
	height: 25px;
	text-align: center;
	background: #d49d3c;
	font: 14px/25px "microsoft yahei";
	color: #fff;
	border-radius: 12px;
}

.part-pwt .join-way .title span {
	font: 16px/16px "微软雅黑";
	color: #000;
	margin-left: 5px;
}

.part-pwt .join-way dd {
	color: #000;
	line-height: 20px;
}

.part-pwt .join-way .way1 {
	margin-top: 17px;
}

.part-pwt .join-way .way2 {
	margin-top: 19px;
}

.part-pwt .join-way dt {
	margin-right: 12px;
}

.part-hjqy {
	background: #b89558;
	border-bottom: 7px solid #d49d3c;
}

.part-hjqy .title {
	border-bottom: 1px solid #c6aa79;
	padding-bottom: 15px;
}

.part-hjqy .title h3 {
	color: #fff;
}



.com_list_box {
	margin-top: 20px;
	height: 360px;
	overflow: hidden;
}

.com_list {
	padding-left: 61px;
}

.com_list li {
	float: left;
	width: 250px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.com_list li.awards-name {
	font-weight: bold;
	width: 100%;
}

.zixun {
	padding-right: 160px;
}

.zixun .title h3 {
	margin-right: 12px;
	padding-left: 0;
}

.zixun .title {
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 15px;
	margin-left: 82px;
	padding-right: 37px;
}


.w_date {
	position: absolute;
	left: 50%;
	top: 455px;
	margin-left: -250px;
}

.w_date p {
	font: 14px/24px "Microsoft Yahei", "黑体";
	color: #fff;
}

.w_date .date_box {
	/* width: 364px;*/
	height: 40px;
	/*background: url(../images/date_bg.png) no-repeat center left;*/
}

.w_date .date_box span {
	display: block;
	float: left;
	width: 73px;
	color: #FAD98F;
	font: bold 30px/40px "Microsoft Yahei", "Arial";
	padding-right: 44px;
}

.w_date .date_box span.day {
	width: 93px;
	padding-left: 10px;
	text-indent: 15px;
}

.w_date .date_box span i {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	margin-left: 3px;
}

.xufu_weixin {
	height: 306px;
	overflow: visible;
	right: 3px;
	z-index: 999;
}

.xufu_weixin .xufunav a {
	position: absolute;
	width: 130px;
	height: 30px;
	background: #e3bb5a;
	font: 18px/30px "microsoft yahei";
	color: #714610;
	margin-bottom: 2px;
	left: -5px;
	text-decoration: none;
	z-index: 999;
}

.xufu_weixin .xf-link1 {
	bottom: 92px;
}

.xufu_weixin .xf-link2 {
	bottom: 60px;
}

.xufu_weixin .xf-link3 {
	bottom: 28px;
}

.xufu_weixin .gotop {
	width: 100%;
	position: absolute;
	line-height: 22px;
	color: #000;
	left: 0;
	bottom: 4px;
	text-align: center;
	cursor: pointer;
}

.xufu_weixin .gotop i {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-color: transparent transparent #000 transparent;
	border-width: 4px;
	border-style: dashed dashed solid dashed;
	display: inline-block;
	vertical-align: middle;
	margin-top: -8px;
	margin-right: 3px;
}

.xufu_weixin .closer {
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
	text-align: center;
	font-size: 12px;
	color: #f60;
	font-family: Arial;
	text-decoration: none;
	background: #eee;
	z-index: 9;
	line-height: 16px;
}

.xufu_weixin .closer:hover {
	color: #f00;
}

.title1 h3 {
	padding-left: 0;
}

.jiabin-list-wrap {
	width: 100%;
	height: 235px;
	overflow: hidden;
}


.detail-jj td {
	padding: 5px 10px;
	line-height: 20px;
	border: 1px solid #000;
}

.detail-jj td .td-type {
	display: block;
	width: 14px;
}


/*traffic*/
.download .link {
	margin-bottom: 10px;
}

.download .link a {
	font: bold 20px/24px "Microsoft Yahei", "黑体";
	padding-bottom: 2px;
	color: #260172;
	text-decoration: underline;
}

.download span {
	font-size: 12px;
}

.traffic-guide {
	font-size: 13px;
	font-family: Microsoft Yahei;
}

.pxbm-wrap {
	width: 680px;
}

.pxbm-right {
	width: 400px;
}

.pxbm-right .map {
	width: 400px;
	height: 350px;
	margin-top: 20px;
}

/*评选投票*/
.xinxi {
	width: auto;
	border: 1px solid #a2a2a1;
}

.mtop {
	margin-top: 15px;
}

.cpytt {
	width: auto;
	padding-bottom: 20px;
	background: url(../images/titlebg2-x.gif) repeat-x;
}

.xinxi_tl1 {
	width: auto;
	background: url(../images/titlebg2.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-left: 5px;
	height: 27px;
	line-height: 27px;
}

.xinxi p {
	margin: 15px 20px;
	display: inline;
	line-height: 25px;
	display: block;
	text-indent: 2em;
}

.xinxi_tl1 h3 {
	float: left;
	color: #fff;
	line-height: 27px;
	font-size: 14px;
}

.xinxi_tl1 span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	margin-right: 250px;
	color: #222;
	display: inline;
}

.toup {
	padding: 0 8px 10px 8px;
	width: auto;
}

.toup .chqh_ul {
	background: none repeat scroll 0 0 #8E0304;
	height: 40px;
	overflow: hidden;
	padding: 10px 0;
	width: auto;
}

.toup .chqh_ul li {
	border-right: 1px solid #710303;
	color: #FFFFFF;
	cursor: pointer;
	display: inline;
	float: left;
	font-size: 13px;
	height: 49px;
	line-height: 18px;
	margin-left: 25px;
	padding-right: 25px;
	text-align: center;
	width: 111px;
}

.toup .chqh_ul .sel01 {
	background: url(../images/qhbg.gif) no-repeat scroll 0 0 transparent;
	float: left;
	height: 49px;
	width: 111px;
}

.toup .chqh_ul .sel02 {
	float: left;
	height: 49px;
	width: 111px;
}

.toup .chqh_ct {
	background: none repeat scroll 0 0 #8E0304;
	height: 40px;
	overflow: hidden;
	padding: 10px 0;
	width: auto;
}

.toup .chqh_ct li {
	border-right: 1px solid #710303;
	color: #FFFFFF;
	cursor: pointer;
	display: inline;
	float: left;
	font-size: 13px;
	height: 49px;
	line-height: 42px;
	padding: 0 9px;
	text-align: center;
	width: 111px;
}

.toup .chqh_ct .sel01 {
	background: url(../images/qhbg.gif) no-repeat scroll center 0 transparent;
	float: left;
	height: 49px;
	width: 111px;
}

.toup .chqh_ct .sel02 {
	float: left;
	height: 49px;
	width: 111px;
}

.toup .chqh_ct .sel01 span {
	background: url(../images/bg02.gif) no-repeat scroll right center transparent;
	float: left;
	height: 22px;
	padding-right: 10px;
}

.bluech {
	width: 980px;
	margin: 0 auto;
}

.bluech ul {
	width: auto;
	font-size: 12px;
	margin-top: 30px;
	margin-right: -24px;
}

/*.bluech li h3{ height:183px; width:225px;border:1px solid #dcdcdc;text-align: center; }*/

.bluech li img {
	overflow: hidden;
	height: 183px;
	width: 225px;
	border: 1px solid #dcdcdc;
}

.bluech li h3 i {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.bluech li h3 a {
	float: none;
}


.bluech li .wenz {
	/*float:left; */
	text-align: center;
	height: 130px;
	padding-top: 5px;
	/*overflow:hidden;*/
	position: relative;
	font-family: "microsoft yahei";
	vertical-align: top;
}

.bluech li .wenz input {
	float: left;
	position: absolute;
	top: 5px;
	left: 0;
}

.bluech li .wenz a {
	overflow: hidden;
	line-height: 18px;
	text-align: left;
	padding-left: 25px;
	display: block;
	font-size: 14px;
}

.bluech li .wenz .tpo {
	float: left;
	width: 121px;
	height: 23px;
	position: absolute;
	left: 45px;
	bottom: 0;
	border: 1px solid #b27008;
}

.bluech li .wenz .pit {
	height: 23px;
	line-height: 23px;
	width: 60px;
	background: #dcdcdc;
	font-size: 14px;
	color: #000;
	float: left;
}

.bluech li .wenz .pir {
	float: left;
	display: inline;
	width: 61px;
	height: 23px;
}

.bluech li .wenz .pir a {
	width: 61px;
	height: 23px;
	line-height: 23px;
	background: #b27008;
	color: #fff;
	display: block;
	font-size: 14px;
	color: #000;
	text-align: center;
	padding-left: 0;
}

.bluech li .wenz .pir a:hover {
	background: #FF0000;
	color: #fff;
	text-decoration: none;
}

.bluech li .wenz .pir a.hover {
	background: #999;
	color: #fff;
	text-decoration: none;
}

.bluech li .wenz-1 {
	float: left;
	width: 143px;
	text-align: center;
	height: auto;
	padding-top: 5px;
	overflow: hidden;
	position: relative;
}

.bluech li .wenz-1 input {
	float: left;
	position: absolute;
	top: 5px;
	left: 0;
}

.bluech li .wenz-1 a {
	overflow: hidden;
	float: left;
	line-height: 21px;
	text-align: left;
	padding-left: 25px;
}

.bluech li .wenz-1 .tpo {
	float: left;
	width: 133px;
	padding: 0px 5px;
}

.bluech li .wenz-1 .pit {
	height: 20px;
	line-height: 20px;
	background: #c90f0d;
	color: #fff;
	padding: 0px 5px;
	float: left;
	margin-top: 5px;
}

.bluech li .wenz-1 .pir {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	display: inline;
}

.bluech li .wenz-1 .pir a {
	width: auto;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	background: #FF9900;
	color: #fff;
	padding: 0px 5px;
	float: left;
}

.bluech li .wenz-1 .pir a:hover {
	width: auto;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	background: #FF0000;
	color: #fff;
	padding: 0px 5px;
	float: left;
	text-decoration: none;
}

.bluech li .wenz-1 .pir a.hover {
	width: auto;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	background: #999;
	color: #fff;
	padding: 0px 5px;
	float: left;
	text-decoration: none;
}

.bluech li a {
	color: #444;
	/* float:left;*/
}

.toupiao {
	font-family: Microsoft Yahei;
	position: relative;
	margin-top: 0;
}

.newTop {
	width: 805px;
	height: 306px;
	margin: 0 auto;
	background: url(../images/newTop.png);
}

.newTop ul li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.newTop h4 {
	color: #b2770f;
	font-size: 21px;
	padding-top: 110px;
}

.newTop .active p,
.newTop .active h4 {
	color: #fff;
}

.newTop p {
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
}

.newTB {
	margin-top: 30px;
}

.newTB h3 {
	font-size: 18px;
	color: #181818;
	margin: 0;
	padding-left: 20px;
}

.newTB p {
	font-size: 12px;
	color: #181818;
	margin: 0;
	line-height: 28px;
	padding-left: 50px;
	font-family: simsun;
}

.newT1 {
	background: url(../images/newT11.png);
	width: 1120px;
	height: 127px;
	margin: 20px auto 0;
}

.newT2 {
	background: url(../images/newT21.png);
	width: 1120px;
	height: 138px;
	margin: 0 auto;
}

.newT3 {
	background: url(../images/newT3.png);
	width: 1120px;
	height: 125px;
	margin: 0 auto;
}

.newT4 {
	background: url(../images/newT4.png);
	width: 1120px;
	height: 125px;
	margin: 0 auto;
}



.chqh_ct {
	width: 1000px;
	height: 40px;
	background: #efefef;
	color: #aa7200;
	font-family: microsoft Yahei;
	font-size: 15px;
	margin: 30px auto 0;
	font-weight: bold;
}

.chqh_ct li {
	cursor: pointer;
	float: left;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #d2d2d2;
	padding: 0 7px;
}

.chqh_ct .bl0 {
	border-left: 0;
}

.chqh_ct .active {
	background: #aa7200;
	color: #fff;
}

.items_all .laser_items {
	display: none;
}

.laser_items {
	margin: 30px 10px 0 10px;
}

.laser_items li {
	margin-bottom: 20px;
	float: left;
	width: 235px;
	text-align: center;
	margin-right: 10px;
	font-family: Simsun;
	line-height: 18px;
}

.laser_items .wenz {
	height: 100px;
	overflow: hidden;
}

.laser_items .wenz>a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 6px 0;
}

.laser_items li>.logoIc_link>img {
	width: 100%;
}

.laser_items .details_proud {
	font-size: 12px;
	position: relative;
	padding-left: 55px;
	margin: 0 10px;
	text-align: left;
}

.laser_items .details_proud span {
	position: absolute;
	left: 0;
	top: 0;
}

.logoIc_link {
	display: block;
	text-align: center;
}

.laser_items .tpo {
	height: 23px;
	width: 122px;
	margin: 10px auto;
	background: #b27008;
	border: 1px solid #b27008;
	line-height: 23px;
}

.laser_items .tpo .pir {
	display: block;
	float: left;
	width: 50%;
}

.laser_items .tpo .pit {
	display: block;
	float: left;
	width: 50%;
	background: #dcdcdc;
}

.laser_items li>.wenz>p {
	font-size: 12px;
	margin: 0;
	line-height: 16px;
}

.labelBtn {
	margin: 10px 0;
	font-size: 12px;
}

.labelBtn {
	text-align: center;
	height: 18px;
	line-height: 18px;
}

.labelBtn input {
	float: left;
	margin-left: 80px;
}

.labelBtn label {
	font-weight: bold;
	float: left;
	margin-left: 8px;
}

.footer_tool {
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin: 50px 0
}

.tools1,
.tools2,
.tools3 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 192px;
	height: 48px;
	line-height: 48px;
	font-family: "microsoft yahei";
	font-size: 24px;
	color: #fff !important;
	text-align: center;
}

.tools1 {
	background: url(http://www.ofweek.com/award/2016/laser/images/toupiao.png);
}

.tools2 {
	background: url(http://www.ofweek.com/award/2016/laser/images/canlsereset.png);
	margin-left: 50px;
}

.tools3 {
	background: url(http://www.ofweek.com/award/2016/laser/images/resginer.png);
	margin-left: 50px;
}

.tools1:hover,
.tools2:hover,
.tools3:hover {
	text-decoration: none;
}

.fb {
	font-weight: bold;
}

.bluech li .wenz .company {
	margin-top: 8px;
}

#new_vouch2,
#new_vouch3,
#new_vouch4 {
	height: 0;
	background: none;
	font-size: 0;
	margin: 0
}

#new_vouch2 li,
#new_vouch3 li,
#new_vouch4 li {
	cursor: pointer;
	float: left;
	height: 0;
	line-height: 0;
	border: none;
	padding: 0 30px;
}

.bluech li {
	float: left;
	width: 227px;
	line-height: 18px;
	display: inline;
	margin: 0 24px 38px 0;
}

#newvouch4_1 li {
	width: 156px;
	margin-right: 74px;
}

#newvouch4_1 li h3 {
	width: 156px;
	height: 183px;
}

#newvouch4_1 li img {
	max-width: 156px;
	max-height: 183px;
	vertical-align: middle;
	border: none;
}

#newvouch4_1 li .wenz .tpo {
	left: 12px;
}

#newvouch4_1 ul {
	margin-left: 60px;
}

#newvouch3_1 li .wenz input {
	top: 13px;
}

.bluech li .wenz .product {
	font-weight: bold;
}

#newvouch3_1 li .wenz .product {
	*line-height: 0;
	*height: 0;
	*font-size: 0;
}

#newvouch3_1 li .wenz .company {
	*margin-top: -10px;
}

#new_vouch1 li {
	font-size: 12px;
}





.btn__cp:link,
.btn__cp:visited {
	background: url(../images/canlsereset.png) 0 0 no-repeat;
	width: 192px;
	height: 48px;
	font: 26px/48px "microsoft yahei";
	color: #fff;
}

.btn__cp:hover {
	text-decoration: none;
}

.btn_box a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}


.wltp-lc {
	padding: 59px 0 0 80px;
}

.code {
	position: absolute;
	right: 210px;
	top: -100px;
}


.go {
	position: absolute;
	width: 48px;
	height: 48px;
	background: url(http://www.ofweek.com/award/2016/laser/images/go.png) 0 0 no-repeat;
	left: -26px;
	top: 173px;
	z-index: 9999;
	animation: goreg 1s infinite;
	-webkit-animation: goreg 1s infinite;
	-moz-animation: goreg 1s infinite;
	-ms-animation: goreg 1s infinite;
	animation: goreg 1s infinite;
}

@-webkit-keyframes goreg {
	from {
		left: -26px;
	}

	to {
		left: -20px;
	}
}

@-moz-keyframes goreg {
	from {
		left: -26px;
	}

	to {
		left: -20px;
	}
}

@-ms-keyframes goreg {
	from {
		left: -26px;
	}

	to {
		left: -20px;
	}
}

@keyframes goreg {
	from {
		left: -26px;
	}

	to {
		left: -20px;
	}
}

.active-list li {
	font-size: 14px;
	line-height: 26px;
}

.active-list li a {
	color: #005eae;
}

.active-list li a:hover {
	color: #c00;
}

/*评选*/
.px {
	color: #fff;
}

.px .px-title {
	position: relative;
}

.px-title .h5-1 {
	position: absolute;
	top: 87px;
	left: 10px;
	height: 142px;
	width: 600px;
	z-index: 10;
}

.px-title .h5-2 {
	position: absolute;
	top: 87px;
	left: 610px;
	height: 142px;
	width: 600px;
	z-index: 10;
}

.px-2-title h4 {
	background: url(../images/images/pingx-title.jpg) no-repeat center;
	height: 142px;
}

.px-content {
	background: #5E4D3C;
}

.px-content tr td {
	border: 1px solid #4B3C2F;
	padding: 5px 10px;
	line-height: 20px;
}

.ss tr td {
	border: 1px solid #5E4D3C !important;
}

.jp p {
	font-size: 14px;
	color: #fff;
	padding: 17px 0px 40px 20px;
}

.jp a {
	display: inline-block;
	text-align: center;
}

.px-bottom {
	text-align: center;
}

/*流程*/
.lc {
	color: #fff;
}

.lc .lc-content {
	position: relative;
	background: url(../images/images/lc-bg.png) no-repeat 0px 0px;
	height: 503px;
}

.lc-content-left {
	float: left;
}

.lc-content-left .left-text {
	width: 490px;
}

.lc-content-left .left-text p {
	color: #fff;
	padding: 275px 115px 0px 76px;
	text-align: justify;
	line-height: 22px;
	font-size: 16px;
}

.lc-content-left .left-text span {
	display: inline-block;
	margin-left: 162px;
	color: #fff;
	font-size: 12px;
	margin-top: 6px;
}

.lc-content-right {
	float: right;
	width: 710px
}

.lc-content-right h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 14px;
	text-align: left;
}

.lc-content-right h6 {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}

.lc-content-right .right-one {
	margin-top: 55px;
	margin-left: 132px;
	margin-right: 40px;
}

.lc-content-right .right-two {
	margin-top: 52px;
	margin-left: 132px;
	margin-right: 40px;
}

.lc-content-right .right-three {
	margin-top: 50px;
	margin-left: 132px;
	margin-right: 40px;
}

/*为何评选*/
.why-px {
	position: relative;
}

.why-px .why-px-content {
	background: url(../images/images/why-px-pic.png) no-repeat center;
	height: 872px;
}

/*联系*/
.connection {}

.connection .connection-content {
	background: url(../images/images/lianxi-bg.png) no-repeat 0px 0px;
	height: 337px
}

.connection .connection-content-left {
	position: relative;
	width: 465px;
	float: left;
}

.connection .connection-content-left p {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	margin: 92px 95px 82px 84px;
}

.connection .connection-content-left p span {
	font-size: 30px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}

.connection .connection-content-right {
	float: left;
}

.connection .connection-content-right .right-content {
	margin-left: 120px;
	margin-top: 30px;
}

.connection .connection-content-right .right-content h3 {
	font-size: 20px;
	color: #857049;
	font-weight: bold;
	text-align: left;
}

.connection .connection-content-right .right-content ul li {
	font-size: 14px;
	color: #333333;
	margin-top: ;
}

.connection .connection-content-right .right-content ul li span {
	font-size: 16px;
	padding-right: 37px;
	padding-top: 14px;
	display: inline-block;
	color: #333333;
	border-top: 1px solid #ACA7A1;
}

.right-content a.bottom {
	display: inline-block;
	padding: 10px 40px;
	font-size: 24px;
	color: #FFF;
	background: #A17231;
	margin-top: 20px;
	margin-left: 150px;
}

.right-content a {
	text-decoration: none;
}

/*评委会*/
.pw-hui {}

.pw-hui .pw-hui-content {
	overflow: hidden;
	padding: 10px 0 0;
}

.pw-hui .pw-hui-content ul {
	width: 1300px;
}

.pw-hui .pw-hui-content ul li {
	float: left;
	width: 218px;
	margin: 30px 28px 0 0;
	line-height: 32px;
}

.pw-hui .pw-hui-content ul li img {
	display: block;
}

.pw-hui .pw-hui-content ul li span {
	font-size: 20px;
	display: block;
	color: #fff;
	background: #895f37;
	text-align: center;
}

.pw-hui .pw-hui-content ul li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #fff;
	background: #895f37;
	text-align: center;
	line-height: 32px;
}

/* 获奖企业 */
.hjqy-tab {
	width: 100%;
	margin: 20px 0;
}

.hjqy-tab td {
	height: 80px;
	font: normal 16px/1.5 "Microsoft Yahei";
	color: #7d501d;
	text-align: center;
	border-left: 1px solid #b89f7c;
	background-color: #efefef;
	cursor: pointer;
}

.hjqy-tab td.first {
	border: 0;
}

.hjqy-tab td.current {
	color: #fff;
	background-color: #7d501d;
}

.hjqy-list {
	display: none;
	width: 1250px;
	margin: 0 0 30px 0;
}

.hjqy-list li {
	float: left;
	width: 216px;
	height: 260px;
	margin-right: 30px;
	color: #fff;
	background: #343434;
}

.hjqy-list img {
	width: 216px;
	height: 160px;
}

.hjqy-list p {
	padding: 0 1em;
	color: #fff;
}

.hjqy-scheme {
	overflow: hidden;
	height: 36px;
	margin: 10px 0 0;
	font: normal 14px/18px "Microsoft Yahei";
}

.hjqy-company {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0 0;
	font-size: 16px;
	text-align: center;
}

/* 友情链接 */
.friendly-link {
	padding: 15px 0 20px;
	text-align: center;
	font: normal 18px/1.5 "Microsoft Yahei";
	color: #000;
	border-top: 2px solid #f7bf7b;
	background-color: #fff;
}

.friendly-link img,
.friendly-link span {
	vertical-align: middle;
}

.friendly-link span {
	margin: 0 15px 0 20px;
}

.contact-tips {
	margin: 10px 0 0;
	color: #946a30;
	font: normal 14px/1.5 "Microsoft Yahei";
}

.contact-item {
	padding: 30px 0 45px;
	text-align: left;
	float: left;
	margin-top: 20px;
}

.contact-item dl {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font: normal 14px/2 "Microsoft Yahei";
	text-align: left;
	margin-right: 50px;
}

.pw-hui-title {
	text-align: center;
}

/* 简介 */
.layout-intro {
	height: 418px;
	padding: 85px 0 0;
	background-color: #000;
}

.layout-intro .w1200 {
	position: relative;
}

.l-intro-content {
	position: absolute;
	width: 640px;
	height: 380px;
	box-sizing: border-box;
	padding: 23px 30px 23px 30px;
	background-color: #fff;
}

.l-intro-content h3 {
	font: normal 20px/1.5 "Microsoft Yahei";
	color: #8d5c24;
}

.l-intro-content p {
	margin-top: 10px;
	font: normal 14px/22px "Microsoft Yahei";
	color: #000;
	text-indent: 2em;
}

.l-intro-media {
	position: absolute;
	left: 640px;
	top: -7px;
	width: 560px;
	height: 422px;
	background-color: #4c3f36;
	box-shadow: -5px -5px 6px 0px rgba(0, 0, 0, 0.3);
}

.nav-sb a {
	display: block;
	width: 120px;
	height: 30px;
	margin: 7px auto 0;
	line-height: 30px;
	border-radius: 15px;
	background: #c6a669;
}

.nav ul li.nav-sb a:link,
.nav ul li.nav-sb a:visited,
.nav ul li.nav-sb a:hover {
	color: #000;
	text-decoration: none;
}


/*评选2*/
.w1100-1 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.px2 {
	position: relative;
}

.px2 h4 {
	text-align: center;
	padding-bottom: 30px;
}

.px2 .p-title {
	font-size: 14px;
	width: 338px;
	top: 88px;
	position: absolute;
	left: 430px;
	color: #fff;
}

.px2 .px-cont {
	height: 474px;
	width: 1100px;
}

.px2 .px-cont .px-ul1 {
	float: left;
	position: relative;
	width: 548px;
	height: 474px;
}

.px2 .px-cont .px-ul2 {
	float: left;
	position: relative;
	width: 548px;
	height: 474px;
}

.px2 .px-cont ul li {
	float: left;
	position: absolute;
	text-align: center;
}

.px2 .px-cont ul li.px-li-1 {
	background: url(../images/pingxuan-hover-1.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 95px;
	left: 0px;
}

.px2 .px-cont ul li.px-li-2 {
	background: url(../images/pingxuan-hover-1.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	left: 164px;
}

.px2 .px-cont ul li.px-li-3 {
	background: url(../images/pingxuan-hover-1.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 95px;
	left: 328px;
}

.px2 .px-cont ul li.px-li-4 {
	background: url(../images/pingxuan-hover-1.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 283px;
	left: 329px;
}

.px2 .px-cont ul li.px-li-5 {
	background: url(../images/pingxuan-hover-1.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 188px;
	left: 164px;
}

.px2 .px-cont ul li.px-li-6 {
	background: url(../images/pingxuan-hover-1.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 95px;
	right: 0px;
}

.px2 .px-cont ul li.px-li-7 {
	background: url(../images/pingxuan-hover-1.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	right: 164px;
}

.px2 .px-cont ul li.px-li-8 {
	background: url(../images/pingxuan-hover-1.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 95px;
	right: 328px;
}

.px2 .px-cont ul li.px-li-9 {
	background: url(../images/pingxuan-hover-1.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 283px;
	right: 328px;
}

.px2 .px-cont ul li.px-li-10 {
	background: url(../images/pingxuan-hover-1.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 188px;
	right: 164px;
}

.px2 .px-cont ul li a {
	display: inline-block;
	width: 106px;
	height: 24px;
	line-height: 24px;
	background: url(../images/pingxuan-btn.png) no-repeat 0px 0px;
	color: #5e4d3c;
	text-align: center;
	font-size: 14px
}

.px2 .px-cont ul li a:hover {
	text-decoration: none;
}

.px2 .px-cont ul li p {
	position: absolute;
	display: none;
	z-index: 100;
}

.px2 .px-cont ul li p.p-1 {
	background: url(../images/hover-hover.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 0px;
	left: 0px;
}

.px2 .px-cont ul li p.p-2 {
	background: url(../images/hover-hover.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 0px;
	left: 0px;
}

.px2 .px-cont ul li p.p-3 {
	background: url(../images/hover-hover.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 0px;
	left: 0px;
}

.px2 .px-cont ul li p.p-4 {
	background: url(../images/hover-hover.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 0px;
	left: 0px;
}

.px2 .px-cont ul li p.p-5 {
	background: url(../images/hover-hover.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 0px;
	left: 0px;
}

.px2 .px-cont ul li p.p-6 {
	background: url(../images/hover-hover.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 0px;
	left: 0px;
}

.px2 .px-cont ul li p.p-7 {
	background: url(../images/hover-hover.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 0px;
	left: 0px;
}

.px2 .px-cont ul li p.p-8 {
	background: url(../images/hover-hover.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 0px;
	left: 0px;
}

.px2 .px-cont ul li p.p-9 {
	background: url(../images/hover-hover.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 0px;
	left: 0px;
}

.px2 .px-cont ul li p.p-10 {
	background: url(../images/hover-hover.png) no-repeat 0px 0px;
	height: 191px;
	width: 220px;
	top: 0px;
	left: 0px;
}

.px2 .px-cont ul li span {
	font-size: 14px;
	color: #fff;
	margin-top: 45px;
	margin-left: 28px;
	line-height: 18px;
	margin-right: 28px;
	margin-bottom: 15px;
	text-align: center;
	display: inline-block;
}

/*专题顶部导航*/

.top-bar {
	border-bottom: 2px #E20000 solid;
	background: #fff;
}

.top-bar-login,
.top-bar-login-after {
	line-height: 30px;
	font: 12px/30px simsun;
}

.top-bar-login-after {
	display: none;
}

.top-bar .ofw-logo {
	margin-top: 2px;
}

.top-bar-login>.signin {
	display: inline-block;
	background: #e20000;
	height: 24px;
	width: 50px;
	border-radius: 2px;
	text-align: center;
	margin-top: 3px;
	line-height: 24px;
}

.top-bar-login>.signin>a {
	color: #fff;
}

.top-bar-login a,
.top-bar-login-after a {
	color: #333;
}

.top-bar-login a:hover,
.top-bar-login-after a:hover {
	text-decoration: underline;
}

.top-bar-login i {
	font-style: normal;
	color: #666;
}

.top-bar-login>.email {
	padding-left: 24px;
	display: inline-block;
	background: url(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}

.time {
	position: absolute;
	left: 25px;
	top: 416px;
	font-size: 35px;
	color: #fad98f;
}

.time .d {
	letter-spacing: 20px;
}

.time .h {
	letter-spacing: 20px;
	padding-left: 34px;
}

.time .m {
	letter-spacing: 20px;
	padding-left: 34px;
}

.time .s {
	letter-spacing: 20px;
	padding-left: 34px;
}

.whycomein {
	width: 100%;
}

.whycomein div {
	float: left;
	width: 280px;
	padding: 75px 18px 10px 18px;
	box-sizing: border-box;
	margin-right: 26px;
	height: 180px;
	color: #fff;
	font-size: 14px;
}

.whycomein .lastwhy {
	margin-right: 0px;
}

.ljbm {
	margin-top: 8px;
	color: #000;
	font-size: 18px;
	float: right;
	background: url(../images/wybm.png) no-repeat;
	padding: 3px 23px;
	border-radius: 18px;
	margin-right: 40px;
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #d7a65a;
}


/*右侧图标*/
.right {
	width: 120px;
	height: 249px;
	position: absolute;
	right: 2px;
	top: 900px;
	background: url("../images/right.png") no-repeat;
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}

.right .rightLogo {
	display: inline-block;
	width: 110px;
	height: 50px;
}

.right .num {
	display: inline-block;
	width: 110px;
	height: 40px;
	margin-top: 9px;
}

.right .toTop {
	display: inline-block;
	width: 40px;
	height: 20px;
	margin-top: 4px;
	margin-left: 33px;
}

.share-component {
	position: relative;
	left: -200px;
	width: 200px;
	top: 5px;
}