html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background-color: #fff;
	color: #444;
	font: 13px Tahoma, Geneva, sans-serif;
	margin: 0 auto;
	text-align: left;
}
input[type=text],input[type=password],select{
	border-radius: 1px;
	padding: 0px 6px;
	font-size: 12px;
	color: #555;
	border: solid 1px #C8C8C8;
	height: 24px;
}
select{
	height:auto;
}
#content {
	/*background: url('../img/content_bg.png') repeat-x*/;
	width: 960px;
	line-height: 18px;
	margin: 0 auto;
	min-height: 540px;
	padding: 0 0 13px 0;
	*zoom: 1
}

#content:after {
	content: " 0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

.container {
	margin: 0 auto;
	width: 942px;
}
button{
	cursor:pointer;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}

ol,ul {
	list-style: none;
}

ul {
	list-style: square;
}
li{
	list-style: none;
}

.icon {
	background: url("../img/icons.png") no-repeat;
	
}
.button {
  background: url("../img/buttons.png")
}
header {
	display: block;
	min-width: 984px;
	position: relative;
	background: url("../img/header_bg.png");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
}

header .container {
	height: 40px;
	position: relative;
}

header .logo {
	display: block;
	position: relative;
	width: 210px;
}

header .logo img {
	display: block;
	position: absolute;
	top: 18px;
}

header .right{
	float: right;
	width: 263px;
	padding: 10px 0 0 0;
}
header .right span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 0 2px 3px;
	overflow: hidden;
}

header .right .lang{
	padding-left: 50px;
}

header .right .lang ul li{
	width:50px;
	float:left;
	text-align:center;
	height: 22px;
  line-height: 22px;
}
header .right .lang ul li a{
  color:#adadad;
}

header .right .lang ul li.active{
	background-color: #4088c0;

}
header .right .lang ul li.active a{
  color:#fff;	
}

    #outer {
      position: relative;
			/*width: 98px;*/
			height: 714px;
			/*padding: 10px 10px 0 132px*/;
			float: left;
    }
    #ad_agenda {
		background:url(../img/agenda_ad.png) no-repeat ;
      position: absolute;
      width: 130px;
		top: 4px;
		margin: 0;
		/*height: 400px;*/
		height: 410px;
    }
	
	#ad_agenda ul{
		margin: 10px 0 5px 10px;
		font-size: 12px;
		color: #999;
		line-height: 15px;
		float: left;
	}
	
	#ad_agenda ul a{
		color: #999;
	}
	#ad_agenda ul a:hover {
		text-decoration: underline;
	}
	#ad_agenda ul li{
		/*list-style:inside*/
	}
	#ad_agenda ul .agenda_hd{
		list-style: none;
padding: 9px 12px;
font-size: 14px;
		
	}
	
	#ad_agenda ul .agenda_hd a{
		color: #4088C0;
font-weight: bold;
	}

#agenda_grid{
	padding: 0;
}
#href_agenda{
	height: 86px;
	width: 87px;
	cursor: pointer;
	margin: 0 20px;
}

nav[role=navigation] {
	display: block;
	margin-bottom: 1px;
	min-width: 984px;
	position: relative;
	z-index: 3100;
	background: url("../img/nav_bg.png");
	height: 20px;
}

nav[role=navigation]>ul {
	position: relative;
	left: -5px
}

nav[role=navigation] ul,.info-nav {
	margin: 0 auto;
	list-style: none;
}

nav[role=navigation] ul li,.info-nav li {
	display: inline-block;
	float: left;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	z-index: 5000;
	border-right: 1px solid #5BB8EC;
	border-left: 1px solid #236595;
}

nav[role=navigation] ul li:first-child {
	border-left: 0px;
}

nav[role=navigation] ul li:last-child {
	border-right: 0px;
}

nav[role=navigation] ul li .dropdown,.info-nav li .dropdown {
	/*background-color: #f48f2c;*/
	background-color:#888888;
	border-bottom: 1px solid rgba(35, 35, 35, 0.2);
	box-shadow: 4px 4px 0 0 rgba(35, 35, 35, 0.1);
	display: none;
	left: 0;
  padding: 6px 11px;
	position: absolute;
	top: 40px;
	/*width: 250px*/;
	z-index: 9999;
	border-bottom: 1px solid rgba(35, 35, 35, 0.2);
}

nav[role=navigation] ul li .dropdown ul,.info-nav li .dropdown ul {
	width: 100%;
	list-style-type: none;
}

