﻿@charset "utf-8";
/* =============================================================================
   BASIC
   ========================================================================== */

html, body {
    height: 100%;
    font-family: "微軟正黑體","Microsoft JhengHei", "Open Sans", Arial, sans-serif;
}

body {
    background: #daebff;
}

body, th, td, input {
    font-family: "微軟正黑體","Microsoft JhengHei", "Open Sans", Arial, sans-serif;
    font-family: "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
}

b {
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

h1 {
    font-size: 28px;
    font-family: "lato", "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
    *font-family: "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
    margin: 0 0 1em 0;
}

h2 {
    font-size: 28px;
    font-family: "lato", "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
    *font-family: "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
    margin: 0 0 1em 0;
}

h3 {
    font-size: 25px;
    font-family: "lato", "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
    *font-family: "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
    margin: 0 0 1em 0;
}

h4 {
    font-size: 20px;
    font-family: "lato", "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
    *font-family: "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
    margin: 0 0 1em 0;
}

h5 {
    font-size: 18px;
    font-family: "lato", "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
    *font-family: "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
    margin: 0 0 1em 0;
}

h6 {
    font-size: 17px;
    font-family: "lato", "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
    *font-family: "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
    margin: 0 0 1em 0;
}

p {
    font-size: 14px;
    line-height: 1.8em;
    color: #434343;
}

a:link, a:visited {
    text-decoration: none;
    cursor: pointer;
}

.fitimg {
    position: relative;
    overflow: hidden;
    background: #FFF;
}

    .fitimg img {
        /*opacity: 0;*/
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .fitimg img {
        width: 100% !important;
        position: initial;
        left: 0 !important;
    }

    .fitimg a {
        display: block;
    }

#ind_box .ind_item:hover img, #ind_box .item:hover img, #ind_new .list li a:hover img, #news_box .list li a:hover img, #store_box .list li a:hover img, #team_box .menu a:hover img, #inner_box .album a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.ie {
    position: fixed;
    width: 60%;
    height: 80%;
    padding: 10% 20%;
    text-align: center;
    left: 0;
    top: 0;
    background: #CCC;
    z-index: 9999;
}

    .ie h2, .ie h4 {
        color: #333 !important;
    }

    .ie p {
        text-align: center;
        color: #333 !important;
        font-size: 13px;
    }

    .ie a {
        color: #F36;
    }

#wrapper {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    box-shadow: 0 0 35px rgba(45, 45, 45, 0.3)
}
/*header*/

#header {
    position: relative;
    background: #FFF;
    background: rgba(255, 255, 255, .9);
    height: 136px;
}

    #header.vip {
        position: relative;
        background: url(../images/header_bg_vip.jpg) 0 bottom repeat-x;
        height: 170px;
    }

#logo {
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 11;
}

    #logo a {
        display: block;
        width: 250px;
        height: 56px;
        background-size: 100%;
    }

#top_menu {
    position: absolute;
    top: 50px;
    right: 40px;
}

    #top_menu ul, #top_menu li {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #top_menu li {
        float: left;
    }

    #top_menu > ul > li a {
        display: block;
        font-size: 16px;
        color: #616060;
        padding: 0.5em 0;
        border-left: solid 1px #eee;
        width: 110px;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.91, 0.26, 0.45, 0.91);
        font-weight: bold;
        letter-spacing: 0.16em;
    }

    #top_menu > ul > li:first-child a {
        border-left: none;
    }

    #top_menu > ul > li a:hover, #top_menu > ul > li a.cur {
        color: #fff;
        background: #366eaf;
    }

#sub_menu {
    position: absolute;
    top: -36px;
    right: 1.2em;
}

    #sub_menu a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #2a83d6;
        padding: 0 10px 0 30px;
    }

        #sub_menu a.ofl {
            background: url(../images/icon_home.png) no-repeat 10px center;
        }

        #sub_menu a.cart {
            background: url(../images/icon_cart.png) no-repeat 10px center;
        }

        #sub_menu a.blog {
            background: url(../images/icon_blog.png) no-repeat 10px center;
        }

        #sub_menu a.fb {
            background: url(../images/icon_fb.png) no-repeat 10px center;
        }

        #sub_menu a.contact {
            background: url(../images/icon_mail.png) no-repeat 10px center;
        }

        #sub_menu a:hover {
            background-color: #6699ff;
            color: #f2f2f2;
        }

#util_menu {
    position: fixed;
    z-index: 9999;
    top: 105px;
    width: 100%;
}

#util_menu {
    display: none;
}

    #util_menu .util {
        width: 100%;
    }

        #util_menu .util li {
            display: inline;
            float: left;
            width: 33.333%;
        }

            #util_menu .util li a img {
                width: 100%;
            }

#inx_banner {
    overflow: hidden;
    border-top: 5px solid #f36c78;
    height: 450px;
    position: relative;
    background-color: #FFF;
}

    #inx_banner .list, #inx_banner .item {
        display: block;
        width: 100%;
        height: 450px;
        position: relative;
    }

        #inx_banner .item img {
        }

        #inx_banner .item h1 {
            display: block;
            text-align: right;
            position: absolute;
            top: 40%;
            left: 40px;
            z-index: 100;
            font-size: 54px;
            font-weight: 300;
            color: #0067c6;
            line-height: 1.1em;
        }

            #inx_banner .item h1 span {
                display: block;
                font-size: 23px;
                text-align: right;
                color: #333;
                line-height: 1.1em;
            }

    #inx_banner .pager {
        position: absolute;
        right: 20px;
        bottom: 10px;
        z-index: 1000;
    }

        #inx_banner .pager > span {
            float: left;
            width: 14px;
            height: 14px;
            overflow: hidden;
            margin: 0 5px 0 0;
            line-height: 1em;
            cursor: pointer;
            text-indent: -9999px;
            background: url(../images/dot.png) no-repeat 0 -14px;
        }

            #inx_banner .pager > span.cycle-pager-active {
                background: url(../images/dot.png) no-repeat 0 0;
            }

#page_banner {
    overflow: hidden;
    height: 450px;
    position: relative;
    background-color: #FFF;
}

    #page_banner .list, #page_banner .item {
        display: block;
        width: 100%;
        height: 450px;
        position: relative;
    }

        #page_banner .item img {
        }

        #page_banner .item h1 {
            display: block;
            text-align: right;
            position: absolute;
            top: 40%;
            left: 40px;
            z-index: 100;
            font-size: 54px;
            font-weight: 300;
            color: #0067c6;
            line-height: 1.1em;
        }

            #page_banner .item h1 span {
                display: block;
                font-size: 23px;
                text-align: right;
                color: #333;
                line-height: 1.1em;
            }

    #page_banner .pager {
        position: absolute;
        right: 20px;
        bottom: 10px;
        z-index: 1000;
    }

        #page_banner .pager > span {
            float: left;
            width: 14px;
            height: 14px;
            overflow: hidden;
            margin: 0 5px 0 0;
            line-height: 1em;
            cursor: pointer;
            text-indent: -9999px;
            background: url(../images/dot.png) no-repeat 0 -14px;
        }

            #page_banner .pager > span.cycle-pager-active {
                background: url(../images/dot.png) no-repeat 0 0;
            }

#ind_box {
    background: #FFF;
    padding: 2px;
}

    #ind_box ul, #ind_box li {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #ind_box ul {
    }

    #ind_box h1 a {
        color: #333;
        display: block;
        float: left;
    }

    #ind_box > div:hover h1 a {
        display: block;
        color: #FFF;
        padding: 10px 40px 10px 10px;
        margin: -10px;
    }

        #ind_box > div:hover h1 a:hover {
            padding: 9px 39px 9px 9px;
            font-weight: 500;
            color: #ffffff;
        }

    #ind_box .ind_item {
        width: 50%;
        float: left;
        position: relative;
        cursor: pointer;
    }

        #ind_box .ind_item > b {
            display: block;
            position: relative;
            margin: 2px;
            height: 270px;
            *float: left;
        }

        #ind_box .ind_item > h1 {
            display: block;
            top: 40px;
            left: 40px;
            position: absolute;
            z-index: 200;
            -webkit-transition: 0.4s ease-in-out;
            -moz-transition: 0.4s ease-in-out;
            -ms-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

            #ind_box .ind_item > h1 span {
                display: block;
                font-size: 18px;
                line-height: 1.2em;
                font-weight: 300;
            }

        #ind_box .ind_item > p {
            display: block;
            top: 130px;
            left: 40px;
            width: 44%;
            position: absolute;
            z-index: 100;
            font-size: 14px;
            line-height: 1.4em;
        }

        #ind_box .ind_item .list {
            opacity: 0;
            filter: alpha(opacity=0);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,103,198,.8);
            z-index: -1;
            -webkit-transition: 0.4s ease-in-out;
            -moz-transition: 0.4s ease-in-out;
            -ms-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

        #ind_box .ind_item ul {
            padding: 140px 25px 10px 25px;
        }

        #ind_box .ind_item li {
            float: left;
            margin: 2px;
        }

            #ind_box .ind_item li a {
                display: block;
                padding: 4px 10px;
                line-height: 1em;
                color: #FFF;
                font-size: 15px;
                white-space: nowrap;
            }

                #ind_box .ind_item li a:hover {
                    color: rgba(0,103,198,.8);
                    background: #FFF;
                }

        #ind_box .ind_item:hover, #ind_box .ind_item.hover {
            z-index: 1000;
            box-shadow: 0 0 30px rgba(0, 0, 0, .4);
        }

            #ind_box .ind_item:hover .list, #ind_box .ind_item.hover .list {
                opacity: 0.8;
                filter: alpha(opacity=0.8);
                z-index: 150;
            }

            #ind_box .ind_item:hover h1, #ind_box .ind_item.hover h1 {
                color: #FFF;
            }

            #ind_box .ind_item:hover > p {
                opacity: 0;
            }

    #ind_box .item {
        width: 33.333333%;
        float: left;
        overflow: hidden;
        position: relative;
    }

        #ind_box .item > h1 {
            display: block;
            top: 30px;
            left: 160px;
            position: absolute;
            z-index: 200;
            font-size: 28px;
            -webkit-transition: 0.4s ease-in-out;
            -moz-transition: 0.4s ease-in-out;
            -ms-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

            #ind_box .item > h1 span {
                display: block;
                font-size: 18px;
                font-weight: 300;
                line-height: 1em;
            }

        #ind_box .item > p {
            display: block;
            top: 100px;
            left: 160px;
            position: absolute;
            z-index: 100;
            font-size: 14px;
            line-height: 1.4em;
            width: 50%;
        }

        #ind_box .item b {
            display: block;
            position: relative;
            margin: 2px;
            height: 230px;
        }

        #ind_box .item .list {
            opacity: 0;
            filter: alpha(opacity=0);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #0067c6;
            background: rgba(0, 103, 198, .8);
            z-index: 0;
            -webkit-transition: 0.4s ease-in-out;
            -moz-transition: 0.4s ease-in-out;
            -ms-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

        #ind_box .item ul {
            padding: 110px 25px 10px 25px;
        }

        #ind_box .item li {
            float: left;
            margin: 2px;
        }

            #ind_box .item li a {
                display: block;
                padding: 4px 10px;
                line-height: 1em;
                color: #FFF;
                font-size: 15px;
                white-space: nowrap;
            }

                #ind_box .item li a:hover {
                    color: #3399cc;
                    background: #FFF;
                    border-radius: 5px;
                }

        #ind_box .item:hover {
            z-index: 1000;
            box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        }

            #ind_box .item:hover .list {
                opacity: 1;
                filter: alpha(opacity=100);
                z-index: 150;
            }

            #ind_box .item:hover h1 {
                color: #FFF;
                left: 40px;
            }

            #ind_box .item:hover > p {
                opacity: 0;
            }

    #ind_box .f1 > h1 a {
        color: #404672;
        font-weight: bold;
    }

        #ind_box .f1 > h1 a span {
        }

    #ind_box .f1 p {
        color: #6f76a6;
    }

    #ind_box .s2 > h1 a {
        color: #516678;
    }

        #ind_box .s2 > h1 a span {
        }

    #ind_box .s2 p {
        color: #6d8295;
    }

    #ind_box .s3 > h1 a {
        color: #517278;
    }

        #ind_box .s3 > h1 a span {
        }

    #ind_box .s3 p {
        color: #72969d;
    }

    #ind_box .s4 > h1 a {
        color: #835a8a;
    }

        #ind_box .s4 > h1 a span {
        }

    #ind_box .s4 p {
        color: #9d75a4;
    }

