﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font: 16px/1.3 Arial,Microsoft JhengHei,sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #222
}

.frontLogin {
    background: url(../../img/front_login_bg.png) center top no-repeat;
    background-size: cover;
    width: 400px;
    height: 422px;
    margin: 20px auto 0;
    border: 1px solid #dde2e5;
    border-top: 4px solid #4678de;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(0,0,0,.1)
}

@media (max-width:414px) {
    .frontLogin {
        width: 100%
    }
}

.frontLogin .login2 {
    padding-top: 199px;
    padding-left: 50px;
    padding-right: 50px
}

    .frontLogin .login2 td {
        font: 15px/1.3 Arial,Microsoft JhengHei,sans-serif;
        color: #666;
        padding-bottom: 10px
    }

.login2 .input02 {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    outline: 0;
    height: auto;
    line-height: 28px;
    font-size: 14px;
    padding: 2px 6px;
    height: 34px
}

.login2 .center {
    margin: 0 auto
}

.login2 .input01 {
    margin: 10px 0 0;
    border: 0;
    background: #4678de;
    color: #fff;
    padding: 8px 35px;
    height: auto
}

    .login2 .input01:hover {
        background: #2551a8
    }

    .login2 .input01[type=reset] {
        background: #666
    }

        .login2 .input01[type=reset]:hover {
            background: #313131
        }

.jobsModal .modal-header {
    background: #4678de;
    color: #fff
}

.jobsModal table td {
    padding: 8px 0;
    vertical-align: top
}

h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0
}

br {
    display: block;
    margin: 0 0 5px
}

ol, ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

#main-content ul {
    margin: 0;
    padding: 0 0 0 20px
}

#main-content ol li {
    list-style: decimal
}

#main-content ul li {
    list-style: disc
}

body > img {
    display: none
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle
}

a {
    color: #1b96cf;
    text-decoration: none
}

    a:focus, a:hover {
        color: #1b96cf;
        text-decoration: underline
    }

.tob_bj {
    display: none
}

header {
    margin: 0 auto 15px;
    position: relative
}

    header:before {
        background: #fff;
        content: '';
        display: block;
        height: 57px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1
    }

    header:after {
        background: #3066d4;
        content: '';
        display: table;
        height: 3px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 57px
    }

    header .topBar {
        color: #fff
    }

    header .title {
        display: inline-block;
        font-size: 0;
        background: url(../img/logo-M.png) left center no-repeat;
        height: 57px;
        vertical-align: middle;
        width: 261px;
        background-size: contain
    }

        header .title a {
            display: block;
            height: 100%;
            width: 100%
        }

    header nav > ul {
        background: #fff;
        display: flex;
        justify-content: space-between
    }

        header nav > ul > li {
            width: calc(11.11111% - 1px);
            display: inline-block;
            position: relative
        }

            header nav > ul > li:hover {
                background: #3066d4
            }

                header nav > ul > li:hover a {
                    color: #fff
                }

    header nav ul ul {
        display: none
    }

    header nav > ul > li:hover > ul {
        display: block
    }

    header nav > ul > li ul {
        background: #3f72da
    }

    header nav ul li ul li a {
        color: #fff;
        text-align: left
    }

    header nav ul li a i {
        position: absolute;
        right: 21px;
        top: 22px
    }

    header nav ul li a {
        color: #2d2d2d;
        cursor: pointer;
        width: 100%;
        display: block;
        padding: 21px 8px;
        text-align: center;
        position: relative;
        font-size: 16px;
        font-family: Arial,Microsoft YaHei;
        letter-spacing: 1px
    }

        header nav ul li a:hover {
            text-decoration: none;
            color: #fff;
            background-color: #3066d4
        }

    header nav ul li ul li a {
        padding: 7px 24px
    }

        header nav ul li ul li a:hover {
            background-color: rgba(0,0,0,.2)
        }

    header nav > ul > li .slideDownBtn2 {
        position: relative
    }

        header nav > ul > li .slideDownBtn2 .secondList {
            border-radius: 0 5px 5px 0;
            display: none;
            position: absolute;
            top: 0;
            left: 100%;
            background: #325bae
        }

        header nav > ul > li .slideDownBtn2:hover .secondList {
            display: block
        }

    header .little i {
        display: inline-block;
        width: 21px;
        height: 14px;
        position: static;
        transform: translate(0,2px)
    }

        header .little i.home-icon {
            background: url(../img/home.png) left center no-repeat
        }

        header .little i.contact-icon {
            background: url(../img/contact.png) left center no-repeat
        }

    header nav ul li:hover.little i {
        -webkit-filter: brightness(100)
    }

    header .little a {
        color: #919191
    }

        header .little a:before {
            display: none
        }

    header .search {
        right: 40px;
        position: absolute;
        width: 261px;
        top: -43px;
        background: url(../img/search.png) left center no-repeat
    }

        header .search input:focus {
            border-color: #7e7e7e
        }

        header .search input::placeholder {
            color: #7e7e7e;
            font-size: 12px;
            line-height: 1
        }

    header .facebookBox {
        font-size: 24px;
        float: right;
        margin: 10px 0;
        padding: 0;
        width: 27px
    }

        header .facebookBox span {
            font-family: Arial;
            margin: 0 0 0 4px
        }