nav[role=navigation] ul li .dropdown li,.info-nav li .dropdown li {
	display: block;
	float: none;
	font-size: inherit;
	line-height: 24px;
	margin: 0;
	padding: 0;
	z-index: auto;
	border: 0px;
}

nav[role=navigation] ul li .dropdown li a,.info-nav li .dropdown li a {
	border-bottom: 0;
	color: #fff;
	display: block;
	font-size: 12px;
	width: 333px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	position: static;
	text-shadow: 0 0 transparent;
}

nav[role=navigation] ul li .dropdown li:hover,.info-nav li .dropdown li:hover
	{
	background: transparent
}

nav[role=navigation] ul li .dropdown a:hover,.info-nav li .dropdown a:hover
	{
	background: transparent;
	color: #4088c0;
	text-decoration: none
}

#ddSummit a{
	width:400px;
}
#ddTechnology a{
  width:480px;
}
#ddInvestment a{
	width:180px;
}
nav[role=navigation] ul .meta-links,.info-nav .meta-links {
	border-top: 1px solid #fff;
	box-shadow: 0 -1px 0 0 #cccccc;
	margin-top: 4px;
	padding-top: 1px
}

nav[role=navigation] ul a,.info-nav a {
	border-bottom: 1px solid transparent;
	color: #FFF;
	/*text-align: center*/;
	width: 240px;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	margin-top: 0px;
	margin-bottom: -2px;
	padding: 5px 0 6px 0px;
	position: relative;
	display: inline-block;
	text-shadow: 0 0 0 transparent, 0 1px rgba(29, 29, 29, 0.2);
}

*+html nav[role=navigation] ul a,.info-nav a {
	height: 29px;
}

#searcher{
	padding: 7px 0 2px;
  float: right;
}
#searcher input{
	width: 98px;
	background-position: 83px -160px;
	background-color: white;
}
.ico_nav {
	width: 26px;
	height: 23px;
	float: left;
	margin: 3px 10px;
}

.ico_nav_home {
	background-position: -1px -65px;
}

.btn_nav.active .ico_nav_home, .btn_nav:hover .ico_nav_home {
	background-position: -1px -39px;
}

.ico_nav_exhi {
	background-position: -27px -65px;
}

.btn_nav.active .ico_nav_exhi, .btn_nav:hover .ico_nav_exhi {
	background-position: -27px -39px;
}

.ico_nav_tech {
	background-position: -53px -64px;
}

.btn_nav.active .ico_nav_tech, .btn_nav:hover .ico_nav_tech {
	background-position: -53px -38px;
}

.ico_nav_conf {
	background-position: -79px -65px;
}

.btn_nav.active .ico_nav_conf, .btn_nav:hover .ico_nav_conf {
	background-position: -79px -39px;
}

.ico_nav_inve {
	background-position: -182px -65px
}

.btn_nav.active .ico_nav_inve, .btn_nav:hover .ico_nav_inve {
	background-position: -182px -40px;
}

.ico_nav_past {
	background-position: -131px -65px;
}

.btn_nav.active .ico_nav_past, .btn_nav:hover .ico_nav_past {
	background-position: -131px -39px;
}

.ico_nav_part {
	background-position: -157px -65px;
}

.btn_nav.active .ico_nav_part, .btn_nav:hover .ico_nav_part {
	background-position: -157px -39px;
}

.btn_nav {
	font: 15px Calibri, Arial, sans-serif;
	/* Overriding the default underline styling of the links */
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	cursor: pointer;
	padding: 10px 20px;
	background-repeat: no-repeat;
	/* The following two rules are fallbacks, in case
     the browser does not support multiple backgrounds. */
	background-position: bottom left;
	/* Multiple backgrounds version. The background images
     are defined individually in color classes */
	background-position: bottom left, top right, 0 0, 0 0;
	/* Animating the background positions with CSS3 */
	/* Currently works only in Safari/Chrome */
	-webkit-transition: background-position 4s;
	-moz-transition: background-position 4s;
	transition: background-position 4s;
	background-image: url('button_bg.png'), url('button_bg.png');
}

