@charset "utf-8";

#back2top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    line-height: 1.5;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: .5s
}

#back2top i {
    font-size: 40px;
    font-style: normal
}

@media (max-width: 800px) {
    #back2top {
        width: 35px;
        height: 35px;
        right: 5px;
        bottom: 15px
    }

    #back2top i {
        font-size: 24px
    }
}

.modal-content {
    border-radius: 0
}

.modal-header {
    background-color: #B69FCB
}

.modal-header .modal-title {
    font-weight: bold;
    font-size: 24px
}

.modal-body {
    text-align: left;
    line-height: 1.5;
    font-size: 16px
}

a:hover {
    text-decoration: none
}

.flex_between {
    display: flex;
    display: -webkit-flex;
    display: -moz-webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    align-items: center
}

.flex_around {
    display: flex;
    display: -webkit-flex;
    display: -moz-webkit-flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    align-items: center
}

.flex_center,
#back2top,
#menu_btn i,
#menu_block,
#header .head_title,
.counter_block #counter,
.news_block .link_group .link_item .desc,
.video_block .video_main #video_group {
    display: flex;
    display: -webkit-flex;
    display: -moz-webkit-flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    align-items: center
}

.news_block .link_group{
    display: flex;
    display: -webkit-flex;
    display: -moz-webkit-flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center
}

.flex_start,
#menu_block .menu_group,
#menu_block .menu_group .menu_item,
#header,
#index_banner,
#index_banner .main_logo,
.news_block #news_group .news_item {
    display: flex;
    display: -webkit-flex;
    display: -moz-webkit-flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    align-items: center
}

.flex_end,
#menu_block .menu_group .menu_item .sub_category .sub_item {
    display: flex;
    display: -webkit-flex;
    display: -moz-webkit-flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    align-items: center
}

.background_template,
#index_banner,
.video_block,
#bxslider .slider_item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

button {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', 'Roboto', sans-serif, FontAwesome;
    letter-spacing: 1px;
    display: block;
    border: none
}

select::-ms-expand {
    display: none
}

div {
    display: block
}

body {
    clear: both;
    text-align: left;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', 'Roboto', sans-serif, FontAwesome !important;
    font-size: 16px;
    color: #313131;
    line-height: 1.2;
    clear: both;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 2px;
    /*background-color: #f8f8f8;*/
    min-height: 100vh;
    letter-spacing: 1px;
    position: relative;
    width: 100%;
    font-weight: bold
}

body a {
    text-decoration: none
}

footer {
    width: 100%;
    background-color: #939099;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    color: #fff
}

@media (max-width: 800px) {
    footer {
        font-size: 18px;
        line-height: 50px
    }
}

#menu_btn {
    position: fixed;
    width: 11vh;
    height: 11vh;
    border-left: 11vh solid transparent;
    border-right: 11vh solid transparent;
    border-top: 11vh solid #7B5194;
    top: 0;
    right: 22vh;
    z-index: 10;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    opacity: 1
}

#menu_btn i {
    position: absolute;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: -11vh;
    color: #fff;
    font-size: 48px
}

#menu_btn i.icon-02 {
    color: #333
}

#menu_btn i.menu {
    font-size: 24px;
    line-height: 1;
    font-style: normal
}

#menu_btn:hover {
    border-top: 11vh solid #F3D0F1;
    color: #313131
}

#menu_btn.close {
    border-top: 11vh solid #F3D0F1;
    color: #313131
}

#menu_btn.close:hover {
    border-top: 11vh solid #7B5194;
    color: #fff
}

#menu_btn.menu_right {
    top: 15px;
    right: 30px;
    border: none !important;
    width: 75px;
    height: 75px;
    background-color: #7B5194
}

#menu_btn.menu_right i {
    left: calc(50% - 30px);
    top: calc(50% - 30px)
}

#menu_btn.menu_right:hover {
    background-color: #F3D0F1;
    color: #313131
}

#menu_btn.menu_right.close {
    background-color: #F3D0F1;
    color: #313131
}

#menu_btn.menu_right.close:hover {
    background-color: #7B5194;
    color: #fff
}
#menu_block {
    position: fixed;
    opacity: 0;
    background-color: rgba(108, 78, 123, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s;
    align-items: center;
    overflow-y: scroll
}

#menu_block .background_text {
    position: fixed;
    right: 20px;
    bottom: 5px;
    width: 30%;
    height: auto;
    opacity: .75
}

#menu_block .background_text img {
    width: 100%
}

#menu_block .background_wave {
    position: fixed;
    right: 10px;
    bottom: 0;
    width: 30%;
    height: auto;
    z-index: 1;
    opacity: .75
}

