@charset "utf-8";
/* -------------------------------------------------
 * reset css
 * copyright: www.w3cplus.com 
 * author: 为之
 * -------------------------------------------------
*/
html {
  height: 101%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  background-color:#333;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  text-align: center;
  color: #333333;
  font: 12px/1.5 Helvetica, arial;
}

h1, h2, h3, h4, h5, h6, p, figure, form {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
  color: #333;
}

a:focus {
  outline: thin dotted;
}

a:hover {
  text-decoration:underline;
}

a * {
  cursor: pointer;
}
.grey{
	color:#999;
}
.red{
	color:#ff0000;
}
.f12{
	font-size:12px!important;
}

/* hn */
h1 {
  font-size: 16px;
  line-height: 36px;
}

h2 {
  font-size: 14px;
  line-height: 30px;
}
h2 a{
	color:#fff;
}

h3 {
  line-height: 24px;
}

h3, h4, h5, h6 {
  font-size: 12px;
}
.hidden{
	display:none;
}
/* ul ol dl */
ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

ul.has-style li, ol li {
  margin-left: 25px;
}

ul.has-style li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

ul.inline-style li {
  float: left;
  display: inline;
}

dl {
  margin-bottom: 18px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0 9px;
  padding: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/* -------------------------------------------------
 * form
 * -------------------------------------------------
*/
button, input, select, textarea {
  font-size: 100%;
  font-family: tahoma;
  margin: 0;
  outline: 0 none;
  vertical-align: baseline;
  *vertical-align: middle;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

button, input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.submit-btn {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled],
.disable {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"],
.form-radio,
.form-checkbox {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px 18px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* -------------------------------------------------
 * css3 &amp; html5
 * -------------------------------------------------
*/
/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

:-moz-placeholder {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

/* -------------------------------------------------
 * layout
 * -------------------------------------------------
*/
#container{
  padding-top: 120px;
  padding-bottom: 110px;
  position:relative;
  width:100%;
  min-width:1000px;
  z-index:10;
  text-align:center;
  overflow:hidden;
  filter:alpha(opacity=95);  
  opacity: 0.95;  
  -moz-opacity:0.95;  
  display:none;
}
#container .slider-item{
	width:1000px;
	float:left;
	overflow:hidden;
}

.header, #footer .inner {
  width: 1000px;
  margin: 0 auto;
}

.header {
  margin-bottom: 50px;
}


span.page-changer {
  position:fixed;
  top:0;
  z-index:100;
  width: 60px;
  height:100px;
  cursor:pointer;
}
span.prev-btn {
  display:none;
  left: 0;
  background:url(../images/common/prev-bg.gif) center center no-repeat;
}
span.next-btn {
  right: 0;
  background:url(../images/common/next-bg.gif) center center no-repeat;
}
span.prev-btn:hover{
  left: 0;
  background:url(../images/common/prev-bg-hover.gif) center center no-repeat;
}
span.next-btn:hover {
  right: 0;
  background:url(../images/common/next-bg-hover.gif) center center no-repeat;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  z-index:100;
}

.ie6 #footer {
  position: static;
}

.ie6 #exclude_footer {
  padding-bottom: 20px;
}

/* -------------------------------------------------
 * basic
 * -------------------------------------------------
*/
/* ele-invisible */
.ele-invisible {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* ie6,7*/
  clip: rect(1px, 1px, 1px, 1px);
}

.rgba{
  background-color: rgba(0, 0, 0, 0.95);
}
.op95{
  filter:alpha(opacity=95);  
  opacity: 0.95;  
  -moz-opacity:0.95;  
}
.lte8 .rgba{
  filter:alpha(opacity=60);  
  opacity: 0.6;  
  -moz-opacity:0.6;  
  background-color:#000000;
}

.bg-green {
  background-color: #009900;
}
.hover-title{
	cursor:pointer;
}
.hover-title:hover{
	background:#009fe1;
}

.bg-blue{
	background-color: #0066cc;
}

.bg-pink {
  background-color: #ff1d77;
}