.btn_nav.active,.btn_nav:hover {
	/* The first rule is a fallback, in case the browser
     does not support multiple backgrounds
  */
  	/*background-color:#F48F2C;*/
	background-color:#888888;
	background-position: top left;
	background-position: top left, bottom right, 0 0, 0 0;
	background-image: url('button_bg.png'), url('button_bg.png'),
		-moz-radial-gradient(center bottom, circle, #888888 0, #9e9e9e 100px),
		-moz-linear-gradient(#888888, #9e9e9e);
	background-image: url('button_bg.png'), url('button_bg.png'),
		-webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(#888888),
		to(#9e9e9e) ), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#888888),
		to(#9e9e9e) );
	/*
	background-image: url('button_bg.png'), url('button_bg.png'),
		-moz-radial-gradient(center bottom, circle, #f3871e 0, #f59d47 100px),
		-moz-linear-gradient(#f3871e, #f59d47);
	background-image: url('button_bg.png'), url('button_bg.png'),
		-webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(#f3871e),
		to(#f59d47) ), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3871e),
		to(#f59d47) );
	*/
}

/*
nav[role=navigation] ul li a:hover ,.info-nav li a:hover, ul li a.button {
	background-position: bottom left, top right, 0 0, 0 0;
	background-clip: border-box;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 1px #fff inset;
	-webkit-box-shadow: 0 0 1px #fff inset;
	box-shadow: 0 0 1px #fff inset;
	
	-webkit-transition: background-position 4s;
	-moz-transition: background-position 4s;
	transition: background-position 4s;
	background-image: 
    url('button_bg.png'), 
    url('button_bg.png'),
		-webkit-gradient(
	     radial, 50% 100%, 0, 50% 100%, 100, 
		   from(rgba(232, 189,45, 1) ), 
		   to(rgba(232, 189, 45, 0) ) 
	   ),
		-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f) );
	background-position: top left;
  background-position: top left, bottom right, 0 0, 0 0;
}









*/
nav[role=navigation] ul li:hover div,.info-nav li:hover div {
	display: block
}

nav[role=navigation] .search-container {
	*zoom: 1;
	display: block;
	float: right;
	padding: 7px 0;
	position: relative
}

nav[role=navigation] .search-container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

nav[role=navigation] .search-container input {
	border-color: #fff;
	float: left;
	margin-right: 10px;
	padding-top: 6px;
	width: 150px
}

nav[role=navigation] .search-container button[type=submit] {
	background: #705536
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat,
		-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8a6741),
		color-stop(100%, #705536) ), #705536
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat, -webkit-linear-gradient(#8a6741, #705536), #705536
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat, -moz-linear-gradient(#8a6741, #705536), #705536
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat, -o-linear-gradient(#8a6741, #705536), #705536
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat, linear-gradient(#8a6741, #705536), #705536
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat;
	border: 0;
	float: right;
	height: 30px
}

nav[role=navigation] .search-container button[type=submit]:hover,nav[role=navigation] .search-container button[type=submit]:focus
	{
	background: #634b30
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat,
		-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7d5d3b),
		color-stop(100%, #634b30) ), #634b30
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat, -webkit-linear-gradient(#7d5d3b, #634b30), #634b30
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat, -moz-linear-gradient(#7d5d3b, #634b30), #634b30
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat, -o-linear-gradient(#7d5d3b, #634b30), #634b30
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat, linear-gradient(#7d5d3b, #634b30), #634b30
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-697px no-repeat
}

nav[role=navigation] .search-container button[type=submit]:active {
	background: #705536
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-696px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-696px no-repeat,
		-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #634b30),
		color-stop(100%, #7d5d3b) ), #705536
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-696px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-696px no-repeat, -webkit-linear-gradient(#634b30, #7d5d3b), #705536
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-696px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-696px no-repeat, -moz-linear-gradient(#634b30, #7d5d3b), #705536
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-696px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-696px no-repeat, -o-linear-gradient(#634b30, #7d5d3b), #705536
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-696px no-repeat;
	background:
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-696px no-repeat, linear-gradient(#634b30, #7d5d3b), #705536
		url('http://0.envato-static.com/images/buttons-8a861acb09.png') 7px
		-696px no-repeat
}

.box_have_border {
	border: 1px #cecece solid;
}

.left_box {
	float: left;
	width: 935px;
	margin: 4px 4px 0 0;
	background-color: #fff;
}

.right_box {
	float: right;
	width: 260px;
	margin: 4px 0 0 0;
	background-color: #fff;
}

.gallery_box {
	height: 301px;
	border: 0 1px 1px 0 #fff solid;
}

.login_box {
	height: 299px;
}
.box_have_border h2{
	font: 20px Calibri, Arial, sans-serif;
  font-weight: bold;
  color:#2a2a2a;
  padding-left: 15px;
padding-right: 20px;
 line-height: 42px;
height: 42px;
}
.login_form{
	background-image: url("../img/login_bg.png");
	color:#696969;
	height: 121px;
  padding: 11px 0px 0px 25px;
  line-height: 26px;
}
.login_form input{
	width: 203px;
}
.remember_form #btn_login{
	background-position: 0px 0px;
	border:0px;
	width:103px;
	height:36px;
}
.remember_form{
	background-image: url("../img/remember_bg.png");
	height: 41px;
	padding: 6px 0px 0px 0;
	line-height: 47px;
	text-align: center;
}
.remember-login{
	position: relative;
	zoom: 1;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 0 2px 3px;
	overflow: hidden;
	z-index: 5;
}
.remember-login input {
	vertical-align: middle;
	margin-right: 6px;
}
.remember-login label {
  vertical-align: middle;
}
.newsletter_form{
	background-color: #4088c0;
	height:83px;
}
.newsletter_email{
  position: relative;
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0 2px 3px;
  overflow: hidden;
  z-index: 5;
}
.newsletter_form h2{
	color:#fff;
	font-weight: normal;
}
.newsletter_form h2 span{
	 font-weight: bold;
}
.newsletter_form #email{
	margin-left: 10px;
	width: 148px;
}
.newsletter_form #btn_join{
	background-position: 0px -36px;
  border:0px;
  width:63px;
  height:36px;
}

h2 .linker{
	font-size: 18px;
font-weight: normal;
float: right;
color: #4088C0;
text-decoration: underline;
}
.blue{
	color:#4088c0;
}
.hightlight_box {
	height: 320px
}
.hightlight_box .hightlight{
	height: 125px;
	margin: 0 7px;
	border-bottom: 1px solid #CECECE;
	padding: 5px 0 0 10px;
}
.hightlight_box div{
	float:left;
}

.hightlight .article{
  padding:0 12px 0 19px;
}
.hightlight .article h1{
	font: 30px Calibri, Arial, sans-serif;
	font-weight: bold;
	color: #747474;
	line-height: 21px;
}
.hightlight .article h2{
  font: 18px Calibri, Arial, sans-serif;
  color: #747474;
  padding:5px 0px;
  line-height: 21px;
  height: 20px;
}
.hightlight .article p{
	width: 412px;
	color: #747474;
	padding:4px 0;
}

.hightlight_news{
	padding:14px 0 9px 16px
}
.hightlight_news .article{
	border-right: 1px solid #CECECE;
	width: 203px;
	margin: 3px 5px;
	height: 125px;
}
.hightlight_news .article p{
	color:#747474
}
.hightlight_news .last{
	border:0;
}
.hightlight_news .article h2{
	color: #4088C0;
	padding: 0px;
	line-height: 24px;
	font-size: 18px;
	height: 24px;
}

.hightlight_news .article h2 a{
  color: #4088C0;
}
.hightlight_news .article h2 a:HOVER{
	text-decoration: underline;
}

.hightlight_news .article img{
	float:left;
	
}
.hightlight_news .article h3{
	width: 107px;
	float: left;
	padding: 0 5px 5px 8px;
	font-weight: bold;
	font-size: 12px;
}

.hightlight_news .article .art{
	width: 108px;
	float: left;
	padding: 0 3px 5px 8px;
	font-size: 12px;
	height: 70px;
	overflow: hidden;
}



#tabs_organized{
	/*width:673px;*/
	width:940px
}
#tabs_organized ul{
	/*width: 673px;*/
	width:940px
}
#tabs_organized ul li{
	/*width: 187px;*/
	width:155px
}
#tabs_organized ul li a{
	width: 132px;
	text-align: center;
	font-size: 14px;
	padding: 5px 10px;
	font-family: 微软雅黑;
}

#tabs_organized ul .ui-tabs-selected a,#tabs_organized ul li a:hover {
	color:#4088c0;

}

#tabs_organized ul .last{
	border-right:0px;
}

#tabs_organized .logo{
	border: 0px;
	width: auto;
	padding: 11px 18px;
	float: left;
}

#tabs_organized .logo img{
	height: 41px; 
}
#tabs_organized .logo a{
	width:auto;
	padding: 12px 2px;
}

#organized a{
	padding: 9px;
	float: left;
	border-right: 1px solid #C4C4C4;
	margin-top: 15px;
	color:#444;
	font-size:12px;
}
#organized a:hover{
	color:#4088C0
}

#tabs_organized .logo a{
	width:auto;
	padding: 12px 2px;
	font-size: 14px;
}
.sponser_box {
	/*height: 298px;*/
}
.sponser_box ul{
	padding: 19px 5px;
height: 208px;
	overflow: hidden;
}
.sponser_box ul li{
	width: 112px;
	height: 48px;
	line-height: 47px;
	float: left;
	margin: 3px 5px;
	text-align: center;
	border: 1px solid #F3F3F3;
}
.sponser_box ul li img{
	max-width: 106px;
	
}
.slogan_box {
	height: 80px;
	width: 938px;
	float: left;
}

.techinfo_box {
	height: 125px;
}

.relation_box {
	height: 97px;
}

.download_box {
	height: 157px;
}
.download_box ul{
	padding: 4px 12px;
}
.download_box ul li{
  border-bottom: 1px solid #CCC;
  background-position: 211px -140px;
  /*line-height: 19px;*/
  line-height: 22px;
}

.download_box ul li.last{
	border:0px;
}
.download_box ul li a{
  color:#747474
}

.partner_box {
	background: url(../img/gp.png) no-repeat;
	height: 73px;
	width: 842px;
	float: left;
	margin-top: 4px;
	padding-left: 98px;
}

.partner_box .title{
	color: #4088C0;
	font-weight: bold;
	font-size: 14px;
	float: left;
	width: 100px;
	line-height: 74px;
	padding: 0 7px;
}
.partner_box .logo{
	padding:16px 10px
}

.partner_box .logo img{
	width:142px;
	padding-left: 15px;
}
#footer {
	background: url("../img/footer_bg.png");
	background-color: #4088c0;
	background-repeat: repeat-x;
	color:#d8eeff;
	height: 50px;
	font: 12px/22px tahoma, Geneva, sans-serif;
}

#footer .footer_menu{
	padding:10px 0;
}

#footer .footer_menu a{
	color:#d8eeff;
	text-decoration: underline;
}

