﻿@import url("https://www.digiwin.com/tw/dsc/css/bootstrap4.0_M.css");
@import url("https://www.digiwin.com/tw/dsc/css/animate-3.7.2.css");
@import url("https://www.digiwin.com/tw/dsc/css/swiper-bundle.min.css");

.wow {
    animation-fill-mode: both
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownSmall {
    animation-name: fadeInDownSmall
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInTopLeftSmall {
    animation-name: fadeInTopLeftSmall
}

@keyframes fadeInTopLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, -20%, 0);
        transform: translate3d(-20%, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInTopRightSmall {
    animation-name: fadeInTopRightSmall
}

@keyframes fadeInTopRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, -20%, 0);
        transform: translate3d(20%, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInBottomLeftSmall {
    animation-name: fadeInBottomLeftSmall
}

@keyframes fadeInBottomLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 20%, 0);
        transform: translate3d(-20%, 20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInBottomRightSmall {
    animation-name: fadeInBottomRightSmall
}

@keyframes fadeInBottomRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 20%, 0);
        transform: translate3d(20%, 20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInSmall {
    animation-name: bounceInSmall
}

@keyframes bounceInSmall {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8)
    }

    40% {
        transform: scale3d(1.04, 1.04, 1.04)
    }

    60% {
        transform: scale3d(1, 1, 1)
    }

    80% {
        opacity: 1;
        transform: scale3d(1.01, 1.01, 1.01)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

*:focus {
    outline: none !important
}

button {
    outline: none !important;
    border: none !important
}

.act-sect {
    position: relative
}

.act-wrap .act-nb {
    font-family: Helvetica, Arial
}

.act-wrap input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.act-container-wrap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.act-sect {
    padding-top: 5em;
    padding-bottom: 5em
}

@media screen and (min-width: 768px) and (max-width: 1380px) {

    .act-header,
    .act-sect {
        font-size: 0.9em
    }
}

.act-wrap .swiper-slide {
    float: none
}

@media screen and (max-width: 768px) {
    .act-sect {
        padding-top: 3em;
        padding-bottom: 3em;
        font-size: calc(1vw + 1vh + .5vmin) !important
    }
}

.act-wrap .act-btn {
    border-radius: 6px;
    padding: .6em 1.5em;
    letter-spacing: 2px;
    transition: none
}

.act-wrap .btn-blue {
    background: #2345a7;
    color: #fff
}

.act-wrap .btn-blue:hover {
    color: #fff;
    background: #1a347d
}

.act-wrap .btn-gradient-blue {
    color: #fff;
    background: linear-gradient(to right, #58a2f6 0%, #305af9 100%)
}

.act-wrap .btn-gradient-blue:hover {
    color: #fff;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%)
}

.act-wrap .btn-gradient-orange {
    color: #fff;
    border: none;
    background: linear-gradient(to left, #f08541 0%, #ffb351 100%)
}

.act-wrap .btn-gradient-orange:hover {
    color: #fff;
    background: linear-gradient(to left, #e97a30 0%, #f4a338 100%)
}

.act-wrap .btn-hv-gradient-orange:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%)
}

.act-wrap .btn-hv-gradient-blue:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(to right, #58a2f6 0%, #305af9 100%)
}

.act-wrap .btn-outline-white-hv-orange {
    color: #fff;
    border: 1px solid #fff;
    padding-top: calc(0.6em - 1px);
    padding-bottom: calc(0.6em - 1px)
}

.act-wrap .btn-outline-white-hv-orange:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%)
}

.act-wrap .btn-outline-blue {
    color: #2345a7;
    background: #fff;
    border: 1px solid #2345a7
}

.act-wrap .btn-outline-white {
    color: #fff;
    border: 1px solid #fff
}

.act-wrap .btn-outline-white:hover {
    color: #fff;
    border: 1px solid transparent;
    background: linear-gradient(to right, #00c0fa 0%, #0196ff 100%)
}

.act-wrap .btn-sect-center {
    display: block;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 180px
}

.act-wrap .btn-wrap-center {
    text-align: center;
    margin-top: 3em
}

.act-wrap .btn-wrap-center .btn {
    max-width: 220px;
    width: 45%
}

.act-wrap .btn-wrap-center .btn:not(:last-child) {
    margin-right: 1.2em
}

@media screen and (max-width: 768px) {
    .act-wrap .btn-wrap-center .btn:not(:last-child) {
        margin-right: .5em
    }
}

.act-wrap a:hover {
    color: #2345a7
}

.act-wrap .sect-title {
    text-align: center;
    margin-bottom: 3em
}

.act-wrap .sect-title h2 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.4;
    color: #333;
}

.act-wrap .sect-title p {
    font-size: 1.4em;
    line-height: 1.8;
    color: #333;
}

@media screen and (max-width: 1380px) {
    .act-wrap .sect-title h2 {
        font-size: 36px
    }
}

@media screen and (max-width: 768px) {
    .act-wrap .sect-title {
        padding-right: .75em;
        padding-left: .75em;
        margin-bottom: 2em
    }

    .act-wrap .sect-title h2 {
        font-size: 1.8em
    }
}

.act-wrap .nb {
    font-family: "Helvetica Neue", Helvetica, Arial
}

.act-wrap .text-blue {
    color: #2345a7
}

.act-wrap .text-list-decimal {
    list-style-type: decimal;
    padding-left: 1em
}

.act-wrap .text-list-disc {
    list-style-type: disc;
    padding-left: 1em
}

.act-form {
    width: 270px;
    background: #fff;
    border-radius: 0;
    text-align: center;
    padding-top: 1em
}

.act-form h3 {
    font-size: 1em;
    font-weight: 600
}

.act-form p {
    font-size: 1em
}

.act-form .act-input-form {
    padding: 0 1em 1em
}

.act-form .act-input-form .act-btn {
    margin-top: .2em;
    padding-left: 2em;
    padding-right: 2em;
    width: 100%
}

.act-form .inputText-group {
    position: relative;
    padding: 2px !important;
    margin-bottom: 8px
}

.act-form .inputText-group label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 6px;
    color: #999999;
    font-size: 16px;
    transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out, background-color 0.2s ease-in-out
}

