@charset "utf-8";
@import url('backgroundEffect.css');

html, body {
    height: 100%;
    width: 100%;

}

body, div, span {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Arial", "Simsun", "Microsoft YaHei";
    font-size: 12px;
    min-width: 1000px;
    min-height: 658px;
}

ul li {
    list-style: none;
}

a {
    color: #363636;
    text-decoration: none;
}

a:hover {
    color: #fe6612;
}

a:active {
    outline: none;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.topWrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 60%;
    min-height: 340px;
    /*background: url(../images/topBg.png) center top repeat-y;*/
}

.topWrapper .headerBanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: url(../images/logobg.png) center top repeat-x;
    z-index: 2;
}

.topWrapper .headerBanner .logo {
    width: 67%;
    min-width: 1000px;
    height: 100%;
    margin: 0 auto;
    background: url("../images/rootLogo_advanced.png") left center no-repeat;
}

.topWrapper .introductionWrapper {
    /*border: 1px dashed #dddddd;*/
    position: absolute;
    width: 67%;
    min-width: 1000px;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    min-height: 270px;
    bottom: 0;
    box-sizing: border-box;
}

.topWrapper .introductionWrapper .monitorFrame {
    position: absolute;
    bottom: 0;
    right: 80px;
    width: 308px;
    height: 260px;
    background: url("../images/monitor/monitorFrame.png") center no-repeat;
}

.monitorFrame .systemSnap {
    position: absolute;
    left: 12px;
    top: 13px;
    width: 283px;
    height: 168px;
    display: none;
}

.monitorFrame #snap0 {
    background: url("../images/monitor/geoshareManager.jpg") left top no-repeat;
}

.monitorFrame #snap1 {
    background: url("../images/monitor/portal.jpg") left top no-repeat;
}

.monitorFrame #snap2 {
    background: url("../images/monitor/server.jpg") left top no-repeat;
}

.introductionWrapper .introduction {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 430px;
    height: 50%;
    min-height: 176px;
    color: white;
    display: none;
}

.introductionWrapper .introductionHead {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 502px;
    height: 92px;
    color: white;
}

.introductionWrapper .introduction .title {
    font: bold 22px/24px "STXihei", "Simsun", "SimHei", "Arial", "Microsoft YaHei";
    letter-spacing: 2px;

}

.introductionWrapper .introduction .discription {
    font: normal 14px/28px "Microsoft YaHei", "Simsun";
    letter-spacing: 2px;
}

.navigatorWrapper {
    background: url("./../images/navIcon/bottomBg.png") center top no-repeat;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    height: 40%;
    min-height: 284px;
    overflow: hidden;
}

.navigatorContent {
    width: 80%;
    overflow: hidden;
    min-width: 1000px;
    min-height: 184px; /*TODO*/
    height: 75%;
    margin: 0 auto;
}

.navigatorContent > div {
    float: left;
    margin-top: 3%;

}

.navigatorContent .navigatorItem {
    width: 13%;
    cursor: pointer;
    margin-left: 10%;
    margin-right: 10%;
    padding-bottom: 1.6%;
}

.navigatorContent .navigatorItem:hover {
    -webkit-box-shadow: 0 0 4px #dddddd;
    -moz-box-shadow: 0 0 4px #dddddd;
    box-shadow: 0 0 4px #dddddd;
}

.navigatorContent .navigatorItem .icon {
    width: 112px;
    height: 112px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navigatorContent .navigatorItem .iconGeoShareManager {
    background: url("./../images/navIcon/geoShareManager.png") center no-repeat;
}

.navigatorContent .navigatorItem .niHover0 {
    background: url("./../images/navIcon/geoShareManager1.png") center no-repeat;
}

.navigatorContent .navigatorItem .iconPortal {
    background: url("./../images/navIcon/portal.png") center no-repeat;
}

.navigatorContent .navigatorItem .niHover1 {
    background: url("./../images/navIcon/portal1.png") center no-repeat;
}

.navigatorContent .navigatorItem .iconOneMapServer {
    background: url("./../images/navIcon/onemapServer.png") center no-repeat;
}

.navigatorContent .navigatorItem .niHover2 {
    background: url("./../images/navIcon/onemapServer1.png") center no-repeat;
}

.navigatorContent .titleWrapper {
    width: 100%;
    text-align: center;
    color: #eeeeee;
}

.navigatorContent .titleWrapper span {
    font: normal 16px/18px "Microsoft YaHei";
    letter-spacing: 1px;
}

.navigatorContent .titleWrapper span.mHover {
    color: #FFFFFF;
}

.navigatorContent .titleWrapper button {
    cursor: pointer;
    letter-spacing: 4px;
    margin: 0 auto;
    height: 40px;
    font: normal 20px/20px 'Microsoft YaHei';
}

.navigatorContent .titleWrapper > button > span {
    height: 42px;
}

.itemsep {
    background: url(../images/itempad.png) center 50px no-repeat;
    overflow: hidden;
    width: 3px;
    height: 128px;
    float: left;
}

.line {
    clear: both;
    width: 805px;
    height: 1px;
    overflow: hidden;
    background: url(../images/line.gif) no-repeat;
}

.footer {
    margin: 0 auto;
    width: 1000px;
    height: 25%;
    text-align: center;
    color: #eeeeee;
    line-height: 55px;
    overflow: hidden;
}