#wowslider-container {
	margin:0;
	width: 675px;
	background: none;
}
#wowslider-images {
	left:auto;
	top:auto;
}

#wowslider-container .ws_bullets {
	/*top:auto;*/
	/*top: 255px;*/
}

.container .inner{
	border:1px solid #cecece;
	float: left;
	width:941px;
	margin-top:4px
}

.container .inner_left{
	float:left;
	
	border-right: 1px solid #CECECE;
	margin: 12px 0 0 0;
}
.container .inner_line{
	width:1px;
	height:830px;
	margin-top:10px;
	float:left;
	border-right: 1px solid #CECECE;
}
.container .inner_right{
  float:left;
  width: 232px;
  text-align: center;
  padding: 2px 15px;
}

.inner_right .title_bar{
	margin: 5px 6px;
	border-bottom: 1px solid #CCC;
	color: #747474;
	background-position: -1px -182px;
	padding-left: 38px;
	text-align: left;
	line-height: 18px;
	height: 37px;
}
.inner_right  h1{
	color:#2f2f2f;
	font-weight:bold;
	text-align:left;
}

.inner_right .order_bar{
	margin: 5px 6px;
	border-bottom: 1px solid #CCC;
	text-align: left;
	line-height: 18px;
	padding: 5px;
	padding-top: 0;
}

