﻿@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-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;
    letter-spacing: 2px
}

.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-gradient-blue2 {
    color: #fff;
    border: none;
    background: linear-gradient(to bottom, #58a2f6 0%, #305af9 100%)
}

.act-wrap .btn-gradient-blue2: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;
    border: none;
    background: linear-gradient(to left, #f08541 0%, #ffb351 100%)
}

.act-wrap .btn-gradient-orange:hover {
    color: #fff;
    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;
    border: 1px solid #2345a7
}

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

.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-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
}

@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 p {
    font-size: 1em
}

.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-wrap .justify-content-between {
    justify-content: flex-start !important;
    display: flex !important;
    padding: 0 8%;
}

@media screen and (max-width:768px) {
    .act-wrap .justify-content-between {
        padding: 0 0%;
    }
}

.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
}

.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: 8em;
    margin-bottom: 1.5em
}

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

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

.act-header .act-title p {
    line-height: 1.8;
    color: #fff;
    font-size: 1em;
    max-width: 630px;
    font-weight: 500
}

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

.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%;
    display: none
}

.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: 3.2em;
        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 h1>img {
        margin: 0 auto;
    }

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

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

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

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

    .act-header .act-form-wrap {
        position: relative;
        display: block
    }

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

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

.act-sect1 {
    padding-bottom: 4em
}

.act-sect1 .act-parse-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 240px;
    margin-top: 4em
}

.act-sect1 .act-border {
    width: 388px;
    height: 3px;
    background: #569ff6;
    position: absolute;
    left: 0;
    top: -26px;
    transition: transform .7s
}

.act-sect1 .act-border .act-icon {
    position: absolute;
    width: 12px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%
}

.act-sect1 .act-item {
    width: 388px;
    color: #fff;
    position: relative;
    z-index: 0;
    flex: 1;
    height: 220px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s;
    top: 0px
}

.act-sect1 .act-item:not(:last-child) {
    margin-right: 1em
}

