﻿@import url("../css/fontello.css");
@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");
@import url("https://www.digiwin.com/tw/dsc/css/jquery.fancybox.min_3.5.7.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-container-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.act-sect {
    position: relative
}

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

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

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

.float#toolbar {
    display: none !important
}

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

.act-sect {
    padding-top: 5em;
    padding-bottom: 6em;
    min-height: 300px
}

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

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

@media screen and (max-width: 768px) {
    .act-sect {
        padding-top: 3em;
        padding-bottom: 3em
    }

    .act-header,
    .act-sect {
        font-size: calc(1vw + 1vh + .5vmin) !important
    }
}

.act-wrap .act-btn {
    border-radius: 6px;
    padding: 0.6em;
    font-weight: 400;
    transition: none
}

.act-wrap .act-btn:hover {
    transition: none
}

.act-wrap .btn-gradient-blue {
    color: #fff;
    border: none;
    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-outline-white {
    color: #fff;
    border: 1px solid #fff;
    padding-top: calc(0.6em - 1px);
    padding-bottom: calc(0.6em - 1px)
}

.act-wrap .btn-outline-white:hover {
    color: #fff;
    border: none;
    padding-top: .6em;
    padding-bottom: 0.6em;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%)
}

.act-wrap .btn-outline-black {
    color: #333;
    border: 1px solid #333;
    padding-top: calc(0.6em - 1px);
    padding-bottom: calc(0.6em - 1px);
    background: transparent
}

.act-wrap .btn-outline-black:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #333
}

.act-wrap .btn-outline-blue {
    color: #2345a7;
    border: 1px solid #2345a7;
    padding-top: calc(0.6em - 1px);
    padding-bottom: calc(0.6em - 1px)
}

.act-wrap .btn-outline-blue:hover {
    color: #2345a7;
    border: none;
    color: #fff;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    background: linear-gradient(to right, #58a2f6 0%, #305af9 100%)
}

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

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

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

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

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

.act-wrap .btn-outline-white-hv-orange2:hover {
    color: #fff;
    border: none;
    padding: 0.6em;
    background: linear-gradient(to right, #feb88c 0%, #ff7758 100%)
}

.act-wrap .btn-sect-center {
    display: block;
    margin-top: 2.5em;
    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-yellow {
    color: #ffcf3f
}

.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-side-menu {
    width: 65px;
    position: fixed;
    right: 0;
    bottom: 10vh;
    z-index: 99;
    transform: translateX(100%);
    transition: all .5s
}

.act-side-menu .btn-menu {
    text-align: center;
    color: #333;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    border: none;
    cursor: pointer
}

.act-side-menu .btn-menu:not(:last-child) {
    margin-bottom: .25em
}

.act-side-menu .btn-menu .act-icon {
    width: 1.3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em
}

.act-side-menu .act-btn-try {
    color: #fff;
    width: 100%;
    padding: 0
}

.act-side-menu .act-btn-try:hover {
    color: #fff
}

.act-side-menu .act-btn-try .act-inner {
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 70px
}

.act-side-menu .act-btn-white {
    background: #fff;
    width: 50px;
    border-radius: 0;
    padding: 0.75em 0;
    left: -1px;
    box-shadow: 0 6px 30px 4px rgba(0, 0, 0, 0.1)
}

.act-side-menu .act-btn-top .act-icon {
    margin-top: 0;
    margin-bottom: 0
}

@keyframes arr-act {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(-50%);
        top: 50%
    }

    40% {
        transform: translateX(-8px) translateY(-50%);
        top: 50%
    }

    60% {
        transform: translateX(-4px) translateY(-50%);
        top: 50%
    }
}

.side-menu-show.act-side-menu {
    transform: translateX(0);
    transition: all .5s
}

@media screen and (max-width: 768px) {
    .act-side-menu {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .fancybox-slide--iframe {
        max-width: 100% !important;
        padding: 0 !important
    }

    .fancybox-slide--iframe .fancybox-content {
        max-width: 100% !important;
        height: 56vw
    }
}

@media screen and (orientation: landscape) and (max-width: 992px) {
    .fancybox-slide--iframe {
        max-width: 100% !important;
        padding: 0 !important
    }

    .fancybox-slide--iframe .fancybox-content {
        max-width: 100% !important;
        height: 100vh !important
    }
}

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

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

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

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

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

.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 .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, "宋体", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: left
}

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

.act-header .act-container-wrap {
    /* max-width: 1000px; */
}

.act-header .act-title {
    padding-top: 6em
}

.act-header .act-title h1 {
    color: #5A64BE;
    font-size: 58px;
    font-weight: normal;
    line-height: 1;
    padding: 0;
    margin-bottom: 40px;
}

.act-header .act-title h1>img {
    margin-bottom: 15px;
}

.act-header .act-title h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1;
    color: #333;
    font-weight: bold;
}