.inner_right .button_bar{
	margin: 5px 6px;
	text-align: left;
	line-height: 18px;
	padding: 5px;
	padding-top: 0;
}

.inner_right .button_bar h1{
	margin-bottom:10px;
}
.inner_right .button{
	background-position: 0 -103px;
	width: 192px;
	border: 0;
	height: 21px;
	cursor: pointer;
	margin-bottom: 5px;
	text-align: left;
	color: #737373;
	padding: 3px 2px 2px 23px;
}

.inner_right .ad_bar{
}

.inner_right .ad_bar li{
		padding: 2px;
}

.breadcrumbs{
	margin: 4px 16px 16px 16px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	color:#747474;
}

.breadcrumbs a{
	color:#747474;
}
.breadcrumbs a:HOVER{
  text-decoration: underline;
}
.inner_left .info_img{
  margin: 16px 16px 0 16px;
  text-align: center;
}
.inner_left .info_img a{
	color: white;
	position: relative;
	top: -32px;
	z-index: 1;
	left: 246px;
	line-height: 5px;
}
.inner_left .info_img a:HOVER{
	text-decoration: underline;
}
.inner_left .info_img li{
	float: left;
  padding: 1px 3px;
}

.inner_left .info_img li img{
	width:208px;
}

.inner_left .info_text{
	margin: 16px 0 16px 19px;
	float: left;
	color: #747474;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 20px;
	width: 900px
}