.navBtn {
    display: none
}

@media (min-width:1200px) {
    header .nav, header .topBar {
        max-width: 1200px;
        margin: 0 auto
    }
}

@media (max-width:1200px) and (min-width:769px) {
    header nav ul li a i {
        right: 10px
    }

    header span.search {
        right: 4%
    }
}

@media (min-width:768px) {
    header .nav {
        position: relative
    }

    header nav > ul {
        border-bottom: 1px solid #d6d6d6
    }

    header nav ul li ~ li:before {
        content: '';
        border-left: 1px #aaa solid;
        height: 18px;
        position: absolute;
        top: 22px;
        left: -1px
    }

    header nav > ul > li ul li:before {
        display: none
    }

    header nav > ul > li:nth-child(1) > a, header nav > ul > li:nth-child(2) > a, header nav > ul > li:nth-child(3) > a {
        padding: 21px 17px 21px 22px;
        text-align: left
    }

    header nav > ul > li ul {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 9999;
        min-width: 168px;
        padding-bottom: 5px;
        border-radius: 0 0 5px 5px
    }

    header nav ul li ul li a {
        white-space: nowrap;
        font-size: 15px
    }
}

@media (max-width:1200px) {
    .footer2, .wrapper, header .topBar {
        width: 92%;
        margin: 0 auto
    }

    section.main-content h2 {
        line-height: 1.3;
        padding-bottom: 8px
    }
}