.act-sect1 .act-item:before {
    content: "";
    background: rgba(51, 51, 51, 0.4);
    z-index: -1;
    transition: all 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.act-sect1 .act-item .act-icon {
    width: 5.2em;
    margin-bottom: .8em
}

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

.act-sect1 .act-item .act-inner {
    transform: translateY(0%);
    opacity: 1;
    transition: all 0.3s;
    text-align: center;
    padding-top: 3.5em
}

.act-sect1 .act-item .act-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: translateY(50%);
    opacity: 0;
    transition: all 0.3s;
    padding: 2em;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.act-sect1 .act-item .act-hover p {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.8
}

.act-sect1 .act-item:hover {
    height: 240px;
    top: -10px;
    transition: all 0.3s
}

.act-sect1 .act-item:hover:before {
    background: rgba(51, 51, 51, 0.7);
    transition: all 0.3s
}

.act-sect1 .act-item:hover .act-inner {
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s
}

.act-sect1 .act-item:hover .act-hover {
    transform: translateY(0%);
    opacity: 1;
    transition: all 0.3s
}

.act-sect1 .act-item01 {
    background: url("../images/s1-pic01.jpg") no-repeat top center;
    background-size: cover
}

.act-sect1 .act-item02 {
    background: url("../images/s1-pic02.jpg") no-repeat top center;
    background-size: cover
}

.act-sect1 .act-item03 {
    background: url("../images/s1-pic03.jpg") no-repeat top center;
    background-size: cover
}

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

    .act-sect1 .act-parse-wrap {
        height: auto;
        margin-top: 1em;
        padding-left: 1em;
        padding-right: 1em
    }

    .act-sect1 .act-item {
        width: 100%;
        height: auto;
        margin-bottom: 1em;
        padding-top: 3em;
        padding-bottom: 2em
    }

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

    .act-sect1 .act-item:before {
        display: none
    }

    .act-sect1 .act-item .act-icon {
        width: 4.2em;
        margin-right: 1em
    }

    .act-sect1 .act-item h3 {
        font-size: 1.4em
    }

    .act-sect1 .act-item .act-inner {
        transform: translateY(0%);
        opacity: 1;
        transition: all 0.3s;
        text-align: center;
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .act-sect1 .act-item .act-hover {
        height: auto;
        transform: translateY(0);
        opacity: 1;
        position: relative;
        display: block;
        padding: 1em;
        padding-top: 0
    }

    .act-sect1 .act-item .act-hover p {
        width: 100%;
        text-align: center;
        font-size: 1.1em;
        line-height: 1.8;
        margin-bottom: 0
    }

    .act-sect1 .act-item:hover {
        height: auto;
        top: 0
    }

    .act-sect1 .act-item:hover:before {
        background: rgba(51, 51, 51, 0.7)
    }

    .act-sect1 .act-item:hover .act-inner {
        transform: translateY(0);
        opacity: 1
    }

    .act-sect1 .act-item:hover .act-hover {
        transform: translateY(0%);
        opacity: 1
    }

    .act-sect1 .act-item01 {
        background: url("../images/s1-pic01-m.jpg") no-repeat top center;
        background-size: cover
    }

    .act-sect1 .act-item02 {
        background: url("../images/s1-pic02-m.jpg") no-repeat top center;
        background-size: cover
    }

    .act-sect1 .act-item03 {
        background: url("../images/s1-pic03-m.jpg") no-repeat top center;
        background-size: cover
    }
}

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

.act-sect2 .act-container-wrap {
    max-width: 1320px
}

.act-sect2 .swiper-wrap {
    padding-left: 5em;
    padding-right: 5em;
    position: relative;
    padding-top: 4em
}

.act-sect2 .book-swiper-container .act-item {
    padding-bottom: 1em;
    position: relative
}

.act-sect2 .book-swiper-container .act-item .pic-part {
    margin-right: 1em
}

.act-sect2 .book-swiper-container .act-item .act-pic01 {
    position: relative;
    top: -1.8em
}

.act-sect2 .book-swiper-container .act-item .text-part h4 {
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 1.5em;
    color: #333;
    margin-bottom: 0
}

.act-sect2 .book-swiper-container .act-item .text-part h3 {
    font-size: 2.4em;
    margin-bottom: .1em;
    font-weight: 400;
    color: #333;
}

.act-sect2 .book-swiper-container .act-item .text-part dl {
    margin-top: 2em;
    margin-bottom: 2em
}

.act-sect2 .book-swiper-container .act-item .text-part dl dd {
    font-size: 1em;
    font-weight: 500
}

.act-sect2 .book-swiper-container .act-item .text-part dl dd .act-icon {
    width: 1.4em;
    margin-right: 0.6em
}

.act-sect2 .book-swiper-container .act-item .text-part .act-btn {
    padding-left: 2em;
    padding-right: 2em
}

.act-sect2 .book-swiper-container .act-item .btn-part {
    margin-top: 1.5em;
    padding: .9em;
    position: absolute;
    bottom: 0;
    width: 100%
}

.act-sect2 .book-swiper-container .act-item .btn-part .btn-mv span {
    width: 8px;
    height: 8px;
    display: inline-block;
    position: relative;
    top: -0.1em;
    border-radius: 10em;
    margin-right: 0.3em
}

.act-sect2 .book-swiper-container .act-item .btn-part .btn-ppt {
    color: #333
}

.act-sect2 .act-item02 {
    transform: translateY(1em)
}

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

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

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

    .act-sect2 .swiper-wrap {
        padding-left: .8em;
        padding-right: .8em;
        position: relative;
        padding-top: 3em
    }

    .act-sect2 .book-swiper-container {
        padding-bottom: 0
    }

    .act-sect2 .book-swiper-container .act-item .text-part h4 {
        font-size: 1.2em
    }

    .act-sect2 .book-swiper-container .act-item .text-part h3 {
        font-size: 1.6em;
        margin-bottom: 1em
    }

    .act-sect2 .book-swiper-container .act-item .text-part .pic-part-m {
        width: 36%
    }

    .act-sect2 .book-swiper-container .act-item .text-part dl {
        margin-top: 1em;
        margin-left: 0.8em
    }

    .act-sect2 .book-swiper-container .act-item .text-part dl dd {
        text-align: left;
        padding-left: 0;
        padding-right: 0
    }

    .act-sect2 .book-swiper-container .act-item02 {
        transform: translateY(0)
    }

    .act-sect2 .btn-sect-center {
        margin-top: 0
    }
}

.act-sect3 .sect-title {
    z-index: 2;
    position: relative
}

.act-sect3:before {
    z-index: 0;
    content: "";
    width: 100%;
    height: 408px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #59a3f6 0%, #3059f9 100%)
}

.act-sect3 .act-container-wrap {
    padding-left: 1em;
    padding-right: 1em;
    justify-content: space-between !important;
}

