@charset "utf-8";
/* CSS Document */

.brandName a:link,.brandName a:visited{
	color:#000000;
}

.splHd .wrap img{
	height:295px;
}
.container{
	width: 1000px;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
	border:0px solid #FFF;
	background-color:transparent;
	padding:0px;
}

.shortcut {	/*~顶部快捷导航~*/
	background:#F5F5F5;
	border-bottom:1px solid #CCC;
	height:28px;
	line-height:28px;
	clear:both;
}
.shortcut .fl a, .shortcut .fl a:visited {
	padding:0 5px 0 5px;
	height:20px;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	color:#999;
}
/* ~~ 头部 ~~ */
.splHd {
	display:block;
	height:295px;
	background-color:#2F7E13;
}
.header h1{
	display:none;
}

/* ~~ 首页内容页 ~~ */

.splNote{
	margin:10px 0;
	padding:10px;
	color:#FFF;
	background-color:#49981F;
}

.splArticle p,
.splNote p{
	margin:10px;
	line-height:24px;
	font-size:14px;
}

.splArticle ul,
.splNote .fl ul,
.splNote .splCountdown ul
{
	margin:10px;
	line-height:28px;
	list-style:inside;
}
.splNote .fl ul{
	font-size:16px;
	list-style-type:none;
	line-height:2.1em;
}
.splArticle .otherReg{
	padding:0px 250px;
}
.otherReg ul{
	list-style:inside;
	list-style-type:upper-latin;
}
.splNote ul.meetingNews{
	display:block;
	margin:0;
	padding:10px 5px;
}

.meetingNews li{
	border-bottom:1px dashed #cc3300;
}
.meetingNews .newsdate{
	margin-left:10px;
	font-size:10px;
	display:inline-block;
	float:right;
}
.selectionList{
	display:block;
}
.selectionList li{
	border-bottom:1px dashed #cc3300;
	padding:5px 0;
	font-size:16px;
	font-weight:bold;
	list-style-position:inside;
	list-style-type:square;
}
.fla strong,
.splNote strong{
	margin:10px 10px;
	line-height:28px;
	font-size:16px;
}

.wrapCon h2{
	margin:0;
	padding:0;
	height:62px;
	line-height:62px;
	color:#333;
	font-size:24px;
	font-weight:100;
	display:block;
	border-bottom:2px solid #333333;
}

.wrapCon{
	display:block;
	margin:20px;
	padding:10px 20px;
	background-color:#FFF;
}

.splArticle{
	margin:10px 0;
	padding:0;
	background-color:#F9F9F2;
}

.splArticle h3{
	margin:0;
	padding:5px 10px;
	color:#333;
	display:block;
	font-size:22px;
	font-weight:bold;
}
.splList h3,
.splNote h3{
	margin:0;
	padding:5px 10px;
	display:block;
	font-size:22px;
	font-weight:bold;

}

.splList h3,
.splArticle .fla h3,
.splArticle .fl h3,
.splNote .fl h3{
	border-bottom:2px solid #900;
	position:relative;
}
.splNote .fl h4{
	font-size:18px;
	margin:10px 0 0 0;
	padding:0px 10px;
	font-weight:bold;
}
.splNote .fl{
	display:inline-block;
	width:520px;
}
.splArticle .fl{
	display:inline-block;
	width:450px;
}
.splArticle .fla{
	display:inline-block;
	width:920px;
	float:left;
}
.splArticle .fr{
	display:inline-block;
	width:400px;
}
.splArticle table{
	border:1px solid #666;
	border-collapse:collapse;
	background-color:#FFFFFF;
}
.splArticle th{
	padding:5px 10px;
	border:1px solid #666;
	background-color:#E3E3E3;
}
.splArticle td{
	padding:10px;
	border:1px solid #666;
}
.splArticle td ul{
	font-size:12px;
}