#ser_box {
    background: #FFF;
    padding: 0px 6px 50px 6px;
}

    #ser_box h1 {
        padding: 30px;
        display: block;
        font-size: 30px;
        color: #0067c6;
        font-weight: 300;
    }

        #ser_box h1 b {
            display: block;
            font-size: 34px;
        }

    #ser_box .item {
        width: 33.333333%;
        float: left;
        overflow: hidden;
        position: relative;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -ms-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        cursor: pointer;
    }

        #ser_box .item img {
            -webkit-transition: 0.6s ease-in-out;
            -moz-transition: 0.6s ease-in-out;
            -ms-transition: 0.6s ease-in-out;
            -o-transition: 0.6s ease-in-out;
            transition: 0.6s ease-in-out;
        }

        #ser_box .item:hover {
            box-shadow: 0 0 30px rgba(0, 0, 0, .33);
            z-index: 1;
            -webkit-transform: scale(1.02, 1.02);
            -moz-transform: scale(1.02, 1.02);
            -ms-transform: scale(1.02, 1.02);
            -o-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02);
        }

            #ser_box .item:hover img {
                -webkit-transform: scale(1.1, 1.1);
                -moz-transform: scale(1.1, 1.1);
                -ms-transform: scale(1.1, 1.1);
                -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
            }

        #ser_box .item > h2 {
            display: block;
            top: 20px;
            left: 20px;
            position: absolute;
            z-index: 100;
            color: #496f92;
        }

        #ser_box .item b {
            display: block;
            position: relative;
            margin: 6px;
            height: 260px;
            border: solid 1px #f2f2f2;
        }

    #ser_box .list {
        position: absolute;
        left: 20px;
        top: 55px;
        z-index: 100;
        width: 60%;
    }

        #ser_box .list > ul, #ser_box .list > ul > li {
            display: block;
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #ser_box .list > ul > li {
                position: relative;
            }

                #ser_box .list > ul > li a {
                    display: block;
                    padding: 2px 10px;
                    font-size: 15px;
                    color: #666;
                    font-weight: 500;
                }

                    #ser_box .list > ul > li a:hover {
                        color: #999999;
                    }

                #ser_box .list > ul > li > a:before {
                    content: "> ";
                    font-weight: bold;
                    color: #666;
                }

                #ser_box .list > ul > li > a:hover:before {
                    color: #999999;
                }

#other_box {
    background: url(../images/box_bg_2.gif) repeat-x #FFF;
    padding: 6px;
}

    #other_box h3 {
        padding: 20px;
        display: block;
        color: #333;
        font-weight: 300;
    }

    #other_box .item {
        width: 33.333333%;
        float: left;
        overflow: hidden;
        position: relative;
    }

        #other_box .item:hover {
            box-shadow: 0 0 30px rgba(0, 0, 0, .4);
            z-index: 1;
        }

        #other_box .item > h2 {
            display: block;
            top: 20px;
            left: 20px;
            position: absolute;
            z-index: 100;
            color: #333;
            -webkit-transition: 0.4s ease-in-out;
            -moz-transition: 0.4s ease-in-out;
            -ms-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

        #other_box .item b {
            display: block;
            position: relative;
            margin: 6px;
            height: 260px;
            border: solid 1px #f2f2f2;
        }

    #other_box .list {
        position: absolute;
        left: 20px;
        top: 50px;
        z-index: 100;
        width: 60%;
    }

        #other_box .list > ul, #other_box .list > ul > li {
            display: block;
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #other_box .list > ul > li {
                position: relative;
            }

                #other_box .list > ul > li a {
                    display: block;
                    padding: 2px 10px;
                    border-radius: 5px;
                    font-size: 16px;
                    color: #3399cc;
                    font-weight: 300;
                }

                    #other_box .list > ul > li a:hover {
                        color: #FFF;
                        background: #0067c6;
                        background: rgba(39, 100, 177, .8);
                    }

                #other_box .list > ul > li > a:before {
                    content: "+ ";
                    font-weight: bold;
                    color: #528cd4;
                }

                #other_box .list > ul > li > a:hover:before {
                    color: #FFF;
                }

#ind_new {
}

    #ind_new ul, #ind_new li {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #ind_new .list {
        padding: 2px;
        background: #FFF;
        margin: 0;
        min-height: 324px;
    }

        #ind_new .list h1 {
            font-size: 34px;
            margin: 2px;
        }

            #ind_new .list h1 a {
                display: block;
                color: #FFF;
                padding: 10px 20px;
                background: #0067c6;
                font-weight: bold;
                text-align: left;
                font-size: 1.4rem;
                font-family: 'Raleway', sans-serif;
                font-weight: 300;
            }

                #ind_new .list h1 a:before {
                    float: right;
                    font-weight: normal;
                    content: "+ more";
                    padding: 10px 0;
                    font-size: 16px;
                    font-family: 'Raleway', sans-serif;
                    color: #e0dce087;
                }

                #ind_new .list h1 a:hover {
                }

                    #ind_new .list h1 a:hover:before {
                        float: right;
                        content: "+ more";
                        font-size: 16px;
                        font-family: 'Raleway', sans-serif;
                        color: #ffffff;
                    }

            #ind_new .list h1 span {
                display: block;
                font-size: 14px;
                line-height: 1em;
                font-weight: normal;
                letter-spacing: 1px;
            }

        #ind_new .list li {
            float: left;
            width: 33.333333%;
            height: 244px;
        }

            #ind_new .list li a {
                display: block;
                margin: 2px;
                position: relative;
            }

                #ind_new .list li a b {
                    display: block;
                    height: 240px;
                }

                #ind_new .list li a .txt {
                    width: 100%;
                    position: absolute;
                    bottom: 0;
                    padding: 10px 0;
                    overflow: hidden;
                    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
                }

                    #ind_new .list li a .txt span {
                        font-size: 16px;
                        line-height: 1em;
                        color: #000;
                        padding: 0 15px;
                    }

                    #ind_new .list li a .txt h5 {
                        line-height: 1.2em;
                        margin: 0 0 4px 0;
                        color: #6d6b6d;
                        padding: 0 15px;
                        word-break: keep-all;
                        white-space: nowrap;
                        overflow: hidden;
                        font-size: 15px;
                        text-overflow: ellipsis;
                    }

                    #ind_new .list li a .txt p {
                        font-size: 14px;
                        line-height: 1.4em;
                        margin: 0;
                        height: 2.8em;
                        overflow: hidden;
                        color: #434343;
                        padding: 0 15px;
                        height: 30px;
                    }

                #ind_new .list li a.nopic .txt {
                    top: 0;
                    height: 206px;
                    background: #D4EAF1;
                    background: linear-gradient(rgba(166, 212, 226, .9), rgba(207, 232, 240, .9));
                }

                    #ind_new .list li a.nopic .txt p {
                        font-size: 14px;
                        line-height: 1.4em;
                        margin: 0;
                        height: 11em;
                        overflow: hidden;
                        color: #434343;
                    }

                #ind_new .list li a:hover {
                    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
                    z-index: 100;
                }

                    #ind_new .list li a:hover .txt {
                        background: linear-gradient(rgba(36, 37, 37, 0.6), rgba(16, 16, 16, 0.9));
                    }

                        #ind_new .list li a:hover .txt h5, #ind_new .list li a:hover .txt span, #ind_new .list li a:hover .txt p {
                            color: #FFF;
                        }