.inner_left .info_text h2{
	font-weight: bold;
	padding: 3px;
}
.inner_left .bar_box{
	margin: 4px 16px;
	float:left;
	background-color: #f6f6f6;
	border-left: 15px solid #4088C0;
	width:630px
}
.inner_left .bar_box h2{
	font-weight:bold;
	padding:5px 0;
}

.inner_left .gray_bg{
	margin: 4px 16px;
	padding:23px 35px;
  float:left;
	background-color: #f2f2f2;
	width: 576px;
	
	border-radius: 5px 5px;
}
.inner_left .gray_bg h1{
	color: #4088C0;
	font-size: 20px;
	height: 26px;
	padding: 21px 0 0 55px;
	margin-bottom: 13px;
}
.inner_left .gray_bg h2 {
	color: #4088C0;
	padding: 0px;
	line-height: 48px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.inner_left .gray_bg span{
  font-weight: bold;
}
.inner_left .gray_bg h1.register{
  background-position: -104px -95px;
}

.inner_left .gray_bg h1.order{
  background-position: -104px -141px;
}

#tbl_ord_package{
	width: 587px;
	border-top: 1px #CCC solid;
	line-height: 30px;
}

#tbl_ord_package tr{
}

#tbl_ord_package th{
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	font-weight: bold;
}

#tbl_ord_package td{
	border-bottom: 1px solid #CCC;
color: #999;
font-size: 14px;
}
#tbl_ord_package .tips td {
	color:#4088C0;
	font-size:12px;
	line-height:20px;
	padding: 6px 0;
}
#form_ord_info{
	color:#999;
	line-height:26px;
}

#form_ord_info input,#form_ord_info select{
	border-radius: 5px 5px;
	-moz-box-shadow: 1px 1px 1px #ECECEC inset;
	-webkit-box-shadow: 1px 1px 1px #ECECEC inset;
	box-shadow: 1px 1px 1px #ECECEC inset;
}
#form_ord_info{
	border-top: 1px solid #CCC;
	width: 584px;
	line-height: 30px;
	border-bottom: 1px solid #CCC;
	margin: 0 0 18px 0;
}
#form_ord_info input[type='text']{
	width:573px;
	height: 18px;
}
#form_ord_info .short{
	width:255px;
	float:left;
}
#form_ord_info .short input{
	width:200px;

	float:left;
}
.inner_left .gray_bg form{
	line-height:30px;
	color:#747474;
}
.inner_left .gray_bg form input[type="text"], .inner_left .gray_bg form input[type="password"]{
	width:300px;
	border-radius: 5px 5px;
	-moz-box-shadow: 1px 1px 1px #ececec inset;
	-webkit-box-shadow: 1px 1px 1px #ececec inset;
	box-shadow: 1px 1px 1px #ececec inset;
}

.inner_left .gray_bg .sub_bg{
	margin: 5px 0 20px 0;
	padding: 20px 0;
	float: left;
	background-color: white;
	width: 576px;
	border-radius: 5px 5px;
}
.inner_left .gray_bg .sub_bg h3{
	font-size: 18px;
	color:#4088c0;
}
.reg_qustion{
	padding:10px 0 30px 33px;
	width:540px;
	float: left;
}
.reg_qustion li{
	width:270px;
	line-height: 34px;
	float:left;
}

.inner_left .gray_bg  .reg_qustion li input[type='text']{
	width: 230px;
}

.ord_profession{
	padding: 10px 0 26px 5px;
	width: 580px;
	float: left;
	border-top: 1px solid #CCC;
}

.ord_profession li{
	width: 188px;
	line-height: 30px;
	float: left;
	color: #999;
	font-size: 15px;
}

.ord_profession li input[type='text']{
	width: 230px;
	border-radius: 5px 5px;
	-moz-box-shadow: 1px 1px 1px #ECECEC inset;
	-webkit-box-shadow: 1px 1px 1px #ECECEC inset;
	box-shadow: 1px 1px 1px #ECECEC inset;
}

.inner_left .gray_bg .sub_bg  h3 div{
	color:#fff;
	float:left;
	text-align:center;
	background-color:#4088c0;
	width:30px;
	margin-right: 5px;
}
.red{
	color:#ff0000;
}

.inner_left .big_button_box{
	margin: 4px 0 8px 16px;
	float: left;
}
.inner_left .big_button_box  li{
  float:left;
  width:165px;
}




