﻿@charset "utf-8";
iframe {width:0px;height:0px;display:none;}
* {
padding:0px;
margin:0px;
}
body {
width:100%;
height:1000px;
text-align:center;
}
#container {
width:1200px;
height:1000px;
position:relative;
margin:0 auto;
}
#container #top {
width:1200px;
height:300px;
position:absolute;
top:0px;
left:0px;
background-image:url("../image/investtopbj.gif");
}
#container #main {
width:1200px;
height:700px;
position:absolute;
top:301px;
left:0px;
background-color:#EEE;
}
#container #main #invitelabel {
width:1198px;
height:40px;
float:left;
margin-top:50px;
text-align:left;
line-height:40px;
font-size:14px;
}
#container #main #linkman {
width:100px;
height:40px;
float:left;
text-align:left;
line-height:40px;
font-size:14px;
}
#container #main #telephonediv {
width:200px;
height:40px;
float:left;
text-align:left;
line-height:40px;
font-size:14px;
cursor:pointer;
}
#container #main #telephone {
width:898px;
height:40px;
float:left;
text-align:left;
line-height:40px;
font-size:14px;
display:none;
color:#F00;
}
#container #bottom {
width:1200px;
height:80px;
position:absolute;
top:1000px;
left:0px;
background-color:#808080;
text-align:center;
line-height:80px;
font-size:14px;
font-weight:bold;
}