﻿@charset "utf-8";
*{
	margin:0px;
	list-style-type: none;
}
html {overflow:-moz-scrollbars-vertical;}
html {min-height:101%;}
a:link {
	color:#0000CC;
	text-decoration: none;
}
a:hover{
    color:#F00000;
	text-decoration:none;
}
a:visited{
    color:#0000CC;
	text-decoration: none;
}
hr{border:1.0px dashed #003366}
td{
line-height:1.4em;
}
td  a:link {
	color:#0000CC;
	text-decoration: none;
}
td a:hover{
    color:#F00000;
	text-decoration:none;
}
td a:visited{
    color:#0000CC;
	text-decoration:none;
}
.header {
	height: 200px;
	width: 1200px;
	position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:0px;
	right:0px;
	top:0px;
	background: linear-gradient(135deg, #00BFFF 0%, #4169E1 50%, #8A2BE2 100%);
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}

.header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 20% 80%, rgba(0, 191, 255, 0.3) 0%, transparent 50%),
		radial-gradient(circle at 80% 20%, rgba(138, 43, 226, 0.3) 0%, transparent 50%),
		linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
	background-size: 100% 100%, 100% 100%, 200% 200%;
	animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
	0%, 100% { background-position: 0% 0%, 0% 0%, 0% 0%; }
	50% { background-position: 0% 0%, 0% 0%, 100% 100%; }
}

@keyframes techShimmer {
	0%, 100% { background-position: 0% 0%, 0% 0%, 0% 0%; }
	50% { background-position: 0% 0%, 0% 0%, 100% 100%; }
}

@keyframes buttonShine {
	0% { left: -100%; }
	100% { left: 100%; }
}

@keyframes pulse {
	0%, 100% { transform: scale(1); opacity: 0.7; }
	50% { transform: scale(1.1); opacity: 1; }
}

/* 宇宙主题动画 */
@keyframes cosmicShimmer {
	0%, 100% { 
		background-position: 0% 0%, 0% 0%, 0% 0%; 
		opacity: 0.8;
	}
	50% { 
		background-position: 100% 100%, 100% 100%, 100% 100%; 
		opacity: 1;
	}
}

@keyframes earthRotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes cloudMove {
	0%, 100% { 
		transform: rotate(0deg) scale(1);
		opacity: 0.6;
	}
	50% { 
		transform: rotate(180deg) scale(1.1);
		opacity: 0.8;
	}
}

@keyframes starTwinkle {
	0%, 100% { 
		opacity: 0.8;
		transform: scale(1);
	}
	25% { 
		opacity: 1;
		transform: scale(1.1);
	}
	50% { 
		opacity: 0.6;
		transform: scale(0.9);
	}
	75% { 
		opacity: 0.9;
		transform: scale(1.05);
	}
}

@keyframes gridMove {
	0% { 
		background-position: 0 0, 0 0;
		opacity: 0.3;
	}
	50% { 
		background-position: 25px 25px, 25px 25px;
		opacity: 0.5;
	}
	100% { 
		background-position: 50px 50px, 50px 50px;
		opacity: 0.3;
	}
}

/* 大背景宇宙主题动画 */
@keyframes cosmicStars {
	0%, 100% { 
		opacity: 0.8;
		transform: scale(1);
	}
	25% { 
		opacity: 1;
		transform: scale(1.1);
	}
	50% { 
		opacity: 0.6;
		transform: scale(0.9);
	}
	75% { 
		opacity: 0.9;
		transform: scale(1.05);
	}
}

@keyframes cosmicGlow {
	0%, 100% { 
		background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
		opacity: 0.7;
	}
	50% { 
		background-position: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
		opacity: 1;
	}
}

@keyframes cosmicGrid {
	0% { 
		background-position: 0 0, 0 0;
		opacity: 0.4;
	}
	50% { 
		background-position: 40px 40px, 40px 40px;
		opacity: 0.6;
	}
	100% { 
		background-position: 80px 80px, 80px 80px;
		opacity: 0.4;
	}
}

@keyframes atmosphereGlow {
	0%, 100% { 
		opacity: 0.5;
		transform: scale(1);
	}
	50% { 
		opacity: 0.8;
		transform: scale(1.1);
	}
}