/*********观点**********/
.splViewpoint{
	margin:0;
	padding:0;
}
.viewPoint{
	display:inline;
	width:410px;
	height:180px;
	margin:10px 0;
	padding:20px;
	background-color:#F9F9F2;
}
.viewPoint h4{
	font-size:18px;
	margin:0 0 20px 0;
	padding:0;
}
.viewPoint img{
	display:block;
	width:130px;
	height:130px;
	float:left;
	margin-right:10px;
}
.splVideo .subDiv input,
.splViewpoint .subDiv input{
	width:150px;
	padding:10px 50px;
	background-color:#CC3300;
	color:#FFFFFF;
	font-size:16px;
	border:0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor:pointer;
}


/*********精彩回顾*********/
.splGallery{
	margin:0;
	background-color:#FFF3E1;
	border-radius: 10px 10px 10px 10px;
	padding:10px 0;
}
.splFla{
	display:inline;
	padding:10px;
	width:200px;
	height:260px;
	float:left;
	margin:10px 5px;
}
.meetGallery{
	display:inline;
	padding:10px;
	width:200px;
	height:280px;
	float:left;
	margin:10px 5px;
}
.splFla img{
	width:200px;
	height:113px;
	border:0;
}
.meetGallery img{
	width:200px;
	height:130px;
	border:0;
}
.splFla h4,
.meetGallery h4{
	margin:0;
	padding:10px 0;
	font-size:16px;
}
.splFla p{
	margin:10px 0;
	font-size:14px;
	line-height:20px;
}
.meetGallery p{
	margin:10px 0;
	font-size:12px;
}
.wrapCon div.dash{
  display:block;
  height:2px;
  border-bottom:1px dashed #333333;
  clear:both;
}