#menu_block .background_wave img {
    width: 100%
}

#menu_block .menu_group {
    width: 90%;
    max-width: 1200px;
    flex-direction: column;
    align-items: flex-start;
    transition: .5s;
    margin: 35px 0
}

#menu_block .menu_group .menu_item {
    position: relative;
    line-height: 2;
    margin: 1vh 0;
    width: 100%;
    transition: .5s
}

#menu_block .menu_group .menu_item .color_block {
    width: 10px;
    height: 40px;
    margin-right: 30px
}

#menu_block .menu_group .menu_item .color_block.menu_color_1 {
    background-color: #FE8081
}

#menu_block .menu_group .menu_item .color_block.menu_color_2 {
    background-color: #FFBF7F
}

#menu_block .menu_group .menu_item .color_block.menu_color_3 {
    background-color: #FEFF7F
}

#menu_block .menu_group .menu_item .color_block.menu_color_4 {
    background-color: #C1FF80
}

#menu_block .menu_group .menu_item .color_block.menu_color_5 {
    background-color: #80FE80
}

#menu_block .menu_group .menu_item .color_block.menu_color_6 {
    background-color: #81FFC0
}

#menu_block .menu_group .menu_item .color_block.menu_color_7 {
    background-color: cyan
}

#menu_block .menu_group .menu_item .color_block.menu_color_8 {
    background-color: #80C0FE
}

#menu_block .menu_group .menu_item .color_block.menu_color_9 {
    background-color: #96f
}

#menu_block .menu_group .menu_item .color_block.menu_color_10 {
    background-color: #c6f
}

#menu_block .menu_group .menu_item .under_line {
    position: absolute;
    left: 0;
    width: 0%;
    bottom: -5px;
    height: 3px;
    background-color: #fff;
    opacity: .5;
    transition: .3s;
    z-index: 1
}

#menu_block .menu_group .menu_item .menu_text {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: 100%;
    max-width: 520px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    text-overflow: visible
}

@media all and (-ms-high-contrast: none) {
    #menu_block .menu_group .menu_item .menu_text {
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

#menu_block .menu_group .menu_item .sub_category {
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
    padding: 5px 10px;
    width: calc(100% - 390px);
    z-index: 2;
    display: none
}

#menu_block .menu_group .menu_item .sub_category .sub_item {
    width: 100%;
    font-size: 24px;
    cursor: pointer;
    transition: .5s;
    text-decoration: none;
    color: #fff
}

#menu_block .menu_group .menu_item .sub_category .sub_item .sub_text {
    line-height: 1.2;
    font-weight: bold;
    text-align: left;
    max-width: 350px;
    width: 100%;
    margin: 10px 0;
    margin-right: 10px
}

#menu_block .menu_group .menu_item .sub_category .sub_item .sub_text .sub_text_eng {
    font-size: 14px
}

#menu_block .menu_group .menu_item .sub_category .sub_item:hover {
    color: #FFFF01
}

#menu_block .menu_group .menu_item.web:hover,
#menu_block .menu_group .menu_item.active {
    margin-left: 20px
}

#menu_block .menu_group .menu_item.web:hover .under_line,
#menu_block .menu_group .menu_item.active .under_line {
    width: 100%;
    transition: .5s
}

#menu_block .menu_group .menu_item.web:hover .sub_category,
#menu_block .menu_group .menu_item.active .sub_category {
    transition: .5s;
    display: block
}

@media (max-width: 1200px) {
    #menu_block .menu_group .menu_item .color_block {
        height: 30px;
        width: 7.5px
    }

    #menu_block .menu_group .menu_item .menu_text {
        font-size: 24px;
        width: auto
    }

    #menu_block .menu_group .menu_item .sub_category .sub_item .sub_text,
    #menu_block .menu_group .menu_item .sub_category .sub_item i {
        font-size: 18px;
        max-width: 200px
    }

    #menu_block .menu_group .menu_item .sub_category .sub_item .sub_text .sub_text_eng,
    #menu_block .menu_group .menu_item .sub_category .sub_item i .sub_text_eng {
        font-size: 14px
    }
}

@media (max-width: 800px) {
    #menu_block .background_text {
        display: none
    }

    #menu_block .menu_group .menu_item {
        width: 100%
    }

    #menu_block .menu_group .menu_item .menu_text {
        font-size: 18px;
        width: auto
    }

    #menu_block .menu_group .menu_item .sub_category {
        position: static;
        width: 100%
    }

    #menu_block .menu_group .menu_item .sub_category .sub_item {
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%
    }

    #menu_block .menu_group .menu_item .sub_category .sub_item i {
        display: none
    }

    #menu_block .menu_group .menu_item .sub_category .sub_item .sub_text {
        font-size: 14px;
        margin: 5px 0;
        text-align: center
    }

    #menu_block .menu_group .menu_item .sub_category .sub_item .sub_text .sub_text_eng {
        font-size: 12px
    }
}