#news_box {
    position: relative;
}

    #news_box ul, #news_box li {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #news_box .list {
        padding: 2px;
        background: #FFF;
        margin: 0 0 4px 0;
    }

    #news_box.share .list {
        padding: 20px
    }

    #news_box .list h1 {
        font-size: 34px;
        margin: 0;
    }

        #news_box .list h1 a {
            display: block;
            color: #FFF;
            padding: 20px;
            background: #0067c6;
        }

            #news_box .list h1 a:hover {
                opacity: 0.9;
            }

                #news_box .list h1 a:hover:before {
                    float: right;
                    content: "»";
                    font-size: 40px;
                    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
                }

        #news_box .list h1 span {
            display: block;
            font-size: 14px;
            line-height: 1em;
        }

    #news_box .list h2 {
        font-size: 28px;
        margin: 0;
        display: block;
        padding: 20px;
        margin: 0 0 20px 0;
        border-bottom: solid 1px #CCC;
    }

    #news_box .list li {
        float: left;
        width: 33.333333%;
        height: 240px;
    }

        #news_box .list li a {
            display: block;
            margin: 2px;
            position: relative;
        }

            #news_box .list li a b {
                display: block;
                height: 240px;
            }

            #news_box .list li a .txt {
                width: 100%;
                position: absolute;
                bottom: 0;
                height: 80px;
                padding: 10px 0;
                overflow: hidden;
                background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
            }

    #news_box.share .list li a .txt {
        height: auto;
    }

    #news_box .list li a .txt span {
        font-size: 16px;
        line-height: 1em;
        color: #000;
        padding: 0 15px;
    }

    #news_box .list li a .txt h5 {
        line-height: 1em;
        margin: 0 0 2px 0;
        color: #000;
        padding: 0 15px;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #news_box .list li a .txt p {
        font-size: 14px;
        line-height: 1.4em;
        margin: 0;
        height: 2.8em;
        overflow: hidden;
        color: #434343;
        padding: 0 15px;
    }

    #news_box .list li a.nopic .txt {
        top: 0;
        height: 206px;
        background: #FFF;
        background: linear-gradient(rgba(166, 212, 226, .9), rgba(207, 232, 240, .9));
    }

        #news_box .list li a.nopic .txt p {
            font-size: 14px;
            line-height: 1.4em;
            margin: 0;
            height: 11em;
            overflow: hidden;
            color: #434343;
        }

    #news_box .list li a:hover {
        box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        z-index: 100;
    }

        #news_box .list li a:hover .txt {
            background: linear-gradient(rgba(36, 37, 37, 0.6), rgba(16, 16, 16, 0.9));
        }

            #news_box .list li a:hover .txt h5, #news_box .list li a:hover .txt span, #news_box .list li a:hover .txt p {
                color: #FFF;
            }

#store_box {
}

    #store_box ul, #store_box li {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #store_box .list {
        padding: 2px;
        background: #FFF;
        margin: 0 0 4px 0;
    }

        #store_box .list li {
            float: left;
            width: 33.333333%;
        }

            #store_box .list li a {
                display: block;
                margin: 2px;
                position: relative;
            }

                #store_box .list li a b {
                    display: block;
                    height: 240px;
                }

                #store_box .list li a .txt {
                    width: 94%;
                    position: absolute;
                    bottom: 0;
                    padding: 10px 3%;
                    overflow: hidden;
                    background: #a6d4e3;
                    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
                }

                    #store_box .list li a .txt h5 {
                        line-height: 1em;
                        margin: 0 0 4px 0;
                        color: #000;
                        font-size: 20px;
                        word-break: keep-all;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                    #store_box .list li a .txt p {
                        font-size: 16px;
                        line-height: 1.4em;
                        margin: 0;
                        overflow: hidden;
                        color: #0067c6;
                    }

                #store_box .list li a:hover {
                    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
                    z-index: 100;
                }

                    #store_box .list li a:hover .txt {
                        background: #3399cc;
                        background: linear-gradient(rgba(51, 153, 204, .6), rgba(51, 153, 204, .9));
                    }

                        #store_box .list li a:hover .txt h5, #store_box .list li a:hover .txt span, #store_box .list li a:hover .txt p {
                            color: #FFF;
                        }

.hide-in-phone {
    display: block;
}

@media screen and (min-width:991px) {
    .hide-in-phone {
        display: none;
    }
}






#nav {
    padding: 40px;
    background: #FFF;
    background: rgba(255, 255, 255, .9);
    font-size: 14px;
    clear: both;
}

    #nav ul, #nav li {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #nav h6 a {
        color: #0067c6;
        padding: 4px 10px;
    }

        #nav h6 a:hover {
            color: #ffffff;
            border-radius: 5px;
        }

    #nav > ul > li {
        float: left;
        width: 14%;
        padding: 0 1.3333%;
    }

        #nav > ul > li > ul > li > a {
            display: block;
            padding: 4px 10px 4px 24px;
            line-height: 2em;
            color: #000;
            font-size: 15px;
            border-radius: 5px;
            position: relative;
        }

            #nav > ul > li > ul > li > a:before {
                position: absolute;
                left: 8px;
                top: 4px;
                content: "+ ";
                font-weight: bold;
                color: #528cd4;
            }

            #nav > ul > li > ul > li > a:hover {
                color: #f9b5b5;
            }

                #nav > ul > li > ul > li > a:hover:before {
                    color: #FFF;
                }

        #nav > ul > li > ul > li > ul > li > a {
            display: block;
            padding: 4px 10px 4px 24px;
            line-height: 2em;
            color: #666;
            margin: 0 0 0 10px;
            border-radius: 5px;
            position: relative;
        }

            #nav > ul > li > ul > li > ul > li > a:hover {
                color: #f9b5b5;
            }

            #nav > ul > li > ul > li > ul > li > a:before {
                position: absolute;
                left: 8px;
                top: 4px;
                content: "> ";
                font-weight: bold;
            }

            #nav > ul > li > ul > li > ul > li > a:hover:before {
                color: #FFF;
            }

        #nav > ul > li.mobile {
            display: none;
        }

#info {
    color: #333;
}

#top_banner {
    height: 450px;
    position: relative;
}

    #top_banner.nopic {
        height: 130px;
    }

#page_menu {
    background: #0067c6;
    background: rgba(39, 100, 177, .9);
    padding: 10px 0;
    width: 100%;
    min-height: 110px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

    #page_menu ul, #page_menu li {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #page_menu ul {
        margin: 0 30px;
    }

    #page_menu h1 {
        font-size: 33px;
        font-weight: 300;
        color: #FFF;
        padding: 0 0 10px;
        margin: 0 30px 20px;
        border-bottom: solid 1px #FFF;
    }

    #page_menu li {
        float: left;
        margin: 0 10px 0 0;
    }

        #page_menu li a {
            display: block;
            color: #FFF;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            background: url(../images/page_menu_btn_desk.png) no-repeat center -31px;
            width: 104px;
            height: 31px;
            line-height: 31px;
            padding: 0 10px 0 0;
        }

            #page_menu li a:hover, #page_menu li a.cur {
                background: url(../images/page_menu_btn_desk.png) no-repeat center 0;
                color: #3366cc;
            }

#path {
    padding: 0 40px;
    background: #FFF;
    background: rgba(255, 255, 255, .9);
    letter-spacing: 1px;
    color: #626262;
    border-bottom: 5px solid #0067c6;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    #path.vip {
        background: #e0f3f7;
    }

    #path a {
        color: #626262;
        padding: 5px;
    }

        #path a.home {
            padding: 0 0 0 20px;
            background: url(../images/icon_home2.png) no-repeat 0 center;
        }

        #path a:hover {
            text-decoration: underline;
        }

    #path span {
        padding: 0 10px;
    }

    #path b {
        background: #0067c6;
        color: #FFF;
        padding: 5px;
    }

#inner_box {
    background: #FFF;
    position: relative;
    padding: 20px 30px;
    font-size: 15px;
    line-height: 1.8em;
    color: rgb(67, 67, 67);
}

    #inner_box .album {
        float: left;
        width: 300px;
        min-height: 500px;
        margin: 0 30px 30px 0;
    }

        #inner_box .album ul, #inner_box .album li {
            display: block;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        #inner_box .album li {
            width: 50%;
            float: left;
        }

            #inner_box .album li:first-child {
                width: 100%;
            }

        #inner_box .album a {
            display: block;
            margin: 2px;
            position: relative;
        }

            #inner_box .album a i {
                display: block;
                position: absolute;
                right: 4px;
                bottom: 4px;
                background: url(../images/icon_mar.png) no-repeat;
                width: 18px;
                height: 20px;
                opacity: 0.5;
            }

        #inner_box .album .big a {
            height: 300px;
        }

        #inner_box .album .small a {
            height: 140px;
        }

        #inner_box .album img {
            width: 100%;
        }

        #inner_box .album a:hover i {
            opacity: 1;
        }

    #inner_box .txt {
    }

    #inner_box.bg {
        background: url(../images/box_bg_3.gif) repeat-x 0 bottom #FFF;
    }

    #inner_box h1.ser {
        padding: 30px 0 10px;
        display: block;
        font-size: 30px;
        color: #0067c6;
        font-weight: 300;
    }

        #inner_box h1.ser b {
            display: block;
            font-size: 34px;
        }

    #inner_box .date {
        font-size: 26px;
        color: #666;
        font-weight: 300px;
        line-height: 1.5em;
    }

    #inner_box .txt iframe {
        max-width: 100%;
        height: 400px;
        margin: 20px 0;
    }

    #inner_box .txt img {
        max-width: 100%;
        height: auto !important;
    }

    #inner_box .txt .date {
        font-size: 30px;
        line-height: 1em;
        color: #666;
        font-weight: 300;
        margin: 0 0 10px 0;
    }

    #inner_box .txt p {
        font-size: 15px;
        line-height: 1.8em;
        margin: 0 0 1.5em 0;
    }

    #inner_box .txt > div {
        font-size: 15px;
        line-height: 1.8em;
        margin: 0 0 1.5em 0;
    }

    #inner_box .phone {
        font-size: 48px;
        padding: 0 0 0 50px;
        margin: 0 0 1.5em 0;
        line-height: 1em;
        font-weight: 400;
        color: #0067c6;
        background: url(../images/icon_phone2.png) no-repeat 0 center;
    }

    #inner_box img {
        margin: 0 0 1em 0;
    }

    #inner_box table {
        margin: 1.5em auto;
        border: none;
        background: #0067c6;
    }

        #inner_box th, #inner_box td, #inner_box table p {
            border: none;
            color: #FFF;
        }

    #inner_box th {
        border: solid 1px #FFF;
        border-bottom: solid 2px #FFF;
        color: #FFF;
        font-weight: bold;
    }

    #inner_box td {
        border: solid 1px #FFF;
    }

