@charset "utf-8";
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(menu.css);
@import url(d9284e2203e84e6581088ec9098a877b.css);

body {
    width: 100%;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased
}

#container {
    width: 100%;
    height: 100%
}

.allWidth {
    max-width: 1200px;
    margin: 0 auto
}

.header {
    width: 100%;
    position: relative
}

.header .headTop {
    position: relative;
    background-color: #f0f0f0;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
    background: -webkit-linear-gradient(top, #fff, #f0f0f0);
    background: -moz-linear-gradient(top, #fff, #f0f0f0);
    background: -ms-linear-gradient(top, #fff, #f0f0f0);
    background: -o-linear-gradient(top, #fff, #f0f0f0)
}

.header .headTop .allWidth {
    padding-top: 30px;
    padding-bottom: 30px
}

.logo {
    float: left
}

.logo h1 {
    position: absolute;
    text-indent: -9999px
}

.logo img {
    width: 100%
}

.info {
    float: right;
    color: #7b7b7b;
    font-size: .75em
}

.info ul {
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block
}

.info li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1em
}

.info li a {
    color: #7b7b7b
}

.info li a:hover {
    text-decoration: underline
}

.info li:first-child {
    border-right: 1px solid #7b7b7b;
    padding-right: 15px;
    margin-right: 10px
}

.info i {
    margin-right: 7px
}

.info .lang {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #bababa;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    transition: all ease .5s
}

.info .lang:hover {
    text-decoration: none;
    background: #888
}

.menu {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
    min-height: 45px;
    box-shadow: 0 -2px 3px #ddd;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.menu ul {
    padding: 8px 0;
    float: left;
    position: relative;
    z-index: 5
}

.menu li {
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 0 15px;
    margin-top: 3px;
    text-align: center
}

.menu li a {
    color: #000
}

.menu li a:hover {
    color: #555
}

.search {
    width: 28%;
    float: right
}

.search_input {
    padding: 0 15px;
    height: 45px;
    width: 86%;
    border: none;
    background: #f1f1f1;
    outline: none;
    -webkit-box-shadow: 2px 2px 2px #ccc inset;
    -moz-box-shadow: 2px 2px 2px #ccc inset;
    box-shadow: 2px 2px 2px #ccc inset
}

.search_submit {
    background: #00a040;
    border: none;
    width: 14%;
    height: 45px;
    color: #fff;
    float: right;
    text-align: center
}

.search_submit i {
    font-size: 1.3em
}

.footer {
    width: 100%;
    color: #fff;
    background: #303239
}

.footer .foot_top {
    padding: 2em 0
}

.footer .foot_top .foot_box {
    width: 50%;
    float: left;
    position: relative
}

.footer .foot_top .foot_box .foot_title {
    font-family: 'Dosis', sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 15px
}

.footer .foot_top .foot_box .foot_contact {
    font-size: .9em;
    color: #cacaca;
    line-height: 2em
}

.footer .foot_top .foot_box .foot_contact i {
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    display: inline-block;
    width: 30px
}

.footer .foot_top .foot_box .circle_logos {
    position: absolute;
    bottom: 0;
    right: 50px
}

.footer .foot_top .foot_box .circle_logos span {
    display: inline-block;
    width: 46px;
    height: 45px;
    margin-left: 10px;
    overflow: hidden;
    background: url(../img/logosss.jpg) no-repeat 0 0
}

.footer .foot_top .foot_box .circle_logos span:last-child {
    background-position: -46px 0
}

.footer .foot_top .foot_box a {
    color: #cacaca
}

.footer .foot_top .foot_box a:hover {
    color: #fff
}

.footer .foot_top .foot_box .foot_link {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    font-size: .9em;
    color: #cacaca
}

.footer .foot_top .foot_box .foot_link i {
    color: #ffa200;
    font-size: .75em;
    margin-right: 5px
}

.footer .foot_top .foot_box .foot_link a {
    display: block;
    line-height: 2em
}

.footer .foot_btm {
    border-top: 1px solid #3e4047;
    padding: 2em 1.5em;
    color: #888;
    font-size: .75em
}

.footer .foot_btm img {
    float: left;
    margin-right: 10px
}

.footer .foot_btm span {
    float: right
}

.footer .foot_btm a {
    color: #888
}

@media only screen and (max-width: 1200px) {
    .header .headTop .allWidth {
        padding: 30px 10px
    }

    .menu li {
        padding: 0 12px
    }

    .search {
        width: 25%
    }

    .footer .foot_top {
        padding: 2em 1.5em
    }
}

@media only screen and (max-width: 1024px) {
    .logo {
        width: 340px
    }

    .menu li {
        padding: 0 10px
    }

    .info li {
        font-size: 1em
    }

    .info li:first-child {
        padding-right: 10px;
        margin-right: 7px
    }

    .sb-search-input {
        background: #fff
    }

    .footer .foot_top .foot_box {
        width: 60%
    }

    .footer .foot_top .foot_box:last-child {
        width: 40%
    }

    .footer .foot_top .foot_box .foot_link {
        width: 45%
    }
}

@media only screen and (max-width: 990px) {
    .menu {
        display: none;
        z-index: 0
    }

    .info {
        float: none;
        text-align: right;
        padding-right: 55px
    }

    .info .lang {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .header .headTop .allWidth {
        padding: 15px 10px
    }

    .logo {
        float: none;
        margin: auto;
        width: 360px
    }

    .info {
        float: none;
        text-align: center;
        margin-top: 10px;
        padding: 0
    }

    .footer .foot_top .foot_box {
        width: 100%;
        float: none;
        margin-bottom: 25px
    }

    .footer .foot_top .foot_box:last-child {
        width: 100%;
        margin: 0
    }

    .footer .foot_top .foot_box .circle_logos {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .footer .foot_top .foot_box .foot_link {
        width: auto;
        margin-bottom: 5px
    }

    .footer .foot_top .foot_box .foot_link a {
        display: inline-block;
        border: 1px solid #888;
        width: 100px;
        text-align: center
    }

    .footer .foot_top .foot_box .foot_link i {
        display: none
    }

    .footer .foot_btm {
        text-align: center;
        padding: 1.5em;
        line-height: 1.8em
    }

    .footer .foot_btm span {
        float: none;
        display: inline-block
    }
}

@media only screen and (max-width: 480px) {
    .header .headTop .allWidth {
        padding: 15px 10px
    }

    .logo {
        width: 300px;
        margin: 0
    }

    .info {
        text-align: left;
        display: none
    }

    .footer .foot_top .foot_box .foot_link {
        width: 100%
    }

    .footer .foot_top .foot_box .foot_link a {
        width: 23.5%
    }

    .footer .foot_top .foot_box .foot_contact, .footer .foot_top .foot_box .foot_link {
        font-size: .8em
    }

    .footer .foot_top .foot_box .foot_contact i {
        font-size: 1em;
        width: 20px
    }

    .footer .foot_btm img {
        display: block;
        float: none;
        margin: 0 auto 10px auto
    }

    .footer .foot_top, .footer .foot_btm {
        padding: 2em 1em
    }
}

@media only screen and (max-width: 380px) {
    .logo {
        width: 250px;
        margin: 0
    }

    .footer .foot_top .foot_box .circle_logos {
        position: absolute;
        top: -15px;
        right: 0
    }
}