#header {
    position: relative;
    width: 100%;
    height: 500px;
    min-height: 250px;
    overflow: hidden;
    background-size: 100% auto;
    background-repeat: repeat-x;
    box-sizing: content-box
}

#header a {
    display: block
}

#header #index_link {
    height: 100%;
    max-width: 52%;
    min-width: 300px;
    margin-top: 0px 
}

#header #index_link #main_logo {
    height: 100%;
    width: auto;
    max-width: initial;
}

#header .head_title {
    position: absolute;
    top: 0;
    right: 20vw;
    width: 23vw;
    height: 23vw;
    min-width: 150px;
    min-height: 150px;
    transform: rotate(45deg);
    background: linear-gradient(45deg, #3b122a 5%, #4e1838 90%);
    background: -moz-linear-gradient(45deg, #3b122a 5%, #4e1838 90%);
    background: -webkit-linear-gradient(45deg, #3b122a 5%, #4e1838 90%);
    background: -o-linear-gradient(45deg, #3b122a 5%, #4e1838 90%);
    box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    z-index: 2
}

#header .head_title .title_text {
    padding: 30px;
    transform: rotate(-45deg);
    color: #fff;
    text-align: center
}

#header .head_title .title_text .title_cht {
    font-size: 36px
}

#header .head_title .title_text .title_eng {
    font-size: 20px
}

#header .trigle_2 {
    position: absolute;
    right: -28vw;
    bottom: 0;
    width: 28vw;
    height: 28vw;
    overflow: hidden;
    transform: skewX(-45deg);
    transform-origin: 100% 0;
    background-color: #ab7494;
    min-width: 150px;
    min-height: 150px
}

#header .trigle_2 .trigle_3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 15vw;
    height: 15vw;
    min-width: 75px;
    min-height: 75px;
    background-color: #4b1945
}

#header .trigle_2 .trigle_4 {
    position: absolute;
    right: -2vw;
    top: 15vw;
    width: 15vw;
    height: 15vw;
    min-width: 75px;
    min-height: 75px;
    background-color: #F3CFF1
}

#header .trigle_2 .trigle_5 {
    position: absolute;
    left: -30vw;
    bottom: -17vw;
    width: 30vw;
    height: 30vw;
    min-width: 187.5px;
    min-height: 187.5px;
    overflow: hidden;
    transform: skewX(62.5deg);
    transform-origin: 100% 0
}

#header .trigle_2 .trigle_5 img {
    position: absolute;
    top: -5vw;
    width: auto;
    height: 100%;
    transform: skewX(-42.5deg);
    transform-origin: inherit
}

#header .slide_over {
    width: 15%;
    position: absolute;
    left: -15%;
    top: 0;
    height: 100%;
    z-index: 0;
    -webkit-animation-name: slide_animation;
    -webkit-animation-duration: 1s;
    animation-name: slide_animation;
    animation-duration: 1s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

#header .slide_over.slide_color_1 {
    background: linear-gradient(0deg, transparent 0%, rgba(254, 128, 129, 0.25) 30%, rgba(254, 128, 129, 0.25) 70%, transparent 100%);
    background: -moz-linear-gradient(0deg, transparent 0%, rgba(254, 128, 129, 0.25) 30%, rgba(254, 128, 129, 0.25) 70%, transparent 100%);
    background: -webkit-linear-gradient(0deg, transparent 0%, rgba(254, 128, 129, 0.25) 30%, rgba(254, 128, 129, 0.25) 70%, transparent 100%);
    background: -o-linear-gradient(0deg, transparent 0%, rgba(254, 128, 129, 0.25) 30%, rgba(254, 128, 129, 0.25) 70%, transparent 100%);
    background: -ms-linear-gradient(0deg, transparent 0%, rgba(254, 128, 129, 0.25) 30%, rgba(254, 128, 129, 0.25) 70%, transparent 100%)
}

#header .slide_over.slide_color_2 {
    background: linear-gradient(0deg, transparent 0%, rgba(255, 191, 127, 0.25) 30%, rgba(255, 191, 127, 0.25) 70%, transparent 100%);
    background: -moz-linear-gradient(0deg, transparent 0%, rgba(255, 191, 127, 0.25) 30%, rgba(255, 191, 127, 0.25) 70%, transparent 100%);
    background: -webkit-linear-gradient(0deg, transparent 0%, rgba(255, 191, 127, 0.25) 30%, rgba(255, 191, 127, 0.25) 70%, transparent 100%);
    background: -o-linear-gradient(0deg, transparent 0%, rgba(255, 191, 127, 0.25) 30%, rgba(255, 191, 127, 0.25) 70%, transparent 100%);
    background: -ms-linear-gradient(0deg, transparent 0%, rgba(255, 191, 127, 0.25) 30%, rgba(255, 191, 127, 0.25) 70%, transparent 100%)
}

