html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

q, blockquote {
    quotes: none
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none
    }

a img {
    border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

img {
    display: block;
    border: none
}

.smenu > span i, .allsite > span i {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

html {
    -webkit-text-size-adjust: 100%
}

    html *, html :before, html :after {
        font-size: .875rem;
        line-height: 20px;
        color: #000;
        font-family: "Century Gothic","Microsoft JhengHei","Apple LiGothic Medium","PMingLiU","sans-serif","serif"
    }

html, body {
    width: 100%;
    height: 100%;
    min-width: 960px
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none
}

sup {
    vertical-align: super;
    font-size: xx-small !important
}

sub {
    vertical-align: sub;
    font-size: xx-small !important
}

@keyframes mainpoint {
    0%,5%,9%,100% {
        stroke-width: 3;
        stroke: #000
    }

    3%,7%,11% {
        stroke-width: 5;
        stroke: #000;
        opacity: .7
    }
}

svg.animate .mainPoint {
    -moz-animation: mainpoint 3s 1s linear forwards infinite;
    -webkit-animation: mainpoint 3s 1s linear forwards infinite;
    animation: mainpoint 3s 1s linear forwards infinite;
    transition: all .5s;
    fill: transparent;
    stroke: #000
}

.smenu {
    display: none
}

.smenu, .allsite {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

    .smenu > span, .allsite > span {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        background: #6cb9f1;
        padding: 2px;
        margin: 10px;
        width: 40px;
        height: 40px;
        border-radius: 5px
    }

        .smenu > span i, .allsite > span i {
            background-color: #FFF;
            width: 25px;
            height: 2px;
            margin: 17px 5px
        }

        .smenu > span:before, .smenu > span:after, .allsite > span:before, .allsite > span:after {
            position: absolute;
            background-color: #FFF;
            content: '';
            display: block;
            width: 25px;
            height: 2px;
            left: 7px;
            transition: all .5s
        }

        .smenu > span:before, .allsite > span:before {
            top: 10px
        }

        .smenu > span:after, .allsite > span:after {
            bottom: 10px
        }

    .smenu.on > span, .allsite.on > span {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

        .smenu.on > span i, .allsite.on > span i {
            background: transparent
        }

        .smenu.on > span:before, .allsite.on > span:before {
            -moz-transform: translateY(9px) rotate(45deg);
            -ms-transform: translateY(9px) rotate(45deg);
            -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg)
        }

        .smenu.on > span:after, .allsite.on > span:after {
            -moz-transform: translateY(-9px) rotate(135deg);
            -ms-transform: translateY(-9px) rotate(135deg);
            -webkit-transform: translateY(-9px) rotate(135deg);
            transform: translateY(-9px) rotate(135deg)
        }

    .smenu b, .allsite b {
        display: inline-block;
        vertical-align: middle;
        background: #dff0ff;
        font-size: 1rem;
        line-height: 40px;
        padding: 0 15px;
        height: 40px;
        border-radius: 5px
    }

nav .smenu > span {
    background: none
}

    nav .smenu > span i {
        background-color: #000
    }

    nav .smenu > span:before, nav .smenu > span:after {
        background-color: #000
    }

nav.show .smenu > span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

    nav.show .smenu > span i {
        background: transparent
    }

    nav.show .smenu > span:before {
        -moz-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        -webkit-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg)
    }

    nav.show .smenu > span:after {
        -moz-transform: translateY(-9px) rotate(135deg);
        -ms-transform: translateY(-9px) rotate(135deg);
        -webkit-transform: translateY(-9px) rotate(135deg);
        transform: translateY(-9px) rotate(135deg)
    }

#Wrap > header {
    position: relative;
    border-bottom: 1px solid #ccc
}

.header_content {
    max-width: 1200px;
    margin: auto;
    padding: 10px 0
}

    .header_content h1 {
        display: inline-block;
        vertical-align: middle
    }

        .header_content h1 img {
            display: inline-block;
            vertical-align: middle;
            max-width: 270px
        }

        .header_content h1 span {
            display: inline-block;
            vertical-align: middle;
            font-size: 1.5rem;
            line-height: 30px;
            font-weight: 700
        }

            .header_content h1 span:before {
                content: "";
                display: inline-block;
                vertical-align: middle;
                width: 1px;
                height: 25px;
                background: #787878;
                margin: 0 15px
            }

    .header_content nav {
        float: right;
        width: calc(100% - 480px)
    }

    .header_content .mainmenu {
        text-align: right
    }

        .header_content .mainmenu > li {
            display: inline-block;
            vertical-align: middle;
            text-align: center
        }

            .header_content .mainmenu > li > b {
                color: #107ead;
                font-size: 1rem;
                line-height: 20px;
                position: relative;
                display: block;
                padding: 25px 0;
                font-weight: 700
            }

                .header_content .mainmenu > li > b:before {
                    content: "";
                    width: 0;
                    height: 2px;
                    background: #189ad3;
                    position: absolute;
                    left: 50%;
                    margin-left: -35px;
                    bottom: 0;
                    transition: all .5s
                }

            .header_content .mainmenu > li + li {
                margin-left: 30px
            }

            .header_content .mainmenu > li:hover > b:before {
                width: 70px
            }

            .header_content .mainmenu > li > div.clp_con {
                position: absolute;
                z-index: 99;
                width: 100%;
                left: 0;
                background: #067eb1;
                height: 0;
                overflow: hidden
            }

                .header_content .mainmenu > li > div.clp_con .wcon {
                    max-width: 1200px;
                    margin: auto;
                    padding: 20px 0;
                    display: table;
                    width: 80%;
                    table-layout: fixed
                }

                .header_content .mainmenu > li > div.clp_con .second {
                    display: inline-block;
                    vertical-align: top;
                    text-align: center;
                    display: table-cell;
                    padding: 0 10px
                }

                    .header_content .mainmenu > li > div.clp_con .second > a {
                        text-align: left;
                        color: #FFF;
                        font-weight: 700;
                        font-size: 1rem;
                        line-height: 20px;
                        display: block;
                        border-bottom: #0481ac 1px solid;
                        padding: 5px 10px;
                        margin-bottom: 5px
                    }

                        .header_content .mainmenu > li > div.clp_con .second > a:hover {
                            background: #00ced1;
                            border-radius: 5px 5px 0 0
                        }

                    .header_content .mainmenu > li > div.clp_con .second.three > a:hover {
                        background-color: transparent !important;
                        cursor: default
                    }

                .header_content .mainmenu > li > div.clp_con .third li {
                    text-align: left
                }

                    .header_content .mainmenu > li > div.clp_con .third li a {
                        color: #FFF;
                        display: block;
                        padding: 5px 10px
                    }

                        .header_content .mainmenu > li > div.clp_con .third li a:hover {
                            text-decoration: underline
                        }

            .header_content .mainmenu > li:nth-child(1) > div.clp_con .wcon {
                width: 100%
            }

.footer_content {
    max-width: 1200px;
    margin: auto
}

.ft_tmenu {
    background: #f2f9ff
}

    .ft_tmenu .footer_content {
        padding: 50px 0
    }

        .ft_tmenu .footer_content > div.clp_con {
            display: none
        }

    .ft_tmenu ul.mainmenu a:hover {
        text-decoration: underline
    }

    .ft_tmenu ul.mainmenu a.three {
        cursor: default;
        text-decoration: none
    }

    .ft_tmenu ul.mainmenu > li {
        display: inline-block;
        vertical-align: top;
        width: 19%;
        text-align: left;
        padding: 10px;
        margin: 15px 0
    }

        .ft_tmenu ul.mainmenu > li > .clp_con {
            display: block
        }

        .ft_tmenu ul.mainmenu > li > b {
            position: relative;
            font-size: 1.125rem;
            line-height: 30px;
            display: block;
            font-weight: 700;
            padding-bottom: 8px;
            margin-bottom: 12px
        }

            .ft_tmenu ul.mainmenu > li > b:before {
                content: "";
                width: 100%;
                max-width: 150px;
                height: 1px;
                background: #ccc;
                display: block;
                position: absolute;
                left: 0;
                bottom: 0
            }

        .ft_tmenu ul.mainmenu > li .second a {
            line-height: 2em
        }

        .ft_tmenu ul.mainmenu > li .third {
            list-style-type: disc;
            padding-left: 20px
        }

            .ft_tmenu ul.mainmenu > li .third li {
                color: #666
            }

                .ft_tmenu ul.mainmenu > li .third li a {
                    color: #666;
                    line-height: 2em
                }

        .ft_tmenu ul.mainmenu > li:nth-child(1) {
            width: 37%;
            padding: 0
        }

            .ft_tmenu ul.mainmenu > li:nth-child(1) > b {
                margin: 0 10px
            }

            .ft_tmenu ul.mainmenu > li:nth-child(1) .second {
                display: inline-block;
                vertical-align: top;
                width: 32%;
                padding: 10px
            }

        .ft_tmenu ul.mainmenu > li:nth-child(2) {
            width: 62%;
            padding: 0
        }

            .ft_tmenu ul.mainmenu > li:nth-child(2) > b {
                margin: 0 10px
            }

            .ft_tmenu ul.mainmenu > li:nth-child(2) .second {
                display: inline-block;
                vertical-align: top;
                width: 19%;
                padding: 10px
            }

.ft_info {
    background: #116eb0;
    padding: 30px 0
}

    .ft_info a {
        color: #fff;
    }

    .ft_info .footer_content {
        overflow: hidden
    }

        .ft_info .footer_content > div {
            width: 50%;
            float: left;
            padding: 0 10px
        }

            .ft_info .footer_content > div + div ul {
                float: right
            }

        .ft_info .footer_content li {
            color: #FFF;
            font-size: 1rem;
            line-height: 20px
        }

            .ft_info .footer_content li + li {
                margin-top: 6px
            }

.ft_fmenu {
    background: #2b7cb6;
    padding: 20px 0
}

    .ft_fmenu ul {
        text-align: center
    }

        .ft_fmenu ul li {
            display: inline-block;
            vertical-align: middle
        }

            .ft_fmenu ul li a {
                color: #FFF;
                font-size: 1.125rem;
                line-height: 30px
            }

                .ft_fmenu ul li a:hover {
                    text-decoration: underline
                }

            .ft_fmenu ul li + li:before {
                content: "";
                display: inline-block;
                vertical-align: middle;
                width: 1px;
                height: 15px;
                background: #FFF;
                margin: -3px 8px 0
            }

main.article #Content {
    background: url(../images/housebg.jpg) center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 70px
}