@media (max-width:768px) {
    header {
        width: 100%;
        background-color: #fff
    }

        header:before {
            display: none
        }

        header:after {
            top: 70px
        }

        header .topBar {
            position: relative
        }

        header .title {
            height: 50px;
            background: url(../img/logo-M.png) left center no-repeat;
            background-size: 80% auto;
            width: calc(100% - 60px);
            max-width: 359px;
            margin: 10px 0 10px 60px
        }

        header nav.nav > ul:before {
            content: 'MENU';
            display: block;
            color: #fff;
            padding: 11px 25px;
            background-color: #324456
        }

        header nav ul, header nav ul li, header nav > ul > li ul {
            display: block;
            position: relative;
            width: 100%;
            top: 0
        }

        header nav.nav > ul {
            background: #2f2f2f;
            border-bottom: 0
        }

        header nav.nav ul li.little {
            border-top: 1px solid #8b8b8b;
            padding-top: 11px;
            margin-top: 11px
        }

            header nav.nav ul li.little + li.little {
                border: 0;
                padding-top: 0;
                margin-top: 0
            }

        header nav ul li.little i {
            -webkit-filter: brightness(100)
        }

        header nav.nav ul li a {
            color: #fff;
            text-align: left;
            padding: 11px 25px
        }

        header nav ul li a:hover, header nav > ul > li:hover {
            background: #393d3f
        }

        header nav ul li a i {
            position: static;
            color: #161616;
            padding-left: 18px
        }

        header nav > ul > li ul {
            background: #2f2f2f;
            padding-left: 25px
        }

        header nav.nav > ul > li ul li a {
            border-bottom: 1px solid #8b8b8b;
            padding: 11px 18px
        }

        header nav > ul > li a:before {
            display: none
        }

        header nav > ul > li ul {
            display: none
        }

        header nav > ul > li > a:hover ~ ul {
            display: none
        }

        header nav > ul > li .slideDownBtn2 .secondList {
            display: block;
            position: relative;
            left: 0;
            background: no-repeat
        }

        header .facebookBox {
            background: #fff;
            display: block;
            float: none;
            text-align: left
        }

            header .facebookBox a, header .facebookBox a:focus, header .facebookBox a:hover, header .facebookBox a:visited {
                color: #fff;
                text-decoration: none
            }

            header .facebookBox span {
                font-size: 16px;
                font-family: Arial;
                padding: 0 0 0 4px
            }

    .nav {
        display: none
    }

    .navBtn, .navBtn:hover, .navBtn:visited {
        color: #fff;
        display: block;
        font-size: 32px;
        position: absolute;
        top: 10px;
        left: 0;
        line-height: 50px;
        width: 50px;
        background: #333084;
        text-align: center;
        border-radius: 8px;
        box-shadow: 0 2px 2px rgba(0,0,0,.75) inset
    }

    header .search {
        background: #2f2f2f;
        text-align: center;
        display: block;
        position: static;
        padding: 6px 25px 22px 25px;
        width: 100%
    }

        header .search input {
            width: 100%
        }

    .banner {
        margin-top: 3px
    }
}

.clearfix {
    content: '';
    display: table;
    clear: both
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto
}

.main-container {
    padding: 5px 0 40px 0;
    float: left;
    width: calc(100% - 270px);
    margin: 0 auto;
    background-color: #fff;
    min-height: 500px
}

.main-content h2 {
    color: #242424;
    font-size: 21px;
    border-bottom: 1px solid #989898;
    line-height: 2;
    position: relative;
    margin-top: 0;
    margin-bottom: 40px
}

    .main-content h2:before {
        background: #4678de;
        width: 275px;
        height: 4px;
        content: '';
        display: table;
        position: absolute;
        bottom: -1px;
        left: 0
    }

h2 i {
    color: #c9c9c9
}

.main-content h2 a {
    color: #000;
    display: inline-block
}

.main-content h2 + .submenu2, .main-content h2 + .submenu3 {
    margin-top: -15px
}

h3.orgtitle {
    font-size: 18px
}

a.orgtitle-link {
    font-size: 18px;
    color: #f4580b;
    text-decoration: underline
}

    a.orgtitle-link:hover {
        color: #ed9800
    }

.submenu2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px solid #989898
}

    .submenu2 li {
        text-align: center
    }

        .submenu2 li a {
            font-size: 16px;
            color: #4678de
        }

.submenu3 {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 0 0;
    border-bottom: 1px solid #989898
}

    .submenu3 + .submenu3 {
        margin-top: 15px
    }

    .submenu3 .sub3Title {
        width: 100%;
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: 700
    }

    .submenu3 li {
        background: url(../img/submenu3_arrow.png) left 6px no-repeat;
        padding: 0 17px;
        width: 25%;
        margin-bottom: 10px;
        line-height: 26px
    }

        .submenu3 li a {
            font-size: 16px;
            color: #4678de
        }

    .submenu3.paddingLeft0 {
        padding-left: 0
    }