.act-form .inputText-group input:focus~label,
.act-form .inputText-group input:valid~label {
    top: -8px;
    font-size: 12px;
    background-color: #fff;
    border-radius: 2px
}

.act-form .inputText-group input {
    border-radius: 4px;
    width: 100%;
    border: none;
    font-size: 16px;
    color: #333;
    background: #f5f5f5;
    padding: 6px;
    height: 40px;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.act-form .inputText-group input:focus {
    border: 1px solid #d9d9d9
}

.act-form .noInput {
    background: #fff
}

@media screen and (max-width: 768px) {
    .act-form {
        width: 100%;
        height: auto;
        background: #2345a7;
        padding: 3em 1em 2em
    }

    .act-form h3 {
        font-size: 1.6em;
        color: #fff;
        font-weight: normal
    }

    .act-form p {
        font-size: 1.2em;
        color: #fff
    }

    .act-form .act-input-form {
        padding: .5em 1em 1em
    }

    .act-form .act-input-form .act-btn {
        margin-top: .5em;
        padding-left: 3em;
        padding-right: 3em;
        width: auto;
        border: 1px solid #fff !important;
        background: transparent
    }

    .act-form .act-input-form .act-btn:hover {
        border: 1px solid #fff !important;
        background: transparent
    }

    .act-form .inputText-group {
        margin-bottom: 12px
    }

    .act-form .inputText-group input:focus~label,
    .act-form .inputText-group input:valid~label {
        background-color: #2345a7;
        color: #fff;
        border-radius: 4px;
        top: -10px
    }
}

.act-form-footer {
    border-radius: 0;
    text-align: center;
    padding-top: 1.5em
}

.act-form-footer h3 {
    font-size: 1.5em
}

.act-form-footer .act-input-form {
    padding: 1em 1em 1.5em
}

.act-form-footer .act-input-form .act-btn {
    margin-top: .5em;
    padding-left: 2em;
    padding-right: 2em
}

.act-form-footer .inputText-group {
    width: 30%;
    position: relative;
    padding: 2px !important;
    margin-bottom: 10px
}

.act-form-footer .inputText-group:not(:last-child) {
    margin-right: 2em
}

.act-form-footer .inputText-group label {
    position: absolute;
    top: 22px;
    left: 10px;
    padding: 0 6px;
    color: #fff;
    font-size: 1.6em;
    font-weight: 300;
    transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out, background-color 0.2s ease-in-out
}

.act-form-footer .inputText-group input:focus~label,
.act-form-footer .inputText-group input:valid~label {
    top: -8px;
    font-size: .9em;
    background-color: #363a3d;
    border-radius: 2px
}

.act-form-footer .inputText-group input {
    border-radius: 4px;
    width: 100%;
    border: 1px solid #fff;
    font-size: 1.2em;
    color: #fff;
    padding: .5em;
    padding-left: 1em;
    height: 80px;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.act-form-footer .inputText-group input:focus {
    border: 1px solid #fff
}

.act-form-footer .noInput {
    background: #fff
}

@media screen and (max-width: 768px) {
    .act-form-footer {
        width: 100%;
        height: auto;
        padding-top: 0em
    }

    .act-form-footer .inputText-group {
        width: 100%
    }

    .act-form-footer .inputText-group:not(:last-child) {
        margin-right: 0
    }

    .act-form-footer .inputText-group label {
        top: 10px;
        font-size: 1.2em
    }

    .act-form-footer .inputText-group input:focus~label,
    .act-form-footer .inputText-group input:valid~label {
        top: -8px
    }

    .act-form-footer .inputText-group input {
        height: 50px
    }
}

.act-wrap {
    width: 100%;
    height: auto;
    position: relative;
    font-family: 'Noto Sans SC', "微软雅黑", Microsoft Yahei, "宋体", Poppins, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: left;
    overflow: hidden;
    max-width: 100vw
}

.act-header {
    background: url("../images/header-bg.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    height: 500px
}

.act-header .act-container-wrap {
    padding-left: 1em;
    padding-right: 1em
}

.act-header .act-title {
    padding-top: 7.5em;
    margin-bottom: 1.5em
}

.act-header .act-title h1 {
    font-size: 40px;
    color: #fff;
    color: #fff;
    font-weight: bold;
    line-height: 1.5
}

.act-header .act-title p {
    line-height: 1.8;
    color: #fff;
    font-size: 1.06em
}

.act-header .act-title h2 {
    color: #fff;
    font-size: 1.6em;
    margin-top: 2.6em
}

.act-header .act-form-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.act-header .act-form {
    position: absolute;
    right: 6%;
    top: 6em;
    pointer-events: auto
}

@media screen and (max-width: 768px) {
    .act-header {
        font-size: calc(1vw + 1vh + .5vmin) !important;
        background: #fff;
        height: auto
    }

    .act-header .act-header-m {
        padding-bottom: 1.2em;
        background: url("../images/header-bg-m.jpg") no-repeat top center;
        background-size: cover
    }

    .act-header .act-title {
        padding-top: 5em;
        text-align: center
    }

    .act-header .act-title h1 {
        text-align: center;
        font-size: 2.5em;
        line-height: 1.4
    }

    .act-header .act-title h1 span {
        font-size: 100%
    }

    .act-header .act-title p {
        padding-left: 1.5em;
        padding-right: 1.5em;
        font-weight: 500;
        font-size: 1.2em;
        line-height: 1.5
    }

    .act-header .act-title h2 {
        font-size: 1.4em;
        margin-top: 17em;
        letter-spacing: -1px
    }

    .act-header .act-form-wrap {
        position: relative
    }

    .act-header .act-form-wrap .act-container-wrap {
        padding-left: 0;
        padding-right: 0
    }

    .act-header .act-form {
        position: relative;
        right: auto;
        top: auto;
        padding-bottom: 4em
    }
}

.act-sect1 {
    z-index: 2;
    padding-top: 1em;
    background: url("../images/s1-bg.jpg") no-repeat center center;
    background-size: 100% auto
}

.act-sect1 .sudden {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%
}

.act-sect1 .sudden-t {
    bottom: calc(100% - 1px)
}

.act-sect1 .sudden-f {
    top: calc(100% - 1px);
    transform: scaleY(-1) translateX(-50%)
}

.act-sect1 .act-container-wrap {
    max-width: 1200px
}

.act-sect1 .swiper-container {
    overflow: visible
}

.act-sect1 .factory-part {
    position: relative;
    padding-top: 25px;
    padding-bottom: 30px
}

.act-sect1 .factory-part:hover .act-btn-item {
    transition: all .3s
}

.act-sect1 .factory-part:hover .act-btn-item .act-hover {
    display: inline-block;
    transition: all .3s;
    transform: translateY(0);
    opacity: 1
}

.act-sect1 .factory-part:hover .act-btn-item06 {
    opacity: 1
}

.act-sect1 .factory {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.act-sect1 .act-btn-item {
    color: #fff;
    position: absolute;
    text-align: left;
    transition: all .3s;
    background: linear-gradient(to bottom, #59a3f6 0%, #3059f9 100%);
    padding-left: 1em;
    padding-right: 1em;
    min-width: 250px;
    font-size: 1.2em
}

.act-sect1 .act-btn-item .act-hover {
    transition: all .2s;
    transform: translateY(-12px);
    opacity: 0;
    position: absolute;
    background: #2345a7;
    border-radius: 10px;
    padding: .75em;
    text-align: left;
    font-size: 90%;
    top: calc(100% + 16px);
    left: -20%;
    right: auto;
    width: 100%;
    color: #fff
}

.act-sect1 .act-btn-item .act-hover:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: calc(20% + 12px);
    border: 20px solid transparent;
    border-bottom-color: #2345a7;
    line-height: 0;
    height: 0;
    width: 0;
    border-width: 0 14px 26px 14px
}

.act-sect1 .act-btn-item01 {
    top: 0%;
    left: 6%
}

.act-sect1 .act-btn-item02 {
    top: 0%;
    left: 45%
}

.act-sect1 .act-btn-item03 {
    top: 0%;
    right: 0.9%
}

.act-sect1 .act-btn-item04 {
    top: 21%;
    left: 44.5%
}

.act-sect1 .act-btn-item05 {
    top: 51.5%;
    left: 28%
}

.act-sect1 .act-btn-item06 {
    top: 49%;
    left: -1%;
    background: transparent;
    color: #2345a7;
    opacity: 0
}

.act-sect1 .act-btn-item06 .act-hover {
    left: -24px
}

.act-sect1 .act-btn-item07 {
    top: 84.5%;
    left: 51.5%;
    background: transparent;
    color: #2345a7
}

.act-sect1 .act-dot-box {
    display: inline-block;
    position: relative;
    width: .8em;
    height: .8em;
    margin-right: 0.4em;
    top: 0.1em
}

.act-sect1 .act-dot-box .act-dot {
    width: 100%;
    height: 100%;
    border-radius: 100em;
    z-index: 9;
    background: linear-gradient(to bottom, #ffcf3f 0%, #ef6739 100%);
    position: relative
}

.act-sect1 .act-dot-box span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #fff08a 0%, #ff916c 100%);
    animation: arr-color 1.2s both infinite ease-in-out;
    border-radius: 100em;
    z-index: 1;
    transform-origin: center
}

.act-sect1 .act-dot-box span:nth-child(1) {
    animation-delay: 0s
}

.act-sect1 .act-dot-box span:nth-child(2) {
    animation-delay: .5s
}

.act-sect1 .act-dot-box span:nth-child(3) {
    animation-delay: 2.4s
}

@keyframes arr-color {
    0% {
        transform: scale(1);
        opacity: 1
    }

    60% {
        transform: scale(1.8)
    }

    100% {
        transform: scale(2.2);
        opacity: 0
    }
}

@media screen and (max-width: 768px) {
    .act-sect1 {
        background: #fff
    }

    .act-sect1 .sudden {
        width: 86%
    }

    .act-sect1 .act-container-wrap {
        padding-left: 2.5em;
        padding-right: .5em
    }

    .act-sect1 .swiper-slide {
        width: 85em;
        font-size: 0.8em;
        padding-left: 0.5em;
        padding-right: 1em
    }

    .act-sect1 .swiper-scrollbar {
        height: 10px;
        border-radius: 0;
        background: #dddddd;
        position: relative;
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }

    .act-sect1 .swiper-scrollbar-drag {
        border-radius: 0;
        background: linear-gradient(to left, #ffb352 0%, #f18541 100%)
    }

    .act-sect1 .scroll-hint {
        text-align: center;
        margin-top: 0.5em;
        margin-bottom: 1.5em;
        font-size: 1.2em
    }

    .act-sect1 .scroll-hint img {
        width: 1em;
        margin-left: 0.5em;
        margin-right: 0.5em
    }

    .act-sect1 .scroll-hint .arr-right {
        animation: scroll-arr-act 2s infinite both
    }

    .act-sect1 .scroll-hint .arr-left {
        transform: scale(-1);
        animation: scroll-arr-left 2s infinite both
    }

    @keyframes scroll-arr-act {

        0%,
        20%,
        50%,
        80%,
        100% {
            transform: translateX(0)
        }

        40% {
            transform: translateX(-6px)
        }

        60% {
            transform: translateX(2px)
        }
    }

    @keyframes scroll-arr-left {

        0%,
        20%,
        50%,
        80%,
        100% {
            transform: translateX(0) scale(-1)
        }

        40% {
            transform: translateX(2px) scale(-1)
        }

        60% {
            transform: translateX(-6px) scale(-1)
        }
    }

    .act-sect1 .btn-wrap-center {
        margin-top: 2.5em
    }

    .act-sect1 .factory-part {
        padding-top: 1.2em
    }

    .act-sect1 .act-btn-item {
        padding-left: .6em;
        padding-right: .6em;
        min-width: 10em;
        font-size: 1.2em
    }

    .act-sect1 .act-btn-item .act-hover {
        width: 15em
    }

    .act-sect1 .act-btn-item .act-hover:before {
        left: calc(20% + 2px);
        border: 0 solid transparent;
        border-bottom-color: #2345a7;
        line-height: 0;
        height: 0;
        width: 0;
        border-width: 0 10px 20px 10px
    }

    .act-sect1 .act-btn-item01 {
        top: 0%;
        left: 8%
    }

    .act-sect1 .act-btn-item02 {
        top: 0%;
        left: 48%
    }

    .act-sect1 .act-btn-item03 {
        top: 0%;
        right: 4%
    }

    .act-sect1 .act-btn-item04 {
        top: 20%;
        left: 45%
    }

    .act-sect1 .act-btn-item05 {
        top: 50%;
        left: 28%
    }

    .act-sect1 .act-btn-item06 {
        top: 48%;
        left: 0%
    }

    .act-sect1 .act-btn-item06 .act-hover {
        left: -1.5em
    }

    .act-sect1 .act-btn-item07 {
        top: 82%;
        left: 52%
    }
}

.act-sect2 {
    z-index: 1;
    padding-top: 7em;
    background: url("../images/s2-bg.jpg") no-repeat top center #667ae0;
    background-size: cover
}

.act-sect2 .act-container-wrap {
    color: #fff;
    padding-left: 1em;
    padding-right: 1em
}

.act-sect2 .act-logo {
    width: 90%;
    max-width: 630px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.act-sect2 h3 {
    font-size: 1.5em;
    margin-top: 1em;
    margin-bottom: 1.2em;
    text-align: center;
    line-height: 2
}

.act-sect2 p {
    font-size: 1em
}

@media screen and (max-width: 768px) {
    .act-sect2 {
        padding-top: 5em;
        padding-bottom: 4em;
        background: url("../images/s2-bg-m.jpg") no-repeat top center #667ae0;
        background-size: cover
    }

    .act-sect2 p {
        font-size: 1.1em
    }
}

.act-sect3 {
    background: #f5f5f5
}

.act-sect3 .sect-title {
    margin-bottom: 8em
}

.act-sect3 .act-container-wrap {
    padding-left: 1em;
    padding-right: 1em
}

.act-sect3 .icon-box {
    margin-top: -6em;
    margin-bottom: 1em;
    border-radius: 100em;
    width: 13em;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all .3s;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(187, 192, 225, 0.3) 100%)
}

.act-sect3 .icon-box:before {
    content: "";
    position: absolute;
    width: calc(100% - 1em);
    aspect-ratio: 1 / 1;
    background: linear-gradient(to bottom, #fff 0%, #bbc0ff 100%);
    border-radius: 100em;
    z-index: 1
}

.act-sect3 .icon-box img {
    height: 66%;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2
}

.act-sect3 .act-item:hover .icon-box {
    transition: all .3s;
    background: linear-gradient(to bottom, rgba(255, 208, 148, 0.3) 0%, rgba(240, 133, 65, 0.3) 100%)
}

.act-sect3 .act-item:hover .icon-box:before {
    background: linear-gradient(to bottom, #feba94 0%, #ffa03a 50%, #ff765a 100%)
}

.act-sect3 .act-item {
    background: #fff;
    padding: 1em 1.5em;
    border-radius: 6px;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.08)
}

.act-sect3 .act-item dl {
    text-align: center
}

.act-sect3 .act-item dl dt {
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 0.5em
}

.act-sect3 .act-item dl dd {
    background: #f5f5f5;
    border-radius: 6px;
    padding: 0.5em;
    margin-bottom: 0.4em;
    font-size: 1em
}

.act-sect3 .act-item dl dd .act-icon {
    width: 1.4em;
    margin-right: 0.5em
}

.act-sect3 .act-item .iconleft dd {
    padding-left: 2em;
    text-align: left
}

.act-sect3 .act-item .iconleft2 dd {
    padding-left: 1.5em;
    text-align: left
}

@media screen and (max-width: 768px) {
    .act-sect3 .sect-title {
        margin-bottom: 6em
    }

    .act-sect3 .icon-box {
        width: 10em
    }

    .act-sect3 .act-item {
        margin-bottom: 6em;
        width: 49%;
        padding: 1em 0.75em
    }

    .act-sect3 .act-item .iconleft dd {
        padding-left: 1em;
        text-align: left
    }

    .act-sect3 .act-item .iconleft2 dd {
        padding-left: 1em;
        text-align: left
    }

    .act-sect3 .act-item03,
    .act-sect3 .act-item04 {
        margin-bottom: 0
    }
}

.act-sect4 {
    padding-bottom: 0
}

.act-sect4 .act-container-wrap {
    max-width: 1360px
}

.act-sect4 .gallery-thumbs-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em
}

.act-sect4 .gallery-thumbs {
    position: relative;
    width: 100%;
    border-radius: 10em;
    overflow: hidden;
    display: flex;
    margin-bottom: 2em
}

.act-sect4 .gallery-thumbs .swiper-slide {
    position: relative;
    z-index: 1;
    margin: 0;
    text-align: center;
    cursor: pointer;
    width: auto;
    height: auto;
    border-radius: 0;
    flex: 1;
    background: #f5f5f5;
    opacity: 1;
    font-size: 1.5em;
    padding: 0.5em
}

.act-sect4 .gallery-thumbs .swiper-slide:not(:last-child):before {
    content: "";
    border-right: 1px solid #999;
    height: 70%;
    position: absolute;
    right: 0px;
    width: 100%;
    top: 15%;
    z-index: 2
}

.act-sect4 .gallery-thumbs .swiper-slide p {
    display: inline-block;
    margin-bottom: 0
}

.act-sect4 .gallery-thumbs .swiper-slide-thumb-active {
    z-index: 3;
    margin-left: -1px;
    margin-right: -1px;
    background: linear-gradient(to right, #59a3f6 0%, #305af9 100%);
    color: #fff
}

.act-sect4 .gallery-thumbs .swiper-slide-thumb-active:before {
    display: none
}

.act-sect4 .gallery-top-wrap {
    padding-left: 5em;
    padding-right: 5em
}

.act-sect4 .gallery-top-wrap .gallery-top .act-pic {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.act-sect4 .swiper-button-next,
.act-sect4 .swiper-button-prev {
    color: #2345a7;
    border: 3px solid #2345a7;
    width: 3.6em;
    height: 3.6em;
    border-radius: 100em
}

.act-sect4 .swiper-button-next:after,
.act-sect4 .swiper-button-prev:after {
    font-size: 160%;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    .act-sect4 .gallery-thumbs-wrap {
        padding-left: 5em;
        padding-right: 5em
    }

    .act-sect4 .gallery-thumbs-wrap .swiper-button-next,
    .act-sect4 .gallery-thumbs-wrap .swiper-button-prev {
        top: 2em;
        width: 3em;
        height: 3em
    }

    .act-sect4 .gallery-thumbs-wrap .swiper-button-next:after,
    .act-sect4 .gallery-thumbs-wrap .swiper-button-prev:after {
        font-size: 140%
    }

    .act-sect4 .gallery-thumbs {
        border-radius: 0
    }

    .act-sect4 .gallery-thumbs .swiper-slide {
        flex: none
    }

    .act-sect4 .gallery-thumbs .swiper-slide:not(:last-child):before {
        display: none
    }

    .act-sect4 .gallery-thumbs .swiper-slide-thumb-active {
        margin-left: 0;
        margin-right: 0
    }

    .act-sect4 .gallery-top-wrap {
        padding-left: 0;
        padding-right: 0
    }

    .act-sect4 .gallery-top-wrap .gallery-top .swiper-slide {
        position: relative
    }

    .act-sect4 .swiper-slide-scroll {
        width: 50em
    }

    .act-sect4 .swiper-scrollbar {
        margin-top: 1.5em;
        height: 10px;
        border-radius: 0;
        background: #dddddd;
        position: relative;
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }

    .act-sect4 .swiper-scrollbar-drag {
        border-radius: 0;
        background: linear-gradient(to left, #ffb352 0%, #f18541 100%)
    }

    .act-sect4 .scroll-hint {
        text-align: center;
        margin-top: 0.5em;
        margin-bottom: 1.5em;
        font-size: 1.2em
    }

    .act-sect4 .scroll-hint img {
        width: 1em;
        margin-left: 0.5em;
        margin-right: 0.5em
    }

    .act-sect4 .scroll-hint .arr-right {
        animation: scroll-arr-act 2s infinite both
    }

    .act-sect4 .scroll-hint .arr-left {
        transform: scale(-1);
        animation: scroll-arr-left 2s infinite both
    }
}

.act-sect5 .act-item {
    margin-bottom: 1em;
    background: linear-gradient(to bottom, #fff 0%, #d7daff 100%);
    border-radius: 6px
}

.act-sect5 .act-item:not(:last-child) {
    margin-right: 0.5em
}

.act-sect5 .act-item h3 {
    color: #2345a7;
    margin-bottom: .75em
}

.act-sect5 .act-item p {
    width: 156px;
    font-size: 1em
}

@media screen and (max-width: 768px) {
    .act-sect5 .act-container-wrap {
        padding-left: .5em;
        padding-right: .5em
    }

    .act-sect5 .act-item {
        margin: 0.15em;
        width: 32%;
        padding: 0.6em
    }

    .act-sect5 .act-item:not(:last-child) {
        margin-right: 0
    }

    .act-sect5 .act-item h3 {
        margin-bottom: 0.5em
    }

    .act-sect5 .act-item p {
        width: 100%;
        font-size: .9em;
        margin-bottom: .5em
    }
}

.act-sect6 {
    background: url("../images/s6-bg.jpg") no-repeat top center #1b284a;
    background-size: cover
}

.act-sect6 .act-item {
    max-width: 370px;
    padding: 1.2em 1.2em 2em;
    border-radius: 6px;
    background: #182444;
    color: #fff
}

.act-sect6 .act-item .label {
    background: #465069;
    color: #fff;
    padding: 0.25em .8em;
    display: inline-block;
    border-radius: 6px;
    margin-top: 0.6em;
    font-size: 0.8em
}

.act-sect6 .act-item .label:not(:last-child) {
    margin-right: 0.25em
}

.act-sect6 .act-item h3 {
    font-size: 1.2em;
    margin-top: .6em;
    margin-bottom: 1em
}

.act-sect6 .btn-wrap {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.act-sect6 .btn-wrap .act-btn {
    width: 48%;
    font-size: 1em
}

.act-sect6 .course-swiper .swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: 1em
}

.act-sect6 .course-swiper .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    border-radius: 10em
}

.act-sect6 .course-swiper .swiper-pagination-bullet-active {
    width: 50px;
    background: #fff
}

@media screen and (max-width: 768px) {
    .act-sect6 .act-container-wrap {
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .act-sect6 .act-item {
        margin-bottom: 1em
    }

    .act-sect6 .course-swiper .swiper-wrapper {
        display: block
    }

    .act-sect6 .course-swiper .swiper-pagination {
        display: none
    }
}

/*# sourceMappingURL=style.css.map */