* { 
    margin: 0; padding: 0;
}
body { 
    font: 16px/1.8 "Microsoft Yahei",verdana;
}

/* 右侧导航 */
#fullPage-nav { 
    _display: none; 
    font-size: 12px;
}
#fullPage-nav li { 
    width: 90px; 
    height: 21px; 
    margin: 10px 0 0; 
    vertical-align: middle;
}
#fullPage-nav li a { 
    float: right; 
    width: 21px; 
    height: 21px; 
    color: #8F9DA4; 
    text-decoration: none; 
    text-align: right; 
    background: url(images/dot.png) 5px 5px no-repeat;
}
#fullPage-nav li .active { 
    background-position: 0 bottom;
}
#fullPage-nav span { 
    display: none;
}
.fullPage-tooltip { 
    float: left; 
    top: 0; 
    margin-right: 5px; 
    font: 12px "Microsoft Yahei"; 
    color: #8F9DA4; 
    line-height: 21px;
}
.section { 
    position: relative; 
    overflow: hidden;
}
.bg1 {
    background: url("../images/hardwear/hw_bg.jpg") no-repeat center;
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
}
.bg2 {
    background: url("../images/hardwear/function.png") no-repeat center;
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
}
.boxBlock {
    position: absolute;
    z-index: 1;
    width: 1000px;
    height: 500px;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -500px;
}
.boxBlock:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.sectionTwoLeft {
    float: left;
    margin-top: 60px;
}
.sectionTwoLeft .inner {
    height: 50px;
    opacity: 0.8;
    color: #fff;
    margin-bottom: 30px;
    border: 1px solid transparent;
    padding: 10px 30px 10px 20px;
}
.sectionTwoLeft .current-active {
    border: 1px solid #fff;
    opacity: 1;
}
.sectionTwoLeft .inner span {
    vertical-align: 17px;
    font-size: 18px;
}
.sectionTwoRight {
    float: right;
    margin-top: 70px;
    color: #fff;
    width: 560px;
    text-align: center;
}
.sectionTwoRight .wrap {
    display: none;
}
.sectionTwoRight .wrap p {
    margin-top: 15px;
    font-size: 18px;
}
.boxBlock2 {
    position: absolute;
    z-index: 1;
    width: 1082px;
    height: 500px;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -541px;
}
.nowBox:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.shadowBox {
    text-align: center;
    font-size: 13px;
    color: #888;
    height: 382px;
    background: #fff;
    width: 233px;
    float: left;
    margin-right: 50px;
}
.sectionThreeBox {
    text-align: center;
    font-size: 13px;
    color: #888;
    height: 340px;
    padding: 5px;
    border: 1px solid #dcdcdc;
    width: 220px;
}
.sectionThreeBox:hover {
    border:1px solid #23a34a;
}
.p1 {
    color: #181818;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
}
.p2 {
    color: #22ac38;
}
.p3 {
    padding: 5px;
    font-size: 14px;
}
.p4 {
    font-size: 46px;
    color: #22ac38;
    text-align: center;
}
.p5 {
    font-size: 13px;
    text-align: center;
     padding-bottom: 30px;
}
.p6 {
    font-size: 18px;
    margin-top: 8px;
}
.p7 {
    color: #2f2f2f;
    margin-top: 10px;
}
.p8 {
    color: #888;
}
.sectionFourBox {
    position: absolute;
    z-index: 1;
    width: 1000px;
    height: 500px;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -500px;
}
.sectionFourBox:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.square {
    width: 45%;
    float: left;
    margin-right: 10%;
}
.bg3 {
    background: url("/Public/common/images/scene-footer.jpg") no-repeat center;
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
}