.submenu-tps {
    font-size: 16px;
    border-bottom: 1px solid #989898;
    padding: 5px
}

    .submenu-tps .subTitle {
        background: url(../img/submenu3-diamond.png) 10px 6px no-repeat;
        padding-left: 24px;
        margin-bottom: 8px
    }

    .submenu-tps li {
        margin-bottom: 15px
    }

    .submenu-tps a {
        text-decoration: underline;
        color: #4678de
    }

        .submenu-tps a:hover {
            color: #ed9800
        }

.submenu-tps-1 li, .submenu-tps-2 li {
    display: inline-block;
    padding-left: 7px
}

@media (min-width:768px) {
    .submenu2 {
        padding: 25px 1%
    }

    .submenu3 {
        padding: 15px 0 0 3%
    }

        .submenu3.list3 li {
            width: 33.33333%
        }

        .submenu3.list2 li {
            width: 50%
        }

        .submenu3.list1 li {
            width: 100% !important
        }

    .submenu-tps ul {
        position: relative
    }

    .submenu-tps .subTitle {
        position: absolute;
        left: 0;
        top: 0
    }

    ul.submenu-tps-1 {
        padding-left: 104px
    }

    ul.submenu-tps-2 {
        padding-left: 216px
    }

    .submenu-tps-1 li, .submenu-tps-2 li {
        padding-left: 0
    }

    .submenu-tps-2 li {
        padding-right: 12px
    }
}

@media (max-width:768px) {
    .wrapper .submenu3 li {
        width: 33.33333%
    }

    .wrapper .submenu3.list1 li {
        width: 100%
    }
}

@media (max-width:576px) {
    .wrapper .submenu2 {
        padding-bottom: 10px
    }

        .wrapper .submenu2 li {
            width: 50%;
            text-align: left;
            margin-bottom: 15px
        }

    .wrapper .submenu3 li {
        background-position: 3px 6px;
        width: 50%
    }
}

.sideBar {
    float: right;
    width: 230px;
    vertical-align: top;
    background-color: #f2f2f2;
    margin-bottom: 25px
}

    .sideBar > div {
        width: 100%
    }

    .sideBar > .QuickLinkBox > ul > li {
        width: 100%;
        position: relative
    }

        .sideBar > .QuickLinkBox > ul > li:hover {
            background-color: #4678de
        }

            .sideBar > .QuickLinkBox > ul > li:hover > a {
                color: #fff
            }

        .sideBar > .QuickLinkBox > ul > li > a {
            border-radius: 0;
            padding: 8px 15px;
            margin: 0
        }

            .sideBar > .QuickLinkBox > ul > li > a:hover {
                background-color: #4678de;
                color: #fff;
                text-decoration: none
            }

        .sideBar > .QuickLinkBox > ul > li ~ li > a {
            border-top: 0
        }

        .sideBar > .QuickLinkBox > ul > li > a:hover ~ ul, .sideBar > .QuickLinkBox > ul > li > ul:hover {
            display: block
        }

    .sideBar .QuickLinkBox .slideDownBtn:hover ~ ul, .sideBar .QuickLinkBox .slideDownBtn ~ ul:hover {
        display: block
    }

    .sideBar > .QuickLinkBox > ul > li > ul {
        border: 1px #4678de solid;
        background: #fff;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 9999;
        border-radius: 4px;
        padding: 8px 0;
        margin-top: -7px;
        box-shadow: 0 0 5px rgba(0,0,0,.45)
    }

.QuickLinkBox > ul > li > ul > li {
    display: block;
    position: relative;
    width: 100%
}

.QuickLinkBox > ul ul a {
    display: block;
    padding: 7px 15px;
    width: 100%;
    font-size: 14px;
    color: #272727
}

    .QuickLinkBox > ul ul a:hover {
        text-decoration: none;
        background: #4678de;
        color: #fff
    }