/* 会议名称区域科技主题动画 */
@keyframes circuitFlow {
	0% { 
		background-position: 0 0, 0 0, 0 0, 0 0;
		opacity: 0.6;
	}
	50% { 
		background-position: 15px 15px, 15px 15px, 30px 30px, 30px 30px;
		opacity: 0.8;
	}
	100% { 
		background-position: 30px 30px, 30px 30px, 60px 60px, 60px 60px;
		opacity: 0.6;
	}
}

@keyframes dataFlow {
	0%, 100% { 
		background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%;
		opacity: 0.8;
	}
	50% { 
		background-position: 100% 100%, 100% 100%, 100% 100%, 100% 100%;
		opacity: 1;
	}
}

@keyframes hologramRotate {
	0% { 
		transform: rotate(0deg);
		opacity: 0.7;
	}
	50% { 
		opacity: 0.9;
	}
	100% { 
		transform: rotate(360deg);
		opacity: 0.7;
	}
}

@keyframes hologramPulse {
	0%, 100% { 
		opacity: 0.9;
		transform: scale(1);
	}
	50% { 
		opacity: 0.6;
		transform: scale(1.2);
	}
}

@keyframes particleFloat {
    0%, 100% { 
        background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
        opacity: 0.7;
    }
    25% { 
        background-position: 10px -10px, -10px 10px, 15px -5px, -5px 15px, 20px -15px, -15px 20px;
        opacity: 0.9;
    }
    50% { 
        background-position: 20px -20px, -20px 20px, 30px -10px, -10px 30px, 40px -30px, -30px 40px;
        opacity: 0.5;
    }
    75% { 
        background-position: 10px -30px, -30px 10px, 15px -25px, -25px 15px, 20px -35px, -35px 20px;
        opacity: 0.8;
    }
}

/* 北极极光动画样式 */
@keyframes auroraWave {
    0% { 
        background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%;
        opacity: 0.6;
        transform: scale(1);
    }
    25% { 
        background-position: 25% 10%, 25% 10%, 25% 10%, 25% 10%;
        opacity: 0.8;
        transform: scale(1.05);
    }
    50% { 
        background-position: 50% 20%, 50% 20%, 50% 20%, 50% 20%;
        opacity: 1;
        transform: scale(1.1);
    }
    75% { 
        background-position: 75% 10%, 75% 10%, 75% 10%, 75% 10%;
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% { 
        background-position: 100% 0%, 100% 0%, 100% 0%, 100% 0%;
        opacity: 0.6;
        transform: scale(1);
    }
}

@keyframes auroraRotate {
    0% { 
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    25% { 
        transform: rotate(90deg) scale(1.1);
        opacity: 0.8;
    }
    50% { 
        transform: rotate(180deg) scale(1.2);
        opacity: 1;
    }
    75% { 
        transform: rotate(270deg) scale(1.1);
        opacity: 0.8;
    }
    100% { 
        transform: rotate(360deg) scale(1);
        opacity: 0.6;
    }
}

@keyframes auroraParticles {
    0%, 100% { 
        background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
        opacity: 0.8;
        transform: scale(1);
    }
    20% { 
        background-position: 20px -10px, -15px 15px, 25px -5px, -10px 20px, 30px -20px, -20px 25px, 15px -15px, -25px 20px;
        opacity: 1;
        transform: scale(1.1);
    }
    40% { 
        background-position: 40px -20px, -30px 30px, 50px -10px, -20px 40px, 60px -40px, -40px 50px, 30px -30px, -50px 40px;
        opacity: 0.6;
        transform: scale(0.9);
    }
    60% { 
        background-position: 30px -30px, -25px 35px, 35px -25px, -15px 35px, 45px -35px, -35px 45px, 25px -25px, -35px 35px;
        opacity: 0.9;
        transform: scale(1.05);
    }
    80% { 
        background-position: 10px -40px, -10px 40px, 20px -30px, -5px 45px, 30px -50px, -25px 55px, 15px -35px, -30px 45px;
        opacity: 0.7;
        transform: scale(0.95);
    }
}

/* 会议按钮悬停效果 */
.congress-button {
	transition: all 0.3s ease;
	transform: translateY(0);
}

.congress-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.2) !important;
}

