﻿@charset "UTF-8";

a:focus {
    outline: 2px #000 dotted !important
}

#mask {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9
}

#header {
    position: relative;
    padding: 15px 25px;
    background: #fff;
    height: 40px;
    z-index: 999;
    box-shadow: 0 0 10px #000;
    border-top: 40px solid #0070ba;
    box-sizing: content-box
}

    #header.fixed {
        box-sizing: border-box
    }

#mobi-control {
    display: none;
    padding: 5px 20px;
    background: #0070ba;
    z-index: 3
}

#container #slider {
    position: relative;
    z-index: 0
}

#bg-img .item img {
    display: block;
    width: 100%;
    height: auto
}

#bg-img .owl-pagination {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -30px
}

    #bg-img .owl-pagination .owl-page {
        width: 13px;
        height: 13px;
        margin: 5px 0;
        background: #0070ba;
        border-radius: 50%
    }

        #bg-img .owl-pagination .owl-page.active {
            background: #003b83
        }

#center-wrap {
    max-width: 1200px;
    width: 96%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: auto;
    z-index: 1
}

    #center-wrap .tit-block {
        width: 100%;
        overflow: hidden;
        padding: 30px 0 20px 0
    }

        #center-wrap .tit-block #center-tit {
            color: #000;
            font-size: 2rem;
            float: left
        }

        #center-wrap .tit-block #path {
            color: #fff;
            float: right;
            padding: 20px 0 0 0
        }

            #center-wrap .tit-block #path .home {
                display: inline-block;
                background: url(../../../images/home-icon.png) no-repeat left center;
                width: 15px;
                height: 15px
            }

            #center-wrap .tit-block #path a {
                color: #666;
            }

    #center-wrap #content {
        clear: both;
        background: #fff
    }

        #center-wrap #content #group {
            overflow: hidden
        }

            #center-wrap #content #group li {
                width: 25%;
                float: left;
                padding: 0 0 1px 0;
                border-bottom: 1px solid #ccc;
                box-sizing: border-box
            }

                #center-wrap #content #group li a {
                    display: block;
                    padding: 30px 25px;
                    box-sizing: border-box;
                    color: #1277c0;
                    font-weight: 700;
                    font-size: 1.25rem;
                    background: #f3f3f3;
                    border-top: 3px solid #154a8c;
                    border-bottom: 1px solid #fff;
                    border-right: 1px solid #ccc;
                    text-align: center
                }

                    #center-wrap #content #group li a:hover {
                        background: #fff;
                        border-top: 3px solid #0070ba;
                        color: #129ead;
                        position: relative
                    }

                        #center-wrap #content #group li a:hover:after {
                            display: block;
                            content: "";
                            width: 20px;
                            height: 14px;
                            background: url(../../../images/active-icon.png) no-repeat center;
                            position: absolute;
                            bottom: 0;
                            left: 50%;
                            margin-left: -10px
                        }

                    #center-wrap #content #group li a.active {
                        background: #fff;
                        border-top: 3px solid #0070ba;
                        color: #129ead;
                        position: relative
                    }

                        #center-wrap #content #group li a.active:after {
                            display: block;
                            content: "";
                            width: 20px;
                            height: 14px;
                            background: url(../../../images/active-icon.png) no-repeat center;
                            position: absolute;
                            bottom: 0;
                            left: 50%;
                            margin-left: -10px
                        }

        #center-wrap #content #info {
            padding: 20px 40px 50px 40px
        }

            #center-wrap #content #info h3 {
                background: url(../../../images/title-icon.png) no-repeat left 16px;
                padding: 10px 0 10px 20px;
                margin: 0 0 20px 0;
                border-bottom: 2px solid #137cc3;
                color: #137cc3;
                font-size: 1.5rem
            }

            #center-wrap #content #info .info-tab {
                background: #f4f4f4;
                border: 1px solid #ddd;
                margin: 0 0 25px 0;
                min-height: 45px
            }

                #center-wrap #content #info .info-tab li {
                    float: left;
                    text-align: center;
                    cursor: pointer;
                    width: 11.112%
                }

                    #center-wrap #content #info .info-tab li a {
                        display: block;
                        color: #555;
                        font-size: 1.2rem;
                        height: 44px;
                        line-height: 44px;
                        box-sizing: border-box;
                        padding: 0 20px
                    }

                        #center-wrap #content #info .info-tab li a:hover {
                            background: #ddd
                        }

                    #center-wrap #content #info .info-tab li.active a {
                        background: url(../../../images/tab-bg.png) repeat;
                        color: #fff;
                        position: relative
                    }

                        #center-wrap #content #info .info-tab li.active a:after {
                            display: block;
                            content: "";
                            background: url(../../../images/tab-arrow.png) no-repeat;
                            width: 13px;
                            height: 8px;
                            position: absolute;
                            bottom: -8px;
                            left: 50%;
                            margin-left: -6px;
                            z-index: 1
                        }

            #center-wrap #content #info .tab-item {
                clear: both;
                border-bottom: 2px solid #c3c3c3;
                min-height: 40px;
                margin-bottom: 10px
            }

                #center-wrap #content #info .tab-item li {
                    float: left;
                    border-left: 1px solid #c3c3c3;
                    border-top: 1px solid #c3c3c3;
                    height: 40px;
                    font-size: 1rem;
                    padding: 0 20px;
                    box-sizing: border-box;
                    line-height: 2.5rem;
                    cursor: pointer
                }

                    #center-wrap #content #info .tab-item li:last-child {
                        border-right: 1px solid #c3c3c3
                    }

                    #center-wrap #content #info .tab-item li.last {
                        border-right: 1px solid #c3c3c3
                    }

                    #center-wrap #content #info .tab-item li:hover {
                        background: #0070ba;
                        color: #fff
                    }

                    #center-wrap #content #info .tab-item li.active {
                        background: #0070ba;
                        color: #fff
                    }

            #center-wrap #content #info .tab-cons > li {
                display: none
            }

            #center-wrap #content #info .content {
                clear: both
            }

                #center-wrap #content #info .content .imgbox img {
                    display: block;
                    width: 80%;
                    margin: 0 auto
                }

            #center-wrap #content #info .tab-cons > li {
                position: relative
            }

            #center-wrap #content #info .tab-cons > li {
                min-height: 500px;
                font-size: 100%
            }

                #center-wrap #content #info .tab-cons > li.small {
                    font-size: 100%
                }

                #center-wrap #content #info .tab-cons > li.normal {
                    font-size: 110%
                }

                #center-wrap #content #info .tab-cons > li.large {
                    font-size: 120%
                }

                #center-wrap #content #info .tab-cons > li .wrap .resize {
                    top: -48px
                }

                #center-wrap #content #info .tab-cons > li .resize {
                    display: block;
                    float: right;
                    font-size: 1rem;
                    color: #000;
                    position: absolute;
                    right: 0
                }

                    #center-wrap #content #info .tab-cons > li .resize b {
                        display: inline-block;
                        margin-left: 3px;
                        padding: 3px 5px;
                        background: #147bc2;
                        border-radius: 5px;
                        font-size: 1.125rem;
                        color: #fff;
                        cursor: pointer
                    }

                        #center-wrap #content #info .tab-cons > li .resize b.active {
                            background: #144b8d
                        }

                #center-wrap #content #info .tab-cons > li .content {
                    padding: 20px 0;
                    font-size: 1em;
                    color: #333;
                    line-height: 1.675em;
                    clear: both
                }

                #center-wrap #content #info .tab-cons > li .info {
                    float: left;
                    padding-top: 10px;
                    font-family: "微軟正黑體","新細明體";
                    font-size: .813em;
                    color: #696969;
                    line-height: 1.25em
                }

                    #center-wrap #content #info .tab-cons > li .info span {
                        color: #d44500
                    }

            #center-wrap #content #info .share {
                float: right;
                top: -2px;
                position: relative
            }

                #center-wrap #content #info .share a {
                    display: inline-block;
                    width: 32px;
                    height: 32px;
                    margin-left: 4px;
                    background: url(../../../images/share.jpg);
                    text-indent: -9999px;
                    cursor: pointer;
                    float: left
                }

                #center-wrap #content #info .share .fb {
                    background-position: left top
                }

                #center-wrap #content #info .share .twitter {
                    background-position: -32px top
                }

                #center-wrap #content #info .share .plurk {
                    background-position: -64px top
                }

                #center-wrap #content #info .share .google {
                    background-position: right top
                }

                #center-wrap #content #info .share .qrcode {
                    background: url(../../../images/qr_icon.jpg)
                }

                    #center-wrap #content #info .share .qrcode span {
                        position: absolute;
                        right: 0;
                        top: 32px;
                        display: none;
                        width: 150px;
                        height: 150px;
                        background: #fff;
                        border: 1px solid #ccc;
                        z-index: 999
                    }

                        #center-wrap #content #info .share .qrcode span img {
                            display: block;
                            width: 100%;
                            height: auto
                        }

                    #center-wrap #content #info .share .qrcode:hover span {
                        display: block
                    }

