/* charset */
@charset "utf-8";
#main{
    width:100%;
}
#flashcontent{
    width:100%;
	height:50%;
    max-height:50%;
}

#mainWrap{
    width:100%;
}

.topicpathConteiner{
    width:1000px;
    margin:0px auto;
}
.map {
    width: 1000px;
    margin: 0px auto;
    padding: 0 0 50px;
}
.viewArea { width: 1000px; margin: 0 auto; }

.viewTitle {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	background-image: url(/static/images/global/img_middleTitle.jpg);
	padding-bottom: 10px;
	margin: 20px 0px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.viewTitle.blueTit:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	background: #036DB7;
	width: 200px;
	height: 5px;
}
.viewTitle.yellowTit:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	background: #fbc500;
	width: 200px;
	height: 5px;
}
.viewTitle.redTit:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	background: #e00f19;
	width: 200px;
	height: 5px;
}
.viewTitle.greenTit:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	background: #00a94c;
	width: 200px;
	height: 5px;
}
.viewInr { width: 800px; margin: 0 auto 50px; }

#hall1-3,
#hall4-6,
#hall7-8,
#hall9-11,
#centralmall,
#entrance,
#outdoor,
#eventhall1f,
#eventhall2f,
#front,
#conference2f,
#conference3f,
#conference1f,
#esplanade
{
         padding-top:190px;
         margin-top:-190px;
}
.blueTit:first-letter { color: #036DB7; }
.yellowTit:first-letter { color: #fbc500; }
.redTit:first-letter { color: #e00f19; }
.greenTit:first-letter { color: #00a94c}
.full { text-align: right; padding: 0 25px 10px 0; }
.supplement { width: 1000px; margin: 30px auto; padding: 10px; border: 1px solid #ccc; font-size: 1.0rem; line-height: 1.5; }