/* 侧边栏科技主题动画 */
@keyframes sidebarGrid {
	0% { 
		background-position: 0 0, 0 0;
		opacity: 0.3;
	}
	50% { 
		background-position: 10px 10px, 10px 10px;
		opacity: 0.5;
	}
	100% { 
		background-position: 20px 20px, 20px 20px;
		opacity: 0.3;
	}
}

@keyframes sidebarParticles {
	0%, 100% { 
		background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
		opacity: 0.4;
	}
	25% { 
		background-position: 25px -25px, -25px 25px, 30px -15px, -15px 30px;
		opacity: 0.6;
	}
	50% { 
		background-position: 50px -50px, -50px 50px, 60px -30px, -30px 60px;
		opacity: 0.3;
	}
	75% { 
		background-position: 25px -75px, -75px 25px, 30px -65px, -65px 30px;
		opacity: 0.5;
	}
}

/* 现代论坛按钮悬停效果 */
.modern-forum-button {
	transition: all 0.3s ease;
	transform: translateX(0);
	position: relative;
	overflow: hidden;
}

.modern-forum-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
	transition: left 0.5s ease;
}

.modern-forum-button:hover {
	transform: translateX(5px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.2) !important;
}

.modern-forum-button:hover::before {
	left: 100%;
}

/* 侧边栏链接悬停效果 */
.sidebar-news-link:hover {
	color: #ff6b6b !important;
	text-shadow: 0 0 5px rgba(255,107,107,0.5);
}

.header-content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	padding: 20px;
}

.header-title {
	font-family: 'Segoe UI', 'Arial', sans-serif;
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 8px 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	letter-spacing: 1.5px;
	line-height: 1.3;
}

.header-subtitle {
	font-family: 'Segoe UI', 'Arial', sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin: 8px 0 6px 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	letter-spacing: 1px;
	line-height: 1.2;
}

.header-date {
	font-family: 'Segoe UI', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 12px 0 0 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	opacity: 0.9;
	letter-spacing: 0.8px;
	line-height: 1.3;
}

.header-decoration {
	position: absolute;
	z-index: 1;
}

.header-decoration.left {
	left: 20px;
	bottom: 20px;
	width: 80px;
	height: 80px;
	background: linear-gradient(45deg, rgba(0, 191, 255, 0.6), rgba(65, 105, 225, 0.6));
	border-radius: 10px;
	transform: rotate(45deg);
	box-shadow: 0 0 20px rgba(0, 191, 255, 0.5);
}

.header-decoration.right {
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background: linear-gradient(45deg, rgba(138, 43, 226, 0.6), rgba(65, 105, 225, 0.6));
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(138, 43, 226, 0.5);
}

.header-decoration.right::before {
	content: '🤖';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
}

.header-decoration.left::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

.header-decoration.left::after {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	width: 20px;
	height: 20px;
	background: linear-gradient(45deg, rgba(0, 191, 255, 0.8), rgba(65, 105, 225, 0.8));
	border-radius: 3px;
	box-shadow: 0 0 8px rgba(0, 191, 255, 0.6);
}

.header-decoration.right::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	background: linear-gradient(45deg, rgba(138, 43, 226, 0.8), rgba(65, 105, 225, 0.8));
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(138, 43, 226, 0.6);
}

/* 添加顶部装饰元素 */
.header::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 20px;
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, rgba(0, 191, 255, 0.8), rgba(65, 105, 225, 0.8), rgba(138, 43, 226, 0.8));
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(0, 191, 255, 0.5);
}

.header .top-right-decoration {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 4px;
	height: 60px;
	background: linear-gradient(180deg, rgba(0, 191, 255, 0.8), rgba(65, 105, 225, 0.8), rgba(138, 43, 226, 0.8));
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(138, 43, 226, 0.5);
}

.header .top-right-decoration::before,
.header .top-right-decoration::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

.header .top-right-decoration::before {
	top: 10px;
	left: -2px;
}

