body {
    color: #222;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    overflow-x: hidden;
}

a {
    color: #262626;
    background: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    height: auto;
}

p {
    margin-bottom: .6rem;
}

/* ---- material symbols setting ---- */
.material-symbols-rounded {
    font-variation-settings:
        'FILL'0,
        'wght'300,
        'GRAD'0,
        'opsz'20,
        'size'16
}

.material-symbols-rounded.fill {
    font-variation-settings:
        'FILL'1,
        'wght'400,
        'GRAD'0,
        'opsz'20
}

/* ---- material symbols setting end ---- */
/* ---- color root ---- */
:root {
    --main-color: #154098;
    --dark-color: #333;
    --vice-color: #2fb4a9;
    --red-color: #ff2f2f;
    --green-color: #4CAF50;
}

/* ---- color root end ---- */
/* ---- basic setting ---- */

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
label {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* text */
[class*=-h1] {
    font-size: 2rem;
}

[class*=-h2] {
    font-size: 1.8rem;
}

[class*=-h3] {
    font-size: 1.5rem;
}

[class*=-h4] {
    font-size: 1rem;
}

[class*=-h5] {
    line-height: 30px;
    font-size: .8rem;
}

[class*=-h6] {
    line-height: 30px;
    font-size: 16px;
}

[class*=-smtext] {
    font-size: 14px;
}

[class*=white-] {
    color: #fff;
}

[class*=dark-] {
    color: #333;
}

[class*=gray-] {
    color: #999;
}

[class*=green] {
    color: var(--green-color);
}

[class*=red] {
    color: var(--red-color);
}

[class*=main-] {
    color: var(--main-color);
}

[class*=gold-] {
    color: var(--dark-color);
}


[class*=notice-] {
    color: var(--red-color);
}

[class*=-lighter] {
    font-weight: 300;
}

[class*=-bolder] {
    font-weight: 600;
}

[class*=-xlbolder] {
    font-weight: 800;
}

[class*=-ls0] {
    letter-spacing: 0;
}

[class*=-ls1] {
    letter-spacing: 1px;
}

[class*=-ls2] {
    letter-spacing: 2px;
}

[class*=-ls3] {
    letter-spacing: 3px;
}

@media (max-width: 765px) {
    [class*=-h1] {
        font-size: 1.5rem;
    }

    [class*=-h2] {
        font-size: 1.5rem;
    }

    [class*=-h3] {
        font-size: 25px;
    }

    [class*=-h4] {
        font-size: 18px;
    }
}

/* ---- basic setting end ---- */



.btn {
    background: var(--main-color);
    color: #fff;
    width: fit-content;
    padding: 6px 15px;
    margin-left: 0;
    border-radius: 0;
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff;
}

/* ---- gotop ---- */
.gotop {
    position: fixed;
    right: 10px;
    bottom: 40px;
    transition: display 0.5s ease-in-out;
    z-index: 10;
}

.gotop img {
    width: 50px;
    display: block;
}

@media (max-width: 992px) {
    .gotop {
        bottom: 70px;
    }
}

@media (max-width: 765px) {
    .gotop {
        right: 10px;
    }

    .gotop img {
        width: 45px;
    }
}

/* ---- gotop end ---- */
/* ---- header ---- */
header {
    height: 123px;
    position: relative;
    background: #fff;
}


@media (max-width: 992px) {
    header {
        height: 120px;
    }
}

.fixed-top {
    padding: 0;
    transition: .3s ease;
    background: #fff;
    box-shadow: 0 2px 10px 1px #e6e6e6;
}


.header-top {
    padding: 15px 0 0 0;
}

.header-top li {
    padding: 0 10px
}
@media (max-width: 992px) {
    .header-top {
        padding: 5px 0 10px 0;
    }

    .header-top li {
        padding: 0 5px;
    }
}


@media (max-width: 766px) {
    .header-top {
        padding: 5px 0 10px 0;
    }

    .header-top li {
        padding: 0;
    }
}

.logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.logo img {
    object-fit: contain;
    width: 55%;
}

.logo-h1 {
    color: #231916;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .logo-h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 991px) {
   

    .logo img {
        width: 100%;
    }
    .logo-h1 {
        font-size: .9rem;
        letter-spacing: 0;
    }
}

@media (max-width: 766px) {
    .logo {
        width: 100%;
        min-width: unset;
    }

    .logo img {
        width: 40%;
    }

    .logo-h1 {
        font-size: 1rem;
    }
}


header .nav-menu {
    margin: 0;
    padding: 0;
    height: 100%;
}

header .nav-menu>ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: end;
}