.act-header .act-title h1 span {
    display: block;
    font-size: 70%;
    font-weight: normal;
    margin-bottom: 0.5em
}

.act-header .act-title h1 b {
    font-weight: normal;
    margin-left: .4em
}

.act-header .act-title p {
    line-height: 1.8
}

.act-header .btn-wrap .act-btn {
    margin-top: 1em;
    padding-left: 3em;
    padding-right: 3em
}

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

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

.act-header .act-form {
    position: absolute;
    right: 8%;
    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: 2.5em;
        background: url("../images/header-bg-m.jpg") no-repeat top center;
        background-size: cover
    }

    .act-header .act-title {
        padding-top: 10em;
    }

    .act-header .act-title h1 {
        text-align: center;
        font-size: 36px;
        margin-bottom: 20px;
    }

    .act-header .act-title h2 {
        font-size: 18px;
    }

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

    .act-header .act-title p {
        padding-left: 2em;
        padding-right: 2em;
        font-size: 1.1em
    }

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

    .act-header .btn-wrap .act-btn {
        width: 40%;
        padding-left: 2em;
        padding-right: 2em
    }

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

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

    .act-header .act-form {
        position: relative;
        right: auto;
        top: auto
    }
}

.act-sect1 {
    padding-top: 0;
    z-index: 9
}

.act-sect1 .act-benefit {
    box-shadow: 0 6px 30px 4px rgba(0, 0, 0, 0.1);
    padding: 4em 3em 3em;
    margin-top: -5em;
    background: #fff;
    border-radius: 6px
}

.act-sect1 .act-benefit .act-title {
    text-align: center;
    margin-bottom: 1.5em;
    color: #333;
    font-size: 2em
}

.act-sect1 .act-benefit .act-inner .act-pic {
    width: 10em;
    height: 10em;
    border-radius: 100em;
    background: #edf1fc;
    display: flex;
    align-items: center;
    justify-content: center
}

.act-sect1 .act-benefit .act-inner .act-pic img {
    width: 100%;
    height: auto
}

.act-sect1 .act-benefit .act-inner .act-text {
    padding-top: 3em;
    padding-left: 0.6em
}

.act-sect1 .act-benefit .act-inner h3 {
    font-size: 1.5em
}

.act-sect1 .act-benefit .act-inner p {
    margin: 0
}

.act-sect1 .act-benefit .act-inner .nb {
    color: #2345a7;
    font-size: 1.6em
}

.act-sect1 .act-benefit .act-inner .nb img {
    width: .6em;
    margin-right: 0.4em;
    position: relative;
    top: -0.1em
}

.act-sect1 .act-benefit .act-inner .act-arr {
    animation: arr-move 1s both infinite;
    position: relative;
    width: 1.8em;
    margin-left: 0.5em;
    margin-top: 0.5em
}

@keyframes arr-move {

    0%,
    100% {
        top: 0
    }

    45%,
    55% {
        top: 5px
    }
}

.act-sect1 .act-mvPart {
    position: relative;
    padding: 4em 0 0
}