.header .top-right-decoration::after {
	top: 20px;
	left: -2px;
}
h1{
	font-family: 'Segoe UI', 'Arial', Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: 600;
	font-variant: normal;
	text-align: center;
	color: #FFF;
	letter-spacing: 1px;
	margin: 10px 0;
}
h3{
	font-family: 'Segoe UI', 'Arial', Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	margin-top: 12px;
	margin-bottom: 8px;
	line-height: 1.4em;
	font-weight: 600;
	font-variant: normal;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.8px;
}
h4{
	font-family: "Times New Roman", Times, serif;
	font-size:11pt;
	font-style: normal;
	line-height:0.1em;
	font-weight:normal;
	margin-top: 16px;
	text-align:left;
}
h5{
	font-family: "Times New Roman", Times, serif;
	font-size:9pt;
	font-style: normal;
	text-align:left;
	line-height:0.1em;
	font-weight:normal;
	margin-top: 16px;
}
h6{
	font-family: "Times New Roman", Times, serif;
	font-size:11pt;
	font-style: normal;
	line-height:0.1em;
	font-weight:normal;
	margin-top:16px;
	color:#003366;
	text-align:left;
}

.header h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F90;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 5px;
}
.header h3 a:link {
	color: #F90;
	text-decoration: none;
}
.header h3 a:hover {
	color: #F90;
	text-decoration: none;
}
.header h3 a:visited {
	color: #F90;
	text-decoration: none;
}

.middle{
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:0px;
	right:0px;
	top:200px;
	height:600px;
	width:1200px;	
}

#Picture{
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:0px;
	right:0px;
	top:0px;
	height:527px;
	width:600px;
	background-color:#fff;
}
.Top10{
    position:absolute;
    margin:0;
    padding:0;  
    left:300px;
    top:540px;
	height:98px;
	width:600px;
	color:#000000;
	
 }
 .Top10 h1{
    font-family: Calibri, Helvetica, sans-serif;
	margin-top:24px;
	margin-bottom:-8px;
    font-size:17px;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	color:#003366;
	line-height:5px;
	text-align:center;
	}
#summit{
    position:absolute;
    margin:0;
    padding:0;  
    left:0px;
    top:10px;
	height:70px;
	width:300px;
	border-radius:15px;
	color:#003366;
	border-radius:15px;	
	text-align:center;
	text-height:70px;
	background-image: url(../index_files/buttonnew.png);
}
#summit:hover{
    background-color:#CCCCCC;
}
#furum{
    position:absolute;
    margin:0;
    padding:0;
    left:300px;
    top:10px;
	height:70px;
	width:300px;
	color:#003366;
	border-radius:15px;	
	font-weight:normal;
	text-height:70px;
	text-align:center;
	background-image: url(../index_files/buttonnew.png);
}
#furum:hover{
    background-color:#CCCCCC;
}
#info{
    position:absolute;
    margin:0;
    padding:0;  
    left:400px;
    top:10px;
	height:70px;
	width:180px;
	border-radius:15px;
	color:#003366;
	border-radius:15px;	
	font-weight:normal;
	text-height:70px;
	text-align:center;
	background-image: url(../index_files/button5.jpg);
}
#info:hover{
    background-color:#CCCCCC;
}
#Cpicture{
        position:absolute;	
	margin-left: auto;		
        left:0;
        top:0px;
	height:625px;
	width:300px; 
  background-image: url(../index_files/catlog.png);
}
#highlight{
    position:absolute;
	height:40px;
	width: 180px;
	top:18px;
	left:55px;	
	color:#FFFF00;
	font-size:18px;
	font-weight:bold;
	font-family:cambria;
	text-align:center;
	line-height: 40px;
	background-color:#0066CC;
	text-decoration:underline;
}
#highlight:hover{
    color:#fff;
	text-decoration:underline;
}