.bg-red {
  background-color: #e4007f;
}
.bg-white{
	background:white!important;
}
.toe {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

/* title-list */
.title-list li {
  line-height: 22px;
  /*1*/
}

.title-list .title-link {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 400px;
  /*1*/
}

.title-left li {
  text-align: right;
}

.title-left .title-link {
  width: 320px;
  /*1*/
  float: left;
  display: inline;
  text-align: left;
}

.date {
  color: #fff;
}
.p0{
	padding:0px!important;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt50 {
  margin-top: 50px;
}
.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}
.pt25{
	padding-top:25px;
}
.p15{
	padding:15px!important;
}
.pb20{
	padding-bottom:20px;
}
.mr60{
	margin-right:60px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.tc{
	text-align:center!important;
}
.tl{
	text-align:left!important;
}
.tr{
	text-align:right!important;
}
.w135{
	width:135px;
	display:inline-block;
}
/* accordion-title */
.accordion-title {
  line-height: 50px;
  height:50px;
  overflow:hidden;
  text-align: right;
  color: #fff;
}
.accordion-title h2 {
  float: left;
  line-height: 50px;
  padding-left: 20px;
}
.accordion-title h2 a:hover{
	text-decoration: underline;
}
.open-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 125px;
  height:50px;
  cursor: pointer;
  background:url(../images/common/btn-down.gif) center center no-repeat;
}
.close-arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 125px;
  height:50px;
  cursor: pointer;
  background:url(../images/common/btn-up.gif) center center no-repeat;
}

.accordion-content {
  display: none;
}
.accordion-content p{
	font-size:14px;
	line-height:22px;
	text-align:left;
}

/* img-title */
.img-title {
  margin-right: -10px;
  /*1*/
}

.img-title li,
.img-title li img,
.img-title li strong {
  width: 225px;
  /*1*/
}

.img-title li {
  float: left;
  display: inline;
  margin: 15px 15px 0 0;
}

.img-title li strong {
  font-weight: normal;
  text-align: center;
  display: block;
  line-height: 30px;
  color: #333;
}

/* -------------------------------------------------
 * header
 * -------------------------------------------------
*/
.logo {
  float: left;
  display: inline;
  width: 250px;
  margin-left:20px;
}
.site-slogan ol li{display:none}
.site-slogan {
  float: right;
  display: inline;
  width: 388px;
  cursor: pointer;
}
.logo,
.site-slogan{ height:65px; /*text-indent: -9999px;*/ overflow: hidden;}
.site-slogan ul.slides li {height: 65px; overflow: hidden;}
.site-logo1{
  background:url(../images/logo2/slogan.png) center center no-repeat;
  display:inline-block;
  width:388px;
  height:65px;
}
.site-logo2{
  background:url(../images/logo2/slogan1.png) center center no-repeat;
  display:inline-block;
  width:388px;
  height:65px;
}

.site-logo3{
  background:url(../images/logo2/slogan2.png) center center no-repeat;
  display:inline-block;
  width:388px;
  height:65px;
} 
.logo{
	background:url(../images/common/logo.png) 0 0 no-repeat;
	_background:none;
	_filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/logo.png',sizingmethod='crop');
}
.site-slogan{
	/*background:url(../images/common/slogan.png) 0 0 no-repeat;*/
	_background:none;
	_filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/slogan.png',sizingmethod='crop');
}

/* -------------------------------------------------
 * bg
 * -------------------------------------------------
*/
.bg-body{
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	display:none;
}
.bg-body .bg-item{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:center top no-repeat;
}
.bg-body .bg1{
	background-image:url(../images/bg/1.jpg);
}
.bg-body .bg2{
	background-image:url(../images/bg/2.jpg);
}
.bg-body .bg3{
	background-image:url(../images/bg/3.jpg);
}
.bg-body .bg4{
	background-image:url(../images/bg/4.jpg);
}
.bg-body .bg5,.bg5{
	background:url(../images/bg/5.jpg) repeat-y center top #333333;
	background-attachment: fixed;
	
}
.bg-body .bg6{
	background-image:url(../images/bg/6.jpg);
}
.bg-body .bg7{
	background-image:url(../images/bg/7.jpg);
}
.bg-body .bg8{
	background-image:url(../images/bg/8.jpg);
}
.bg-body .bg9{
	background-image:url(../images/bg/9.jpg);
}
.bg-body .bg10{
	background-image:url(../images/bg/10.jpg);
}