#team_box {
    background: url(../images/box_bg_1.gif) repeat-x #FFF;
    min-height: 480px;
    padding: 20px 30px;
}

    #team_box > h3 {
        color: #FFF;
        margin: 0 0 20px 0;
    }

    #team_box .menu ul, #team_box .menu li {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #team_box .menu li {
        float: left;
        width: 20%;
    }

        #team_box .menu li a {
            position: relative;
            display: block;
            height: 240px;
            margin: 5px;
            border: solid 1px #FFF;
            background: #FFF;
        }

            #team_box .menu li a h6 {
                position: absolute;
                left: 5px;
                bottom: 5px;
                padding: 10px;
                background: #3399cc;
                opacity: .9;
                line-height: 1em;
                color: #FFF;
            }

            #team_box .menu li a:hover {
                box-shadow: 0 0 30px rgba(0, 0, 0, .5);
            }

    #team_box .view {
        margin: 20px 0;
        overflow: hidden;
    }

        #team_box .view .item {
            width: 46%;
            padding: 2%;
            float: left;
            position: relative;
            border-left: 1px solid #f2f2f2;
            margin: 20px 0 20px -1px;
        }

            #team_box .view .item .pic {
                width: 47%;
                margin: 0 3% 0 0;
                height: 250px;
                float: left;
                position: relative;
            }

                #team_box .view .item .pic .name {
                    position: absolute;
                    bottom: 10px;
                    left: 10px;
                    font-size: 22px;
                    color: #0067c6;
                    background: #FFF;
                    background: rgba(255, 255, 255, .9);
                    font-weight: normal;
                    padding: 10px;
                }

                    #team_box .view .item .pic .name strong {
                        font-size: 28px;
                        font-weight: normal;
                    }

                    #team_box .view .item .pic .name b {
                        display: block;
                        color: #434343;
                        font-size: 12px;
                        font-weight: normal;
                    }

            #team_box .view .item .txt {
                width: 50%;
                float: right;
            }

                #team_box .view .item .txt li {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    font-size: 14px;
                }

                    #team_box .view .item .txt li:first-letter {
                        margin: 0 0 0 -1.5em;
                        padding: 0 0.5em 0 0;
                    }

                    #team_box .view .item .txt li:before {
                        content: "●";
                        font-size: 12px;
                        color: #0067c6;
                    }

        #team_box .view .line {
            clear: both;
            border-bottom: 1px solid #f2f2f2;
        }

#traffic_box {
    background: #FFF;
    padding: 20px 30px;
}

    #traffic_box > ul, #traffic_box > ul > li {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #traffic_box > ul > li {
            border-bottom: solid 1px #f2f2f2;
            overflow: auto;
            padding: 20px 0;
        }

            #traffic_box > ul > li .pic {
                width: 250px;
                height: 250px;
                margin: 0 30px 0 0;
                float: left;
                position: relative;
            }

                #traffic_box > ul > li .pic i {
                    display: block;
                    width: 40px;
                    height: 40px;
                    position: absolute;
                    bottom: 5px;
                    right: 5px;
                    background: url(../images/icon_mar2.png) no-repeat;
                    z-index: 1;
                    opacity: .5;
                }

                #traffic_box > ul > li .pic:hover i {
                    opacity: 1;
                }

            #traffic_box > ul > li > h6 b {
                display: inline-block;
                background: url(../images/icon_phone.png) no-repeat 0 center;
                padding: 0 0 0 30px;
                font-size: 30px;
                line-height: 1em;
                color: #0067c6;
            }

            #traffic_box > ul > li > .txt {
            }

                #traffic_box > ul > li > .txt li {
                    list-style: disc;
                    line-height: 1.5em;
                    font-size: 14px;
                    margin: 0 0 10px 0;
                }

                #traffic_box > ul > li > .txt .map {
                    display: none;
                }

#tips_box {
    background: #FFF;
    padding: 10px;
}

    #tips_box > ul, #tips_box > ul > li {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #tips_box > ul > li {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            #tips_box > ul > li:hover {
                box-shadow: 0 0 30px rgba(0, 0, 0, .4);
                z-index: 1;
            }

            #tips_box > ul > li.w50 {
                width: 50%;
                float: left;
            }

            #tips_box > ul > li a {
                display: block;
                height: 140px;
                background: #3399cc;
                margin: 5px;
                padding: 0 10px 0 0;
            }

                #tips_box > ul > li a.gray {
                    background: #959595;
                }

                #tips_box > ul > li a:hover {
                    background: #0067c6;
                }

    #tips_box .pic {
        width: 180px;
        float: left;
        height: 140px;
        margin: 0 10px 0 0;
    }

    #tips_box .txt {
        overflow: hidden;
        height: 120px;
    }

        #tips_box .txt h3 {
            color: #FFF;
            padding: 10px 0 10px 0;
            margin: 0 0 10px 0;
            border-bottom: solid 1px #FFF;
        }

        #tips_box .txt p {
            color: #FFF;
            line-height: 1.4em;
        }

#vip_box {
    background: #FFF;
}

    #vip_box.view .txt {
        min-height: 600px;
    }

    #vip_box .menu {
        position: relative;
        z-index: 5000;
        top: 0;
        min-width: 960px;
        width: 100%;
        max-width: 1200px;
        background: url(../images/vip_menu_bg.png) no-repeat 0 0;
        min-height: 115px;
        overflow: hidden;
    }

        #vip_box .menu h1 {
            position: absolute;
            color: #0067c6;
            font-size: 34px;
            top: 20px;
            left: 20px;
            line-height: 1em;
        }

            #vip_box .menu h1 b {
                display: block;
                font-weight: 300px;
                font-size: 28px;
                line-height: 1em;
            }

        #vip_box .menu > ul, #vip_box .menu > ul > li {
            display: block;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        #vip_box .menu > ul {
            float: left;
            padding: 0 0 0 200px;
        }

            #vip_box .menu > ul > li {
                float: left;
                position: relative;
                background: url(../images/vip_menu_line.png) no-repeat 0 0;
                padding: 30px 0 20px 20px;
                margin: 0 0 0 -20px;
            }

                #vip_box .menu > ul > li:hover {
                    z-index: 100;
                    opacity: .8;
                }

                #vip_box .menu > ul > li a {
                    display: block;
                    width: 130px;
                    height: 55px;
                    line-height: 45px;
                    font-size: 16px;
                    background: url(../images/vip_menu_btn.png) 0 55px no-repeat;
                    text-align: center;
                    color: #333;
                    margin: 0 0 0 -10px;
                    overflow: hidden;
                }

                    #vip_box .menu > ul > li a:hover, #vip_box .menu > ul > li.cur a {
                        background: url(../images/vip_menu_btn.png) 0 0 no-repeat;
                        color: #FFF;
                    }

    #vip_box .item {
        position: relative;
    }

    #vip_box .more {
        height: 40px;
    }

        #vip_box .more a {
            color: #FFF;
            background: #0067c6;
            padding: 5px;
        }

            #vip_box .more a:hover {
                background: rgb(51, 102, 153);
            }

    #vip_box .txt_w .more a {
        background: #333;
    }

        #vip_box .txt_w .more a:hover {
            background: #000;
        }

    #vip_box .item .txt {
        position: absolute;
        padding: 4% 0 0 4%;
        top: 0;
        left: 0;
        width: 55%;
        z-index: 100;
        overflow: hidden;
        font-size: 14px;
    }

        #vip_box .item .txt .edit_txt {
            min-height: 440px;
            overflow: hidden;
            margin: 0 0 20px 0;
        }

    #vip_box .item .txt_w .edit_txt {
        min-height: 440px;
        overflow: hidden;
        margin: 0 0 20px 0;
    }

    #vip_box.view .item .txt {
        position: relative;
        margin: -600px 0 0 0;
        height: auto;
    }

    #vip_box.view .item .txt_w {
        position: relative;
        margin: -600px 0 0 0;
        height: auto;
        min-height: 560px;
    }

    #vip_box .item .txt h1 span {
        display: block;
        font-size: 14px;
        line-height: 1.4em;
        color: #0067c6;
        font-weight: 300;
    }

    #vip_box .item .txt_w {
        position: absolute;
        padding: 4% 0 0 4%;
        top: 0;
        left: 0;
        width: 55%;
        z-index: 100;
        overflow: hidden;
        font-size: 14px;
    }

        #vip_box .item .txt_w h1 span {
            display: block;
            font-size: 14px;
            line-height: 1.4em;
            color: #FFF;
            font-weight: 300;
        }

        #vip_box .item .txt_w h1, #vip_box .item .txt_w h1 span, #vip_box .item .txt_w .edit_txt p, #vip_box .item .txt_w .edit_txt div {
            color: #FFF;
        }

    #vip_box .item .list {
        display: block;
        height: 660px;
        overflow: hidden;
    }

        #vip_box .item .list img {
            width: 100%;
        }

    #vip_box .edit_txt {
        font-size: 15px;
        line-height: 1.8em;
        margin: 0 0 1.5em 0;
    }

        #vip_box .edit_txt p {
            font-size: 15px;
            line-height: 1.8em;
            margin: 0 0 1.5em 0;
        }

        #vip_box .edit_txt > div {
            font-size: 15px;
            line-height: 1.8em;
            margin: 0 0 1.5em 0;
        }

        #vip_box .edit_txt img {
            margin: 0 0 1em 0;
        }

        #vip_box .edit_txt table {
            margin: 1.5em auto;
            border: none;
            background: #0067c6;
        }

            #vip_box .edit_txt th, #vip_box .edit_txt td, #vip_box .edit_txt table p {
                border: none;
                color: #FFF;
            }

        #vip_box .edit_txt th {
            border: solid 1px #FFF;
            border-bottom: solid 2px #FFF;
            color: #FFF;
            font-weight: bold;
        }

        #vip_box .edit_txt td {
            border: solid 1px #FFF;
        }