#cyberdi{
	
	position:absolute;
	height: 70px;
	width: 180px;
	top:78px;
	left:55px;	
	color:#333366;
	font-size:18px;
	font-weight:bold;
	font-family:cambria;
	text-align:center;
    background-image: url(../index_files/label.png);
}
#cyberdi:hover{
    color:#FFFFCC;
}
#cyberdic{
    height: 20px;
	width: 300px;
	position:absolute;
	margin-right: auto;
	margin-left: auto;
	top:143px;
	left:35px;
}
#cyberlife{
	height: 70px;
	width: 180px;
	position:absolute;
	margin-right: auto;
	margin-left: auto;
    position:absolute;
	top:180px;
	left:55px;	
	color:#333366;
	font-size:18px;
	font-weight:bold;
	font-family:cambria;
	text-align:center;
 background-image: url(../index_files/label.png);
}



#cyberlife:hover{
    color:#FFFFCC;
}
#cyberlifec{
	height:20px;
	width: 300px;
	position:absolute;
	margin-right: auto;
	margin-left: auto;
	top:245px;
	left:35px;	
}

#time{
    position:absolute;
	margin-right:auto;
	margin-left:auto;
	left:55px;
	top:285px;
	height:280px;
	width:180px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	font-family:cambria;
	text-align:left;
	border-radius:10px;
	background-color:#0066CC;
}


#scalcom{
	height: 70px;
	width: 180px;
	position:absolute;
	margin-right: auto;
	margin-left: auto;
    position:absolute;
	top:250px;
	left:55px;	
	color:#333366;
	font-size:18px;
	font-weight:bold;
	font-family:cambria;
	text-align:center;
 background-image: url(../index_files/label.png);
}
#scalcom:hover{
    color:#FFFFCC;
}
#scalcomc{
	height:20px;
	width: 300px;
	position:absolute;
	margin-right: auto;
	margin-left: auto;
	top:315px;
	left:35px;	
}
#cbd{
	height: 70px;
	width: 180px;
	position:absolute;
	margin-right: auto;
	margin-left: auto;
    position:absolute;
	top:352px;
	left:55px;	
	color:#333366;
	font-size:18px;
	font-weight:bold;
	font-family:cambria;
	text-align:center;
 background-image: url(../index_files/label.png);
}
#cbd:hover{
    color:#FFFFCC;
}
#cbdc{
	height:20px;
	width: 300px;
	position:absolute;
	margin-right: auto;
	margin-left: auto;	
	top:415px;
	left:35px;
}
#iott{
	height: 70px;
	width: 180px;
	position:absolute;
	margin-right: auto;
	margin-left: auto;
    position:absolute;
	top:453px;
	left:55px;	
	color:#333366;
	font-size:18px;
	font-weight:bold;
	font-family:cambria;
	text-align:center;
 background-image: url(../index_files/label.png);
}
#iott:hover{
    color:#FFFFCC;
}
#iottc{
	height:20px;
	width: 300px;
	position:absolute;
	margin-right: auto;
	margin-left: auto;
	top:518px;
	left:35px;
}
#keynote{
    position:absolute;
    margin:0;
    padding:0;  
    left:50px;
    top:550px;
	height:70px;
	width:180px;
	border-radius:15px;
	color:#003366;
	border-radius:15px;	
	font-weight:normal;
	text-height:70px;
	text-align:center;
	background-image: url(../index_files/button5.jpg);
}
#keynote:hover{
    background-color:#CCCCCC;
}
#keynote h1{
    font-family: Calibri, Helvetica, sans-serif;
	margin-top:18px;
	margin-bottom:-8px;
    font-size:17px;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	color:#003366;
	line-height:18px;
	text-align:center;
	}
#Rpicture{
        position:absolute;	
	margin-left: auto;		
        right:0%;
        top:0px;
	height:625px;
	width:300px; 
  background-image: url(../index_files/catlog.png);
}

#navigationar{
    position:absolute;
	margin-right:auto;
	margin-left:auto;
	right:10px;
	top:5px;
	height:90px;
	width:280px;
	color:#FFF;
	line-height: 90px;
	text-align: center;
	font-size:20px;
	font-weight:bold;
	font-family:cambria;
	border-radius:10px;
	background-color:#0066CC;
}
#program{
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:910px;
	top:100px;
	height:60px;
	width:135px;
	font-family:cambria;
	border-radius:10px;
	background-image: url(../index_files/button3.jpg);
}
#program h1{
    margin-top:10px;
	margin-bottom:-5px;
	color:#000000;
    font-size:13px;
	font-weight:bold;
	}
