@charset "utf-8";
/* CSS Document */

body {
	background-color:#0EA1E9;
	background-image:url(../images/bg02.jpg);
	background-repeat:no-repeat;
	background-position:50% 1px;
}

.containerBg{
	position:absolute;
	top:29px;
	left:0;
	display:block;
	z-index:-999;
	background: url(../images/bg02.jpg) 0 0 repeat-x;
	margin:0;
	padding:0;
}
.containerBg img{
	display:block;
	margin-top:0px;
	width:100%;
	min-width:1600px;
	height:auto;
}
.splHd .wrap{
	width:1000px;
}

.splHd .wrap img{
	width:1000px;
	height:508px;
	margin:auto;
}
.container{
	width: 1000px;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
	border:0px solid #FFF;
	background-color:transparent;
	padding:0px;
}

/* ~~ 头部 ~~ */
.splHd {
	display:block;
	height:auto;
	text-align:center;
}

/* ~~ 首页内容页 ~~ */

.fla strong{
	margin:10px 0;
	line-height:28px;
	font-size:16px;
}

.fla p{
	margin:10px 0;
	font-size:14px;
	line-height:24px;
}

h2{
	margin:0;
	padding:0;
	height:60px;
	line-height:60px;
	color:#6C5700;
	font-size:34px;
	font-weight:100;
	display:block;
	width:auto;
	background-color:#F7C600;
	position:relative;
	text-align:center;
}
h2 i{
	display:block;
	width:1000px;
	height:18px;
	background-image:url(../images/h2_bg.png);
    background-position: 100% 0%;
    background-repeat: no-repeat;
	position:absolute;
	top:60px;
}

.wrapCon{
	display:block;
	margin:0 20px;
	padding:10px 20px;
	background-color:#0460A0;
	color:#FFF;
}
.wrapCon a:link, .wrapCon a:visited{
	color:#6C5700;
}
.wrapCon a:hover, .wrapCon a:active, .wrapCon a:focus{
	color:#403300;
	text-decoration:underline;
}

.splArticle{
	margin:10px 0;
	padding:0;
	width:920px;
}

.splArticle .fla{
	display:inline;
	padding:10px;
	width:210px;
	height:500px;
	float:left;
	margin:0;
}
.c01{
	background-color:#15BAF0;
}
.c02{
	background-color:#007CBF;
}
.c03{
	background-color:#BE9EDE;
}
.c04{
	background-color:#9966CC;
}

.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;
}

/*********难题怎么解**********/
.warp{
	margin:10px 0;
	padding:20px;
	background-color:#B0E3F9;
	text-align:center;
}
.title p,
.atcNote p{
	color:#fff;
	font-weight:100;
	font-size:16px;
	line-height:24px;
	text-align:left;
	margin-bottom:20px;
}
.splArticle .atcNote a:link, .splArticle .atcNote a:visited{
	color:#F7C600;
}
.splArticle .atcNote a:hover,.splArticle .atcNote a:active,.splArticle .atcNote a:focus{
	color:#CCA400;
}

.warp .atcNote p{
	color:#045F9F;
}

.imgMap{
	position:relative;
	display:block;
}
#map01,#map02,#map03{
	display:block;
	height:90px;
	position:absolute;
	left:80px;
	z-index:99;
	cursor:help;
}

#map01{
	top:143px;
}

#map02{
	top:263px;
}

#map03{
	top:365px;
}
#item01,#item02,#item03{
	display:block;
	width:660px;
	height:auto;
	position:absolute;
	left:93px;
	padding:20px;
	background-color:#0460A0;
	-moz-opacity:.85;
	filter:alpha(opacity=85);
	opacity:.85;
	text-align:left;
	z-index:999;
	display:none;
}
#item01{
	top:215px;
}
#item02{
	top:340px;
}
#item03{
	top:445px;
}
.feat,
.data{
	margin-top:20px;
	float:left;
	display:inline;
}
.title{
	display:block;
	text-align:center;
	padding:60px 40px 10px 40px;
}
.title h4{
	font-size:28px;
	margin:0;
	padding:0;
}
.title p{
	margin-top:20px;
}

.barrel, .nobarrel{
	display:block;
	float:left;
}
.barrel{
	background-color:#0097E8;
}
.nobarrel{
	background-color:#8040BF;
}
.barrel h4, .nobarrel h4{
	font-size:24px;
	margin:0;
	padding:0;
	text-align:center;
	font-weight:100;
	height:60px;
	line-height:60px;
}
.features{
	display:block;
	position:relative;
	padding:0 20px;
	text-align:left;
}

.cols2 .features img{
	width:130px;
	height:130px;
}
.cols2 .features h4{
	margin:0;
}
.cols2 .features p{
	position:absolute;
	font-size:14px;
	line-height:24px;
	margin:0;
	padding:0 10px 0 150px;
	top:0;
}
/******** *一列 ***********/
.cols1{
	display:block;
	margin:10px 0;
	padding:20px;
	background-color:#FFFFFF;
	border-bottom:1px dashed #333;
}
.cols1 h4{
	font-size:22px;
	margin:0 10px 20px 10px;
	padding:0;
}
.cols1 p{
	margin:10px;
}
.cols1 img{
	display:block;
	width:400px;
	height:260px;
	margin:0;
	border:none;
}
.cols1.colvideo img{
	display:block;
	width:200px;
	height:130px;
}