header .nav-menu>ul>li {
    white-space: nowrap;
    list-style: none;
}

header .nav-menu a {
    display: block;
    color: var(--main-color);
    padding: 0 15px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
}

header .nav-menu>ul>li>a {
    display: flex;
    align-items: center;
    color: #333;
    padding: 12px 15px 14px;
    transition: 0.3s ease;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}

header .nav-menu .active>a,
header .nav-menu li:hover>a {
    color: var(--main-color);
    text-decoration: none;
}


header .nav-menu>ul>li {
    position: relative;
}


header .nav-menu>ul>li.active::after,
header .nav-menu>ul>li:hover::after {
    width: calc(100% - 24px);
}

header .nav-menu .drop-down {
    position: relative;
}

    header .nav-menu .drop-down ul {
        display: none;
        position: absolute;
        left: 0%;
        top: 100%;
        height: auto;
        z-index: 99;
        /*border-radius: 5px;*/
        overflow: hidden;
        transition: ease all 0.3s;
        list-style: none;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 0 10px 2px #cccccc;
    }

header .nav-menu .drop-down ul li {
    min-width: 180px;
    position: relative;
}

header .nav-menu .drop-down ul li {
    display: block;
}

        header .nav-menu .drop-down ul a {
            display: flex;
            /*align-items: center;*/
            /*justify-content: center;*/
            color: var(--vice-color);
            background-color: #fff;
            height: auto;
            font-size: 15px;
            padding: 10px 15px;
            font-weight: 400;
            letter-spacing: 2px;
            text-transform: none;
            border-bottom: 1px solid #CCC;
        }

header .nav-menu .drop-down ul a:hover,
header .nav-menu .drop-down ul .active>a,
header .nav-menu .drop-down ul li:hover>a {
    color: rgba(255, 255, 255, 1);
    background-color: var(--main-color);
}

/*header .nav-menu .drop-down>a:after {
    content: "\e5cf";
    font-family: "Material Symbols Rounded";
    font-size: 22px;
    padding-left: 5px;
}*/

header .nav-menu>ul>.drop-down:hover>ul {
    display: block;
    animation-name: header-animate;
    animation-duration: .5s;
    animation-delay: 0ms;
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media(max-width: 992px) {
 header .nav-menu>ul>li>a {
        padding: 10px;
        font-size: 1rem;
    }
    header .nav-menu .drop-down>a:after {
    font-size: 1rem;
}
}

/*----header end----*/

/*----mobile-nav----*/
.mobile-nav {
    position: fixed;
    top: 75px;
    bottom: 0;
    z-index: 1032;
    overflow-y: auto;
    width: 280px;
    transition: 0.4s;
    right: -280px;
    align-items: center;
    background-color: var(--dark-color);
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .mobile-nav {
        top: 150px;
    }
}

@media (max-width: 992px) {
    .mobile-nav {
        top: 130px
    }
}

.mobile-nav::-webkit-scrollbar {
    width: 7px;
}

.mobile-nav::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 4px;
}

.mobile-nav::-webkit-scrollbar-track-piece {
    background: transparent;
}

.mobile-nav::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
}