.info_text.speaker_img{
	/*border-bottom: 1px solid #ccc;*/
	text-align:left;
	padding-bottom: 20px;
}
.info_text.speaker_img ul{
	padding-left: 5px;
	float: left;
}
.info_text.speaker_img ul li{
	width: 154px;
	float: left;
	margin: 10px 0;
	padding: 5px 2px;
	height: 245px;
}

.info_text.speaker_img ul li img{
	border:1px solid #ccc
}



.info_text.speaker_list_img{
	/*border-bottom: 1px solid #ccc;*/
	text-align:left;
	padding-bottom: 20px;
}
.info_text.speaker_list_img ul{
	padding-left: 5px;
	float: left;
}
.info_text.speaker_list_img ul li{
	width: 600px;
	float: left;
	margin: 3px 0;
	padding: 6px 2px 13px 2px;
	/*height: 160px;*/
	border-bottom: 1px solid #CCC;
}

.info_text.speaker_list_img ul li img{
	border:1px solid #ccc;
	float: left;
	margin-right: 10px;
}

.inner_left .info_text.speaker_list_img h2 {
	float:left;
	width:460px;
	padding-left: 0px;
}



.inner_left  .bar_box .text{
	color:#747474;
	padding: 20px 25px;  
  text-align:justify;
  text-justify:inter-ideograph
}

#btn_submit{
  background-position: -1px -74px;
	border: 0px;
	width: 72px;
	height: 26px;
}

.inner_left .info_text h1 ,.inner_left .bar_box .text h1{
	color: #4088C0;
	padding: 0px;
	line-height: 28px;
	font-size: 17px;
	font-weight: bold;

}
.inner_left .bar_box .text p{
	margin: 5px 0;
}

.inner_left  .bar_box .text a{
	color: #4088C0;
	text-decoration: underline;
}

.inner_left .art_box{
	margin: 15px 25px;
	color: #747474;
	float: left;
	line-height: 20px;
	width: 100%;
}

.inner_left .art_box h1{
	font-size:20px;
	font-weight:bold;
	color:#0060ab;
	padding:10px 0
}
.inner_left .art_box h2{
	font-weight:bold;
}


.inner_left .conf_title{
	font-size:24px;
	color:#4088C0;
	font-weight: bold;
	margin: 16px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  line-height: 30px;
}
#tbl_agenda{
	margin:5px;
	padding:5px;
	color: #747474;
	text-align:left;
	font: 11px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}


#tbl_agenda tr{
	background-color: #F8F8F8;
}

#tbl_agenda .odd{
	/* background: #F0F0F0; */
	background-color: #ECF5FF;
}

#tbl_agenda .room{
	background: #4088C0;
	color:#fff;
}

#tbl_agenda tr th{
	background: #1B4C72;
	font-weight: 600;
	color: white;
	font-size: 26px;
	text-align: center;
	vertical-align: middle;
	height: 60px;
}

#tbl_agenda tr td{
	padding: 8px;
	vertical-align: middle; 
}

#tbl_agenda .td_hour{
	width:25%
}

#tbl_agenda .td_d1{
	width:37%
}
#tbl_agenda .td_d2{
	width:38%
}

#agenda_note{
	padding:25px;
	color:#909090;
	font: 11px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	line-height:20px;
}

#agenda_note div{
	float: left;
	width: 50px;
	font-weight: bold;
	text-align: right;
	padding: 0 10px;
	margin: 0px 5px;
}

.ins{
	background-color:#ecf5ff;
}
.mems{
	background-color:#f8ffe9;
}
.cpes{
	background-color:#fffcee;
}
.xssc{
	background-color:#f4ebff;
}
.nmw{
	background-color:#fff6ef;
}


.suzhou_grid{
	width: 900px;
	float: left;
	color: #747474;
}
.suzhou_grid li{
	float:left;
}
.suzhou_grid .title{
	background: url("../img/suzhou_title.jpg");
	margin: 4px 16px;
	float: left;
	background-color: #F6F6F6;
	width: 590px;
	padding: 18px 17px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.suzhou_grid img{
	float: left;
	padding: 10px 18px;
}

.suzhou_grid h1{
	padding: 3px 0;
	float: left;
	width: 396px;
	font-weight: bold;
}

.error-page {
	text-align: center;
	margin: 10px 0;
}
.error-page h2 {
font-size: 21px;
line-height: 28px;
padding: 14px 0px;
}
.error-page .green {
color: #4088C0;
}
.error-page p {
font-size: 12px;
color: #858585;
line-height: 22px;
padding: 24px 0px;
border-top: 1px solid #EDEDED;
border-bottom: 1px solid #EDEDED;
}

#idx2010{
	background:url('../images/2010.jpg') no-repeat;
	padding: 1px 170px 114px 4px;
	float: left;
}
#idx2010:hover{
	background:url('../images/2010.jpg') no-repeat;
}