#program h1:hover{
   color:#CC0033;
}
#accept{
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:1055px;
	top:100px;
	height:60px;
	width:135px;
	font-family:cambria;
	border-radius:10px;
	background-image: url(../index_files/button3.jpg);
}
#accept h1{
    margin-top:10px;
	margin-bottom:-5px;
	color:#000000;
    font-size:13px;
	font-weight:bold;
	}
#accept h1:hover{
   color:#CC0033;
}
#registration{
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:910px;
	top:166px;
	height:60px;
	width:135px;
	font-family:cambria;
	border-radius:10px;
	background-image: url(../index_files/button3.jpg);
}
#registration h1{
    margin-top:20px;
	margin-bottom:-5px;
	color:#000000;
    font-size:13px;
	font-weight:bold;
	}
#registration h1:hover{
   color:#CC0033;
}
#reservation{
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:1055px;
	top:166px;
	height:60px;
	width:135px;
	font-family:cambria;
	border-radius:10px;
	background-image: url(../index_files/button3.jpg);
}
#reservation h1{
    margin-top:20px;
	margin-bottom:-5px;
	color:#000000;
    font-size:13px;
	font-weight:bold;
	}
#reservation h1:hover{
   color:#CC0033;
}
#visa{
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:910px;
	top:232px;
	height:60px;
	width:135px;
	font-family:cambria;
	border-radius:10px;
	background-image: url(../index_files/button3.jpg);
}
#visa h1{
    margin-top:20px;
	margin-bottom:-5px;
	color:#000000;
    font-size:13px;
	font-weight:bold;
	}
#visa h1:hover{
   color:#CC0033;
}
#venue{
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:1055px;
	top:232px;
	height:60px;
	width:135px;
	font-family:cambria;
	border-radius:10px;
	background-image: url(../index_files/button3.jpg);
}
#venue h1{
    margin-top:20px;
	margin-bottom:-5px;
	color:#000000;
    font-size:13px;
	font-weight:bold;
	}
#venue h1:hover{
   color:#CC0033;
}
#news{
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:910px;
	right:0px;
	overflow-x:auto; 
	overflow-y:auto;
	top:300px;
	height:240px;
	width:290px;
	border-radius:10px;
	background-color:#CCCC99;
	color:#CC0033;
	font-size:13px;
	font-weight:bold;
	font-family:cambria;
	text-align:left;
}
#news a:hover{
     color:#F00000;
}
#service{
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:905px;
	top:550px;
	height:70px;
	width:290px;
	border-radius:10px;
	color:#990033;
	font-size:13px;
	font-weight:bold;
	font-family:cambria;
	line-height:15px;
	background-color:#FF9966; 
}
#service:hover{
     color:#FFFFCC;
}
#forum_keynote{
    position:absolute;
    margin:0;
    padding:0;  
    left:905px;
    top:550px;
	height:70px;
	width:150px;
	border-radius:15px;
	color:#003366;
	border-radius:15px;	
	font-weight:normal;
	text-height:70px;
	text-align:center;
	background-image: url(../index_files/button4.jpg);
}
#forum_keynote:hover{
    background-color:#CCCCCC;
}
#forum_keynote h1{
    font-family: Calibri, Helvetica, sans-serif;
	margin-top:18px;
	margin-bottom:-8px;
    font-size:17px;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	color:#003366;
	line-height:18px;
	text-align:center;
	}
#advertise{
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:1000px;
	right:200px;
	top:530px;
	height:30px;
	width:200px;
}
#advertise:hover{
    color:#99CCFF;
}
.line{
    position:absolute;
    margin:0;
    padding:0;  
    left:0px;
    right:0px;
    top:625px;
	height:5px;
	width:1200px; 
    background-color:#336699;	
}
.middle2{
        position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:0px;
	right:0px;
	top:630px;
	height:400px;
	width:1200px;	
}