.act-sect1 .act-mvPart .sect-title {
    text-align: left;
    padding-top: 1em;
    margin-bottom: 0.5em
}

.act-sect1 .act-mvPart .sect-title h2 {
    color: #333;
}

.act-sect1 .act-mvPart .sect-title h2 span {
    display: block;
    font-size: 60%;
    margin-top: .6em
}

.act-sect1 .act-mvPart .act-text {
    min-width: calc(40% + 80px);
    margin-left: -80px;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center
}

.act-sect1 .act-mvPart .act-text .act-text-inner {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 0 6px 30px 4px rgba(0, 0, 0, 0.1);
    padding: 1em 2em 2em
}

.act-sect1 .act-mvPart .act-text .act-text-inner:hover .right-bar {
    animation: bg-move 0.6s both linear
}

@keyframes bg-move {
    0% {
        background-position: left 0 bottom 120%
    }

    to {
        background-position: left 0 bottom 50%
    }
}

.act-sect1 .act-mvPart .act-text .act-text-inner .right-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: linear-gradient(to bottom, #fff, #fff, #fff, #feb052, #f28c44, #feb052, #fff, #fff, #fff);
    background-size: 100% 300%;
    background-position: left 0 bottom 120%;
    animation: bg-move2 0.3s both linear
}

@keyframes bg-move2 {
    0% {
        background-position: left 0 bottom 50%
    }

    to {
        background-position: left 0 bottom -20%
    }
}

.act-sect1 .act-mvPart .act-text .act-text-inner .act-btn {
    margin-top: 2em
}

.act-sect1 .act-mvPart p {
    width: 90%;
    max-width: 600px;
    margin-top: 1em;
    font-size: 1.1em;
    line-height: 1.8
}

.act-sect1 .act-mvPart .act-btn {
    padding-left: 3em;
    padding-right: 3em
}

.act-sect1 .act-mvPart .act-mv {
    width: 60%
}

.act-sect1 .act-mvPart .act-mv .act-title {
    position: absolute;
    left: -12px;
    top: 1em;
    color: #fff;
    font-size: 1.3em;
    background: linear-gradient(to right, #6165ff 0%, #a6a6ff 100%);
    padding: .5em 1.5em;
    border-radius: 0 6px 6px 0
}

.act-sect1 .act-mvPart .act-mv .act-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 0;
    border-color: transparent #2345a7 transparent transparent
}

.act-sect1 .act-mvPart .mv-box {
    position: relative;
    cursor: pointer
}

.act-sect1 .act-mvPart .mv-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background: rgba(51, 51, 51, 0.2)
}

.act-sect1 .act-mvPart .mv-box .act-pic {
    object-fit: cover;
    width: 100%
}

.act-sect1 .act-mvPart .mv-box .mv-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 7em;
    height: 7em;
    transform: translateY(20%) scale(1)
}

.act-sect1 .act-mvPart .mv-box .mv-btn .mv-arr {
    width: 100%;
    height: auto;
    transform-origin: center center;
    transition: all .3s
}

.act-sect1 .act-mvPart .mv-box:hover:before {
    background: rgba(51, 51, 51, 0.4)
}

.act-sect1 .act-mvPart .mv-box:hover .mv-btn .mv-arr {
    transition: all 0.3s;
    transform: scale(0.9)
}