#header .slide_over.slide_color_3 {
    background: linear-gradient(0deg, transparent 0%, rgba(254, 255, 127, 0.25) 30%, rgba(254, 255, 127, 0.25) 70%, transparent 100%);
    background: -moz-linear-gradient(0deg, transparent 0%, rgba(254, 255, 127, 0.25) 30%, rgba(254, 255, 127, 0.25) 70%, transparent 100%);
    background: -webkit-linear-gradient(0deg, transparent 0%, rgba(254, 255, 127, 0.25) 30%, rgba(254, 255, 127, 0.25) 70%, transparent 100%);
    background: -o-linear-gradient(0deg, transparent 0%, rgba(254, 255, 127, 0.25) 30%, rgba(254, 255, 127, 0.25) 70%, transparent 100%);
    background: -ms-linear-gradient(0deg, transparent 0%, rgba(254, 255, 127, 0.25) 30%, rgba(254, 255, 127, 0.25) 70%, transparent 100%)
}

#header .slide_over.slide_color_4 {
    background: linear-gradient(0deg, transparent 0%, rgba(193, 255, 128, 0.25) 30%, rgba(193, 255, 128, 0.25) 70%, transparent 100%);
    background: -moz-linear-gradient(0deg, transparent 0%, rgba(193, 255, 128, 0.25) 30%, rgba(193, 255, 128, 0.25) 70%, transparent 100%);
    background: -webkit-linear-gradient(0deg, transparent 0%, rgba(193, 255, 128, 0.25) 30%, rgba(193, 255, 128, 0.25) 70%, transparent 100%);
    background: -o-linear-gradient(0deg, transparent 0%, rgba(193, 255, 128, 0.25) 30%, rgba(193, 255, 128, 0.25) 70%, transparent 100%);
    background: -ms-linear-gradient(0deg, transparent 0%, rgba(193, 255, 128, 0.25) 30%, rgba(193, 255, 128, 0.25) 70%, transparent 100%)
}

#header .slide_over.slide_color_5 {
    background: linear-gradient(0deg, transparent 0%, rgba(128, 254, 128, 0.25) 30%, rgba(128, 254, 128, 0.25) 70%, transparent 100%);
    background: -moz-linear-gradient(0deg, transparent 0%, rgba(128, 254, 128, 0.25) 30%, rgba(128, 254, 128, 0.25) 70%, transparent 100%);
    background: -webkit-linear-gradient(0deg, transparent 0%, rgba(128, 254, 128, 0.25) 30%, rgba(128, 254, 128, 0.25) 70%, transparent 100%);
    background: -o-linear-gradient(0deg, transparent 0%, rgba(128, 254, 128, 0.25) 30%, rgba(128, 254, 128, 0.25) 70%, transparent 100%);
    background: -ms-linear-gradient(0deg, transparent 0%, rgba(128, 254, 128, 0.25) 30%, rgba(128, 254, 128, 0.25) 70%, transparent 100%)
}

#header .slide_over.slide_color_6 {
    background: linear-gradient(0deg, transparent 0%, rgba(129, 255, 192, 0.25) 30%, rgba(129, 255, 192, 0.25) 70%, transparent 100%);
    background: -moz-linear-gradient(0deg, transparent 0%, rgba(129, 255, 192, 0.25) 30%, rgba(129, 255, 192, 0.25) 70%, transparent 100%);
    background: -webkit-linear-gradient(0deg, transparent 0%, rgba(129, 255, 192, 0.25) 30%, rgba(129, 255, 192, 0.25) 70%, transparent 100%);
    background: -o-linear-gradient(0deg, transparent 0%, rgba(129, 255, 192, 0.25) 30%, rgba(129, 255, 192, 0.25) 70%, transparent 100%);
    background: -ms-linear-gradient(0deg, transparent 0%, rgba(129, 255, 192, 0.25) 30%, rgba(129, 255, 192, 0.25) 70%, transparent 100%)
}