#Picture2{
        position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:0px;
	right:0px;
	top:0px;
	height:780px;
	width:600px;
   
}
/*以下为praface_button部分*/
.praface_button{
    position:absolute;
	height:60px;
	width:600px;
	margin-right: auto;
	margin-left: auto;
	left:0px;
	right:0px;
	top:0px;
	border-top-width: 3px;	
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0A4893;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#language{
    height:20px;
	width:120px;
	position:absolute;
	left:500px;
	top:10px;
	font-size:12px;
	color:#000;
	font-family: cambria;
}
#ch:hover{    
	color:#0A4893;
}
#en:hover{
    color:#0A4893;
}
.preface{
    position:absolute;
	height:780px;
	width:600px;
	left:0px;
	top:0px;
	padding-top:20px;
	background-color: #EAF4FD;
}
.preface h1{
	font-family: cambria;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-top:5px;
	text-align: center;
}
.preface h2{
	font-size:11pt;
	text-align:justify;
	text-justify:inter-ideograph;
	font-family: cambria;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
}
.preface h2 a:link {
	color: #0A4893;
	text-decoration: underline;
}
.preface h2 a:hover {
	color: #0A4893;
	text-decoration: underline;
}
.preface h2 a:visited {
	color: #0A4893;
	text-decoration: underline;
}
.preface h3{
	font-size:11pt;
	text-align:right;
	text-justify:inter-ideograph;
	font-family: cambria;
	font-style: normal;
	line-height: 1.1em;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
}

.preface h3 a:link {
	color: #0A4893;
	text-decoration: underline;
}
.preface h3 a:hover {
	color: #0A4893;
	text-decoration: underline;
}
.preface h3 a:visited {
	color: #0A4893;
	text-decoration: underline;
}
/*----------------------------------------*/
.preface h4{
	font-family: 楷体_GB2312;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-top:5px;
	text-align: center;
}
.preface h5{
	font-size:11pt;
	text-align:justify;
	text-justify:inter-ideograph;
	font-family: cambria;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	text-indent: 1.5em;
}
.preface h5 a:link {
	color: #0A4893
	text-decoration: underline;
}
.preface h5 a:hover {
	color: #0A4893;
	text-decoration: underline;
}
.preface h5 a:visited {
	color: #0A4893;
	text-decoration: underline;
}

.preface h6{
	font-size:11pt;
	text-align:right;
	text-justify:inter-ideograph;
	font-family: cambria;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
}

.preface h6 a:link {
	color: #0A4893;
	text-decoration: underline;
}
.preface h6 a:hover {
	color: #0A4893;
	text-decoration: underline;
}
.preface h6 a:visited {
	color: #0A4893;
	text-decoration: underline;
}
#ustbLogo {
position: absolute;
left:100px;
top: 150px;
width:400px;
}
#fundLogo{
position: absolute;
left:40px;
top:640px;
width:200x;
}

#Cpicture2{
        position:absolute;	
	margin-left: auto;		
        left:0;
        top:0px;
	height:780px;
	width:300px; 
  background-image: url(../index_files/catlog.png);
}
#past{
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:64px;
	top:20px;
	height:49px;
	width:150px;
	background-image: url(../index_files/pastCongress.png);
}
#past:hover{
    color:#99CCFF;
}

#symposia{
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:25px;
	top:90px;
	height:97px;
	width:250px;
	border-radius:5px;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	font-family:cambria;
	text-align:center;
	line-height:97px;
	background-image: url(../index_files/button.jpg);
}
#symposia:hover{
    color:#FFCC00;
}
#symposia h1{
    margin-top:18px;
	margin-bottom:-5px;
	margin-left:5px;
	text-align:center;
	color:#fff;
    font-size:13px;
	font-weight:bold;
	}
#symposia  h1:hover{
    color:#999999;
}