/* -------------------------------------------------
 * footer
 * -------------------------------------------------
*/
#footer{
	background:#000;
}
#footer a {
  float: left;
  display: inline;
  margin-right: 1px;
  height: 60px;
  line-height: 60px;
  padding-top:10px;
  margin-top:-10px;
  width: 124px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-weight:bold;
}
#footer #ixdc_logo{
	width:125px;
	text-align:left;
}
#footer a.empty{
	padding-top:10px;
	margin-top:0;
}
#footer #bottom_nav a:hover {
  background:url(../images/common/foot-a-curr.png) center top repeat-x;
  text-decoration: none;
}
#footer .active a {
  background:url(../images/common/foot-a-curr.png) center top repeat-x;
}
#footer .empty {
  height: 45px;
  overflow:hidden;
  float: right;
  display: inline-block;
  background-color: #009900;
  text-align:left;
  color:#fff;
  padding:7px 10px 8px;
  line-height:60px;
  width:230px;
}
#footer .empty .num-ctn{
	float:left;
}
#footer .empty .tips{
	width:80px;
	line-height:20px;
	float:left;
	padding:2px 0 0 3px;
}
#footer .empty .num,
#footer .empty .default-num{
	font-size:40px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	height:45px;
	line-height:46px;
	overflow:hidden;
	text-align:center;
	margin-right:2px;
	width:32px;
	display:inline-block;
	background:url(../images/common/bg-num.png) no-repeat;
}
#footer .empty .default-num{
	filter: Alpha(opacity=50);   
   -moz-opacity:.5;   
   opacity:0.5;  
}
#footer .empty .day{
	float:left;
	font-size:24px;
	line-height:46px;
	margin-left:15px;
	font-weight:bold;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
#footer .count-down{
	width:250px;
	overflow:hidden;
	float:right;
	height:60px;
	position:relative;
}
.count-down .register-now-tips-hover{
	position:absolute;
	z-index:10;
	top:0;
	left:0;
}
#footer .register-now-tips{
	background:url(../images/common/bg-register-now.jpg) no-repeat;
}
#footer .register-now-tips-hover{
	background:url(../images/common/bg-register-now-hover.png) no-repeat;
}



.lte7 #ixdc_logo img {
  margin-top: 18px;
}


/* cooperation */
.accordion-item .accordion-content {
  background-color: #fff;
  padding: 0 25px 25px 25px;
}
.accordion-item .schedule-list{
  background-color: #fff;
  padding: 0;
}
.accordion-item .schedule-list .curr{
  color:#009fe1;
}
.accordion-item .schedule-list .curr a,
.accordion-item .schedule-list .curr .item-author,
.accordion-item .schedule-list .curr .item-title{
  color:#009fe1;
  text-decoration:underline;
}
.accordion-item .accordion-content h3 {
  font-size: 14px;
  line-height: 50px;
  text-align:left;
  padding-top:10px;
}
.first-channel-container{
	display:none;
}
.second-channel-container{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
.slider-item{
	width:1000px;
}

/* -------------------------------------------------
 * table
 * -------------------------------------------------
*/
.common-table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size:14px;
	width:100%;
}
.common-table th,
.common-table td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:25px;
	padding:5px;
}
.common-table th{
	background:#eeeeee;
	font-weight:bold;
}
.tl{
	text-align:left!important;
}
.pl20{
	padding-left:20px!important;
}
.pl10{
	padding-left:10px!important;
}


.schedule-table{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size:14px;
	width:100%;
}
.schedule-table th,
.schedule-table td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:25px;
	padding:5px;
}

.tl{
	text-align:left!important;
}
.go-top{
	display:inline-block;
	position: fixed;
	bottom:80px;
	background: url(../images/common/bg-go-top.png) no-repeat;
	width:21px;
	height:89px;
	right:0;
	z-index: 101;
	outline: none;
}
.go-top:hover{
	background: url(../images/common/bg-go-top-hover.png) no-repeat;
}
.go-top-moving,
.go-top-moving:hover{
	background:url(../images/common/bg-go-top-moving.png) no-repeat;
}
table.no-border{
	width:100%;
	text-align: left;
	line-height:30px;
}
table.no-border,
table.no-border tr,
table.no-border th,
table.no-border td{
	border:none;
	font-size:14px;
	font-weight:normal;
}
table.no-border a:hover{
	color:#009fe1;
}
.loading{
	height:40px;
	background:url(../images/common/bg-loading.gif) center center no-repeat #fff!important;
}