.act-sect3 .act-icon-part {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all .3s;
    background: #f5f5f5
}

.act-sect3 .act-icon-part:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s
}

.act-sect3 .act-icon-part .act-icon {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2
}

.act-sect3 .act-text-part {
    padding-top: 1em;
    padding-bottom: .5em
}

.act-sect3 .act-text-part h3 {
    position: relative;
    margin-right: 2em;
    font-size: 1.5em;
    padding-left: 0.8em;
    padding-top: .4em;
    padding-bottom: .4em
}

.act-sect3 .act-text-part h3:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #ffb251 0%, #f08541 100%)
}

.act-sect3 .act-text-part p {
    margin-bottom: .8em
}

.act-sect3 .act-item {
    border-radius: 6px;
    overflow: hidden;
    width: calc(24% - .8em);
    margin-bottom: 2em;
    background: #fff;
    padding: 0;
    border-radius: 6px;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1)
}

.act-sect3 .act-item:hover .act-icon-part {
    transition: all .3s
}

.act-sect3 .act-item:hover .act-icon-part:before {
    background: linear-gradient(to bottom, #ffb352 0%, #f08542 100%);
    opacity: 1;
    transition: all .3s
}

.act-sect3 .act-item:hover .act-text-part h3:before {
    background: linear-gradient(to bottom, #58a2f6 0%, #315af9 100%)
}

@media screen and (max-width: 768px) {
    .act-sect3 {
        background: linear-gradient(to bottom, #59a3f6 0%, #3059f9 100%)
    }

    .act-sect3:before {
        display: none
    }

    .act-sect3 .act-item {
        width: calc(50% - .8em);
        margin-bottom: 2em
    }
}

.act-sect4 {
    background: #f5f5f5
}

.act-sect4 .act-saas-part {
    background: #fff;
    border-radius: 100em;
    padding: 0;
    position: relative;
    padding: 2em 0;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
    margin-top: 2em;
    padding-left: 18%
}

.act-sect4 .act-icon {
    position: absolute;
    left: 0;
    top: 10%;
    width: auto;
    height: 100%
}

.act-sect4 .act-inner {
    text-align: center;
    position: relative;
    z-index: 2
}

.act-sect4 .act-title {
    margin-bottom: 0.8em
}

.act-sect4 p {
    font-size: 1.2em
}

.act-sect4 .act-btn-part .act-btn {
    width: 194px;
    font-size: 1.2em;
    letter-spacing: 0;
    white-space: nowrap;
    padding: 0.6em 0;
    margin-bottom: .6em;
}

.act-sect4 .act-btn-part .act-btn:not(:last-child) {
    margin-right: .4em
}

.act-sect4 .act-dot-box {
    display: inline-block;
    position: relative;
    width: .7em;
    height: .7em;
    margin-right: 0.4em;
    top: 0em
}

.act-sect4 .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-sect4 .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
}

@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-sect4 .act-container-wrap {
        padding-left: 1em;
        padding-right: 1em
    }

    .act-sect4 .swiper-slide {
        width: 60em;
        font-size: 0.8em;
        padding-left: 0.5em;
        padding-right: 1em;
        padding-bottom: 1.5em
    }

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

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

    .act-sect4 .scroll-hint {
        text-align: center;
        color: #2345a7;
        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
    }

    @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-sect4 .act-saas-part {
        background: #fff;
        border-radius: 1em;
        padding: 0;
        position: relative;
        padding: 1em 1em
    }

    .act-sect4 .act-icon {
        width: 10em;
        height: auto;
        bottom: 0;
        top: auto
    }

    .act-sect4 .act-inner {
        text-align: center;
        position: relative;
        z-index: 2;
        margin-left: 7em
    }

    .act-sect4 .act-title {
        margin-bottom: 0.8em
    }

    .act-sect4 p {
        font-size: 1.2em
    }

    .act-sect4 .act-btn-part .act-btn {
        width: 49%;
        font-size: .9em;
        margin-bottom: 0.5em;
        text-align: left;
        letter-spacing: 0;
        padding-left: .6em
    }

    .act-sect4 .act-btn-part .act-btn:not(:last-child) {
        margin-right: 0
    }

    .act-sect4 .act-dot-box {
        display: inline-block;
        position: relative;
        width: .7em;
        height: .7em;
        margin-right: 0.6em;
        top: 0em
    }

    .act-sect4 .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-sect4 .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-sect5 .act-border-bar {
    margin-top: 1.5em;
    background: #f5f5f5;
    height: 10px;
    width: 100%
}

.act-sect5 .act-border {
    width: 20%;
    height: 3px;
    background: #569ff6;
    position: absolute;
    left: 0;
    transition: transform .7s
}

.act-sect5 .act-border:before {
    content: "";
    position: absolute;
    top: 100%;
    background: #dddddd;
    height: 10px;
    width: 100%
}

.act-sect5 .act-border .act-icon {
    position: absolute;
    width: 10px;
    left: 50%;
    transform: translateX(-50%) scale(-1);
    bottom: 100%
}

.act-sect5 .program-swiper {
    background: #2345a7
}

.act-sect5 .act-item {
    text-align: center;
    background: #2345a7;
    z-index: 0;
    color: #fff;
    height: 80vh;
    max-height: 660px;
    min-height: 520px;
    background: rgba(51, 51, 51, 0.7);
    position: relative
}

.act-sect5 .act-item:before {
    content: "";
    background: rgba(51, 51, 51, 0.7);
    z-index: -1;
    transition: all 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.act-sect5 .act-item .act-icon {
    width: 6.0em;
    margin-bottom: .8em
}

.act-sect5 .act-item h3 {
    font-size: 1.5em;
    background: rgba(255, 255, 255, 0.2);
    width: 80%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    padding: .5em;
    border-radius: 6px;
    font-weight: bold
}

.act-sect5 .act-item .act-nb {
    position: absolute;
    bottom: 0;
    font-size: 14em;
    right: 10%;
    line-height: .7;
    margin-bottom: 0;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
    transition: all 0.3s;
    transform: translateY(0%)
}

.act-sect5 .act-item .act-inner {
    transform: translateY(0%);
    opacity: 1;
    transition: all 0.3s;
    text-align: center;
    padding-top: 46%
}

.act-sect5 .act-item .act-hover {
    height: 100%;
    width: 100%;
    transform: translateY(0);
    opacity: 0;
    transition: all 0.3s;
    padding: 1.5em
}

.act-sect5 .act-item .act-hover h4 {
    color: #fff;
    font-size: 1.35em;
    font-weight: bold;
    margin-bottom: 0.8em
}

.act-sect5 .act-item .act-hover p {
    width: 100%;
    text-align: center;
    font-size: 1em;
    line-height: 1.8;
    text-align: left
}

.act-sect5 .act-item:hover:before {
    background: rgba(33, 53, 109, 0.7);
    transition: all 0.3s
}

.act-sect5 .act-item:hover .act-inner {
    transform: translateY(-5em);
    transition: all 0.3s
}

.act-sect5 .act-item:hover .act-hover {
    transform: translateY(-5em);
    opacity: 1;
    transition: all 0.3s
}

.act-sect5 .act-item:hover .act-nb {
    transform: translateY(30%);
    opacity: 0;
    transition: all 0.3s
}

.act-sect5 .act-item01 {
    background: url("../images/s5-bg01.jpg") no-repeat top center;
    background-size: cover
}

.act-sect5 .act-item02 {
    background: url("../images/s5-bg02.jpg") no-repeat top center;
    background-size: cover
}

.act-sect5 .act-item03 {
    background: url("../images/s5-bg03.jpg") no-repeat top center;
    background-size: cover
}

.act-sect5 .act-item04 {
    background: url("../images/s5-bg04.jpg") no-repeat top center;
    background-size: cover
}

.act-sect5 .act-item05 {
    background: url("../images/s5-bg05.jpg") no-repeat top center;
    background-size: cover
}

.act-sect5 .act-item06 {
    background: url("../images/s5-bg06.jpg") no-repeat top center;
    background-size: cover
}

.act-sect5 .act-container-wrap {
    max-width: 1360px;
    margin-top: 3em
}

.act-sect5 .btn-wrap-center {
    position: relative;
    top: 0.8em
}

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

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

@media screen and (max-width: 768px) {
    .act-sect5 {
        padding-bottom: 0
    }

    .act-sect5 .swiper-wrapper {
        flex-wrap: wrap
    }

    .act-sect5 .swiper-slide {
        width: 50%
    }

    .act-sect5 .act-item {
        height: 32em;
        min-height: 0
    }

    .act-sect5 .act-item:before {
        background: rgba(51, 51, 51, 0.7)
    }

    .act-sect5 .act-item .act-icon {
        width: 4em
    }

    .act-sect5 .act-item h3 {
        font-size: 1.3em
    }

    .act-sect5 .act-item .act-nb {
        display: none
    }

    .act-sect5 .act-item .act-inner {
        transform: translateY(0%);
        opacity: 1;
        padding-top: 3em
    }

    .act-sect5 .act-item .act-hover {
        height: auto;
        transform: translateY(0);
        opacity: 1;
        transition: all 0.3s;
        padding: 1em 1em
    }

    .act-sect5 .act-item .act-hover h4 {
        color: #fff;
        font-size: 1.2em
    }

    .act-sect5 .act-item .act-hover p {
        font-size: .95em;
        line-height: 1.6
    }

    .act-sect5 .act-item:hover:before {
        background: rgba(51, 51, 51, 0.7);
        transition: all 0.3s
    }

    .act-sect5 .act-item:hover .act-inner {
        transform: translateY(0)
    }

    .act-sect5 .act-item:hover .act-hover {
        transform: translateY(0)
    }
}

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

.act-sect6 .swiper-program {
    padding: 1.5em
}

.act-sect6 .swiper-wrapper {
    box-shadow: 0 6px 30px 4px rgba(0, 0, 0, 0.1);
    max-width: calc(100% - 260px);
    border-radius: 6px;
    background: #fff
}

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

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

.act-sect6 .swiper-left-menu {
    padding-left: 30px;
    padding-top: 5.5em;
    padding-bottom: 3em;
    min-width: 230px;
    border-radius: 6px;
    margin-right: 30px;
    background: #fff;
    box-shadow: 0 6px 30px 4px rgba(0, 0, 0, 0.1)
}

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

.act-sect6 .swiper-pagination:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ef6739
}

.act-sect6 .swiper-pagination-bullet {
    width: auto;
    height: auto;
    margin: 0;
    display: block;
    background: transparent;
    position: relative;
    line-height: 1.6;
    font-size: 1.4em;
    padding: .5em .5em;
    opacity: 1;
    border-radius: 0;
    padding-left: 20px
}

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

.act-sect6 .swiper-pagination-bullet .act-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: linear-gradient(to bottom, #ffb351 0%, #f08541 100%);
    border-radius: 10em;
    position: absolute;
    left: 0.5em;
    top: 55%;
    transform: translateY(-50%)
}

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

.act-sect6 .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-sect6 .swiper-pagination-bullet-active .act-dot {
    display: none
}

.act-sect6 .act-item {
    background: #fff;
    background-size: cover;
    padding: 2.5em 1.5em;
    padding-left: 3em
}

.act-sect6 .act-title-m {
    display: none
}

.act-sect6 .act-text-part .act-title {
    text-align: center;
    justify-content: center !important;
}

.act-sect6 .act-text-part .act-title .act-icon {
    width: 4em
}

.act-sect6 .act-text-part .act-title h3 {
    font-size: 1.6em
}

.act-sect6 .act-text-part p {
    text-align: center;
    font-size: 1.1em
}

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

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

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

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

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

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

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

.act-sect6 .btn-wrap {
    margin-top: 1.5em
}

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

    .act-sect6 .swiper-program {
        padding: .75em
    }

    .act-sect6 .swiper-wrapper {
        max-width: 100%;
        display: block;
        box-shadow: none;
        background: transparent
    }

    .act-sect6 .swiper-slide {
        width: 100%;
        opacity: 1 !important
    }

    .act-sect6 .swiper-left-menu {
        display: none
    }

    .act-sect6 .act-title-m {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        text-align: center;
        font-size: 1.3em;
        color: #fff;
        padding: 0.5em 0;
        margin-bottom: .75em;
        background: linear-gradient(to right, #ffb251 0%, #f18641 100%)
    }

    .act-sect6 .act-text-part .act-title .act-icon {
        width: 3em
    }

    .act-sect6 .act-text-part .act-title h3 {
        font-size: 1.4em
    }

    .act-sect6 .act-text-part p {
        font-size: 1em
    }

    .act-sect6 .act-item {
        box-shadow: 0 2px 16px 2px rgba(0, 0, 0, 0.1);
        margin-bottom: 2em;
        border-radius: 6px;
        padding: 1.5em 1.2em
    }

    .act-sect6 .mv-box .mv-btn {
        width: 5em;
        height: 5em
    }
}

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