#header .slide_over.slide_color_7 {
    background: linear-gradient(0deg, transparent 0%, rgba(0, 255, 255, 0.25) 30%, rgba(0, 255, 255, 0.25) 70%, transparent 100%);
    background: -moz-linear-gradient(0deg, transparent 0%, rgba(0, 255, 255, 0.25) 30%, rgba(0, 255, 255, 0.25) 70%, transparent 100%);
    background: -webkit-linear-gradient(0deg, transparent 0%, rgba(0, 255, 255, 0.25) 30%, rgba(0, 255, 255, 0.25) 70%, transparent 100%);
    background: -o-linear-gradient(0deg, transparent 0%, rgba(0, 255, 255, 0.25) 30%, rgba(0, 255, 255, 0.25) 70%, transparent 100%);
    background: -ms-linear-gradient(0deg, transparent 0%, rgba(0, 255, 255, 0.25) 30%, rgba(0, 255, 255, 0.25) 70%, transparent 100%)
}

#header .slide_over.slide_color_8 {
    background: linear-gradient(0deg, transparent 0%, rgba(128, 192, 254, 0.25) 30%, rgba(128, 192, 254, 0.25) 70%, transparent 100%);
    background: -moz-linear-gradient(0deg, transparent 0%, rgba(128, 192, 254, 0.25) 30%, rgba(128, 192, 254, 0.25) 70%, transparent 100%);
    background: -webkit-linear-gradient(0deg, transparent 0%, rgba(128, 192, 254, 0.25) 30%, rgba(128, 192, 254, 0.25) 70%, transparent 100%);
    background: -o-linear-gradient(0deg, transparent 0%, rgba(128, 192, 254, 0.25) 30%, rgba(128, 192, 254, 0.25) 70%, transparent 100%);
    background: -ms-linear-gradient(0deg, transparent 0%, rgba(128, 192, 254, 0.25) 30%, rgba(128, 192, 254, 0.25) 70%, transparent 100%)
}

#header .slide_over.slide_color_9 {
    background: linear-gradient(0deg, transparent 0%, rgba(153, 102, 255, 0.25) 30%, rgba(153, 102, 255, 0.25) 70%, transparent 100%);
    background: -moz-linear-gradient(0deg, transparent 0%, rgba(153, 102, 255, 0.25) 30%, rgba(153, 102, 255, 0.25) 70%, transparent 100%);
    background: -webkit-linear-gradient(0deg, transparent 0%, rgba(153, 102, 255, 0.25) 30%, rgba(153, 102, 255, 0.25) 70%, transparent 100%);
    background: -o-linear-gradient(0deg, transparent 0%, rgba(153, 102, 255, 0.25) 30%, rgba(153, 102, 255, 0.25) 70%, transparent 100%);
    background: -ms-linear-gradient(0deg, transparent 0%, rgba(153, 102, 255, 0.25) 30%, rgba(153, 102, 255, 0.25) 70%, transparent 100%)
}

@-webkit-keyframes slide_animation {
    from {
        left: -15%
    }

    to {
        left: 100%
    }
}

@keyframes slide_animation {
    from {
        left: -15%
    }

    to {
        left: 100%
    }
}

@media (max-width: 1600px) {
    #header {
        height: auto
    }

    #header .head_title .title_text .title_cht {
        font-size: 36px
    }

    #header .head_title .title_text .title_eng {
        font-size: 24px
    }
}

@media (max-width: 1200px) {
    #header {
        height: auto
    }

    #header .head_title .title_text .title_cht {
        font-size: 36px
    }

    #header .head_title .title_text .title_eng {
        font-size: 18px
    }
}

@media (max-width: 850px) {
    #header {
        padding-bottom: 75px
    }

    #header #index_link {
        margin: 0 auto;
        max-width: 90%
    }

    #header #index_link #main_logo {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        height: auto
    }

    #header .head_title {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85px;
        min-height: auto;
        transform: rotate(0deg);
        box-shadow: none;
        background: none;
        background-color: #7B5194;
        opacity: .75
    }

    #header .head_title .title_text {
        transform: rotate(0deg);
        text-align: center
    }

    #header .head_title .title_text .title_cht {
        font-size: 24px;
        color: #fff
    }

    #header .head_title .title_text .title_eng {
        font-size: 14px;
        color: #fff
    }
}

@media (max-width: 600px) {
    #header .trigle_2 {
        display: none
    }
}

.loading {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.75);
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none
}

.loading .loading_text {
    font-size: 14px;
    color: #7B5194;
    width: 100%;
    text-align: center;
    position: absolute;
    top: calc(50% + 35px)
}

.spinner {
    margin: 10px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 25px);
    display: block
}

.spinner>div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.spinner .rect1 {
    background-color: #7B5194
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    background-color: #7B5194
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
    background-color: #7B5194
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
    background-color: #7B5194
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background-color: #7B5194
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

video {
    width: 100%
}

#index_banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

#index_banner .main_logo {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100vh
}