#banner, #about_links {
  float: left;
  display: inline;
}

#banner {
  width: 250px;
}
#banner #video{
	width:250px;
	height:245px;
	overflow:hidden;
}

/* about_links */
#about_links {
  width: 750px;
}
#about_links li {
  width: 245px;
  height: 120px;
  margin: 0 0 5px 5px;
}
#about_links .w120 {
  width: 120px;
}
#about_links .w495 {
  width: 495px;
}
#about_links a {
  color: #fff;
}
#about_links h2 a {
  display: block;
  height: 120px;
  padding-left: 25px;
}

#about_links .title-left {
  margin: 15px 25px 0 25px;
}
#about_links .title-left li {
  width: 400px;
  height: 22px;
  margin: 0;
}
#about_links .title-left a {
  color: fff;
}


.lte8 #about_links .title-left a {
  color: #ddd;
}
.lte8 #about_links .title-left a:hover {
  color: #444;
}

.img-title-140 li {
  margin: 5px 20px 9px 0;
  width: 140px;
}
.img-title-200 li{
	margin: 5px 20px 9px 0;
  	width: 200px;
}

.img-title-140 li strong {
  width: 140px;
}
.img-title-140 li img {
  border: 1px solid #cccccc;
  width: 140px;
  height: 65px;
}
.img-title-200 li img:hover {
  border: 1px solid #009fe1;
}

.img-title-200 li strong {
  width: 200px;
}
.img-title-200 li img {
  border: 1px solid #cccccc;
  width: 200px;
  height: 90px;
}
.img-title-140 li img:hover {
  border: 1px solid #009fe1;
}

.bg-xinwen{
	background:url(../images/common/bg-xinwen.gif) center center no-repeat;
}
.bg-xinwen:hover{
	background:url(../images/common/bg-xinwen-hover.gif) center center no-repeat;
}


.bg-dajiang{
	background:url(../images/common/bg-dajiang.gif) center center no-repeat;
}
.bg-dajiang:hover{
	background:url(../images/common/bg-dajiang-hover.gif) center center no-repeat;
}
.bg-hangye{
	background:url(../images/common/bg-hangye.gif) center center no-repeat;
}
.bg-hangye:hover{
	background:url(../images/common/bg-hangye-hover.gif) center center no-repeat;
}

.bg-zhujiang{
	background:url(../images/common/bg-zhujiang.gif) center center no-repeat;
}

.bg-zhujiang:hover{
	background:url(../images/common/bg-zhujiang-hover.gif) center center no-repeat;
}
.bg-zanzhulogo{
	 
	display:inline-block;
	width:250px;
	height:120px;
	margin-top:5px;
}
 

.bg-zanzhulogo1{
	background:url(../images/common/bg-zanzhulogo1.gif) center center no-repeat;
	display:inline-block;
	width:250px;
	height:120px;
	
}
.bg-zanzhulogo1:hover{
	background:url(../images/common/bg-zanzhulogo1-hover.gif) center center no-repeat;
}

.bg-zanzhulogo2{
	background:url(../images/common/bg-zanzhulogo2.gif) center center no-repeat;
	display:inline-block;
	width:250px;
	height:120px;
	
}
.bg-zanzhulogo2:hover{
	background:url(../images/common/bg-zanzhulogo2-hover.gif) center center no-repeat;
}

.bg-zanzhulogo3{
	background:url(../images/common/bg-zanzhulogo3.gif) center center no-repeat;
	display:inline-block;
	width:250px;
	height:120px;
	
}
.bg-zanzhulogo3:hover{
	background:url(../images/common/bg-zanzhulogo3-hover.gif) center center no-repeat;
}

.bg-zanzhulogo4{
	background:url(../images/common/bg-zanzhulogo4.gif) center center no-repeat;
	display:inline-block;
	width:250px;
	height:120px;

}
.bg-zanzhulogo4:hover{
	background:url(../images/common/bg-zanzhulogo4-hover.gif) center center no-repeat;
}