@media screen and (max-width: 768px) {
    .act-sect1 .act-benefit {
        margin-top: 0;
        padding: 0;
        padding-top: 3em;
        box-shadow: none
    }

    .act-sect1 .act-benefit .act-title {
        font-size: 1.6em
    }

    .act-sect1 .act-benefit .act-inner {
        box-shadow: 0 6px 30px 4px rgba(0, 0, 0, 0.1);
        padding: 2em 1em 1em;
        margin-left: 1em;
        margin-right: 1em
    }

    .act-sect1 .act-benefit .act-inner .act-item {
        width: 100%;
        margin-bottom: 1.5em
    }

    .act-sect1 .act-benefit .act-inner .act-pic {
        width: 7em;
        height: 7em;
        margin-right: .8em
    }

    .act-sect1 .act-benefit .act-inner .act-text {
        padding-top: 1em
    }

    .act-sect1 .act-benefit .act-inner h3 {
        display: inline-block;
        position: relative;
        top: .6em
    }

    .act-sect1 .act-benefit .act-inner .act-arr {
        display: inline-block;
        position: relative;
        top: .2em
    }

    .act-sect1 .act-mvPart {
        padding-left: 2em;
        padding-right: 2em;
        padding-top: 2em
    }

    .act-sect1 .act-mvPart .sect-title {
        text-align: center;
        margin-bottom: 0;
        margin-top: 0
    }

    .act-sect1 .act-mvPart .act-text {
        width: 100%;
        margin-left: 0;
        box-shadow: none
    }

    .act-sect1 .act-mvPart .act-text .act-text-inner {
        box-shadow: none;
        padding: 0;
        text-align: center;
        padding-bottom: 1em
    }

    .act-sect1 .act-mvPart .act-text .right-bar {
        display: none
    }

    .act-sect1 .act-mvPart p {
        width: 100%;
        max-width: none;
        margin-top: 1em
    }

    .act-sect1 .act-mvPart .act-btn {
        position: relative;
        bottom: 0;
        display: block;
        width: 60%;
        margin-top: 2em;
        margin-right: auto;
        margin-left: auto
    }

    .act-sect1 .act-mvPart .act-mv {
        width: 100%
    }

    .act-sect1 .act-mvPart .mv-box .mv-btn {
        width: 4em;
        height: 4em
    }
}

.act-sect2 {
    background: url("../images/s2-bg.jpg") no-repeat top center;
    background-size: cover
}

.act-sect2 .act-challenge .act-item {
    flex: 1;
    background: #fff
}

.act-sect2 .act-challenge .act-item:not(:last-child) {
    margin-right: 3em
}