#Content .bread {
    box-sizing: border-box;
    background: #f0f5f9;
    padding: 15px 0
}

    #Content .bread > div {
        max-width: 1200px;
        margin: auto
    }

        #Content .bread > div > span {
            color: #999;
            display: inline
        }

            #Content .bread > div > span + span:before, #Content .bread > div > a:before {
                display: inline-block;
                content: "";
                text-indent: -9999px;
                background: url(../images/brd_icon.png) center center no-repeat;
                width: 7px;
                height: 7px;
                vertical-align: middle;
                margin-right: 6px
            }

        #Content .bread > div a {
            color: #00798f;
            display: inline;
            vertical-align: middle
        }

            #Content .bread > div a:hover {
                text-decoration: underline
            }

            #Content .bread > div a:not([href]) {
                color: #000;
                cursor: initial;
                text-decoration: none
            }

#Content .mainCon {
    max-width: 1200px;
    margin: auto;
    border: 1px solid #eaeaea;
    background: #FFF;
    padding: 50px;
    margin-top: 30px;
    position: relative;
    min-height: 430px
}

#Content h2.maintitle {
    border-bottom: 1px solid #eaeaea;
    color: #028097;
    font-size: 1.75rem;
    line-height: 40px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 700
}

#Content .social {
    position: absolute;
    right: 60px;
    top: 50px
}

    #Content .social li {
        display: inline-block;
        vertical-align: middle
    }

        #Content .social li a {
            opacity: 1;
            display: block
        }

            #Content .social li a:hover {
                opacity: .9
            }

        #Content .social li + li {
            margin-left: 3px
        }

        #Content .social li:nth-child(2) img {
            width: 37px;
            height: 37px
        }