.bg-tuandui{
	background:url(../images/common/bg-tuandui.gif) center center no-repeat;
}
.bg-tuandui:hover{
	background:url(../images/common/bg-tuandui-hover.gif) center center no-repeat;
}
.bg-zanzhu{
	background:url(../images/common/bg-zanzhu.gif) center center no-repeat;
}
.bg-zanzhu:hover{
	background:url(../images/common/bg-zanzhu-hover.gif) center center no-repeat;
}
.bg-zhujiangren{
	background:url(../images/common/bg-zhujiangren.gif) center center no-repeat;
}
.bg-zhujiangren:hover{
	background:url(../images/common/bg-zhujiangren-hover.gif) center center no-repeat;
}

.bg-zhufujijin{
	background:url(../images/common/zhufujijin.gif) center center no-repeat;
}
.bg-zhufujijin:hover{
	background:url(../images/common/zhufujijin_hover.gif) center center no-repeat;
}


.bg-zuweihui{
	background:url(../images/common/bg-zuweihui.gif) center center no-repeat;
}
.bg-zuweihui:hover{
	background:url(../images/common/bg-zuweihui-hover.gif) center center no-repeat;
}
.bg-zhiyuanzhe{
	background:url(../images/common/bg-zhiyuanzhe.gif) center center no-repeat;
}
.bg-zhiyuanzhe:hover{
	background:url(../images/common/bg-zhiyuanzhe-hover.gif) center center no-repeat;
}

.bg-liejie-list{
	position:relative;
	height:130px;
	background:url(../images/common/lijie-bg.png) 20px center repeat-x;
	padding-top:25px;
}
.lijie-point{
	height:120px;
	width:20%;
	float:left;
	display:inline-block;
	position:relative;
}
.lijie-point span{
	position:absolute;
	display:block;
	text-align:center;
	height:20px;
	padding-top:20px;
	line-height:20px;
	top:89px;
	width:100%;
	background:url(../images/common/lijie-point.png) center top no-repeat;
	color:#4585d8;
	font-size:14px;
	font-weight: bold;
}
.lijie-point span:hover{
	background:url(../images/common/lijie-point-hover.png) center top no-repeat;
	text-decoration: none;
	color:#11a5e3;
}
.point1{
	background:url(../images/common/lijie-2010.png) center 7000px no-repeat;
}
.point2{
	background:url(../images/common/lijie-2011.png) center 7000px no-repeat;;
}
.point3{
	background:url(../images/common/lijie-2012.png) center 7000px no-repeat;
}
.point4{
	background:url(../images/common/lijie-2013.png) center 7000px no-repeat;
}
.bg-liejie-list .curr{
	background-position:center 7px;
}
.lijie-point .curr span{
	color:#11a5e3;
}
.point5 span,.point5 span:hover{
	background:url(../images/common/lijie-point-grey.png) center top no-repeat;
	color:#999;
}
.guest-list{
	width:1100px;
	padding:25px 6px!important;
}
.guest-list li{
	width:140px;
	height:315px;
	overflow:hidden;
	padding:10px;
	float:left;
	display:inline-block;
	margin:5px 2px;
	text-align:left;
}
.guest-list p{
	line-height:20px;
	font-size: 12px;
}
.guest-list li:hover{
	background:#009fe1;
	color:#fff;
}
.guest-header{
	height:190px;
	width:140px;
	overflow:hidden;
	display:block;
}
.guest-title{
	font-size:14px!important;
	line-height:20px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	height:40px;
	overflow:hidden;
}
#register-main .pic-nav{
	float:left;
	height:50px;
	width:745px;
	background:url(../images/register/pic-nav.png) no-repeat center center;
	margin-bottom:5px;
}
#register-main .pic-intr{
	float:left;
	height:195px;
	width:745px;
	background:url(../images/register/pic-intr.png) no-repeat center center;
}
#register-main .pic-entrance{
	float:right;
	height:250px;
	width:250px;
	background:url(../images/register/pic-entrance.png) no-repeat center center;
}
#register-main .pic-entrance:hover{
	background:url(../images/register/pic-entrance-hover.png) no-repeat center center;
}
#register-main .pic-register-now{
	float:right;
	height:250px;
	width:250px;
	background:url(../images/register/pic-register-now.png) no-repeat center center;
}