#s_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    #s_title h1 {
        padding: 10px 20px;
        color: #0067c6;
        font-weight: 300;
    }

        #s_title h1 b {
            font-weight: normal;
            display: block;
        }

    #s_title h2 {
        padding: 10px 30px;
        color: #FFF;
        background: #0067c6;
        background: rgba(39, 100, 177, .9);
        margin: 0;
    }

#contact_box {
    padding: 40px;
    background: #FFF;
    margin: -5px 0 5px 0;
}

    #contact_box .info {
        width: 30%;
        float: left;
    }

    #contact_box .forms {
        width: 68%;
        float: right;
        position: relative;
    }

        #contact_box .forms th {
            font-size: 14px;
            position: relative;
            text-align: right;
            white-space: nowrap;
        }

        #contact_box .forms td {
            font-size: 14px;
            position: relative;
        }

        #contact_box .forms .t1 {
            width: 100%;
            padding: 2px;
            line-height: 20px;
            font-size: 15px;
            background: #ebf6fb;
            border: none;
        }

        #contact_box .forms .t2 {
            width: 100%;
            padding: 2px;
            line-height: 20px;
            font-size: 15px;
            background: #ebf6fb;
            border: none;
            height: 200px;
        }

        #contact_box .forms .t3 {
            float: left;
            width: 200px;
            padding: 2px;
            line-height: 20px;
            font-size: 15px;
            background: #ebf6fb;
            border: none;
        }

        #contact_box .forms .code {
            float: left;
            margin: 0 5px 5px 0;
        }
/*STYLE*/

::selection {
    background: #0067c6;
    color: #FFF;
}

::-moz-selection {
    background: #0067c6;
    color: #FFF;
}

#page_box {
    text-align: center;
    background: #FFF;
    background: rgba(255, 255, 255, .8);
    font-size: 15px;
    margin: 30px 0 0px 0;
    padding: 10px;
    clear: both;
}

    #page_box > ul, #page_box > ul > li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #page_box ul {
        display: block;
    }

    #page_box li {
        display: inline-block;
        *display: inline;
    }

        #page_box li.page {
            font-size: 18px;
            padding: 0 30px;
            color: #999999;
            font-weight: 300;
            line-height: 80px;
            font-family: 'Raleway', sans-serif;
        }

        #page_box li a, #page_box li a:visited {
            display: block;
            line-height: 40px;
            padding: 0 20px;
            text-decoration: none;
            color: #999999;
            border: 1px solid #ccc;
            transition: all 0.4s;
        }

            #page_box li a:hover, #page_box li a:active, #page_box li.active a {
                display: block;
                text-decoration: none;
                color: #FFF;
                background: #999999;
            }

            #page_box li a.selected:link, #page_box li a.selected:visited {
                display: block;
                *display: inline-block;
                line-height: 74px;
                padding: 0 30px;
                text-decoration: none;
                color: #FFF;
                background: #0067c6;
            }

.btn_send {
    background: #3399cc;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    border: none;
    padding: 0 30px;
    margin: 0;
    font-size: 14px;
    border-radius: 5px;
}

    .btn_send:hover {
        background: #0067c6;
    }

.map {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 5px;
    background: url(../images/icon_map.png) no-repeat;
    background-size: 100%;
    text-indent: -9999px;
}
/*RWD*/

@media screen and (max-width: 1100px) {
    #wrapper {
        padding: 0;
        min-width: 960px;
    }

    #logo {
        left: 30px;
    }

        #logo a {
            /*width: 180px;*/
            height: 45px;
            background-size: 100% auto;
        }

    #top_menu {
        right: 30px;
    }

        #top_menu > ul > li a {
            width: 102px;
        }

    #sub_menu {
        right: 30px;
    }

        #sub_menu a {
            padding: 0 10px 0 30px;
        }

    #inx_banner {
        height: 360px;
    }

        #inx_banner .list, #inx_banner .item, #inx_banner .item > a {
            height: 360px;
        }

    #ind_box .item > h1 span {
        font-size: 20px;
    }

    #ind_box {
        padding-left: 0px;
        padding-right: 0px;
    }

        #ind_box .ind_item > b {
            margin-left: 0px;
            margin-right: 0px;
        }

        #ind_box .item b {
            margin-left: 0px;
            margin-right: 0px;
        }

    #ind_new .list {
        padding-left: 0px;
        padding-right: 0px;
    }

        #ind_new .list h1 {
            margin-left: 0px;
            margin-right: 0px;
        }

        #ind_new .list li a {
            margin-left: 0px;
            margin-right: 0px;
        }

    #news_box.share .list {
        padding: 0px
    }

    #nav {
        padding: 20px 10px;
        font-size: 12px;
    }

        #nav h6 {
            font-size: 14px;
        }

        #nav > ul > li > ul > li > a {
            font-size: 14px;
        }

    #inner_box .txt iframe {
        height: 400px;
    }
}

@media screen and (max-width: 991px) {
    #mobile_menu {
        width: 32px;
        height: 32px;
        background: url(../images/mob_menu.png) no-repeat 0 0;
        background-size: 100%;
        position: absolute;
        z-index: 1;
        right: 10px;
        top: 10px;
    }

    #traffic {
        display: none;
    }

    #header {
        position: fixed;
        height: 118px;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 3000;
    }

        #header.vip {
            position: fixed;
            height: 90px;
            width: 100%;
            left: 0;
            top: 0;
            z-index: 3000;
        }

    #logo {
        top: 16px;
        left: 30%;
    }

        #logo a {
            width: 150px;
            height: 30px;
            background-size: 100%;
        }

    #content.inx {
        padding: 114px 0 0 0;
    }

    #content {
        padding: 175px 0 0 0;
    }

    #path {
        padding: 5px 5%;
        background: #0067c6;
        color: #FFF;
        border-bottom: none;
        position: fixed;
        z-index: 1001;
        width: 90%;
    }

        #path a {
            color: #FFF;
            padding: 5px 2px;
        }
        /*
	#path.vip{ top:90px; padding:5px 5%; background:#0067c6; color:#FFF; border-bottom: none; position:fixed; z-index:1001; width:90%;}
	#path.vip a{ color:#FFF; padding:5px 2px;}
	*/
        #path.vip {
            display: none;
        }

        #path a.home {
            display: inline-block;
            padding: 0 0 0 20px;
            background: url(../images/icon_home3.png) no-repeat center center;
            text-indent: -9999px;
        }

        #path span {
            padding: 5px 2px;
        }

        #path b {
            background: #0067c6;
            color: #FFF;
            padding: 5px;
        }

    #wrapper {
        padding: 0;
        min-width: 100%;
    }

    #top_menu {
        display: none;
    }

        #top_menu > ul > li a {
            width: 102px;
        }

    #inx_banner {
        height: 384px;
    }

        #inx_banner .item, #inx_banner .item > a {
            height: 384px;
        }

    #page_banner {
        height: 384px;
    }

        #page_banner .item, #page_banner .item > a {
            height: 384px;
        }

    #top_banner {
        height: 384px;
        padding: 30px 0 0 0;
    }

    #ind_box .ind_item > h1 {
        top: 20px;
        left: 40px;
        font-size: 24px;
    }

        #ind_box .ind_item > h1 span {
            display: block;
            font-size: 20px;
            font-weight: 300;
        }

    #ind_box .ind_item > p {
        top: 100px;
        width: 50%;
    }

    #ind_box .ind_item ul {
        padding: 90px 30px 20px 30px;
    }

    #ind_box .item {
        width: 50%;
    }

        #ind_box .item > h1 span {
            font-size: 20px;
        }

        #ind_box .item > p {
            top: 100px;
        }

    #nav {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9000;
        width: 0;
        overflow: hidden;
        padding: 0;
        font-size: 12px;
        background: #0067c6;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3c7ed0), to(#0067c6));
        background: -webkit-linear-gradient(#3c7ed0, #0067c6);
        background: -moz-linear-gradient(#3c7ed0, #0067c6);
        background: -ms-linear-gradient(#3c7ed0, #0067c6);
        background: -o-linear-gradient(#3c7ed0, #0067c6);
        background: linear-gradient(#3c7ed0, #0067c6);
    }

        #nav > ul {
            width: 270px;
            height: 100%;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
        }

            #nav > ul > li {
                float: none;
                width: 96%;
                padding: 0 2%;
            }

                #nav > ul > li a {
                    display: block;
                }

        #nav h6 {
            border-bottom: solid 1px #FFF;
            font-size: 16px;
            margin: 0;
        }

            #nav h6 a {
                color: #FFF;
                padding: 10px;
            }

        #nav > ul > li > ul {
            display: none;
        }

            #nav > ul > li > ul > li > a {
                padding: 4px 10px;
                line-height: 2em;
                color: #FFF;
                font-size: 15px;
                border-radius: 5px;
            }

                #nav > ul > li > ul > li > a:before {
                    content: "+ ";
                    font-weight: bold;
                    color: #FFF;
                }

                #nav > ul > li > ul > li > a:hover {
                    color: #f9b5b5;
                }

                    #nav > ul > li > ul > li > a:hover:before {
                        color: #f9b5b5;
                    }

            #nav > ul > li > ul > li > ul > li > a {
                padding: 4px 10px;
                line-height: 2em;
                color: #FFF;
                margin: 0 0 0 10px;
                border-radius: 5px;
            }

                #nav > ul > li > ul > li > ul > li > a:hover {
                    color: #f9b5b5;
                }

                #nav > ul > li > ul > li > ul > li > a:before {
                    content: "> ";
                    font-weight: bold;
                }

                #nav > ul > li > ul > li > ul > li > a:hover:before {
                    color: #f9b5b5;
                }

        #nav > ul > li.mobile {
            display: block;
        }

            #nav > ul > li.mobile > ul {
                display: block;
            }

        #nav > ul > li.on > ul {
            display: block;
        }

        #nav > ul > li.mobile > ul > li > a:before {
            display: none;
        }

        #nav > ul > li.mobile a {
            display: block;
            color: #FFF;
            line-height: 2em;
            padding: 4px 10px 4px 35px;
        }

            #nav > ul > li.mobile a.ofl {
                background: url(../images/icon_home_w.png) no-repeat 10px center;
            }

            #nav > ul > li.mobile a.cart {
                background: url(../images/icon_cart_w.png) no-repeat 10px center;
            }

            #nav > ul > li.mobile a.blog {
                background: url(../images/icon_blog.png) no-repeat 10px center;
            }

            #nav > ul > li.mobile a.fb {
                background: url(../images/icon_fb.png) no-repeat 10px center;
            }

            #nav > ul > li.mobile a.contact {
                background: url(../images/icon_mail_w.png) no-repeat 10px center;
            }

            #nav > ul > li.mobile a:hover {
                color: #f9b5b5;
            }

    #inner_box .txt iframe {
        height: 320px;
    }

    #ser_box .item, #other_box .item, #store_box .list li {
        width: 50%;
    }

    #ind_new .list ul, #news_box .list li {
        height: 240px;
        overflow: hidden;
    }

    #ind_new .list li, #news_box .list li {
        width: 50%;
    }

    #page_menu {
        display: none;
    }

    #tips_box .pic {
        width: 80px;
        float: left;
        height: 140px;
        margin: 0 10px 0 0;
    }

    #tips_box .txt h3 {
        padding: 5px 0;
        margin: 0 0 5px 0;
        font-size: 20px;
    }

    #tips_box > ul > li.w50 {
        width: 100%;
        float: none;
    }

    #inner_box {
        background: #FFF;
        position: relative;
        padding: 50px 15px;
    }

        #inner_box .album {
            width: 100%;
            margin: 0 0 30px 0;
        }

    #team_box {
        padding: 10px 15px;
    }

        #team_box .menu li {
            float: left;
            width: 33%;
        }

    #vip_box {
        padding: 30px 0 0 0;
    }

        #vip_box .menu {
            display: none;
        }

        #vip_box .item {
            background: #FFF;
        }

            #vip_box .item .list, #vip_box.vip .item .list {
                width: 100% !important;
                height: 300px !important;
            }

                #vip_box .item .list img {
                }

        #vip_box .more {
            bottom: 40px;
        }

        #vip_box .item .txt h1 {
            padding: 0 0 30px 0;
        }

        #vip_box .item .txt {
            padding: 15px 5% 80px 5%;
            width: 90%;
            position: relative;
            top: 0;
            margin: -120px 0 0 0;
            height: auto;
        }

        #vip_box.view .item .txt {
            margin: -80px 0 0 0;
        }

        #vip_box .item .txt h1 span {
            display: block;
            font-size: 14px;
            line-height: 1.4em;
            color: #0067c6;
            font-weight: 300;
        }

        #vip_box .item .txt_w h1 {
            padding: 0 0 30px 0;
        }

        #vip_box .item .txt_w {
            padding: 15px 5% 80px 5%;
            width: 90%;
            position: relative;
            top: 0;
            margin: -120px 0 0 0;
            height: auto;
        }

        #vip_box.view .item .txt_w {
            margin: -80px 0 0 0;
        }

        #vip_box .item .txt_w h1 span {
            display: block;
            font-size: 14px;
            line-height: 1.4em;
            color: #f2f2f2;
            font-weight: 300;
        }

        #vip_box .item .txt_w .edit_txt, #vip_box .item .txt_w .edit_txt p, #vip_box .item .txt_w .edit_txt div {
            color: #333;
        }

    #contact_box {
        padding: 10px 15px;
    }

    #traffic_box > ul > li .pic {
        display: none;
    }

    #traffic_box > ul > li > .txt .map {
        display: inline-block;
    }

    #vip_box .item .txt_w .edit_txt {
        min-height: inherit;
    }

    #vip_box .item .txt .edit_txt {
        min-height: inherit;
    }

    #vip_box.view .item .txt_w {
        min-height: inherit;
    }
}