.sideBar > .RelatedLinkBox {
    display: none
}

.QuickLinkBox > ul li a i {
    position: absolute;
    top: 9px;
    right: 12px
}

.linkBottom .title {
    padding-top: 6px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 36px;
    margin-bottom: 8px;
    color: #000
}

    .linkBottom .title span {
        border-bottom: 1px solid #000;
        display: block;
        padding-left: 15px
    }

.QuickLinkBox ul ul {
    display: none
}

.QuickLinkBox .mobile-hidden {
    display: block
}

.QuickLinkBox .mobile-block {
    display: none
}

.RelatedLinkBox {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

    .RelatedLinkBox > ul > li {
        display: inline-block;
        vertical-align: top;
        width: 33%
    }

        .RelatedLinkBox > ul > li a {
            display: block;
            height: auto;
            text-align: center;
            margin: 8px
        }

        .RelatedLinkBox > ul > li > a img {
            border: 1px #aaa solid
        }

.only-back-link {
    padding: 5px 0;
    display: inline-block
}

footer {
    min-height: 100px;
    background-color: #242424;
    border-bottom: 25px solid #2e2e2e;
    color: #a2a1a1;
    font-size: 13px;
    line-height: 24px
}

.footer2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 0
}

    .footer2 div + div {
        margin-top: 15px
    }

    .footer2 a {
        color: #a2a1a1
    }

        .footer2 a:focus, .footer2 a:hover {
            color: #a2a1a1;
            text-decoration: underline
        }

.back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none
}

    .back-top a {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: block;
        background: #f18d00;
        opacity: .7;
        cursor: pointer;
        transition: .2s;
        text-align: center;
        line-height: 46px;
        color: #fff;
        font-size: 27px
    }

        .back-top a:hover {
            opacity: 1;
            margin-bottom: 5px
        }

@media (max-width:768px) {
    .main-container, .sideBar {
        float: none;
        width: 100%
    }

    .main-container {
        min-height: 200px
    }

    .sideBar > .QuickLinkBox > ul > li > ul {
        position: static;
        margin-top: -1px;
        border-radius: 0
    }
}

@media (max-width:576px) {
    header .title {
        background-size: auto 50px
    }
}

@media (max-width:325px) {
    header .title {
        background-size: auto 41px
    }
}

.index .linkBottom {
    margin: 0 auto 30px
}

    .index .linkBottom .title {
        border-left: 8px #7f7f7f solid;
        color: 2c2c2c;
        padding: 0 15px
    }

    .index .linkBottom h4 {
        color: #aaa;
        font-size: 18px;
        margin: 12px 0 0 8px
    }

.index .QuickLinkBox .title:after {
    border: 1px #aaa solid;
    content: '';
    display: block;
    display: block;
    position: relative;
    top: -8px;
    width: 100%
}

.index .linkBottom .title span {
    display: inline-block;
    border-bottom: none;
    padding: 0;
    font-weight: 400
}

    .index .linkBottom .title span:nth-child(2) {
        color: #d2d2d2
    }