#zhinan-main a{
	width:25%;
	height:380px;
	overflow:hidden;
	float:left;
	text-align:center;
	color:#fff;
	display:inline-block;
}
#zhinan-main a{
	color:#fff;
	text-align:left;
}
#zhinan-main a:hover{
	text-decoration:none;
}
#zhinan-main a .title{
	display:block;
	text-align:left;
	margin-left:20px;
	margin-top:260px;
	font-family:"黑体";
	font-size:24px;
	line-height:40px;
}
#zhinan-main a .zhinan-content{
	margin-left:20px;
	font-size:12px;
	margin-right:20px;
	display:block;
	line-height:22px;
	height:66px;
	overflow:hidden;
}
#zhinan-main a.lvyou{
	background:url(../images/register/lvyou.jpg) center top no-repeat;
}
#zhinan-main a.lvyou:hover{
	background:url(../images/register/lvyou-hover.png) center top no-repeat;
}
#zhinan-main a.huichang{
	background:url(../images/register/huichang.png) center top no-repeat;
}
#zhinan-main a.huichang:hover{
	background:url(../images/register/huichang-hover.png) center top no-repeat;
}
#zhinan-main a.meishi{
	background:url(../images/register/meishi.png) center top no-repeat;
}
#zhinan-main a.meishi:hover{
	background:url(../images/register/meishi-hover.png) center top no-repeat;
}
#zhinan-main a.jiudian{
	background:url(../images/register/jiudian.png) center top no-repeat;
}
#zhinan-main a.jiudian:hover{
	background:url(../images/register/jiudian-hover.png) center top no-repeat;
}

.member-list{
	padding-top:25px;
}
.member-list li{
	height:190px;
	overflow:hidden;
	margin:0 5px 25px;
	float:left;
	display:inline-block;
	width:305px;
}
.member-list p{
	margin-left:150px;
}
.member-list .member-title{
	font-weight:bold;
	font-size:14px;
}
#shenqin-btn{
	float:right;
	background:#e4007f;
	line-height:50px;
	font-size:16px;
	width:120px;
	color:#fff;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	font-weight:bold;
	text-align:center;
}
#shenqin-btn:hover{
	background:#009fe1;
	text-decoration:none;
}
.volunteers-list li{
	width:315px;
	float:left;
}
.volunteers-list li p{
	text-align:center;
}
.fenhuichang-list li{
	float:left;
	width:50%;
}
.content-left{
	margin-right:230px
}
.content-right{
	float:right;
	width:200px;
}

/*閫氱敤鍒楄〃锛岀敤鏂伴椈鍒楄〃*/