@media screen and (max-width: 1100px) {
    #nav {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9000;
        width: 0;
        overflow: hidden;
        padding: 0;
        font-size: 12px;
        background: #0067c6;
    }
}

@media screen and (max-width: 991px) {
    #mobile_menu {
        width: 32px;
        height: 32px;
        background: url(../images/mob_menu.png) no-repeat 0 0;
        background-size: 100%;
        position: absolute;
        z-index: 5000;
        right: 15px;
        top: 20px;
    }
    /*
  #traffic{ width:32px; height:32px; background:url(../images/mobile_traffic_btn.png) no-repeat 0 0; background-size:100%; position:absolute; z-index:1; left:10px; top:10px;}
	*/
    #traffic {
        display: none;
    }

    #header {
        position: fixed;
        height: 110px;
        width: 100%;
        left: 0;
        top: 24px;
        z-index: 500;
    }

        #header.vip {
            position: fixed;
            height: 90px;
            width: 100%;
            left: 0;
            top: 0;
            z-index: 3000;
        }

    #logo {
        /*top: 16px;*/
        top: 0;
        left: 24%;
    }

        #logo a {
            /*width: 150px;*/
            height: 30px;
            background-size: 100%;
        }

    #content.inx {
        padding: 0px 0 0 0;
    }

    #content {
        padding: 106px 0 0 0;
    }

    #path {
        padding: 5px 5%;
        background: #0067c6;
        color: #FFF;
        border-bottom: none;
        position: fixed;
        z-index: 1001;
        width: 90%;
    }

        #path a {
            color: #FFF;
            padding: 5px 2px;
        }
        /*
	#path.vip{ top:90px; padding:5px 5%; background:#0067c6; color:#FFF; border-bottom: none; position:fixed; z-index:1001; width:90%;}
	#path.vip a{ color:#FFF; padding:5px 2px;}
	*/
        #path.vip {
            display: none;
        }

        #path a.home {
            display: inline-block;
            padding: 0 0 0 20px;
            background: url(../images/icon_home3.png) no-repeat center center;
            text-indent: -9999px;
        }

        #path span {
            padding: 5px 2px;
        }

        #path b {
            background: #0067c6;
            color: #FFF;
            padding: 5px;
        }

    #wrapper {
        padding: 0;
        min-width: 100%;
    }

    #top_menu {
        display: none;
    }

    #topMember {
        display: none;
    }

    #top_menu > ul > li a {
        width: 102px;
    }

    #util_menu {
        display: block;
    }

    #inx_banner {
        height: 300px;
    }

        #inx_banner .item, #inx_banner .item > a {
            height: 300px;
        }

    #page_banner {
        height: 300px;
    }

        #page_banner .item, #page_banner .item > a {
            height: 300px;
        }

    #top_banner {
        height: 300px;
        padding: 30px 0 0 0;
    }

    #ind_box .ind_item > h1 {
        top: 30px;
        left: 40px;
        font-size: 24px;
    }

        #ind_box .ind_item > h1 span {
            display: block;
            font-size: 17px;
            font-weight: 300;
        }

    #ind_box .ind_item > p {
        top: 100px;
        width: 50%;
    }

    #ind_box .ind_item ul {
        padding: 90px 30px 20px 30px;
    }

    #ind_box .item {
        width: 50%;
    }

        #ind_box .item.s5 {
            width: 100%;
        }

            #ind_box .item.s5 h1 {
                left: 300px;
            }

        #ind_box .item > h1 span {
            font-size: 17px;
        }

        #ind_box .item > p {
            top: 100px;
        }

        #ind_box .item.s5 > h1 {
            left: 300px;
        }

        #ind_box .item.s5 > p {
            left: 300px;
        }

        #ind_box .item.s5:hover h1 {
            left: 40px;
        }

    #nav > ul {
        width: 270px;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

        #nav > ul > li {
            float: none;
            width: 96%;
            padding: 0 2%;
        }

            #nav > ul > li a {
                display: block;
            }

    #nav a {
        border-bottom: solid 1px #ffffff59;
        font-size: 16px;
        margin: 0;
        color: #8ce3fd;
        padding: 10px;
        font-weight: bold;
    }
    /*
	    #nav h6 a {
		    color: #8ce3fd;
		    padding: 10px;
		    font-weight:bold;
	    }
    */
    #nav > ul > li > ul {
        display: none;
    }

        #nav > ul > li > ul > li > a {
            padding: 4px 10px;
            line-height: 2em;
            color: #46d6ae;
            font-size: 15px;
            border-radius: 5px;
            border-bottom: 0;
        }

            #nav > ul > li > ul > li > a:before {
                content: "";
                font-weight: bold;
                color: #FFF;
            }

            #nav > ul > li > ul > li > a:hover {
                color: #FFF;
            }

                #nav > ul > li > ul > li > a:hover:before {
                    color: #FFF;
                }

        #nav > ul > li > ul > li > ul > li > a {
            padding: 4px 10px;
            line-height: 2em;
            color: #ade4ff;
            margin: 0 0 0 30px;
            font-size: 15px;
        }

            #nav > ul > li > ul > li > ul > li > a:hover {
                color: #FFF;
            }

            #nav > ul > li > ul > li > ul > li > a:before {
                content: "";
                font-weight: bold;
            }

            #nav > ul > li > ul > li > ul > li > a:hover:before {
                color: #FFF;
            }

    #nav > ul > li.mobile {
        display: block;
    }

        #nav > ul > li.mobile > ul {
            display: block;
        }

    #nav > ul > li.on > ul {
        display: block;
        margin-bottom: 20px;
    }

    #nav > ul > li.mobile > ul > li > a:before {
        display: none;
    }

    #nav > ul > li.mobile a {
        display: block;
        color: #FFF;
        line-height: 2em;
        padding: 4px 10px 4px 35px;
    }

        #nav > ul > li.mobile a.ofl {
            background: url(../images/icon_home_w.png) no-repeat 10px center;
        }

        #nav > ul > li.mobile a.cart {
            background: url(../images/icon_cart_w.png) no-repeat 10px center;
        }

        #nav > ul > li.mobile a.blog {
            background: url(../images/icon_blog.png) no-repeat 10px center;
        }

        #nav > ul > li.mobile a.fb {
            background: url(../images/icon_fb.png) no-repeat 10px center;
        }

        #nav > ul > li.mobile a.contact {
            background: url(../images/icon_mail_w.png) no-repeat 10px center;
        }

        #nav > ul > li.mobile a:hover {
            background-color: #2a83d6;
            color: #f2f2f2;
        }

    #inner_box .txt iframe {
        height: 320px;
    }

    #ser_box .item, #other_box .item, #store_box .list li {
        width: 50%;
    }

    #ind_new .list ul, #news_box .list li {
        height: 240px;
        overflow: hidden;
    }

    #ind_new .list li, #news_box .list li {
        width: 50%;
    }

    #page_menu {
        display: none;
    }

    #tips_box .pic {
        width: 80px;
        float: left;
        height: 140px;
        margin: 0 10px 0 0;
    }

    #tips_box .txt h3 {
        padding: 5px 0;
        margin: 0 0 5px 0;
        font-size: 20px;
    }

    #tips_box > ul > li.w50 {
        width: 100%;
        float: none;
    }

    #inner_box {
        background: #FFF;
        position: relative;
        padding: 40px 0px;
    }

        #inner_box .album {
            width: 100%;
            margin: 0 0 30px 0;
        }

    #team_box {
        padding: 10px 15px;
    }

        #team_box .menu li {
            float: left;
            width: 33%;
        }

        #team_box .view .item {
            width: 100%;
            padding: 0;
        }

    #vip_box {
        padding: 30px 0 0 0;
    }

        #vip_box .menu {
            display: none;
        }

        #vip_box .item {
            background: #FFF;
        }

            #vip_box .item .list, #vip_box.vip .item .list {
                width: 100% !important;
                height: 440px !important;
            }

                #vip_box .item .list img {
                }

        #vip_box .more {
            bottom: 40px;
        }

        #vip_box .item .txt h1 {
            padding: 0 0 30px 0;
        }

        #vip_box .item .txt {
            padding: 15px 5% 80px 5%;
            width: 90%;
            position: relative;
            top: 0;
            margin: -120px 0 0 0;
            height: auto;
        }

        #vip_box.view .item .txt {
            margin: -80px 0 0 0;
        }

        #vip_box .item .txt h1 span {
            display: block;
            font-size: 14px;
            line-height: 1.4em;
            color: #0067c6;
            font-weight: 300;
        }

        #vip_box .item .txt_w h1 {
            padding: 0 0 30px 0;
        }

        #vip_box .item .txt_w {
            padding: 15px 5% 80px 5%;
            width: 90%;
            position: relative;
            top: 0;
            margin: -120px 0 0 0;
            height: auto;
        }

        #vip_box.view .item .txt_w {
            margin: -80px 0 0 0;
        }

        #vip_box .item .txt_w h1 span {
            display: block;
            font-size: 14px;
            line-height: 1.4em;
            color: #f2f2f2;
            font-weight: 300;
        }

        #vip_box .item .txt_w .edit_txt, #vip_box .item .txt_w .edit_txt p, #vip_box .item .txt_w .edit_txt div {
            color: #333;
        }

    #contact_box {
        padding: 10px 15px;
    }

    #traffic_box > ul > li .pic {
        display: none;
    }

    #traffic_box > ul > li > .txt .map {
        display: inline-block;
    }

    #vip_box .item .txt_w .edit_txt {
        min-height: inherit;
    }

    #vip_box .item .txt .edit_txt {
        min-height: inherit;
    }

    #vip_box.view .item .txt_w {
        min-height: inherit;
    }
}