.index .QuickLinkBox > ul > li {
    position: relative
}

    .index .QuickLinkBox > ul > li > a {
        background-image: -webkit-gradient(linear,center top,center bottom,from(#fcfcfc),to(#bfbfbf),color-stop(3%,#f7f7f7),color-stop(12%,#f2f2f2),color-stop(90%,#d9d9d9));
        background-image: -webkit-linear-gradient(top,#fcfcfc,#f7f7f7 3%,#f2f2f2 12%,#d9d9d9 90%,#bfbfbf);
        background-image: -moz-linear-gradient(top,#fcfcfc,#f7f7f7 3%,#f2f2f2 12%,#d9d9d9 90%,#bfbfbf);
        background-image: -o-linear-gradient(top,#fcfcfc,#f7f7f7 3%,#f2f2f2 12%,#d9d9d9 90%,#bfbfbf);
        background-image: -ms-linear-gradient(top,#fcfcfc,#f7f7f7 3%,#f2f2f2 12%,#d9d9d9 90%,#bfbfbf);
        background-image: linear-gradient(to bottom,#fcfcfc,#f7f7f7 3%,#f2f2f2 12%,#d9d9d9 90%,#bfbfbf);
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.44);
        -moz-box-shadow: 0 1px 5px rgba(0,0,0,.44);
        box-shadow: 0 1px 5px rgba(0,0,0,.44);
        border-bottom: none;
        font-size: 16px;
        letter-spacing: -.05em;
        text-align: center;
        text-decoration: none;
        position: relative;
        cursor: pointer
    }

        .index .QuickLinkBox > ul > li > a:hover {
            background-image: -webkit-gradient(linear,center top,center bottom,from(#fcfcfc),to(#bfbfbf),color-stop(3%,#f7f7f7),color-stop(12%,#f2f2f2),color-stop(90%,#d9d9d9));
            background-image: -webkit-linear-gradient(top,#fcfcfc,#f7f7f7 3%,#f2f2f2 12%,#d9d9d9 90%,#bfbfbf);
            background-image: -moz-linear-gradient(top,#fcfcfc,#f7f7f7 3%,#f2f2f2 12%,#d9d9d9 90%,#bfbfbf);
            background-image: -o-linear-gradient(top,#fcfcfc,#f7f7f7 3%,#f2f2f2 12%,#d9d9d9 90%,#bfbfbf);
            background-image: -ms-linear-gradient(top,#fcfcfc,#f7f7f7 3%,#f2f2f2 12%,#d9d9d9 90%,#bfbfbf);
            background-image: linear-gradient(to bottom,#fcfcfc,#f7f7f7 3%,#f2f2f2 12%,#d9d9d9 90%,#bfbfbf);
            -webkit-box-shadow: inset 0 1px 1px 2px rgba(117,117,117,.45);
            -moz-box-shadow: inset 0 1px 1px 2px rgba(117,117,117,.45);
            box-shadow: inset 0 1px 1px 2px rgba(117,117,117,.45)
        }

        .index .QuickLinkBox > ul > li > a i {
            color: #6f6f6f
        }

    .index .QuickLinkBox > ul > li > ul {
        border: 1px #4678de solid;
        background: #fff;
        position: absolute;
        left: 8px;
        top: 50px;
        width: calc(100% - 16px);
        z-index: 9999;
        border-radius: 4px;
        padding: 8px 0;
        margin: -7px 0 0;
        box-shadow: 0 0 5px rgba(0,0,0,.45)
    }

.index .QuickLinkBox .slideDownBtn:hover ~ ul, .index .QuickLinkBox .slideDownBtn ~ ul:hover {
    display: block
}

@media (max-width:1024px) {
    .RelatedLinkBox > ul > li, .index .QuickLinkBox > ul > li {
        width: 49%
    }

    .QuickLinkBox .mobile-hidden {
        display: none
    }

    .QuickLinkBox .mobile-block {
        display: block
    }
}

@media (max-width:768px) {
    .index .banner ul, .index .banner ul li {
        width: 100% !important;
        height: auto !important
    }

    .index .linkBottom, .index .linkBottom > div {
        width: 100%
    }

        .index .linkBottom .title {
            margin: 0 9px
        }

    .index .QuickLinkBox > ul > li {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin: 0 auto
    }

    .index .QuickLinkBox .slideDownBtn:hover ~ ul {
        display: none
    }

    .index .QuickLinkBox > ul > li ul {
        display: none
    }

    .index .QuickLinkBox > ul > li a {
        font-size: 16px
    }
}

@media print {
    .mobileOvxAuto {
        overflow-x: auto !important
    }

        .mobileOvxAuto .tableEditStyle {
            width: 100% !important
        }
}