/*閫氱敤鍒楄〃锛岀敤浜庢梾娓革紝缇庨绛夊浘鐗囧垪琛�*/
.common-pic-list{
	width:1000px;
}
.common-pic-list li{
	width:275px;
	margin-right:50px;
	margin-bottom:20px;
	float:left;
	overflow:hidden;
}
.common-pic-list .item-img{
	display:block;
	width:275px;
	height:150px;
	overflow:hidden;
}
.common-pic-list .item-title{
	color:#1667ce;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
.common-pic-list .item-title:hover{
	color:#1667ce;
	text-decoration:underline;
}
.travel-list li{
	height:240px;
}
.hotel-list li{
	height:320px;
}
.food-list li{
	height:280px;
}
.schedule-list{
	text-align:left;
}
.schedule-list h4{
	padding-left:25px;
	background:#ddd;
	font-size:12px;
	font-weight:bold;
	height:40px;
	line-height:40px;
	color:#000;
}
.seperate-row ul{
	width:500px;float:left;}
	.border-right{border-right:1px solid #DDDDDD;}
.schedule-list li{
	padding:10px 25px;
	height:98px;
	overflow:hidden;
}
.schedule-list p{
	margin-left:98px;
}
.schedule-list p.item-title{
	line-height:40px;
	height:40px;
}
.schedule-list .item-img{
	width:73px;
	height:98px;
	display:inline-block;
	float:left;
	border:1px solid #ccc;
}

.schedule-table-list{
	width:1020px;
}
.schedule-table-list .item-time,
.schedule-table-list .item-author,
.schedule-table-list .item-content{
	padding-top:5px;
	line-height:25px;
}
.schedule-table-list .item-content{
	font-weight:bold;
}
.schedule-table-list .item-time,
.schedule-table-list .item-time:hover{
	color:#999;
}
.schedule-table-list li{
	width:450px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	float:left;
}
.guest-content{
	background:url(../images/common/bg-grey.png) left top repeat-y #fff;
	font-size:14px;
	text-align:left;
	line-height:22px;
	word-wrap: break-word;
}
.guest-left{
	padding:30px 50px;
	width:150px;
	float:left;
	word-wrap:break-word;
	white-space:normal;
}
.guest-right{
	padding:30px 50px 0px 300px;
}
.guest-right .content-ctn li{
	list-style:disc outside none;
	margin-left:15px
}
.guest-desc{
	color:#555;
}
.guest-name-ctn{
	font-weight:bold;
}
.guest-right .border-top{
	padding-top:30px;
	border-top:1px solid #ccc;
	line-height: 30px;
}
HTML {_background: url(/images/trans.gif) no-repeat fixed;}
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
.news-date{
	text-align:center!important;
	font-size:12px!important;
	padding-bottom:10px;
	background: url(http://ixdc.org/wp-content/themes/twentyeleven/images/bottom_line.png) center bottom repeat-x;
}
#selector{
	padding:5px 15px;
	height:15px;
	line-height:15px;
	background:#e4007f;
	float:right;
	color:#fff;
}
#selector input {
	vertical-align:middle;
	margin-right:2px;
}
#selector label{
	margin:0 5px;
}
.typeA,
.typeB,
.typeC,
.typeD,
.typeE,
.typeF,
.typeG,
.typeH,
.typeI,
.typeJ,
.typeK,
.typeL{
	display:none;
}
.typeACtn .typeA,
.typeBCtn .typeB,
.typeCCtn .typeC,
.typeDCtn .typeD,
.typeECtn .typeE,
.typeFCtn .typeF,
.typeGCtn .typeG,
.typeHCtn .typeH,
.typeICtn .typeI,
.typeJCtn .typeJ,
.typeKCtn .typeK,
.typeLCtn .typeL{
	display:block;
}
.schedule-table-list h4{
	display:none;
}
.typeACtn h4,
.typeBCtn h4,
.typeCCtn h4,
.typeDCtn h4,
.typeECtn h4,
.typeFCtn h4,
.typeGCtn h4,
.typeHCtn h4,
.typeICtn h4,
.typeJCtn h4,
.typeKCtn h4,
.typeLCtn h4{
	display:block;
}
.guest-prev{
	padding-bottom:25px;
}
.td-left-table tr{
	border:1px solid #999;
}
.td-left-table td{
	text-align:left;
	padding-left:20px;
	border:1px solid #999
}
.td-left-table tr:hover th,
.td-left-table tr:hover td,
.td-left-table tr:hover{
	background:#faf190;
}

.spritemenu-btn{
	text-align:center;
}
.spritemenu-btn a{
display:inline-block;
overflow:hidden;
background-image:url(../images/common/bg-zjrtyzjr.gif);
height:41px;
width:140px;
margin:0 10px;
}
.spritemenu-btn .buttonA{
background-position:left top;
}
.spritemenu-btn .buttonA:hover{
background-position:left bottom;
}
.spritemenu-btn .buttonB{
background-position:right top;
}
.spritemenu-btn .buttonB:hover{
background-position:right bottom;
}
.banner-img-slider{
	height:370px;
	width:250px;
	overflow:hidden;
	position:relative;
}
.banner-img-slider .flex-control-nav{
	position:absolute;
	top:340px;
	display:block;
	width:250px;
	left:0;
}
.banner-img-slider .flex-control-nav li{
	display:inline;
	margin-left:10px;
	list-style:none;

}
.banner-img-slider .flex-control-nav li a{
	height:8px;
	width:8px;
	display:inline-block;
	text-indent:200px;
	line-height:300px;
	overflow:hidden;
	background:url(../images/common/point-grey.png) left top;
	cursor:pointer;
	
}
.banner-img-slider .flex-control-nav li a.flex-active{
	background:url(../images/common/point-blue.png) left top;
} 
.site-slogan ul li{display:none;}