@media only screen and (max-width: 700px) {
    #inx_banner .item h1 {
        top: 35%;
        left: 30px;
        font-size: 30px;
        text-align: left;
    }

        #inx_banner .item h1 span {
            font-size: 20px;
        }

    #page_banner .item h1 {
        top: 35%;
        left: 30px;
        font-size: 30px;
        text-align: left;
    }

        #page_banner .item h1 span {
            font-size: 20px;
        }

    #ind_box .ind_item > h1 {
        top: 35px;
        left: 20px;
        font-size: 24px;
    }

        #ind_box .ind_item > h1 span {
            display: block;
            font-size: 18px;
            font-weight: 300;
        }

    #ind_box .ind_item ul {
        padding: 100px 20px 20px 20px;
    }

    #ind_box .ind_item li {
        margin: 0;
    }

        #ind_box .ind_item li a {
            padding: 8px 15px;
            font-size: 16px;
        }

    #ind_box .item > h1 {
        top: 30px;
        left: 300px;
    }

    #ind_box .item:hover h1 {
        color: #FFF;
        left: 40px;
    }

    #ind_box .item > h1 span {
        font-size: 18px;
    }

    #ind_box .item > p {
        top: 100px;
        left: 300px;
        width: 40%;
    }

    #ind_box .ind_item {
        width: 100%;
    }

        #ind_box .ind_item > b {
            height: 250px;
        }

    #ind_box .item {
        width: 100%;
    }

        #ind_box .item > b {
            height: 250px;
        }

        #ind_box .item li {
            margin: 0;
        }

            #ind_box .item li a {
                padding: 8px 15px;
                font-size: 16px;
            }

        #ind_box .item ul {
            padding: 90px 20px 20px 20px;
        }

    #s_title h2 {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 560px) {
    #header {
        position: fixed;
        height: 110px;
        width: 100%;
        left: 0;
        top: 0px;
        z-index: 500;
    }

    #logo {
        /*top: 7px;*/
        top: 0;
        left: 6%;
    }

        #logo a {
            /*width: 150px;*/
            height: 30px;
            background-size: 100%;
        }

    #inner_box .txt iframe {
        height: 200px;
    }

    #ser_box .item, #other_box .item, #store_box .list li {
        width: 100%;
    }

    #inx_banner.ser {
        margin: 28px 0 0 0;
    }

    #inx_banner {
        height: 170px;
    }

        #inx_banner .item, #inx_banner .item > a {
            height: 170px;
        }

            #inx_banner .item h1 {
                top: 35%;
                left: 30px;
                font-size: 30px;
                text-align: left;
            }

                #inx_banner .item h1 span {
                    font-size: 20px;
                }

    #page_banner {
        height: 170px;
    }

        #page_banner .item, #inx_banner .item > a {
            height: 170px;
        }

            #page_banner .item h1 {
                top: 35%;
                left: 30px;
                font-size: 30px;
                text-align: left;
            }

                #page_banner .item h1 span {
                    font-size: 20px;
                }

    #top_banner {
        height: 210px;
    }

    #ind_box .item > h1 {
        left: 160px;
    }

    #ind_box .item > p {
        top: 100px;
        left: 160px;
    }

    #ind_box .ind_item {
        width: 100%;
    }

    #ind_box .item.s5 > h1 {
        left: 160px;
    }

    #ind_box .item.s5 > p {
        left: 160px;
    }

    #ind_box .item {
        width: 100%;
    }

    #ind_new .list li, #news_box .list li {
        float: none;
        width: 100%;
    }

    #team_box .menu li {
        width: 50%;
    }

    #team_box .view .item {
        width: 100%;
        padding: 0;
    }

        #team_box .view .item .pic {
            width: 100%;
            float: none;
            margin: 0;
        }

        #team_box .view .item .txt {
            width: 100%;
            float: none;
        }

    #contact_box .info, #contact_box .forms {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }

    #inner_box .phone {
        font-size: 34px;
    }

    #s_title h1 {
        font-size: 28px;
    }

    #vip_box .item .list, #vip_box.vip .item .list {
        width: 100% !important;
        height: 200px !important;
    }

    #vip_box .item .txt h1 {
        padding: 0 0 30px 0;
        width: 50%;
        font-size: 24px;
    }
}
/****輪播圖***/

ul, ol {
    list-style: none;
}

.ft-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .ft-carousel .carousel-inner {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

        .ft-carousel .carousel-inner .carousel-item {
            float: left;
            height: 100%;
        }

    .ft-carousel .carousel-item img {
        width: 100%;
    }

    .ft-carousel .carousel-indicators {
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 100%;
        text-align: center;
        font-size: 0;
    }

        .ft-carousel .carousel-indicators span {
            display: inline-block;
            width: 12px;
            height: 12px;
            background-color: #fff;
            margin: 0 4px;
            border-radius: 50%;
            cursor: pointer;
        }

            .ft-carousel .carousel-indicators span.active {
                background-color: #de3a3a;
            }

    .ft-carousel .carousel-btn {
        position: absolute;
        top: 50%;
        width: 50px;
        height: 45px;
        margin-top: -25px;
        cursor: pointer;
    }

    .ft-carousel .carousel-prev-btn {
        left: 0;
        background: url(../images/prev.png) no-repeat;
    }

    .ft-carousel .carousel-next-btn {
        right: 0;
        background: url(../images/next.png) no-repeat;
    }


/*==============================================================================================*/

/* FOOTER         ||---------------------------- */

/*==============================================================================================*/
.footer {
    background: url(../images/footer_bg.jpg);
    color: #7D746A;
    padding: 50px 40px 10px 40px;
}

@media (max-width: 768px) {

    .footer {
        padding: 50px 0px 10px 0px;
    }
}

.margin-b-30 {
    margin-bottom: 30px;
}

.f-contact p i {
    margin-right: 10px;
}

.footer h4 {
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 微軟正黑體, "Open Sans", Arial, sans-serif, "Microsoft JhengHei";
    font-weight: 600;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    .footer h4:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 3px;
        margin-bottom: -1.5px;
        background: #fff;
    }

.footer p {
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.footer-social li {
    padding: 0px;
}

.list-inline > li {
    display: inline-block;
}

.si-dark {
    border: 0px !important;
    color: #fff !important;
}




.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px !important;
    text-shadow: none;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
}

.si-gray-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-colored-facebook, .si-facebook:hover {
    background-color: #3B5998 !important;
}
/****************

SOCIAL BUTTONS

**********************/
/**social icons default size**/
.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
    border-radius: 50%;
}

    .social-icon:hover {
        border-color: transparent;
    }

    .social-icon i {
        display: block;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 40px;
        position: relative;
    }

        .social-icon i:last-child {
            color: #FFF !important;
        }

    .social-icon:hover i:first-child {
        margin-top: -40px;
    }