@media screen and (max-width:1250px) {
    #header {
        padding: 15px 5px
    }

    #navigation {
        min-width: 30%;
        margin-left: 5px
    }

        #navigation > li > .sub-menu {
            left: 50%;
            margin-left: -460px
        }

    #lang {
        right: 265px
    }
}

@media screen and (max-width:1200px) {
    #navigation {
        margin-left: 10px
    }

    #top-link li {
        margin: 2px
    }

    #lang {
        right: 250px
    }

    #center-wrap #content #info .info-tab {
        overflow: hidden
    }

        #center-wrap #content #info .info-tab li {
            width: 20%
        }

    #footer .links {
        display: none
    }
}

.download-box {
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0
}

    .download-box h4 {
        font-weight: 400;
        font-size: 1.125rem
    }

        .download-box h4 b {
            font-size: 1.25rem;
            color: #144b8d
        }

    .download-box ul.status {
        overflow: hidden;
        margin-top: 10px
    }

        .download-box ul.status li {
            float: left;
            font-weight: 400;
            font-size: .938rem;
            line-height: 1.5625rem;
            margin: 0 10px 0 0
        }

        .download-box ul.status .post-time:before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 11px;
            background: url(../../../images/post-icon.png) no-repeat left 0;
            margin-right: 5px
        }

    .download-box ul.status2 {
        overflow: hidden;
        margin-top: 10px;
        float: right
    }

        .download-box ul.status2 li {
            float: left;
            font-weight: 400;
            font-size: .938rem;
            line-height: 1.5625rem;
            margin: 0 10px 0 0
        }

        .download-box ul.status2 .post-num:before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 11px;
            background: url(../../../images/post-icon.png) no-repeat -23px 0;
            margin-right: 5px
        }

        .download-box ul.status2 li:before {
            background-position: left top
        }

        .download-box ul.status2 .file:before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 11px;
            background: url(../../../images/post-icon.png) no-repeat right 0;
            margin-right: 5px
        }

    .download-box .doc-list {
        clear: both;
        overflow: hidden
    }

        .download-box .doc-list > li {
            float: left;
            width: 48%;
            margin: 1%;
            box-sizing: border-box
        }

        .download-box .doc-list a {
            display: block;
            padding: 10px;
            font-size: 1rem;
            color: #147bc2;
            line-height: 1.875rem;
            cursor: pointer;
            transition: all .3s;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            height: 30px;
            border: 1px solid #ccc;
            clear: both;
            box-sizing: content-box
        }

            .download-box .doc-list a:before {
                content: "";
                position: relative;
                top: 2px;
                display: inline-block;
                width: 30px;
                height: 30px;
                margin-right: 5px;
                background: url(../../../images/dl_icon.png) left top
            }

            .download-box .doc-list a span {
                display: inline-block;
                margin: 0 0 0 10px;
                box-sizing: border-box;
                color: #777
            }

            .download-box .doc-list a.pdf:before {
                background-position: -30px top
            }

            .download-box .doc-list a.xls:before {
                background-position: -60px top
            }

            .download-box .doc-list a.xlsx:before {
                background-position: -90px top
            }

            .download-box .doc-list a.doc:before {
                background-position: -120px top
            }

            .download-box .doc-list a.docx:before {
                background-position: right top
            }

            .download-box .doc-list a.ppt:before {
                background-position: left -30px
            }

            .download-box .doc-list a.pptx:before {
                background-position: -30px -30px
            }

            .download-box .doc-list a.zip:before {
                background-position: -60px -30px
            }

            .download-box .doc-list a.rar:before {
                background-position: -90px -30px
            }

            .download-box .doc-list a.jpg:before {
                background-position: -120px -30px
            }

            .download-box .doc-list a.tiff:before {
                background-position: right -30px
            }

            .download-box .doc-list a.png:before {
                background-position: left -60px
            }

            .download-box .doc-list a.gif:before {
                background-position: -30px -60px
            }

            .download-box .doc-list a.wmv:before {
                background-position: -60px -60px
            }

            .download-box .doc-list a.txt:before {
                background-position: -90px -60px
            }

            .download-box .doc-list a.text:before {
                background-position: -120px -60px
            }

            .download-box .doc-list a.opt:before {
                background-position: right -60px
            }

            .download-box .doc-list a.odt:before {
                background-position: left bottom
            }

            .download-box .doc-list a.ods:before {
                background-position: -30px bottom
            }

            .download-box .doc-list a.odp:before {
                background-position: -60px bottom
            }

            .download-box .doc-list a.odf:before {
                background-position: -90px bottom
            }

            .download-box .doc-list a.odg:before {
                background-position: -120px bottom
            }

            .download-box .doc-list a.odb:before {
                background-position: right bottom
            }

            .download-box .doc-list a:hover {
                color: #000;
                background: #e4ebf3
            }

.dropdown .dropdown-menu .dropdown-submenu {
    position: relative
}

    .dropdown .dropdown-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px
    }

    .dropdown .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block
    }

    .dropdown .dropdown-menu .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px
    }

    .dropdown .dropdown-menu .dropdown-submenu:hover > a:after {
        border-left-color: #fff
    }

.download-box.download-width .doc-list li a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    font-size: 1rem;
    color: #147bc2;
    line-height: 1.875rem;
    cursor: pointer;
    transition: all .3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 30px;
    clear: both;
    border: 0
}

.download-box.download-width .doc-list li p {
    display: inline-block;
    vertical-align: middle
}
