@charset "UTF-8";
/* 導覽列樣式 開始 */

@media (min-width: 800px) {
    .logo {
        width: 250px;
        height: 68px;
    }

    .barBTN,
    .closeBTN {
        display: none;
    }

    .wrap {
        width: 75%;
        margin: 0 auto;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .linknav {
        display: flex;
    }

    .linknav a {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 6px 10px;
        color: #000;
        text-decoration: none;
        /* background-color: #fff; */
    }

    .linknav a:hover {
        color: #1a89d2;
        background-color: #fff;
        text-decoration: none;
    }
}
a.header_img {
    height: 50px;
}
a.header_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 990px) {
    .logo {
        width: 180px;
        height: 70px;
        background-size: contain;
        margin-left: 5%;
    }

    .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .barBTN {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 5%;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
    }

    .barBTN:hover,
    .barBTN:active,
    .barBTN:focus {
        color: #fff;
        text-decoration: none;
    }

    .linknav {
        width: 100%;
        z-index: 9999;
        display: none;
    }

    .linknav a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 45px;
        font-size: 18px;
        background-color: #fff;
        color: #0060be;
        text-decoration: none;
    }

    .linknav a:hover,
    .linknav a:active,
    .linknav a:focus {
        background-color: #dedede;
        text-decoration: none;
    }
    img.header_img {
        height: 50px;
        padding: 0 calc((100% - 94px) / 2);
        background-color: #fff;
    }
}

/* .logo {
    display: block;
    background-image: url(../../skin/images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
} */

.banner_top {
    max-width: 1920px;
    width: 100%;
    margin-top: 70px;
}

.banner_top .item img {
    /* height: 100%; */
    width: 100%;
}

nav {
    width: 100%;
    background-color: #c8d9e9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.linknav a {
    font-size: 20px;
}
.linknav a img{
    width: 100%;
}
div#html-content{
    margin-top: 70px;
}
/* 導覽列樣式 結束 */

/* 編輯器樣式 開始 */

@media (min-width: 1000px) {
    div.article_wrap {
        width: 85%;
    }

    div.article_content {
        padding: 50px;
    }
}

@media (max-width: 999.9px) {
    div.article_wrap {
        width: 90%;
    }

    div.article_content {
        padding: 30px;
    }
}

div.article {
    background-color: #efefef;
    padding-top: 70px;
}

div.article_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

div.article h1.article_title {
    text-align: center;
    color: #2a3650;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    font-weight: bolder;
}

div.article_content {
    width: 100%;
    background-color: #fff;
    margin-bottom: 50px;
}

div.article_content img {
    display: block;
    max-width: 100%;
}

/* 編輯器樣式 結束 */

.cont {
    width: 1300px;
    margin: 0 auto;
}

.fbook {
    padding: 0 !important;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ftitle {
    text-align: center;
    padding-bottom: 20px;
}

.ftitle h3 {
    display: inline-block;
    background: #0071bf;
    padding: 10px 15px;
    color: #fff;
    border-radius: 16px;
    font-size: 1.17em;
    font-weight: bold;
}

.fsub {
    background: #0071bf !important;
    border: none !important;
    color: #fff !important;
    padding: 4px 10px !important;
    cursor: pointer;
}

.pro_show_info {
    width: 100%;
    margin-bottom: 5px;
    float: left;
    position: relative;
    padding-top: 10px;
}

.pro_show_info li {
    width: 100%;
    padding: 2px 10px;
    float: left;
}

.pro_show_info li.attr .fl {
    width: 20%;
}

.fl {
    float: left;
    display: inline;
}

.pro_show_info li.attr .fr {
    width: 79%;
}

.fr {
    float: right;
    display: inline;
}

.pro_show_info li.attr a {
    line-height: 20px;
    margin: 0 10px 10px 0;
    padding: 3px 8px;
    background: #fbfbfb;
    border: solid 1px #e2e2e2;
    border-radius: 1px;
    display: inline-block;
    color: #666;
}

.pro_show_info li.attr a.on {
    background: #0071bf;
    border-color: #0071bf;
    color: #fff;
}

@media (max-width: 768px) {
    .cont {
        width: 100%;
    }

    .pro_show_info li.attr .fl {
        width: 100%;
    }

    .pro_show_info li.attr .fr {
        width: 100%;
    }

    .pro_show_info li {
        float: inherit;
    }

    .pro_show_info {
        padding-bottom: 10px;
    }

    .pro_show_info li.attr a {
        margin: 2px;
    }

    .foot1 {
        padding-bottom: 10px;
        padding-top: 10px;
        height: auto !important;
        line-height: 22px !important;
    }
}

.foot1 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    background-color: #2a3650;
}

.foot1 a {
    color: #fff;
}
/**/
#html-content .container.article {
    width: 100%;
    padding-top: 30px;
}
#html-content .title.titleF {
    max-width: 1440px;
    margin: auto;
}
#html-content div.article_content {
    max-width: 1440px;
    margin: 25px auto;
}
#html-content div.article_content p{
    font-size: 16px;
}
#html-content .more_page{
    max-width: 1440px;
    margin: auto;
}
.footerBox{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: block;
    background-color: rgba(255,255,255,1);
    opacity: 0.4;
    padding: 10px 10px 5px;
}
.footerBox:hover{
    opacity: 1;
}
.footerBox a{
    color: #666;
}
.footerBox:hover a{
    color: #000;
}
.footerBox .logo{
    width:auto;
    padding: 0;
    height: auto;
}
.footerBox .logo img{
    width: 150px;
}
.footerBox .text {
    float: left;
    font-size: 14px;
    margin: 10px 0 0px 0px;
    padding: 10px 0px 0;
    border-top: 1px solid #ddd;
}
.footerBox .text strong {
    display: block;
    font-size: 16px;
    line-height: 1;
}
.footerBox .text span {
    color: #ffa903;
}
.sky h3{
    font-size: 18px;
}