/********footer********/
.footer{
	background: none repeat scroll 0 0 #666;
	border-top:5px solid #49981F;
    color: #fff;
}
.footer .footerNav a:hover,.footer .footerNav a:active,.footer .footerNav a:focus{
  color:#49981F;
  text-decoration:underline;
}
/* ~~ 其它浮动/清除类 ~~ */
.go-top {
	background: url("../images/backtop.png") no-repeat scroll 0 0 transparent;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.fll{
	float:left;
}
.flr{
	float:right;
}
.caseItem{
	display:inline;
	margin:0 0 0 10px;
	padding:0 10px;
	border-radius:4px;
	color:#FFFFFF;
	font-size:12px;	
}
.wrap01 .caseItem{
	background-color:#297CA5;
}
.wrap02 .caseItem{
	background-color:#4E7300;
}
.wrap03 .caseItem{
	background-color:#AA6600;
}
.caseItem a:link,.caseItem a:visited{
	text-decoration:underline;
}
.caseItem a:hover,.caseItem a:active,.caseItem a:focus{
	text-decoration:none;
}
.red{
	color:#8A0000;
}
/********右侧浮动导航*********/
.fltNav{
	background-color:#2E6013;
	display: block;
	width: 140px;
	height:auto;
	padding-bottom:5px;
	left:auto;
	position: fixed!important;
	_position:absolute;
	_top:expression(offsetParent.scrollTop+540);
	top:350px;
	right:0px;
	font-size:16px;
	color:#FFFFFF;
	border-top:1px solid #552200;
}
.fnav{
	margin:1px 0;
	padding:5px 10px 5px 30px;
	background-color:#49981F;
}

.fltNav a:link,.fltNav a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.fltNav a:hover,.fltNav a:active,.fltNav a:focus{
	color:#FFFFFF;
	text-decoration:none;
}


/********年会动态**********/
.listContent h2{
	margin:0px 0 20px 0;
	padding:5px 0;
	border-bottom:4px solid #9C0E0E;
	color:#333;
	position:relative;
	overflow:hidden;
	font-size:34px;
	line-height:40px;
	height:40px;
}
.listContent h4{
	font-size:18px;
	margin:10px 0;
	padding:0;
	color:#666;
}
.listContent ul{
	display:block;
	line-height:48px;
	list-style:none;
}
.listContent li{
	border-bottom:1px dashed #900;
}
.listContent span.newsdate{
	float:right;
}
.listContent table{
    margin: 0 0;
	border-collapse: collapse;
	border:0px solid #CCC;
	background-color:#fff;
	font-size:14px;
	line-height:28px;
}
.listContent table.meetingDownload{
	background-color:#FFEACA;
}
.listContent td,.listContent th{
	border-bottom:1px dashed #CCC;
	padding:10px 10px;
}
.meetingDownload td,.meetingDownload th{
	border-bottom:1px dashed #900;
}
.listContent a:link,.listContent a:visited{
	text-decoration:none;
	color:#990000;
}
.meetingDownload h4{
	font-size:16px;
	font-style:normal;
	font-weight:100;
	margin:0;
}
.listContent a:hover,.listContent a:active{
	text-decoration:underline;
	color:#CC0000;
}
.pageNum span{
	background-color:#900;
	border:1px solid #CC3300;
}
.pageNum a:link,.pageNum a:visited{
	border:1px solid #CC3300;
}
.pageNum a:hover,.pageNum a:active,.pageNum a:focus{
  background-color:#FFF0E1;
}
.pollContent{
	background-color:#FFF;
	position:relative;
	display:block;
	width:920px!important;
	width:916px;
	height:auto;
	padding:0!important;
	padding:0 0 0 4px;
}
.pollContent h2{
	font-size:20px;
	color:#666;
	padding:5px 0;
	border-bottom:4px solid #9C0E0E;
	position:relative;
}
.pollContent ul{
	margin:0 15px 0 15px;
	list-style:none;
	line-height:200%;
	font-size:14px;
}
/******企业投票********/
.pollCompany{
	margin:10px 6px!important;
	margin:10px 5px;
	padding:0;
	display:inline;
	width:139px;
	height:180px;
	border:1px solid #CCC;
	float:left;
	text-align:center;
	background-color:#FFF;
}

.comLogo{
	width:120px;
	height:50px;
	border:1px solid #EEE;
	margin:8px;
	padding:0;
}
.comLogo img{
	width:120px;
	height:50px;
}
.brandName{
	margin:0 0 10px 0;
	padding:0 10px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	width:120px;
	overflow:hidden;
	word-break:break-all;
	white-space:nowrap;
	-o-text-overflow: ellipsis;    /* Opera */
	text-overflow: ellipsis;    /* IE, Safari (WebKit) */
}
.pollCompany .voteCount{
	margin:10px 0 5px 0;
	color:#CC6600;
}
.pollCompany .poll{
	margin:10px 0 5px 0;
	padding:5px;
	display:block;
}
.totalComm{
	color:#999999;
	font-size:12px;
}

.totalComm a:link,.totalComm a:visited{
	color:#999999;
}
.totalComm a:hover,.totalComm a:active,.totalComm a:focus{
	text-decoration: underline;
	color:#CC0000;
}
/*******精英投票*********/
.pollPeople{
	margin:20px 12px!important;
	margin:20px 11px;
	padding:0;
	display:inline;
	width:160px;
	height:274px;
	border:0px solid #CCC;
	float:left;
	text-align:center;
	background-color:#FFF;
	color:#666666;
}
.pollPeople a:link,.pollPeople a:visited{
	color:#333333;
	text-decoration:none;
}
.pollPeople a:hover,.pollPeople a:active{
	color:#CC0000;
	text-decoration:underline;
}
.peoImg img{
	width:160px;
	height:160px;
}

.peoName{
	margin:10px 0 5px 0;
	font-size:14px;
	width:160px;
	overflow:hidden;
	word-break:break-all;
	white-space:nowrap;
	-o-text-overflow: ellipsis;    /* Opera */
	text-overflow: ellipsis;    /* IE, Safari (WebKit) */
}
.comName{
	width:160px;
	overflow:hidden;
	word-break:break-all;
	white-space:nowrap;
	-o-text-overflow: ellipsis;    /* Opera */
	text-overflow: ellipsis;    /* IE, Safari (WebKit) */
}
.pollPeople .voteCount{
	margin:5px 0 5px 0;
	color:#B81010;
}
/*******营销创新*********/
.pollInnovation{
	width:270px;
	height:280px;
	margin:10px 18px!important;
	margin:10px 17px;
	display:inline;
	background-image:url(../images/inno_bg.png);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
}
.pollInnovation img{
	margin:8px 5px 0 0;
	width:250px;
	height:188px;
}
.pollInnovation p{
	margin:0;
	padding:0;
}
.innoImg{
	position:relative;
}
.innoTitle,.innoTitle2{
	padding:5px 10px;
	display:block;
	width:230px;
	height:40px;
	line-height:20px;
	font-size:16px;
	color:#FFFFFF;
	background:rgba(153, 0, 0, 0.9)!important;
	background-color:#990000;
	filter:Alpha(opacity=90);
	position:absolute;
	top:146px;
	left:7px!important;
	left:0px;
	text-align:center;
}
.innoTitle{
	overflow:hidden;
	word-break:break-all;
	white-space:nowrap;
	-o-text-overflow: ellipsis;    /* Opera */
	text-overflow: ellipsis;    /* IE, Safari (WebKit) */
}
.innoTitle strong{
	font-family: "Microsoft YaHei", Verdana, Arial, Helvetica;
	font-weight:bold;
}
.innoTitle2 a:link, .innoTitle2 a:visited,
.innoTitle a:link, .innoTitle a:visited{
	color:#FFFFFF;
}

.innoTitle2 a:hover, .innoTitle2 a:active,
.innoTitle a:hover, .innoTitle a:active{
	color:#CCC;
}
.pollContent .voteCount{
	margin:5px 0 0 0;
	color:#B81010;
}
/**********获奖页面*************/
.medal{
	position:absolute;
	background-image:url(../images/medal.gif);
	background-repeat:no-repeat;
	display:block;
	width:45px;
	height:70px;
}
.pollPeople,
.pollInnovation,
.pollCompany{
	position:relative;
}
.pollCompany .medal{
	right:5px;
	bottom:-20px;
}
.pollInnovation .medal{
	right:15px;
	bottom:10px;
}
.pollPeople .medal{
	right:-5px;
	top:120px;
}
/********按钮************/
.pollCompany .poll input{
	width:70px;
	height:20px;
	border:0px;
	background-image:url(../images/button_2_bg.gif);
	background-repeat:no-repeat;
	color:#333333;
}
.poll{
	margin:5px 0 0 0!important;
	margin:2px 0 0 0;
	padding:0;
	/*display:none;*/
}
.poll input{
	margin:0;
	padding:0;
	color:#FFFFFF;
	width:80px;
	height:20px;
	border:0px;
	background-image:url(../images/button_bg.gif);
	background-repeat:no-repeat;
	/*display:none;*/
}
.pollContent .baiduShareTo{
	margin:10px;
	padding:5px;
	display:block;
	border:0px;
	border-top:1px dashed #CCC;
}
/**********在线报名***********/
.regForm{
	margin:0px auto 20px auto;
	border-bottom:1px dashed #CC3300;
}
.formList {
	display:block;
}
.formList a:link, .formList a:visited {
	color:#006699;
}
.int {
	margin:0;
	padding:5px;
	font-size:14px;
}
.int i {
	margin:0;
	display:inline;
	padding:6px;
	height:20px;
	line-height:20px;
	color:red;
	font-size:14px;
	font-style:normal;
}
.int label {
	display:inline-block;
	height:20px;
	line-height:20px;
	width:250px;
	padding:6px 0;
	text-align:right;
}
.int textarea{
	display:inline-block;
	position:relative;
	width:400px;
	height:auto;
	padding:5px 10px;
	border:1px solid #FFCE9D;
	font-size:14px;
	color:#999;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-transition: box-shadow 0.30s ease-in-out;   /*只让box-shadow属性做过渡效果！*/
	-moz-transition:  box-shadow 0.30s ease-in-out;      /*firefox*/
	vertical-align:middle;
}
.int input {
	display:inline-block;
	position:relative;
	width:400px;
	height:20px;
	padding:5px 10px;
	border:1px solid #FFCE9D;
	font-size:14px;
	color:#999;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-transition: box-shadow 0.30s ease-in-out;   /*只让box-shadow属性做过渡效果！*/
	-moz-transition:  box-shadow 0.30s ease-in-out;      /*firefox*/
}
.int button {
	vertical-align:middle;
}
.int textarea:focus,
.int input:focus {
	outline:none;
	border:1px solid #FF6600;
	box-shadow: 0 0 8px rgba(255, 102, 0, 0.5);
	background-color:#FFF8EC;
}
.int img.authImg {
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	height:30px;
	width:100px;
}
.tipIcon {
	display:none;
	position:absolute;
}
.subDiv{
	text-align:center;
}
.regForm .subDiv input{
	display:block;
	margin-left:240px;
	padding:10px 50px;
	width:150px;
	background-color:#CC3300;
	color:#FFFFFF;
	font-size:16px;
	border:0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor:pointer;
}
.subDiv input:hover{
	background-color:#990000;
}
/* poptip */
.qpoptip{
	position:static;
	margin-left:110px;
	padding:5px 5px;
	width:310px;
	line-height: 16px;
	font-size: 12px;
	border-radius: 2px;
	box-shadow: 0 0 3px #ddd;
	display:none;
}
.loginForm .poptip {
	position:static;
	margin-left:112px;
	padding:5px 5px;
	width:260px;
	line-height: 16px;
	font-size: 12px;
	border-radius: 2px;
	box-shadow: 0 0 3px #ddd;
}
.loginForm .int input{
	width:250px;
}
.changeEmail .poptip {
	position: absolute;
	top:0px;
	left:620px;
	padding: 0px 5px;
	line-height: 16px;
	font-size: 12px;
	border-radius: 2px;
	box-shadow: 0 0 3px #ddd;
	display:none;
}
.poptip {
	position: absolute;
	top:8px;
	left:450px;
	padding: 6px 10px 5px;
	line-height: 16px;
	font-size: 12px;
	border-radius: 2px;
	box-shadow: 0 0 3px #ddd;
	display:none;
}
.show {
	display:block;
}
.blue {
	background-color: #F0F9FD;
	border: solid 1px #A4DCF4;
	color: #333;
}
.regForm .red {
	background-color: #FFFCEF;
	border: solid 1px #FFBB76;
	color: #DB7C22;
	left:475px;
}
.poptip-arrow {
	position: absolute;
	overflow: hidden;
	font-style: normal;
	font-family: simsun;
	font-size: 12px;
	text-shadow:0 0 2px #ccc;
}
.poptip-arrow em, .poptip-arrow i {
	position: absolute;
	left:0;
	top:0;
	font-style: normal;
}
.poptip-arrow em {
	color: #A4DCF4;
}
.poptip-arrow i {
	color: #F0F9FD;
	text-shadow:none;
}
.regForm .red .poptip-arrow em {
	color: #FFBB76;
}
.regForm .red .poptip-arrow i {
	color: #FFFCEF;
	text-shadow:none;
}
.poptip-arrow-top, .poptip-arrow-bottom {
	height: 6px;
	width: 12px;
	left:12px;
	margin-left:-6px;
}
.poptip-arrow-left, .poptip-arrow-right {
	height: 12px;
	width: 6px;
	top: 12px;
	margin-top:-6px;
}
.poptip-arrow-top {
	top: -6px;
}
.poptip-arrow-top em {
	top: -1px;
}
.poptip-arrow-top i {
	top: 0px;
}
.poptip-arrow-bottom {
	bottom: -6px;
}
.poptip-arrow-bottom em {
	top: -8px;
}
.poptip-arrow-bottom i {
	top: -9px;
}
.poptip-arrow-left {
	left:-6px;
}
.poptip-arrow-left em {
	left:1px;
}
.poptip-arrow-left i {
	left:2px;
}
.poptip-arrow-right {
	right:-6px;
}
.poptip-arrow-right em {
	left:-6px;
}
.poptip-arrow-right i {
	left:-7px;
}
.sj{
	text-indent:5em;
}