#workshop{
 position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:25px;
	top:205px;
	height:97px;
	width:250px;
	border-radius:5px;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	font-family:cambria;
	text-align:center;
	line-height:97px;
	background-image: url(../index_files/button.jpg);
}
#workshop:hover{
    color:#999999;
}
#issue{
 position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:25px;
	top:320px;
	height:97px;
	width:250px;
	border-radius:5px;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	font-family:cambria;
	text-align:center;
	line-height:97px;
	background-image: url(../index_files/button.jpg);
}
#issue:hover{
    color:#999999;
}
#activity1{
	position:absolute;
	height: 70px;
	width: 180px;
	top:435px;
	left:25px;	
	height:97px;
	width:250px;
	background-image: url(../index_files/button.jpg);
	font-family:cambria;
	text-align:center;
	font-weight:normal;
}
#activity1 h1{
    margin-top:20px;
	margin-bottom:-5px;
	color:#fff;
    font-size:14px;
	font-weight:bold;
	}
#activity1 h1:hover{
   color:#999999;
}
#activity2{
	position:absolute;
	height: 70px;
	width: 180px;
	top:550px;
	left:25px;	
	height:97px;
	width:250px;
	background-image: url(../index_files/button.jpg);
    line-height:40px;
	font-family:cambria;
	text-align:center;
	line-height:80px;
}
#activity2 h1{
    margin-top:26px;
	margin-bottom:-5px;
	color:#fff;
    font-size:15px;
	font-weight:bold;
	}
#activity2  h1:hover{
    color:#999999;
}
#activity3{
	position:absolute;
	height: 70px;
	width: 180px;
	top:660px;
	left:25px;	
	height:97px;
	width:250px;
	background-image: url(../index_files/button.jpg);
	font-family:cambria;
	text-align:center;
	text-height:80px;
}
#activity3 h1{
    margin-top:30px;
	margin-bottom:-5px;
	color:#fff;
    font-size:15px;
	font-weight:bold;
	}
#activity3  h1:hover{
    color:#999999;
}
#Rpicture2{
    position:absolute;	
	margin-left: auto;		
    right:0%;
    top:0px;
	height:780px;
	width:300px; 
    background-image: url(../index_files/catlog.png);
}
.line2{
    position:absolute;
    margin:0;
    padding:0;  
    left:0px;
    right:0px;
    top:1400px;
	height:5px;
	width:1200px; 
    background-color:#336699;	
}
.committee{
    position:absolute;
    margin:0;
    padding:0;  
    left:0px;
    right:0px;
    top:1410px;
	height:338px;
	width:1194px;	
	background-image: url(../index_files/committee.jpg);
}
#ieee{
    position:absolute;
    margin:0;
    padding:0;  
    left:0px;
    right:0px;
    top:15px;
	height:200px;
	width:150px; 
}
#gov{
    position:absolute;
    margin:0;
    padding:0;  
    left:160px;
    right:0px;
    top:10px;
	height:200px;
	width:1000px;
    float:left;	
}
.Communication{
    position:absolute;
    margin:0;
    padding:0;  
    left:0px;
    right:0px;
    top:600px;
	height:200px;
	width:1200px; 	
    background-image: url(../index_files/CommunicationNews.jpg);
}
#CommunicatonNews1{
    position:absolute;
	margin:0;
    padding:0;
	float:left;
	display:block;
	top:0px;
	height: 200px;
	width:300px;
	font-size:14px;
	font-weight:bold;
	font-family:cambria;
	text-align:left;
	background-color:#CCCCCC; 
}
#CommunicatonNews2{
    position:absolute;
	margin:0;
    padding:0;
	float:left;
	display:block;
	top:0px;
	height: 200px;
	width:300px;
	font-size:14px;
	font-weight:bold;
	font-family:cambria;
	text-align:left;
	background-color:#FF0000; 
}
#CommunicatonNews3{
    position:absolute;
	top:0px;
	left:600;
	height: 200px;
	width:300px;
	float:left;
	display:block;
	font-size:14px;
	font-weight:bold;
	font-family:cambria;
	text-align:left;
}
#CommunicatonNews4{
    position:absolute;
	top:0px;
	left:900px;
	height: 200px;
	width:300px;
	float:left;
	display:block;
	font-size:14px;
	font-weight:bold;
	font-family:cambria;
	text-align:left;
}
.footer{
    position:absolute;
	top:1800px;
	background-color: #3366CC;
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:0px;
	right:0px;
	height:50px;
	width: 1200px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #E2C172;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	text-align: center;
	margin-top: 16px;
}