#idx2011{
	background:url('../images/2011.jpg')  no-repeat;
	padding: 1px 170px 114px 4px;
	float: left;
}
#idx2011:hover{
	background:url('../images/2011.jpg') no-repeat;
}

#idx2012{
	background:url('../images/2012.jpg') no-repeat;
	padding: 1px 170px 114px 4px;
	float: left;
}
#idx2012:hover{
	background:url('../images/2012.jpg') no-repeat;
}

#idx2013{
	background:url('../images/2013.jpg') no-repeat;
	padding: 1px 170px 114px 4px;
	float: left;
	border-right: 1px solid #ccc;
}
#idx2013:hover{
	background:url('../images/2013.jpg') no-repeat;
}



#idxNIS_CN{
	background:url('../img/index_nanoinsuzhoucn.jpg') no-repeat;
	padding: 1px 214px 114px 4px;
	float: left;
}
#idxNIS_CN:hover{
	background:url('../img/index_nanoinsuzhou1cn.jpg') no-repeat;
}

#idxINFO_CN{
	background:url('../img/index_infomationcn.jpg')  no-repeat;
	padding: 1px 214px 114px 4px;
	float: left;
}
#idxINFO_CN:hover{
	background:url('../img/index_infomation1cn.jpg') no-repeat;
}

#idxPST_CN{
	background:url('../img/index_pasteventcn.jpg') no-repeat;
	padding: 1px 214px 114px 4px;
	float: left;
}
#idxPST_CN:hover{
	background:url('../img/index_pastevent1cn.jpg') no-repeat;
}


/************jQuery.Validate插件样式开始********************/
label.error{
	background: url(images/error.png) no-repeat 0px 0px;
	color: Red;
	padding-left: 20px;
}
input.error{
	border: dashed 1px red;
}
/************jQuery.Validate插件样式结束********************/

.gdtotal{
	border:1px solid #ccc ;
	margin: 2px 16px;
	width: 95% !important;
}

.gdtotal th{
	/*line-height: 37px;*/
	padding: 5px;
	text-align: center;
		border: 1px #CCC solid;
		font-weight:bold;
}
.gdtotal td{
	padding:5px;
	width: 50px;
	border: 1px #CCC solid;
	text-align:center;
}
.status{
display:none;
}

#wowslider-container .ws-title{
	background-color:#fff;
	color:#000;
	opacity:0.8;
}
#wowslider-container .ws-title span{
	color: #4088C0;
font-weight: bold;
}

.btn_pay{
	background-position: 0 -131px;
	width: 192px;
	border: 0;
	height: 21px;
	margin-bottom: 5px;
	text-align: left;
	color: #737373;
	padding: 3px 2px 2px 23px;
	width: 100px;
	height: 24px;
	cursor:pointer
}

.links{
	padding-left: 11px;
}


.links li{
	float: left;
	padding: 18px;
}


.imggroup{
	float: left;
margin: 0 0 15px 15px;
	}
.imggroup li{
	float: left;
	padding: 0 8px 8px 0;
	}

.newsgroup{
	float: left;
	margin: 0 0 15px 15px;
	line-height: 24px;
}

.newsgroup li{
	padding: 0 8px 8px 2px;
list-style: initial;
margin-left: 19px;
}

.sag{
	float: left;
	margin: 0 0 15px 15px;
	line-height: 24px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 14px;
}

.sag li{
	padding: 17px 0;
	float: left;
	margin-left: 7px;
	width: 121px;
	height: 37px;
	background-color: #4088c0;
	text-align: center;
	line-height: 16px;
}

.sag li:hover{
	background-color:#a0c4e1
}

.sag li a{
	color:#fff;
}

.expogroup{
	float: left;
	margin: 0 0 15px 15px;
	line-height: 24px;
}

.expogroup li{
	padding: 0 8px 8px 2px;
list-style: initial;
margin-left: 19px;
float: left;
width: 276px;
}


.apk_down {
float: left;
width: 106px;
text-align: center;
background: url('../img/android.png') center no-repeat;
height: 150px;
}

.ios_down {
float: left;
width: 106px;
text-align: center;
background: url('../img/apple.png') center no-repeat;
height: 150px;
}