/***social icons lg (big)***/
.social-icon-lg {
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

    .social-icon-lg:hover {
        border-color: transparent;
    }

    .social-icon-lg i {
        display: block;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 60px;
        position: relative;
    }

        .social-icon-lg i:last-child {
            color: #FFF !important;
        }

    .social-icon-lg:hover i:first-child {
        margin-top: -60px;
    }

.si-colored-twitter, .si-twitter:hover {
    background-color: #00ACEE !important;
}

.si-colored-google-plus, .si-g-plus:hover {
    background-color: #DD4B39 !important;
}

.si-youtube:hover, .si-colored-youtube {
    background-color: #C8232C !important;
}

.si-instagram:hover, .si-colored-instagram {
    background-color: #3F729B !important;
}

.si-wechat:hover, .si-colored-wechat {
    background-color: #26CA2F !important;
}


.f-contact p, .f-contact a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}





.banner {
    position: relative;
    background: #F5F5F5;
    border-top: 5px solid #0067c6;
}

    .banner .container {
        padding: 0;
        max-width: 1440px;
    }

.container:after, .clearfix:after, .list-h:after, .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

img {
    /*  max-width: 100%;
    max-height: 100%;*/
    height: auto /*!important*/;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.productList img {
    max-width: 100%;
    height: 210px;
}

.productList .item-img-wrap a {
    display: flex;
    justify-content: center;
}


.img_rwd {
    max-width: 100%;
    max-height: 100%;
    /*height:450px !important;*/
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}



@media (max-width: 768px) {

    .img_rwd {
        height: auto !important;
    }
}

@media (max-width: 768px) {


    .banner {
        position: relative;
        background: #F5F5F5;
        margin-top: 135px;
        border-top: 0px solid #ffffff;
    }
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}



.container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1470px;
    box-sizing: border-box;
}

.breadcrumb {
    text-align: right;
    color: #B9B9B9;
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 10px 0;
}

    .breadcrumb li,
    .breadcrumb li a {
        display: inline;
    }

        .breadcrumb li + li:before {
            content: "/ ";
        }

        .breadcrumb li a:hover {
            color: #FABD05;
        }

        .breadcrumb li a .icon {
            background-image: url(../images/home.png);
            width: 20px;
            height: 20px;
            vertical-align: text-bottom;
            margin-bottom: -2px;
        }

        .breadcrumb li a:hover .icon {
            background-position: 0 100%;
        }

@media screen and (max-width: 1440px) {
    .breadcrumb {
        padding: 10px 15px;
        margin: 0 -15px;
    }
}

ol, ul {
    list-style: none;
}

.list-inline > li, .list-inline .item {
    /* display: inline-block;*/
    vertical-align: top;
    box-sizing: border-box;
}

    .list-inline > li a, .list-inline .item a {
        /*  display: inline-block;*/
        position: relative;
    }

.icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    background-repeat: no-repeat;
}

.site-main {
    background: #ffffff;
}

.main-title {
    text-align: center;
    color: #727272;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    border-bottom: 1px solid #E1E1E1;
    padding: 13px 0 20px;
    margin-bottom: 35px;
    font-family: 'Raleway', sans-serif;
}

    .main-title small {
        display: block;
        color: #0067c6;
        font-size: 32px;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 25px;
        margin-bottom: 8px;
    }


@media (max-width: 768px) {
    .main-title small {
        display: block;
        color: #0067c6;
        font-size: 24px;
        letter-spacing: 0.05em;
        line-height: 30px;
        margin-bottom: 8px;
        text-align: left;
    }
}










.main-content {
    padding-bottom: 135px;
}

.has-side .content-wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
}

.side,
.has-side .content {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
}

.side {
    width: 250px;
}

.has-side .content {
    padding-left: 82px;
}

.side-nav {
    line-height: 1.5;
}

    .side-nav li a {
        display: block;
    }

    .side-nav > li {
        padding: 2px 0;
        position: relative;
    }

        .side-nav > li > a {
            color: #727272;
            border: 1px solid #DEDEDE;
            font-size: 16px;
            letter-spacing: 0.05em;
            padding: 10px 28px 10px 28px;
        }

            .side-nav > li > a:hover,
            .side-nav > li.active > a {
                border-color: #0067c6;
                color: #ffffff;
                background: #0067c6;
            }

    .side-nav ul {
        display: none;
        padding: 8px 0;
        margin-left: 0;
    }

        .side-nav ul li {
            border-bottom: 1px dotted #D2D2D2;
        }

            .side-nav ul li a {
                color: #8C8C8C;
                font-size: 15px;
                padding: 10px 15px 8px 30px;
                position: relative;
            }

                .side-nav ul li a:before {
                    content: '-';
                    color: #8C8C8C;
                    display: block;
                    position: absolute;
                    left: 15px;
                    top: 7px;
                }

                .side-nav ul li a:hover,
                .side-nav ul li.active > a {
                    color: #ED8400;
                    text-decoration: underline;
                }

                    .side-nav ul li a:hover:before,
                    .side-nav ul li.active > a:before {
                        color: #ED8400;
                    }

.fa.showSubItem {
    position: absolute;
    right: 1px;
    top: 3px;
    font-size: 20px;
    color: #828282;
    padding: 12px;
}

@media screen and (max-width: 1000px) {

    .has-side .content-wrapper,
    .has-side .content {
        display: block;
        width: auto;
        padding: 0;
    }

    .side {
        width: 100%;
        display: block;
    }

    .side-nav {
        margin: 0;
        margin-bottom: 30px;
    }
}

.content {
    position: relative;
    min-height: 260px;
}

.content-title {
    position: relative;
    color: #0067c6;
    font-size: 18px;
    line-height: 1.4;
    padding: 3px 0 8px 24px;
    margin-bottom: 28px;
    font-weight: bold;
}

    .content-title:before {
        content: '';
        display: inline-block;
        background: #0067c6;
        width: 3px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 0;
    }

.editor {
    font-size: 15px;
    color: #6C6C6C;
}

.clearfix {
    display: block;
}

.font_g {
    color: #9c9797;
}

.reminder {
    background: #F2F2F2;
    color: #777;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 26px;
}


.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}


.btn.arrowR {
    padding-right: 52px;
}

.btn.arrowL, .btn.arrowR {
    border: 1px solid #666;
    border-radius: 20px;
    line-height: 39px;
    height: 40px;
    color: #666;
    font-size: 15px;
    font-weight: bold;
    padding: 0 30px;
    background: #ffffff;
    position: relative;
    margin: 0 5px 10px;
    cursor: pointer;
}

    .btn.arrowL:hover, .btn.arrowR:hover {
        background: #999999;
        color: #ffffff;
        border: 1px solid #999999;
    }

.addCart.arrowR {
    padding: 5px 10px;
}

.mtb30 {
    margin: 30px;
}

@media (max-width: 768px) {
    .mtb30 {
        display: none;
    }
}

@media (min-width: 0) {
    .g-mr-10 {
        margin-right: 0.71429rem !important;
    }
}

.main-top a.active {
    background: #0067c6;
    color: #FFF;
}

.productImg {
    max-width: 100%;
}

.cart-table img {
    max-width: 200px;
}

.panel-body i {
    font-size: 1em;
    margin: 2px 5px;
}

.sky-form select {
    padding: 10px;
    margin-right: 10px;
}


.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 15px/23px 'Roboto', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.sky-form .radio, .sky-form .checkbox {
    font-weight: 400;
}

.sky-form .label {
    border-radius: 0;
    font-size: 100%;
    text-align: left;
    white-space: normal;
    color: inherit;
}

.sky-form .radio, .sky-form .checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}

.sky-form .select i {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 28px;
    height: 35px;
    background: #fff;
    pointer-events: none;
}

.sky-form textarea {
    color: #666;
    font-weight: normal;
    padding: 5px 10px;
}

.sky-form fieldset {
    background: none;
}

.double-hr {
    border: 0;
    height: 4px;
    border-top: #d2d2d2 1px dotted;
    border-bottom: #d2d2d2 1px dotted;
    text-align: center;
    position: relative;
    clear: both;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.sky-form .label {
    border: 0;
}

.sky-form .icon-append, .sky-form .icon-prepend {
    z-index: 10;
}

a.btn {
    padding: 10px 25px;
    color: #666;
    font-size: 15px;
    background: #d2e9ff;
}

.itemSelect label.itemSelectName {
    display: inline-block;
    margin: 10px 0;
}

.albumList img {
    /*max-width:100%;*/
}

.overlay-container {
    text-align: center;
    overflow: hidden;
}

#topMember {
    float: right;
    margin-right: 40px;
    margin-top: 6px;
    font-size: 17px;
    font-family: "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
}

    #topMember li {
        margin: 0 10px;
    }

    #topMember a {
        color: #888;
    }

#phoneMember {
    text-align: right;
    width: 270px;
}

    #phoneMember ul li {
        display: block;
        padding: 10px;
    }

.topMarq span a {
    font-family: "微軟正黑體","Microsoft JhengHei", "Open Sans", Arial, sans-serif;
}

.old-price {
    text-decoration: line-through;
}

#logo img {
    max-width: 100%;
}

.content img {
    max-width: 100%;
}

#ser_box .item img {
    max-width: 100%;
    height: 100%;
    object-fit: fill;
}

.hotKey {
    margin: 0;
}
    .hotKey li img {
        vertical-align: sub;
    }