#gotop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 99;
    width: 60px;
    height: 60px;
    background: #555;
    border-radius: 50%;
    transition: all .5s
}

    #gotop img {
        width: 17px;
        margin: 20px auto 0
    }

a#gotop {
    color: #fff;
    background: #555;
}

    #gotop:hover {
    }

.select select {
    width: 100%;
    background: url(../images/vicon_gray.svg) right center no-repeat #FFF;
    -webkit-appearance: none;
    padding: 14px 30px 14px 15px;
    font-size: 1rem;
    line-height: 20px
}

@media screen and (min-width:0) {
    .select select {
        background: #FFF;
        padding-right: 10px !important
    }
}

.select select option {
    font-size: 1rem;
    line-height: 20px
}

.point.clp_xmoc {
    position: relative
}

    .point.clp_xmoc .clp_btn {
        cursor: pointer;
        z-index: 2
    }

        .point.clp_xmoc .clp_btn span {
            display: none;
            z-index: 1;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            display: block
        }

    .point.clp_xmoc.show .clp_btn i {
        display: none
    }

    .point.clp_xmoc.show .clp_btn span {
        display: block;
        position: relative;
        border: none
    }

        .point.clp_xmoc.show .clp_btn span img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%
        }

    .point.clp_xmoc .clp_con {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 40px 30px 30px;
        background: rgba(0,0,0,0.8);
        z-index: 1;
        border-radius: 5px
    }

        .point.clp_xmoc .clp_con * {
            color: #FFF
        }

        .point.clp_xmoc .clp_con ul > li {
            text-indent: -45px;
            margin-left: 45px
        }

            .point.clp_xmoc .clp_con ul > li + li {
                margin-top: 5px
            }

            .point.clp_xmoc .clp_con ul > li b {
                display: inline-block;
                vertical-align: top;
                width: 45px;
                text-align: right
            }

        .point.clp_xmoc .clp_con ul ol {
            display: inline-block;
            vertical-align: top;
            width: calc(100% - 50px)
        }

            .point.clp_xmoc .clp_con ul ol li {
                text-indent: 0;
                margin-left: 0
            }

        .point.clp_xmoc .clp_con p {
            color: #fabf2e;
            margin: 5px 0
        }

            .point.clp_xmoc .clp_con p * {
                color: #fabf2e
            }