.mobile-nav::-webkit-scrollbar-track {
    box-shadow: transparent;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav ul {
    display: block;
    width: 100%;
}

.mobile-nav ul li {
    width: 100%;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
    padding: 15px 20px;
    font-weight: 500;
    transition: 0.3s;
}

@media (max-width: 576px) {
    .mobile-nav a {
        margin-left: auto;
    }
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.mobile-nav>ul>li>a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav .drop-down>a:after {
    content: "\e5cf";
    font-family: "Material Symbols Rounded";
    margin-left: 5px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
    margin: 10px 0;
}

.mobile-nav .drop-down li {
    margin-left: 20px;
}

.mobile-nav .drop-down li a {
    padding: 8px 15px;
}

.mobile-nav .sns-link-t {
    padding: 35px 20px 5px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.mobile-nav .sns-link {
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

.mobile-nav .sns-link li {
    width: fit-content;
    margin-right: 10px;
}

.mobile-nav .sns-link a {
    padding: 0;
}

.mobile-nav .sns-link a img {
    display: block;
    width: 30px;
}

.mobile-nav-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1033;
    border: 0;
    background: none;
    font-size: 35px;
    transition: all 0.3s;
    outline: none !important;
    line-height: 1;
    width: 70px;
    height: 70px;
}


@media (max-width: 992px) {
    .mobile-nav-toggle {
        width: 60px;
        height: 60px;
    }
}

.mobile-nav-toggle:hover {
    cursor: pointer;
}

.mobile-nav-toggle .mobilenav-line span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #174098;
    transition: .3s ease;
}

.mobile-nav-toggle .mobilenav-line span:nth-of-type(2) {
    margin: 7px 0;
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(2) {
    opacity: 0;
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(1) {
    transform: rotate(45deg) translateY(6px) translateX(5px);
}

.mobile-nav-toggle .mobilenav-line.active span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-8px) translateX(6px);
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 1031;
    top: 75px;
    right: 0;
    position: fixed;
    opacity: 1;
    background-color: rgba(208, 178, 130, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    display: none;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .mobile-nav-overly {
        top: 150px;
    }
}

@media (max-width: 992px) {
    .mobile-nav-overly {
        top: 130px;
    }
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    display: block;
    padding: 30px 20px;
    right: 0;
}

/* ---- header end ---- */
/*----導覽列---*/

.navbar-ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    top: 30px;
}

.navbar-ul li {
    float: left;
    padding-right: 12px;
}

.navbar-ul li a {
    color: #333;
}

.navbar-form {
    margin-top: 0;
}

/*fontsize*/

.btn-change-font {
    background: #fff0;
    color: #174098;
    border: 1px solid #174098;
    width: 30px;
    height: 30px;
    padding: 0px 2px;
}

/*------ Header ------*/





/*------ index ------*/

.section-page {
    padding: 60px 0;
    /*min-height: 600px;
}*/
}

.title {
    border-left: 4px solid #154098;
    padding-left: .6rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .major-ti {
        font-size: 1.75em;
    }

    .major-ti2 {
        margin: 30px 0 15px;
        font-size: 1.75em;
    }
}

/*index-news*/

.index-new {
    margin-bottom: 15px;
}

.bg {
    background-attachment: scroll;
    background-image: url(../img/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #F5F7FC;
}

.nav-pills>li>a {
    border-radius: 4px;
    padding: 10px 20px;
    background: #bfbfbf;
    margin-right: 10px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
    color: #fff;
    background-color: #208e3b;
    padding: 10px 20px;

}

/*------ news ------*/
.news-s {
    padding: 40px 0;
}

.news-box {
    padding: 15px 10px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-box:hover {
    background-color: #fafafa;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-box a:hover {
    text-decoration: none;
}

.news-box p {
    color: #575555;
    margin: 0px;
    font-size: 1.125em;
    letter-spacing: 1px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-box span {
    color: #b4b4b4;
    font-size: 1em;
}

.news-box:hover p {
    color: #00833d;
}

.fa-chevron-right {
    float: right;
    margin-top: 10px;
    font-size: 1.5em;
    color: #00833d;
    padding-left: 10px;
}

@media (max-width: 767px) {
    .news-box {
        padding: 10px 10px;
    }
}

/*------ end ------*/

/*--icon--*/
.icon-s {
    padding: 40px 0;
    background: #fbfbfb;
}

.icon {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.link-icon {
    text-align: center
}

.link-icon strong {
    display: block;
    padding-top: 10px;
    text-align: center
}

.link-icon a:hover img {
    transform: scale(0.95);
    transition: all .3s
}

/*--end--*/



/* 側選單 */
.menu-list {}

.menu-list h2 {
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: var(--main-color);
    border-bottom: 1px solid #eee;
}


.menu-list li {
    margin-bottom: 10px;
    transition: .3s ease;
}

.menu-list ul li a {
    display: block;
    width: 100%;
    padding: 15px 0px 15px 10px;
    letter-spacing: 2px;
    transition: .3s ease;
    background-color: #f3f3f3;
    color: var(--basic-color);
}

.menu-list ul li:hover>a,
.menu-list ul li.active>a {
    background-color: var(--main-color);
    color: #fff;
}



/*-sitemap-*/
.sitemap ul {
    padding: 0;
    margin-bottom: 50px;
}

.sitemap ul li {
    list-style-type: none;
    float: left;
    font-size: 110%;
    color: #fff;
    text-align: center;
    line-height: 180%;
    padding: 10px 15px;
    width: 15%;
}

.sitemap ul li ul {
    padding: 0;
}

.sitemap ul li ul li {
    width: 100%;
    font-size: 100%;
    line-height: 150%;
    color: #fff;
    float: none;
    padding: 5px;
}

.sitemap ul li ul li a {
    color: #fff;
}

/*------ end ------*/


/*------ about ------*/
.update {
    font-size: 95%;
    text-align: right;
    color: #3a3a3a;
    margin: 15px 0;
    letter-spacing: 1px;
}

/*------ 麵包屑 ------*/
.breadcrumb-bg {
    position: relative;
    background: none;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
}

ul.breadcrumb {
    list-style: none;
    background-color: #fff;
    margin: 0;
}

ul.breadcrumb li {
    display: inline;
    font-size: 0.875em;
    color: #5c5c5c;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #9e9e9e;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #777;
    text-decoration: none;
}

@media (max-width: 767px) {
    .breadcrumb-bg {
        margin-top: 70px;
    }
}


/* ------ end ------*/


/* 標題 */
.page-p {
    padding: 50px 0;
    min-height: 520px;
}

.page-ti {
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    color: #228f3a;
    font-size: 1.5em;
    display: inline-block;
}

.inti-hr {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, #b6b1b1 0%, #b6b1b1 35%, #b6b1b1 70%, rgba(238, 238, 238, 0) 100%);
    margin-top: 0;
    margin-bottom: 20px;
}

.inti-hr2 {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, #b6b1b1 0%, #b6b1b1 35%, #b6b1b1 70%, rgba(238, 238, 238, 0) 100%);
    margin-top: 0;
    margin-bottom: 8px;
}

.page-ti span {
    float: right;
    color: #9d9d9d;
    font-size: 1.125em;
    margin-bottom: 20px;
}

.page-img {
    margin-bottom: 10px;
}


/*----download ----*/
.note {
    letter-spacing: 1.2px;
    line-height: 25px;
}

.dl-list li {
    border: 1.5px solid #184098;
    padding: 10px;
    border-radius: 10px;
}

.dl-ti {
    font-size: 1.3rem;
    font-weight: 600;
    color: #184098;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.dl-info p {
    margin-bottom: 0;
}

.dl-form {
    width: 20%;
}

.dl-form .btn {
    margin: 0 5px;
    height: 35px;
    padding: 0 6px;
}
@media (max-width: 992px) {
    .dl-ti {
    font-size: 1.2rem;
    font-weight: 600;
    color: #184098;
    margin-bottom: 5px;
    letter-spacing: 0px;
}
.dl-form {
    width: 55%;
    margin-top: 10px;
}

}
/*-----download end-----*/
/*------ 頁碼 ------*/
.page-number {
    margin-top: 30px;
    text-align: right;
}

ul.pagination,
ul.pager {
        margin: 0 0 15px 0;
    text-align: left;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

ul.pagination li {
    padding: 0;
    border-bottom: none;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

ul.pagination li.active a,
.pagination>.active>a:hover,
.pagination>.active>a:focus {
    color: #ffffff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    padding: 3px 9px;
}

.pagination>li>a {
    color: #573429;
    padding: 3px 9px;
}

.pagination>li>a:hover,
.pagination>li>a:focus {
    color: #ffffff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

/*------ end ------*/




/*------ 返回鍵 ------*/
.btn-back {
    color: var(--main-color);
    background-color: #ffffff;
    border-color: var(--main-color);
    margin: 30px 0 0;
    font-size: 1em;
    border-radius: 0;
}

.btn-back:hover {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-back:focus,
.btn-back.focus {
    color: #fff !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}


/*------ end ------*/


/*------ news-detail ------*/
.news-d img {
    margin: 20px 0;
}

/*------ end ------*/


/*------ contact ------*/
.con-form {
    margin-bottom: 80px;
    border-top: 10px solid #00833d;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.con-form h1 {
    font-size: 1.75em;
    font-weight: 600;
    color: #208e3b;
}

.con-form label {
    margin-top: 10px;
}

.con-form .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #D9D9D9;
    box-shadow: none;
}

.cont {
    margin-bottom: 20px;
}

.cont h2 {
    font-size: 1.625em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
    color: #00833d;
    letter-spacing: 1px;
}

.cont h4 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 30px;
    color: #686565;
    letter-spacing: 1px;
}

.cont p {
    font-size: 1.125em;
    color: #333;
    margin-bottom: 15px;
}

.cont span {
    border-radius: 50%;
    border: 1px solid #00833d;
    color: #00833d;
    margin-right: 15px;
}

.cont .fa-phone {
    padding: 5px;
}

.cont .fa-fax {
    padding: 3px 4px 7px 3px;
}

.cont .fa-envelope-o {
    padding: 5px 3.5px 5.5px 3.5px;
    ;
}

.cont .fa-map-marker {
    padding: 2px 7px;
}

.cont a {
    color: #333;
}

.cont a:hover {
    color: #999;
}

@media (min-width: 768px) and (max-width: 991px) {
    .con-form {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .con-form {
        margin-bottom: 50px;
        padding: 0 15px 30px;
    }
}

/*------ end ------*/


/*------ Menulist ------*/
.menu-p {
    padding: 50px 0;
    min-height: 520px;
}

.Menulist {
    clear: both;
}

.Menulist ul {
    margin: 0px;
    padding: 0px;
}

.Menulist ul li {
    margin: 0px 55px 10px 0px;
    width: 28%;
    float: left;
    list-style-type: none;
    /*-moz-box-shadow: 0px 1px 6px rgba(197, 193, 193, 0.5);
    -webkit-box-shadow: 0px 1px 6px rgba(197, 193, 193, 0.5);
    box-shadow: 0px 1px 6px rgba(197, 193, 193, 0.5);*/
}

/*.Menulist ul li:nth-child(2n) {
    margin: 0px 0px 10px;
    float: right;
}*/

.Menulist ul li a {
    background-position: 15px 12px;
    padding: 10px 15px;
    /*border: 1px solid #365abd;*/
    border-image: none;
    display: block;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #898888;
    font-size: 1.125em;
    text-align: center;
}

.Menulist ul li a:hover {
    color: #00833d;
    text-decoration: none;
    font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .Menulist ul li {
        margin: 0px 45px 10px 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu-p {
        padding: 40px 0;
        min-height: 300px;
    }

    .Menulist ul li {
        margin: 0px 35px 10px 0px;
    }
}

@media (max-width: 767px) {
    .Menulist ul li {
        margin: 0px 20px 10px 0px;
        width: 100%;
        float: left;
        list-style-type: none;
    }

    .menu-p {
        padding: 40px 0;
    }
}

/*------ End ------*/


/*------ right-link ------*/
.right_link {
    position: fixed;
    bottom: 90px;
    right: 1%;
    z-index: 99;
    width: 60px;
    text-align: center;
    font-weight: bold;
}

.right_link a {
    text-align: center;
    display: inline-block;
    margin-bottom: 1em;
}

.right_link img {
    width: 90%;
}

@media (max-width: 751px) {
    .right_link {
        bottom: 150px;
    }

    .right_link img {
        width: 70%;
    }

    .right_link a {
        text-align: center;
        display: inline-block;
        margin-bottom: 10px;
    }
}

/*------ end ------*/

/*--table---*/

.rwd-table {
    background: #fff;
    overflow: hidden;
}

.rwd-table tr {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.rwd-table th,
.rwd-table td {
    margin: 0.5em 0;
}

.rwd-table {
    min-width: 100%;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    width: 2.8em;
    display: inline-block;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table th,
.rwd-table td:before {
    color: #D20B2A;
    font-weight: bold;
}

.rwd-table td a:hover {
    color: var(--main-color);
}

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

.news-table th {
    background: var(--main-color);
    color: #fff;
    border: 1px solid #fff;
}

.table-hover tbody tr:hover {
    color: #000000;
    background-color: rgb(183 201 225 / 22%);
}


/*--share icon--*/
.share-button {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 6em;
    height: 2em;
    line-height: 2em;
    float: right;
    margin-left: 10px;
}

.social-toggle {
    display: block;
    font-weight: bold;
    font-size: 90%;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.25s;
    color: rgb(32 142 59);
    background: rgb(255 255 255);
    border: 1px solid rgb(32 142 59);
}

.social-toggle:hover,
.social-toggle:focus {
    background: rgb(32 142 59);
    color: #fff;
}

.no-js .social-toggle,
.no-js .social-toggle:hover,
.no-js .social-toggle:focus {
    cursor: default;
    border: none;
    background: transparent;
    color: rgb(200, 200, 200);
    pointer-events: none;
}



/*------ download ------*/
.dl {
    margin-bottom: 10px;
}

.dl-box {
    background: #f7f7f7;
    padding: 5px 20px 5px;
    border-radius: 5px;
}

.dl-box h3 {
    color: #252525;
    font-size: 1.125em;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px 0;
}

.dl-box h3 span {
    float: right;
    color: #9d9d9d;
}

.dl-box:hover,
.dl-box:focus,
.dl-box:active {
    background-image: linear-gradient(to top, #00833d, #146a2a);
    box-shadow: 0 4px 8px 4px #ddd;
}

.dl-box:hover a h3,
.dl-box:focus a h3,
.dl-box:active a h3 {
    color: #fff;
}

.dl-box:hover h3 span,
.dl-box:focus h3 span,
.dl-box:active h3 span {
    color: #fff;
}

/*------ end ------*/
.page {
    text-align: center;
    margin-top: 30px;
}

.site {
    margin-top: 50px;
}

/*------ Menulist ------*/
.Menulist {
    clear: both;
    margin-bottom: 10px;
    display: grid;
}

.Menulist ul {
    margin: 0px;
    padding: 0px;
}

@media (min-width: 769px) {
    .Menulist ul li {
        margin: 0px 20px 10px 0px;
        width: 48%;
        float: left;
        list-style-type: none;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .Menulist ul li {
        margin: 0px 20px 10px 0px;
        width: 100%;
        float: left;
        list-style-type: none;
        padding-bottom: 10px;
    }
}

.Menulist ul li:nth-child(2n) {
    margin: 0px 0px 10px;
    float: right;
}

.Menulist ul li a {
    background-position: 15px 12px;
    padding: 10px 15px 10px 35px;
    border: 1px solid rgb(168, 166, 165, 1);
    border-image: none;
    display: block;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1.125em;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 30px;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #184098;
}

.Menulist ul li a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.hr-1 {
    border-top: 1px dashed #ddd;
}

/*------ end ------*/


/* ---- qa ---- */

.qa-box {}



.qa-title::before {
    font-family: "inter";
    font-weight: 500;
    content: "Q：";
    margin-top: -5px;
}

.qa-title {
    background-color: transparent;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px;
    border-bottom: 1px solid #7b7b7b;
    color: #222;
}


.qa-title:hover {
    background: #184098;
    color: #fff;
}

@media (max-width: 992px) {

    .qa-title {
    background-color: transparent;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 10px 0;
}

}



/* ---- qa-t1 end ---- */
.index-box {
    text-align: center;
    background: #FFC107;
    padding: 50px;
    color: #fff;
    font-size: 2.3rem;
    border-radius: 20px;
}

/* ---- footer ---- */
footer {
    padding: 30px 0 0 0;
    background: #174098;
}




footer .ft-link a {
    color: #fff;

}

footer .ft-link a:hover {
    color: var(--vice-color);

}


.copyright {
    background: #00277e;
    padding: 10px 0;
    margin-top: 30px;
    text-align: center;
    font-size: .9rem;
}
.copyright p{
    margin-bottom: 0;
}
@media (max-width: 992px) {


    .f-link-wrap {
        align-items: start;
    }
    .AA-img{
        width: 30%;
    }
}

@media (max-width: 576px) {
    .f-link li a {
        padding: 2px 0px;
        text-align: left;
    }
}

/* ---- footer end ---- */

.top-bar {
    position: relative;
    margin-bottom: 20px;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.top-bar .form-group {
    margin-bottom: 0;
}

.top-bar .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 600;
    color: #495057;

    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.top-bar .btn-warning {
    display: block;
    width: 100%;
    height: 44px;
    font-size: 16px;
    letter-spacing: 2px;
    background-color: #2fb4a9;
    border-color: #2fb4a9;
    margin-top: 0;
}

.top-bar .btn-warning:hover{
    background-color: #174098;
    border-color: #2fb4a9;
}
.date {
    width: 100%;
    height: 44px
}
/*  */
.pagination > li > span {
    padding: 3px 9px;
}