/*#index_banner .main_logo #main_banner{width:85%}*/
#index_banner .main_logo #main_banner {
    width: 85%
}

#index_banner .trigle_1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 44vh;
    height: 44vh;
    overflow: hidden;
    position: absolute;
    transform: skewX(45deg);
    transform-origin: 100% 0
}

#index_banner .trigle_1 img {
    position: absolute;
    left: -50px;
    width: auto;
    height: 100%;
    transform: skewX(-45deg);
    transform-origin: inherit
}

#index_banner .trigle_2 {
    position: absolute;
    right: -56vh;
    bottom: 0;
    width: 56vh;
    height: 56vh;
    overflow: hidden;
    transform: skewX(-45deg);
    transform-origin: 100% 0;
    background-color: #fff
}

#index_banner .trigle_2 .trigle_3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 28vh;
    height: 28vh;
    background-color: #FFEA59
}

#index_banner .trigle_2 .trigle_4 {
    position: absolute;
    right: 0;
    top: 28vh;
    width: 28vh;
    height: 28vh;
    background-color: #F3CFF1
}

#index_banner .trigle_2 .trigle_5 {
    position: absolute;
    left: -59vh;
    bottom: -24vh;
    width: 59vh;
    height: 52vh;
    overflow: hidden;
    transform: skewX(62.5deg);
    transform-origin: 100% 0
}

#index_banner .trigle_2 .trigle_5 img {
    position: absolute;
    top: -5vh;
    left: 5vw;
    width: auto;
    height: 100%;
    transform: skewX(-42.5deg);
    transform-origin: inherit
}

@media (max-width: 600px) {
    #index_banner .main_logo {
        margin: 0 auto;
        justify-content: center;
        -webkit-justify-content: center;
        z-index: 1
    }

    /*#index_banner .main_logo #main_banner{width:85%}*/
    #index_banner .main_logo #main_banner {
        width: 100%
    }

    #index_banner .trigle_1,
    #index_banner .trigle_2 {
        display: none
    }
}

.counter_block {
    background-color: #947EAF;
    width: 100%;
    padding: 10px 0;
    color: #fff
}

.counter_block #counter {
    width: 90%;
    height: 100%;
    margin: 0 auto
}

.counter_block #counter .counter_item {
    width: 25%;
    font-weight: bold;
    margin: 10px 0
}

.counter_block #counter .counter_item .item_title {
    font-size: 32px
}

.counter_block #counter .counter_item .item_num {
    font-size: 64px;
    font-weight: 400;
    line-height: 1
}

@media (max-width: 1400px) {
    .counter_block #counter .counter_item .item_title {
        font-size: 22px
    }

    .counter_block #counter .counter_item .item_num {
        font-size: 56px
    }
}

@media (max-width: 800px) {
    .counter_block #counter .counter_item {
        width: 50%
    }
}

@media (max-width: 500px) {
    .counter_block #counter .counter_item .item_title {
        font-size: 14px
    }

    .counter_block #counter .counter_item .item_num {
        font-size: 24px
    }
}

.news_block {
    position: relative;
    width: 100%;
    overflow:hidden;
}

.news_block #news_group {
    color: #313131;
    transform: skewX(30deg);
    transform-origin: inherit;
    padding: 10px;
    max-width: 1200px;
    width: 90%;
    margin: 20px auto;
    transition: .5s
}

.news_block #news_group .line {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(0deg, #7B5194 5%, #FCFCFC 90%);
    background: -moz-linear-gradient(0deg, #7B5194 5%, #FCFCFC 90%);
    background: -webkit-linear-gradient(0deg, #7B5194 5%, #FCFCFC 90%);
    background: -o-linear-gradient(0deg, #7B5194 5%, #FCFCFC 90%);
    background: -ms-linear-gradient(0deg, #7B5194 5%, #FCFCFC 90%)
}

.news_block #news_group .news_title {
    transform: skewX(-30deg);
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    line-height: 2
}

.news_block #news_group .news_title b {
    font-size: 36px
}

.news_block #news_group .news_more {
    display: block;
    transform: skewX(-30deg);
    font-size: 24px;
    color: #566988;
    text-align: right;
    transition: .5s;
    cursor: Pointer
}

.news_block #news_group .news_more:hover {
    transition: .5s;
    color: #313131
}

.news_block #news_group .news_item {
    transform: skewX(-30deg);
    transition: .5s;
    cursor: pointer;
    font-weight: bold;
    color: #313131;
    font-size: 24px;
    padding: 10px 0
}

.news_block #news_group .news_item .item_date {
    margin-right: 10px;
    width: 20%;
    font-weight: 400
}