.cols1 img.fll{
	margin-right:20px;
}
.cols1 img.flr{
	margin-left:20px;
}
/*********两列***********/
.cols2{
	display:inline;
	width:455px;
	margin:0;
	padding:0;
	background-color:#B0E3F9;
	text-align:center;
}
.data .cols2{
	height:460px;
}
.feat .cols2{
	height:230px;
}
.cols2 h4{
	font-size:24px;
	font-weight:100;
	margin:0 0 20px 0;
	padding:0 0 0 40px;
	background-color:#0097E8;
	height:60px;
	line-height:60px;
	text-align:left;
	position:relative;
}

.cols2 h4 a:link,.cols2 h4 a:visited{
	color:#fff;
	text-decoration:none;
	display:block;
}
.cols2 h4 a:hover,.cols2 h4 a:active,.cols2 f4 a:focus{
	color:#B0E3F9;
}
.cols2 img{
	width:400px;
	height:260px;
	border:none;
}
.cols2 p{
	margin:10px 20px;
	font-size:14px;
	line-height:24px;
	color:#045F9F;
	text-align:left;
}
.more{
	display:block;
	width:18px;
	height:32px;
	background-image:url(../images/more.png);
	background-repeat:no-repeat;
	position:absolute;
	top:15px;
	right:20px;
}
.cols2 h4 a:hover .more{
	background-image:url(../images/more2.png);
	background-repeat:no-repeat;
}
.video{
	display:block;
	width:600px;
	height:360px;
	text-align:center;
	margin:40px auto;
}
.video img{
	display:block;
	width:600px;
	height:360px;
}
.video h4{
	margin:10px 0;
	padding:0;
	font-size:18px;
	font-weight:100;
}
/*********三列***********/
.cols3{
	display:inline;
	width:300px;
	height:auto;
	margin:10px 0;
	padding:0px;
	background-color:#F9F9F2;
	text-align:center;
}
.cols3 h4{
	font-size:20px;
	font-weight:100;
	margin:10px 0 20px 0;
	padding:10px 20px;
	background-color:#03B9F7;
	color:#FFFFFF;
	width:200px;
	height:auto;
	display:inline-block;
}
.cols3 h4 a:link,.cols3 h4 a:visited{
	color:#FFFFFF;
}
.cols3 img{
	display:block;
	width:300px;
	height:180px;
	border:none;
}

.cols3.fll{
	margin-right:10px;
}




/*********精彩回顾*********/
.splGallery{
	margin:0;
	background-color:#FFF3E1;
	border-radius: 10px 10px 10px 10px;
	padding:10px 0;
}
.splFla{
	display:inline;
	padding:10px 15px;
	width:200px;
	float:left;
	margin:0;
	text-align:center;
}
.meetGallery{
	display:inline;
	padding:10px;
	width:200px;
	height:280px;
	float:left;
	margin:10px 5px;
}
.splFla img{
	width:150px;
	height:150px;
	border:0;
}
.meetGallery img{
	width:200px;
	height:130px;
	border:0;
}

.splFla h4,
.meetGallery h4{
	margin:0;
	padding:10px 0;
	font-size:24px;
	text-align:center;
}
.fla h4{
	margin:0;
	padding:10px 0;
	font-size:24px;
	text-align:left;
	font-weight:100;
}
.splFla p{
	margin:0 0 20px 0;
	font-size:14px;
	line-height:20px;
	text-align:center;
}
.meetGallery p{
	margin:10px 0;
	font-size:12px;
}
.wrapCon div.dash{
  border-bottom:1px dashed #333333;
}



/********footer********/
.footer{
	background: none repeat scroll 0 0 #0460A0;
	border-top:0px solid #03B9F7;
    color: #fff;
	margin:20px 0 0 0;
}
.footer .footerNav a:hover,.footer .footerNav a:active,.footer .footerNav a:focus{
  color:#03B9F7;
  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: url("../images/floatbg.png") no-repeat scroll 0 133px transparent;
	display: block;
	width: 140px;
	height:auto;
	padding:0 0 15px 0;
	left:auto;
	position: fixed!important;
	_position:absolute;
	_top:expression(offsetParent.scrollTop+540);
	top:465px;
	right:0px;
	font-size:16px;
	color:#6C5700;
}
.fnav{
	margin:1px 0;
	padding:5px 10px 5px 20px;
	background-color:#F7C600;
	height:22px;
}
h2 a:link, h2 a:visited,
.fltNav a:link,.fltNav a:visited{
	color:#6C5700;
	text-decoration:none;
}
h2 a:hover, h2 a:active, h2 a:focus,
.fltNav a:hover,.fltNav a:active,.fltNav a:focus{
	color:#403300;
	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;
}