@media (min-width: 0px) {
    html, body {
        min-width: 320px
    }
}

@media (max-width: 1200px) {
    .header_content .mainmenu > li {
        width: 16%
    }

        .header_content .mainmenu > li + li {
            margin-left: 0
        }
}

@media (max-width: 1024px) {
    .smenu {
        display: block;
        z-index: 100;
        position: fixed;
        top: 8px;
        right: 0
    }

    #Wrap > header {
        padding-top: 90px
    }

    .header_content {
        position: fixed;
        top: 0;
        padding: 0 10px;
        background: #FFF;
        z-index: 99;
        width: 100%
    }

        .header_content h1 {
            width: calc(100% - 48px);
            text-align: center;
            margin: 10px 0
        }

            .header_content h1 img {
                width: 57%
            }

            .header_content h1 span {
                font-size: 1rem;
                line-height: 20px
            }

                .header_content h1 span:before {
                    margin: 8px
                }

        .header_content nav {
            float: none;
            width: auto
        }

        .header_content .mainmenu {
            position: fixed;
            width: 100%;
            height: 100%;
            overflow-y: scroll !important;
            z-index: 99;
            left: 0;
            background: rgba(0,0,0,0.7);
            display: none
        }

            .header_content .mainmenu > li {
                width: 100%
            }

                .header_content .mainmenu > li > b {
                    color: #FFF;
                    background: #007db3;
                    text-align: left;
                    padding: 15px 10px
                }

                    .header_content .mainmenu > li > b:before {
                        display: none
                    }

                    .header_content .mainmenu > li > b:after {
                        content: "";
                        display: block;
                        width: 20px;
                        height: 20px;
                        background: url(../images/vicon_white.svg) center center no-repeat;
                        position: absolute;
                        right: 10px;
                        top: 50%;
                        margin-top: -10px;
                        transform: rotate(-180deg);
                        transition: all .5s
                    }

                .header_content .mainmenu > li.show > b:after {
                    transform: rotate(0deg)
                }

                .header_content .mainmenu > li:hover > b:before {
                    width: 70px
                }

                .header_content .mainmenu > li > div.clp_con {
                    display: none;
                    position: relative;
                    left: auto;
                    height: auto
                }

                    .header_content .mainmenu > li > div.clp_con .wcon {
                        max-width: 100%;
                        margin: auto;
                        padding: 0;
                        display: block;
                        width: 100%
                    }

                    .header_content .mainmenu > li > div.clp_con .second {
                        display: block;
                        padding: 0
                    }

                        .header_content .mainmenu > li > div.clp_con .second > a {
                            background: #008285;
                            color: #FFF;
                            padding: 15px 20px;
                            margin-bottom: 0;
                            position: relative
                        }

                            .header_content .mainmenu > li > div.clp_con .second > a:hover {
                                background: #00ced1;
                                border-radius: 5px 5px 0 0
                            }

                            .header_content .mainmenu > li > div.clp_con .second > a.clp_btn:after {
                                content: "";
                                display: block;
                                width: 20px;
                                height: 20px;
                                background: url(../images/vicon_white.svg) center center no-repeat;
                                position: absolute;
                                right: 30px;
                                top: 50%;
                                margin-top: -10px;
                                transform: rotate(0deg);
                                transition: all .5s
                            }

                        .header_content .mainmenu > li > div.clp_con .second.show > a:after {
                            transform: rotate(-180deg)
                        }

                    .header_content .mainmenu > li > div.clp_con .third li a {
                        display: block;
                        color: #FFF;
                        background: #4682b4;
                        padding: 7px 20px
                    }

                        .header_content .mainmenu > li > div.clp_con .third li a:hover {
                            text-decoration: underline
                        }

                .header_content .mainmenu > li:nth-child(1) > div.clp_con .wcon {
                    width: 100%
                }

    .ft_tmenu .footer_content {
        padding: 30px 10px
    }

        .ft_tmenu .footer_content > div.clp_con {
            display: block
        }

    .ft_tmenu .allsite {
        display: none
    }

    .ft_tmenu ul.mainmenu > li {
        width: 100%;
        margin: 0
    }

        .ft_tmenu ul.mainmenu > li > b {
            margin-bottom: 5px;
            position: relative
        }

            .ft_tmenu ul.mainmenu > li > b:before {
                max-width: 100%
            }

            .ft_tmenu ul.mainmenu > li > b.clp_btn:after {
                content: "";
                display: block;
                width: 20px;
                height: 20px;
                background: url(../images/vicon_gray.svg) center center no-repeat;
                background-size: 100%;
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top: -10px;
                transform: rotate(-180deg);
                transition: all .5s
            }

        .ft_tmenu ul.mainmenu > li.clp_xmoc.show > b.clp_btn:after {
            transform: rotate(0deg)
        }

        .ft_tmenu ul.mainmenu > li .clp_con {
            display: none
        }

        .ft_tmenu ul.mainmenu > li:nth-child(1), .ft_tmenu ul.mainmenu > li:nth-child(2) {
            width: 100%;
            padding: 10px
        }

            .ft_tmenu ul.mainmenu > li:nth-child(1) > b, .ft_tmenu ul.mainmenu > li:nth-child(2) > b {
                margin: 0
            }

            .ft_tmenu ul.mainmenu > li:nth-child(1) .second, .ft_tmenu ul.mainmenu > li:nth-child(2) .second {
                width: 48%
            }

    .ft_info {
        padding: 20px 0
    }

        .ft_info .footer_content > div {
            width: 100%
        }

            .ft_info .footer_content > div + div {
                margin-top: 20px
            }

                .ft_info .footer_content > div + div ul {
                    float: none
                }

    main.article #Content {
        padding-bottom: 120px
    }

    #Content .bread > div {
        width: calc(100% - 20px)
    }

    #Content .mainCon {
        padding: 10px;
        margin-top: 30px;
        min-height: auto;
        width: calc(100% - 20px)
    }

    #Content h3.maintitle {
        border-bottom: 1px solid #eaeaea;
        color: #14b4d0;
        font-size: 1.75rem;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    #Content .social {
        position: relative;
        text-align: right;
        right: auto;
        top: auto;
        margin-bottom: 10px
    }
}

@media (max-width: 720px) {
    #gotop {
        right: 20px;
        bottom: 20px
    }

    .header_content h1 img {
        width: 54%
    }

    .header_content h1 span {
        font-size: .875rem;
        line-height: 20px
    }
}

@media (max-width: 540px) {
    #Wrap > header {
        padding-top: 70px
    }
}

noscript {
    color: #8976c1;
    font-size: 1.75rem;
    line-height: 2rem;
    top: 90px;
    left: 30px;
}

.header_content .mainmenu > li > div.clp_con .second > a.spehover:hover,
.ft_tmenu ul.mainmenu a.three.spehover:hover {
    border-bottom: #7bdbfc 1px solid;
    cursor: pointer;
}