.news_block #news_group .news_item .item_desc {
    width: 75%;
    line-height: 1.5;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: visible;
    overflow: hidden
}

@media all and (-ms-high-contrast: none) {
    .news_block #news_group .news_item .item_desc {
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.news_block #news_group .news_item:hover {
    margin-left: -5px;
    color: #7B5194
}

.news_block .yellow_trigle {
    position: absolute;
    top: 0;
    right: 20vh;
    width: 0;
    height: 0;
    border-left: 20vh solid transparent;
    border-right: 20vh solid transparent;
    border-top: 20vh solid #FFEA59;
}

.news_block .pink_trigle {
    position: absolute;
    bottom: 0;
    right: -30vh;
    width: 0;
    height: 0;
    border-left: 30vh solid transparent;
    border-right: 30vh solid transparent;
    border-bottom: 30vh solid #F3D0F1;
}

.news_block .left_trigle {
    position: absolute;
    bottom: -25vh;
    left: -20vh;
    width: 40vh;
    height: 40vh;
    transform: rotate(45deg);
    overflow: hidden;
    display:inline-block;
    background-color: #eee;
}

.news_block .left_trigle .photo_trigle {
    position: absolute;
    right: 8vh;
    top: -20vh;
    width: 40vh;
    height: 40vh;
    overflow: hidden;
    background-color: #fff;
    transform: rotate(-45deg)
}

.news_block .left_trigle .photo_trigle img {
    position: absolute;
    top: 60px;
    right: 0;
    width: auto;
    height: 100%;
    transform-origin: inherit
}

.news_block .link_group {
    width: 90%;
    margin: 20px auto;
    margin-top: 40px;
    color: #937EAF
}

.news_block .link_group .link_item {
    line-height: 1.5;
    background-color: #fff;
    position: relative;
    border: 2px solid #937EAE;
    padding: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    min-width: 250px;
    cursor: pointer;
    transition: .5s;
    color: #937EAE;
    margin: 20px;
    text-align: center;
}

.news_block .link_group .link_item .link_arrow {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    transition: .5s
}

.news_block .link_group .link_item .link_arrow .fill_color {
    top: -100%;
    left: -100%;
    position: absolute;
    width: 200%;
    height: 200%;
    transform: skewX(-45deg)
}

.news_block .link_group .link_item .text {
    font-size: 22px
}

.news_block .link_group .link_item .desc {
    font-size: 26px
}

.news_block .link_group .link_item .desc i {
    transition: .5s;
    font-size: 26px;
    margin-left: 5px
}

.news_block .link_group .link_item:hover .link_arrow {
    top: -15px;
    left: -15px
}

.news_block .link_group .link_item:hover .desc i {
    margin-left: 15px
}

@media (max-width: 1500px) {
    .news_block .yellow_trigle {
        display: none
    }

    .news_block .left_trigle {
        display: none
    }

    .news_block #news_group {
        transform: skewX(30deg)
    }

    .news_block #news_group .news_title {
        transform: skewX(-30deg)
    }

    .news_block #news_group .news_item,
    .news_block #news_group .news_more {
        transform: skewX(-30deg)
    }
}

@media (max-width: 1200px) {
    .news_block #news_group .news_title {
        font-size: 18px
    }

    .news_block #news_group .news_title b {
        font-size: 36px
    }

    .news_block #news_group .news_item,
    .news_block #news_group .news_more {
        font-size: 18px
    }

    .news_block #news_group .news_item .item_date,
    .news_block #news_group .news_more .item_date {
        font-size: 18px
    }
}

@media (max-width: 900px) {
    .news_block #news_group .news_title {
        font-size: 18px
    }

    .news_block #news_group .news_title b {
        font-size: 36px
    }

    .news_block #news_group .news_item,
    .news_block #news_group .news_more {
        font-size: 16px
    }

    .news_block #news_group .news_item .item_date,
    .news_block #news_group .news_more .item_date {
        font-size: 16px
    }

    .news_block .link_group {
        flex-direction: column
    }

    .news_block .link_group .link_item {
        margin: 10px auto;
        width: 60%;
        max-width: 280px
    }

    .news_block .link_group .link_item .text {
        font-size: 20px
    }

    .news_block .link_group .link_item .desc {
        font-size: 24px
    }

    .news_block .link_group .link_item .desc i {
        font-size: 24px
    }
}

@media (max-width: 500px) {
    .news_block #news_group .news_item {
        line-height: 2;
        padding: 5px
    }

    .news_block #news_group .news_item .item_date,
    .news_block #news_group .news_item .item_desc {
        width: 100%
    }

    .news_block #news_group .news_item .item_date {
        line-height: inherit;
        text-align: left
    }
}