@media screen and (min-width: 769px) {
    .act-sect2 .act-challenge .act-item:hover .act-header-box {
        background: linear-gradient(to bottom, #fecc8a 0%, #f08642 100%)
    }

    .act-sect2 .act-challenge .act-item:hover .act-header-box .text-list {
        color: #fff
    }

    .act-sect2 .act-challenge .act-item:hover .act-header-box .text-list .s-icon {
        color: #fff
    }
}

.act-sect2 .act-challenge .act-item .act-header-box {
    padding: 1.5em .5em 0em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #f2f3ff 0%, #e0e0ff 100%);
    text-align: center
}

.act-sect2 .act-challenge .act-item .act-icon {
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.act-sect2 .act-challenge .act-item .text-list {
    display: inline-block;
    text-align: left;
    margin-top: 1em;
    position: relative;
    max-width: 280px;
    margin-bottom: 0
}

.act-sect2 .act-challenge .act-item .text-list dd {
    padding-left: 2em
}

.act-sect2 .act-challenge .act-item .text-list dd .s-icon {
    width: 1.2em;
    color: #2345a7;
    position: absolute;
    left: 0
}

.act-sect2 .act-challenge .act-item .act-main-box {
    text-align: center;
    padding: 1em 0
}

.act-sect2 .act-challenge .act-item .act-main-box .act-arr {
    width: 2em;
    margin-bottom: 0.75em;
    animation: arr-move 1s both infinite;
    position: relative
}

.act-sect2 .act-challenge .act-item .act-main-box h3 {
    display: inline-block;
    position: relative;
    padding-bottom: .3em;
    font-size: 1.4em
}

.act-sect2 .act-challenge .act-item .act-main-box h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    display: block;
    background: linear-gradient(to right, #c8c9fd 0%, #797be5 100%)
}

.act-sect2 .act-challenge .act-item .act-main-box .text-list {
    display: inline-block
}

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

    .act-sect2 .act-challenge .act-item {
        background: transparent
    }

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

    .act-sect2 .act-challenge .act-item .act-header-box {
        padding-bottom: 1em
    }

    .act-sect2 .act-challenge .act-item .act-icon {
        width: 60%;
        display: block;
        margin-right: auto;
        margin-left: auto
    }

    .act-sect2 .act-challenge .act-item .text-list {
        display: inline-block;
        text-align: left;
        margin-top: 1em;
        position: relative;
        max-width: 280px;
        margin-bottom: 0
    }

    .act-sect2 .act-challenge .act-item .text-list dd {
        padding-left: 2em
    }

    .act-sect2 .act-challenge .act-item .text-list dd .s-icon {
        width: 1.2em;
        color: #2345a7;
        position: absolute;
        left: 0
    }

    .act-sect2 .act-challenge .act-item .act-main-box {
        text-align: center;
        padding: 0 0 1em
    }

    .act-sect2 .act-challenge .act-item .act-main-box .act-arr {
        width: 5em;
        position: relative;
        top: -0.6em
    }

    .act-sect2 .act-challenge .act-item .act-main-box .text-list {
        display: inline-block
    }
}

.act-sect3 .swiper-navigation {
    padding: 1.5em
}

.act-sect3 .swiper-navigation .act-item {
    background: #fff;
    background-size: cover;
    padding: 2em 1.5em 2em;
    padding-left: 3em
}

.act-sect3 .swiper-navigation .act-item .act-text {
    margin-bottom: 2em;
    padding-bottom: .5em;
    border-bottom: 1px solid #dddddd
}

.act-sect3 .swiper-navigation .act-item .act-text dt {
    margin-bottom: 1.2em;
    font-size: 1.6em;
    font-weight: normal
}

.act-sect3 .swiper-navigation .act-item .act-text dd {
    position: relative;
    padding-left: 2em;
    padding-bottom: .2em
}

.act-sect3 .swiper-navigation .act-item .act-text .act-icon {
    width: 1.2em;
    position: absolute;
    left: 0;
    top: 0.3em
}

.act-sect3 .swiper-navigation .swiper-left-menu {
    min-width: 300px;
    padding-top: 2em;
    background: url("../images/s3-bg.jpg") no-repeat bottom center #f5f5f5;
    background-size: 100% auto
}

.act-sect3 .swiper-navigation .swiper-left-menu .act-btn {
    margin-top: 310px
}

.act-sect3 .swiper-navigation .swiper-wrapper {
    box-shadow: 0 6px 30px 4px rgba(0, 0, 0, 0.1);
    max-width: calc(100% - 300px)
}

.act-sect3 .swiper-navigation .swiper-slide {
    max-width: 100%;
    opacity: 0 !important
}

.act-sect3 .swiper-navigation .swiper-slide-active {
    opacity: 1 !important
}

.act-sect3 .swiper-navigation .swiper-pagination {
    position: relative;
    top: 0;
    text-align: left;
    bottom: auto;
    display: block;
    width: calc(100% + 10px);
    left: 0
}

.act-sect3 .swiper-navigation .swiper-pagination .act-line {
    width: 20px;
    transition: all .3s;
    height: 1px;
    background: #999999;
    display: inline-block;
    position: relative;
    top: -.3em
}

.act-sect3 .swiper-navigation .swiper-pagination-bullet {
    width: auto;
    height: auto;
    margin: 0;
    position: relative;
    display: block;
    background: transparent;
    line-height: 1.6;
    font-size: 1.6em;
    padding: .2em .5em;
    opacity: 1;
    border-radius: 0;
    font-family: Helvetica, Arial, sans-serif
}

.act-sect3 .swiper-navigation .swiper-pagination-bullet .lg-icon {
    display: none;
    position: absolute;
    max-width: 260px
}

.act-sect3 .swiper-navigation .swiper-pagination-bullet .lg-icon01 {
    top: 200px
}

.act-sect3 .swiper-navigation .swiper-pagination-bullet .lg-icon02 {
    top: 160px
}

.act-sect3 .swiper-navigation .swiper-pagination-bullet .lg-icon03 {
    top: 70px
}

.act-sect3 .swiper-navigation .swiper-pagination-bullet b {
    color: #ffcf3f
}

.act-sect3 .swiper-navigation .swiper-pagination-bullet p {
    display: inline;
    margin-left: 0.5em;
    font-size: 80%;
    font-family: "微软雅黑", Microsoft Yahei
}

.act-sect3 .swiper-navigation .swiper-pagination-bullet-active {
    position: relative;
    z-index: 9;
    color: #fff;
    background: linear-gradient(to right, #ffb352 0%, #f08641 100%)
}

.act-sect3 .swiper-navigation .swiper-pagination-bullet-active .act-line {
    background: #fff;
    width: 40px;
    transition: all .3s
}

.act-sect3 .swiper-navigation .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 0;
    border-color: #9d3e00 transparent transparent transparent
}

.act-sect3 .swiper-navigation .swiper-pagination-bullet-active .lg-icon {
    display: block
}

@media screen and (max-width: 768px) {
    .act-sect3 .swiper-navigation {
        padding-bottom: 1.5em;
        padding-top: 0
    }

    .act-sect3 .swiper-navigation .act-item {
        background: transparent;
        padding: 1.5em 1em
    }

    .act-sect3 .swiper-navigation .act-item .act-text {
        padding-top: 1em
    }

    .act-sect3 .swiper-navigation .act-item .act-text dt {
        margin-bottom: .8em
    }

    .act-sect3 .swiper-navigation .act-item .act-text dd {
        position: relative;
        padding-left: 2em;
        padding-bottom: .4em
    }

    .act-sect3 .swiper-navigation .act-item .act-text .act-icon {
        width: 1.2em
    }

    .act-sect3 .swiper-navigation .act-item {
        padding-bottom: 3em;
        background: url("../images/s3-bg.jpg") no-repeat bottom center #f5f5f5;
        background-size: 100% auto
    }

    .act-sect3 .swiper-navigation .swiper-wrapper {
        box-shadow: none
    }

    .act-sect3 .swiper-navigation .swiper-slide {
        max-width: none
    }

    .act-sect3 .swiper-navigation .swiper-left-menu {
        display: none
    }

    .act-sect3 .swiper-navigation .swiper-pagination-bullet {
        font-size: 1.4em
    }

    .act-sect3 .swiper-navigation .swiper-pagination-bullet p {
        display: none
    }

    .act-sect3 .swiper-navigation .swiper-pagination-bullet-active {
        flex: none
    }

    .act-sect3 .swiper-navigation .swiper-pagination-bullet-active p {
        display: inline
    }

    .act-sect3 .swiper-navigation .swiper-scrollbar {
        height: 10px;
        border-radius: 0
    }

    .act-sect3 .swiper-navigation .swiper-scrollbar-drag {
        border-radius: 0;
        background: #2345a7
    }

    .act-sect3 .swiper-navigation .act-btn {
        padding-left: 3em;
        padding-right: 3em;
        bottom: 0;
        position: relative;
        display: block;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2em
    }

    .act-sect3 .scroll-hint {
        text-align: center;
        color: #2345a7;
        margin-top: 0.5em
    }

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

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

    .act-sect3 .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-sect3 .act-header-box-m {
        margin-left: calc(-1em - 10px);
        margin-right: -1em
    }

    .act-sect3 .act-header-box-m h3 {
        z-index: 2;
        color: #fff;
        text-align: center;
        display: inline-block;
        padding: 0.5em 2em;
        font-size: 1.5em;
        background: linear-gradient(to right, #ffb352 0%, #f08641 100%);
        position: relative
    }

    .act-sect3 .act-header-box-m h3:before {
        content: "";
        position: absolute;
        top: 100%;
        right: auto;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 0;
        border-color: transparent #9d3e00 transparent transparent
    }

    .act-sect3 .act-header-box-m .lg-icon {
        width: 50%;
        margin-top: -.5em;
        z-index: 1;
        display: block;
        margin-right: auto;
        margin-left: auto
    }
}

.act-sect4 {
    background: linear-gradient(to right, #9799fe 0%, #5358ff 100%)
}

.act-sect4 .act-item {
    background: #fff;
    border-radius: 6px;
    padding: 2.2em 1em 1em;
    width: 24%;
    text-align: center
}

.act-sect4 .act-item h3 {
    color: #fff;
    display: inline-block;
    padding: 0.25em 1em;
    border-radius: 6px;
    font-size: 1.8em
}

.act-sect4 .act-item p {
    font-size: 1.2em;
    margin-bottom: 1.3em
}

.act-sect4 .act-item dl dd {
    background: #f5f5f5;
    border-radius: 6px;
    padding: 0.5em
}

.act-sect4 .act-arr-right {
    position: relative
}

.act-sect4 .act-arr-right .act-arr {
    position: absolute;
    color: #fff;
    font-size: 4em;
    font-weight: bold;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%)
}

.act-sect4 .act-item01 h3 {
    background: linear-gradient(to right, #c4c2c6 0%, #bab9bb 100%)
}

.act-sect4 .act-item02 {
    width: 42%
}

.act-sect4 .act-item02 h3 {
    background: linear-gradient(to right, #999bfd 0%, #6c6ee9 100%)
}

.act-sect4 .act-item02 dl dd {
    width: calc(50% - 6px);
    display: inline-block
}

.act-sect4 .act-item03 h3 {
    background: linear-gradient(to right, #ffb251 0%, #f08642 100%)
}

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

    .act-sect4 .act-item {
        width: 100%;
        margin-bottom: 0;
        padding: 2em .5em .5em
    }

    .act-sect4 .act-item h3 {
        font-size: 1.5em
    }

    .act-sect4 .act-arr {
        color: #fff;
        font-size: 4em;
        text-align: center;
        line-height: 1
    }
}

.act-sect5 {
    background: #f5f5f5
}

.act-sect5 .act-item {
    width: calc(50% - 1.1em);
    margin-bottom: 2.2em;
    border-radius: 6px;
    box-shadow: 0 2px 12px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 186px;
    padding: 1.5em;
    padding-top: 2.2em
}

.act-sect5 .act-item .act-icon {
    width: 2.5em;
    display: inline-block;
    margin-right: 0.5em
}

.act-sect5 .act-item h3 {
    display: inline-block;
    font-size: 1.5em;
    position: relative;
    top: 0.1em
}

.act-sect5 .act-item p {
    width: 220px;
    margin-top: 1em
}

.act-sect5 .act-item01 {
    background: url("../images/s5-bg01.jpg") no-repeat right bottom #fff
}

.act-sect5 .act-item02 {
    background: url("../images/s5-bg02.jpg") no-repeat right bottom #fff
}

.act-sect5 .act-item03 {
    background: url("../images/s5-bg03.jpg") no-repeat right bottom #fff
}

.act-sect5 .act-item04 {
    background: url("../images/s5-bg04.jpg") no-repeat right bottom #fff
}

.act-sect5 .act-item05 {
    width: 100%;
    background: url("../images/s5-bg05.jpg") no-repeat right bottom #fff
}

.act-sect5 .act-item05 p {
    width: auto
}

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

    .act-sect5 .act-container-wrap {
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .act-sect5 .act-item {
        width: 100%;
        display: flex;
        align-items: center;
        height: auto;
        margin-bottom: .5em;
        padding: 1em 0;
        background: transparent;
        box-shadow: none;
        border-radius: 0
    }

    .act-sect5 .act-item:not(:last-child) {
        border-bottom: 1px solid #f5f5f5
    }

    .act-sect5 .act-item .act-text {
        width: calc(100% - 8.5em)
    }

    .act-sect5 .act-item .act-icon {
        width: 7em;
        margin-right: 1.5em
    }

    .act-sect5 .act-item h3 {
        margin-bottom: 0
    }

    .act-sect5 .act-item p {
        width: 100%
    }
}

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