﻿html, body, form {
    margin: 0;
    font-family: "微軟正黑體";
    font-size: 14px;
    min-width: 1000px;
    color: #333;
}

a {
    text-decoration: none;
    color: #399ebc;
}

    a:hover {
        text-decoration: none;
        color: #666;
    }

img {
    border: none;
}

h1.brand {
    border-bottom: solid 1px #DDD;
    margin: 0;
    padding: 15px 0;
    font-size: 39px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    color: #666;
    margin-top: 60px;
    margin-bottom: 30px;
}

    h1.brand.unline {
        border: none;
    }

h2 {
    font-size: 25px;
    font-weight: normal;
}

h3 {
    font-size: 17px;
}

caption {
    font-size: 25px;
    font-weight: normal;
    padding: 10px;
}





.header {
    background-color: #333;
    padding: 10px 0;
    position: absolute;
    top: 0;
    z-index: 99999999;
    width: 100%;
    min-width: 1000px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

    .header .logo {
        margin-left: 40px;
        padding: 5px 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .header .nav {
        position: absolute;
        right: 0px;
        top: 0;
        font-size: 0;
    }

        .header .nav li {
            display: inline-block;
            *display: inline;
            zoom: 1;
            float:left;
        }

            .header .nav li a {
                color: #FFF;
                text-decoration: none;
                font-size: 16px;
                padding: 22px 30px;
                display:block;
            }

                .header .nav li a:hover {
                    background-color: #444;
                }

  .header.fix {
        width: 100%;
        height: 30px;
        opacity: .9;
        filter: alpha(opacity=90);
        zoom: 1;
        position: fixed;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }

        .header.fix .logo img {
            height: 25px;
        }

        .header.fix .nav li a {
            padding: 15px 30px;
        }

.banner {
    position: relative;
    padding-top: 70px;
    height: 180px;
    background-color: #EEE;
}

    .banner > img {
        bottom: 0;
        position: absolute;
        min-width: 1400px;
        width: 100%;
    }

    .banner > .container {
        width: 900px;
        padding-left: 50px;
        padding-right: 50px;
        position: absolute;
        left: 50%;
        margin-left: -500px;
    }

    .banner.home {
        height: 300px;
        background-image: url('../images/banner_bg.jpg');
        background-repeat: no-repeat;
        background-position: bottom center;
        background-color:#000;

      }


.body {
    min-height: 600px;
    background-color: #EEE;
    padding: 10px 0;
    padding-bottom: 50px;
}

    .body .container {
        width: 900px;
        padding-left: 50px;
        padding-right: 50px;
        margin: auto;
        padding-bottom: 30px;
        background-color: #FFF;
        border: solid 1px #DDD;
    }

    .body.home {
        margin-top: 150px;
        background-color: #FFF;
    }

        .body.home .container {
            border: none;
        }


.hero .screen {
    width: 536px;
    height: 418px;
    background-image: url('../images/monitor.png');
    position: absolute;
    left: -100px;
    top: 30px;
    z-index: 99999;
    opacity: 0;
    /* filter: alpha(opacity=0);
    zoom: 1;    */
}

    .hero .screen .gallery {
        margin: 0;
        font-size: 0;
        width: 460px;
        height: 260px;
        position: absolute;
        left: 38px;
        top: 38px;
        overflow: hidden;
    }

        .hero .screen .gallery li {
            padding: 0;
            margin: 0;
            width: 460px;
            height: 260px;
            font-size: 0;
            display: inline-block;
            *display: inline;
            zoom: 1;
            overflow: hidden;
        }



.hero .brief {
    width: 380px;
    position: absolute;
    right: -100px;
    top: 30px;
    color: #FFF;
    opacity: 0;
    margin-right: 50px;
    margin-left: 50px;
}

    .hero .brief h1 {
        font-size: 80px;
        line-height: 100px;
        margin: 15px 0;
    }

    .hero .brief h2 {
        font-weight: normal;
        font-size: 25px;
        margin: 15px 0;
    }

.hero .action {
    margin-top: 80px;
}



.hero.normal .brief {
	white-space:nowrap;
    left: 0;
    top: 30px;
    opacity: 1;
}

    .hero.normal .brief h1,
    .hero.normal .brief h2 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin-top: 5px;
        margin-bottom: 0px;
        margin-right: 10px;
        color: #5bc0de;
    }

    .hero.normal .brief p {
        color: #333;
        margin-top: 10px;
    }


.btn-xlarge {
    padding: 20px 40px;
    margin: 0 10px;
    font-size: 27px;
    font-weight: 200;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.muti-col {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-top: 100px;
    text-align: center;
}

    .muti-col li {
        font-size: 14px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 260px;
        vertical-align: top;
        margin: 0 0 60px 50px;
        text-align: left;
    }

        .muti-col li.first {
            margin-left: 0;
        }

    .muti-col h1 {
        font-weight: normal;
        font-size: 25px;
        position: relative;
        line-height: 30px;
        margin-bottom: 20px;
    }

        .muti-col h1 a {
            color: #333;
        }

        .muti-col h1 img {
            position: absolute;
            right: 0;
            bottom: 0;
        }

    .muti-col p {
        clear: both;
    }

    .muti-col.border li {
        border: solid 1px #DDD;
        padding: 20px;
        width: 220px;
        background-color: #EEE;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .muti-col.four-col li {
        width: 160px;
        margin: 0 0 25px 20px;
    }

        .muti-col.four-col li.first {
            margin-left: 0;
        }


.trial {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
}

    .trial > li {
        font-size: 14px;
        vertical-align: top;
        margin: 0 0 30px 0;
        text-align: left;
    }



    .trial h1 {
        font-weight: normal;
        font-size: 25px;
        position: relative;
        line-height: 30px;
        margin-bottom: 20px;
    }



    .trial .left {
        float: left;
        width: 600px;
    }

    .trial .right {
        float: right;
        background-color: #EEE;
        padding: 20px 20px;
    }

    .trial .alert {
        clear: both;
        margin-top: 30px;
    }



.customer {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
    padding: 20px 50px;
}

    .customer li {
        font-size: 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 15px;
    }

        .customer li img {
            height: 80px;
        }

        .customer li:hover {
            background-color: #EEE;
        }

        .customer li.more {
            vertical-align: top;
            padding: 0;
        }

            .customer li.more a {
                height: 40px;
                display: inline-block;
                *display: inline;
                zoom: 1;
                font-size: 20px;
                vertical-align: middle;
                font-weight: bold;
                padding: 15px;
                padding-top: 40px;
                padding-left: 30px;
                padding-right: 30px;
                color: #AAA;
                background-color: #EEE;
            }

                .customer li.more a:hover {
                    background-color: #DDD;
                    color: #FFF;
                }


.home-cost {
}

    .home-cost .cost {
        text-align: center;
        margin-top: 20px;
    }

        .home-cost .cost span {
            font-size: 30px;
            line-height: 35px;
            color: #5bc0de;
        }

    .home-cost .action {
        padding: 10px 0;
        text-align: center;
        color: #FFF;
    }

        .home-cost .action a {
            font-size: 20px;
            white-space: nowrap;
            padding: 10px;
            display: block;
        }


.faq {
    margin: 50px 0;
}

    .faq .left {
        width: 200px;
        float: left;
    }

    .faq .right {
        width: 650px;
        float: right;
    }

    .faq .cat {
        list-style: none;
        margin: 0;
        border-top: solid 1px #DDD;
    }

        .faq .cat a {
            display: block;
            padding: 10px;
            border: solid 1px #DDD;
            border-top: none;
            position: relative;
            color: #333;
        }

            .faq .cat a.active {
                border-left: solid 3px #5bc0de;
                color: #399ebc;
            }

            .faq .cat a i {
                position: absolute;
                opacity: .25;
                filter: alpha(opacity=.25);
                zoom: 1;
                right: 10px;
            }

            .faq .cat a:hover {
                background-color: #EEE;
            }

                .faq .cat a:hover i {
                    opacity: .5;
                    filter: alpha(opacity=50);
                    zoom: 1;
                }

        .faq .cat img {
            max-height: 20px;
            max-width: 20px;
            margin-right: 15px;
        }

    .faq .brand {
        margin-top: 20px;
    }

    .faq .right > h2 {
        color: #399ebc;
    }

.form {
    padding: 30px 0;
}

.step {
    display: none;
}

.money {
    font-size: 20px;
    color: #f00;
    font-weight: bold;
}


.wrapper-grey {
    border-bottom: solid 1px #DDD;
    border-top: solid 1px #DDD;
}

    .wrapper-grey, .wrapper-grey .container {
        background-color: #EEE;
    }



.footer {
    background-color: #333;
    padding: 20px 0;
    color: #fff;
    font-size: 13px;
    padding-bottom: 50px;
    min-width: 1000px;
    overflow: hidden;
}

    .footer .container {
        width: 900px;
        padding-left: 50px;
        padding-right: 50px;
        margin: auto;
    }

    .footer .footer-nav {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
    }

        .footer .footer-nav li {
            display: inline-block;
            *display: inline;
            zoom: 1;
            margin-right: 15px;
        }