.video_block {
    margin-top: 50px;
    padding: 150px 0;
    background-size: auto 135%, cover;
    background-repeat: repeat-x, no-repeat;
    background-position: center center, center center;
    width: 100%
}

.video_block .video_main {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 50px;
    padding-bottom: 50px;
    background: linear-gradient(45deg, rgba(180, 207, 228, 0.5) 30%, rgba(194, 227, 240, 0.5) 70%);
    background: -moz-linear-gradient(45deg, rgba(180, 207, 228, 0.5) 30%, rgba(194, 227, 240, 0.5) 70%);
    background: -webkit-linear-gradient(45deg, rgba(180, 207, 228, 0.5) 30%, rgba(194, 227, 240, 0.5) 70%);
    background: -o-linear-gradient(45deg, rgba(180, 207, 228, 0.5) 30%, rgba(194, 227, 240, 0.5) 70%)
}

.video_block .video_main .link_item {
    display: block;
    position: relative;
    padding: 20px 0;
    font-weight: bold;
    letter-spacing: 5px;
    max-width: 550px;
    cursor: pointer;
    transition: .5s;
    color: #333;
    margin: 40px auto;
    font-size: 40px;
    background-color: #FFEA5A
}

.video_block .video_main .link_item .link_arrow {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    transition: .5s
}

.video_block .video_main .link_item .link_arrow .fill_color {
    top: -100%;
    left: -100%;
    position: absolute;
    width: 200%;
    height: 200%;
    transform: skewX(-45deg)
}

.video_block .video_main .link_item .text {
    font-size: 40px
}

.video_block .video_main .link_item:hover .link_arrow {
    top: -15px;
    left: -15px
}

.video_block .video_main .video_title {
    position: absolute;
    top: -85px;
    left: 0;
    color: #654581;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.2
}

.video_block .video_main .video_title .title_cht {
    font-size: 48px
}

.video_block .video_main .video_title .title_eng {
    font-size: 36px
}

.video_block .video_main #video_group {
    background: #fff;
    padding: 10px;
    width: 100%
}

.video_block .video_main #video_group .video_item {
    display: block;
    max-width: 25%;
    padding: 10px;
    transition: .5s;
    text-decoration: none;
    margin: 10px 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 1
}

.video_block .video_main #video_group .video_item img {
    width: 100%;
    transition: .5s
}

.video_block .video_main #video_group .video_item .item_text {
    font-size: 14px;
    color: #313131;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: .5s;
    text-overflow: visible;
    overflow: hidden
}

@media all and (-ms-high-contrast: none) {
    .video_block .video_main #video_group .video_item .item_text {
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.video_block .video_main #video_group .video_item:hover img {
    box-shadow: 1px 1px 5px gray
}

.video_block .video_main #video_group .video_item:hover .item_text {
    text-shadow: 1px 1px 2px gray
}

@media (max-width: 800px) {
    .video_block .video_main {
        padding: 50px 10px;
        width: 100%
    }

    .video_block .video_main .link_item {
        max-width: 100%;
        margin: 20px
    }

    .video_block .video_main .video_title {
        width: 100%
    }

    .video_block .video_main .video_title .title_cht {
        font-size: 60px
    }

    .video_block .video_main .video_title .title_eng {
        font-size: 34px
    }

    .video_block .video_main #video_group {
        padding: 0;
        width: 100%
    }

    .video_block .video_main #video_group .video_item {
        width: 50%
    }
}

.bx-wrapper {
    margin: 0;
    border: none;
    box-shadow: none;
    width: 100%
}

#bxslider {
    height: 100vh;
    width: 100%;
    overflow: hidden
}

#bxslider .slider_item {
    height: 100vh;
    width: 100%;
    overflow: hidden
}

#bxslider .slider_item img {
    height: 100vh;
    width: auto
}

#bxslider #index_banner .trigle_1 img {
    left: 0
}

#bxslider #index_banner .trigle_2 .trigle_5 img {
    position: absolute;
    top: -5vh;
    left: 2.5vw;
    width: auto;
    height: 100%;
    transform: skewX(-42.5deg);
    transform-origin: inherit
}

@media (max-width: 600px) {
    #bxslider #index_banner .main_logo {
        margin: 0 auto;
        justify-content: center;
        -webkit-justify-content: center;
        z-index: 1
    }

    #bxslider #index_banner .main_logo #main_banner {
        width: 85%
    }

    #bxslider #index_banner .trigle_1,
    #bxslider #index_banner .trigle_2 {
        display: none
    }
}

/*# sourceMappingURL=index.css.map */