@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 {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}

@-webkit-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);
    }
}

@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 {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}

@-webkit-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);
    }
}

@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 {
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall;
}

@-webkit-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);
    }
}

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

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

.fadeInRightSmall {
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall;
}

@-webkit-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);
    }
}

@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 {
    -webkit-animation-name: fadeInTopLeftSmall;
    animation-name: fadeInTopLeftSmall;
}

@-webkit-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);
    }
}

@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 {
    -webkit-animation-name: fadeInTopRightSmall;
    animation-name: fadeInTopRightSmall;
}

@-webkit-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);
    }
}

@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 {
    -webkit-animation-name: fadeInBottomLeftSmall;
    animation-name: fadeInBottomLeftSmall;
}

@-webkit-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);
    }
}

@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 {
    -webkit-animation-name: fadeInBottomRightSmall;
    animation-name: fadeInBottomRightSmall;
}

@-webkit-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);
    }
}

@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 {
    -webkit-animation-name: bounceInSmall;
    animation-name: bounceInSmall;
}

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

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

    40% {
        -webkit-transform: scale3d(1.04, 1.04, 1.04);
        transform: scale3d(1.04, 1.04, 1.04);
    }

    60% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

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

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

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

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

    40% {
        -webkit-transform: scale3d(1.04, 1.04, 1.04);
        transform: scale3d(1.04, 1.04, 1.04);
    }

    60% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

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

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

.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 + 0.5vmin) !important;
    }
}

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

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

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

.act-wrap .btn-gradient-blue:hover {
    color: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ffb252),
        to(#f18541)
    );
    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: 0.6em;
    padding-bottom: 0.6em;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ffb252),
        to(#f18541)
    );
    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: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#58a2f6),
        to(#305af9)
    );
    background: linear-gradient(to right, #58a2f6 0%, #305af9 100%);
}

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

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

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

.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: #2345a7;
}

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

@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: 0.75em;
        padding-left: 0.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;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.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: 0.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;
    -webkit-box-shadow: 0 6px 30px 4px rgba(0, 0, 0, 0.1);
    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;
}

@-webkit-keyframes arr-act {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
    }

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

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

@keyframes arr-act {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
    }

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

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

.side-menu-show.act-side-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s;
    transition: all 0.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: 16px;
    font-weight: bold;
    color: #000;
}

.act-form h3 span {
    font-weight: normal;
}

.act-form .act-input-form {
    padding: 0.5em 1em 1em;
}

.act-form .act-input-form .act-btn {
    margin-top: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
}

.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;
    -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out,
        background-color 0.2s ease-in-out;
    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;
    -webkit-box-shadow: 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: 0.5em 1em 1em;
    }

    .act-form .act-input-form .act-btn {
        margin-top: 0.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: 0.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;
    -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out,
        background-color 0.2s ease-in-out;
    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: 0.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: 0.5em;
    padding-left: 1em;
    height: 80px;
    background: transparent;
    outline: none !important;
    -webkit-box-shadow: 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;
    }
}

#article_content .plm .cs-header {
    background: url("../images/header-bg.jpg") no-repeat center top;
    height: 500px;
}

#article_content .plm .cs-header .cs-container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 100px 0 15px;
}

#article_content .plm .cs-header .cs-container .cs-title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 30px;
}

#article_content .plm .cs-header .cs-container .cs-title h1 br {
    display: none;
}

#article_content .plm .cs-header .cs-container .cs-title h2 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 0 0 50px;
    max-width: 635px;
}

#article_content .plm .cs-header .cs-container .cs-title h2 br:nth-child(1) {
    display: none;
}

#article_content .plm .cs-header .cs-container .cs-headera {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#article_content .plm .cs-header .cs-container .cs-headera .cs-headera1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 160px;
    height: 40px;
    border-radius: 6px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ffb252),
        to(#f18541)
    );
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    font-size: 16px;
    color: #fff;
    margin: 0 20px 0 0;
}

#article_content .plm .cs-header .cs-container .cs-headera .cs-headera2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 160px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
}

#article_content .plm .cs-header .cs-container .cs-headera .cs-headera2:hover {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#58a2f6),
        to(#305af9)
    );
    background: linear-gradient(to right, #58a2f6 0%, #305af9 100%);
    border: 0px;
}

#article_content .plm .cs-sect1 .cs-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 0;
}

#article_content .plm .cs-sect1 .cs-container h1 {
    font-size: 40px;
    font-weight: normal;
    color: #2345a7;
    margin: 0 0 30px;
}

#article_content .plm .cs-sect1 .cs-container h2 {
    font-size: 24px;
    font-weight: normal;
    color: #2345a7;
}

#article_content .plm .cs-sect1 .cs-container .cs-questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px 0 0;
    padding: 0 10px;
}

#article_content .plm .cs-sect1 .cs-container .cs-questions .cs-question {
    width: 100%;
    max-width: 370px;
    height: 330px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
}

#article_content .plm .cs-sect1 .cs-container .cs-questions .cs-question h3 {
    width: 100%;
    background: #e9ecf6;
    font-size: 20px;
    font-weight: normal;
    color: #2345a7;
    text-align: center;
    margin: 0 0 20px;
}

#article_content .plm .cs-sect1 .cs-container .cs-questions .cs-question p {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

#article_content .plm .cs-sect1 .cs-container .cs-questions .cs-question img {
    height: 137px !important;
    margin: 0 0 20px;
}

@media screen and (max-width: 1130px) {
    #article_content .plm .cs-sect1 .cs-container .cs-questions {
        max-width: 780px;
    }
}

#article_content .plm .cs-sect2 {
    background: #f5f5f5;
}

#article_content .plm .cs-sect2 .cs-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#article_content .plm .cs-sect2 .cs-container h1 {
    font-size: 40px;
    font-weight: normal;
    color: #2345a7;
    margin: 0 0 30px;
}

#article_content .plm .cs-sect2 .cs-container h2 {
    font-size: 24px;
    font-weight: normal;
    color: #2345a7;
    margin: 0 0 50px;
}

#article_content .plm .cs-sect2 .cs-container .scroll-hint {
    display: none;
}

#article_content .plm .cs-sect3 {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#3059f9),
        to(#59a3f6)
    );
    background: linear-gradient(to left, #3059f9 0%, #59a3f6 100%);
}

#article_content .plm .cs-sect3 .cs-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#article_content .plm .cs-sect3 .cs-container h1 {
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 35px;
}

#article_content .plm .cs-sect3 .cs-container h2 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    line-height: 1.8;
    text-align: center;
}

#article_content .plm .cs-sect3 .cs-container .cs-advantages {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#article_content .plm .cs-sect3 .cs-container .cs-advantages .cs-advantage {
    width: 100%;
    max-width: 365px;
    height: 328px;
    background: #fff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 122.5px 7.5px 0;
    padding: 0 20px;
}

#article_content .plm .cs-sect3 .cs-container .cs-advantages .cs-advantage h3 {
    font-size: 24px;
    font-weight: normal;
    color: #2345a7;
    margin: 0 0 20px;
}

#article_content .plm .cs-sect3 .cs-container .cs-advantages .cs-advantage p {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 1.5;
}

#article_content .plm .cs-sect3 .cs-container .cs-advantages .cs-advantage img {
    margin: -102.5px 0 15px;
}

#article_content .plm .cs-sect3 .cs-container .sect3-a {
    width: 100%;
    max-width: 260px;
    height: 40px;
    margin: 0 auto;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin: 30px 0 0;
}

#article_content .plm .cs-sect3 .cs-container .sect3-a:hover {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ffb252),
        to(#f18541)
    );
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    border: 0px;
}

#article_content .plm .cs-sect4 {
    background: #f5f5f5;
    padding: 70px 0;
}

#article_content .plm .cs-sect4 h1 {
    font-size: 40px;
    font-weight: normal;
    color: #2345a7;
    margin: 0 0 50px;
    text-align: center;
}

#article_content .plm .cs-sect4 .cs-applications {
    margin: 0 0 70px;
}

#article_content .plm .cs-sect4 .cs-applications .cs-swiperslides {
    background-color: #fff;
    padding: 0 0 70px;
}

#article_content .plm .cs-sect4 .cs-applications .cs-swiperslides .swiper-PDCA {
    width: 100%;
    max-width: 1480px;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide {
    padding: 40px 30px 0;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con
    p {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con
    h2 {
    font-size: 24px;
    font-weight: normal;
    color: #2345a7;
    text-align: center;
    margin: 20px 0 0;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con
    .swiper-cores {
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 50px;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con
    .swiper-cores
    .swiper-core {
    width: 100%;
    max-width: 180px;
    height: 40px;
    background: #e8eef9;
    border-radius: 6px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px 15px;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con
    .swiper-companys {
    margin: 20px 0 0;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con
    .swiper-companys
    .swiper-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1035px;
    background: #e8eef9;
    border-radius: 6px;
    padding: 20px 10px 20px 0;
    margin: 0 0 10px auto;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con
    .swiper-companys
    .swiper-company
    .swiper-companytit {
    width: 100%;
    max-width: 217px;
    height: 80px;
    margin: 0 25px 0 -165px;
    padding: 0 5px;
    border-radius: 6px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#797be5),
        to(#c8c9fd)
    );
    background: linear-gradient(to top, #797be5 0%, #c8c9fd 100%);
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con
    .swiper-companys
    .swiper-company
    p {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

@media screen and (max-width: 1235px) {
    #article_content
        .plm
        .cs-sect4
        .cs-applications
        .cs-swiperslides
        .swiper-PDCA
        .swiper-wrapper
        .swiper-slide
        .swiper-con
        .swiper-companys
        .swiper-company {
        margin: 0 auto 10px;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applications
        .cs-swiperslides
        .swiper-PDCA
        .swiper-wrapper
        .swiper-slide
        .swiper-con
        .swiper-companys
        .swiper-company
        .swiper-companytit {
        margin: 0 25px 0 -15px;
    }
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con
    .swiper-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 45px;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con
    .swiper-benefits
    .swiper-benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 252px;
    height: 111px;
    background: linear-gradient(to top, #3059f9, #59a3f6);;
    border-radius: 18px;
    margin: 0 5px;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con
    .swiper-benefits
    .swiper-benefit
    img {
    margin: 0 15px 0 0;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con
    .swiper-benefits
    .swiper-benefit
    p {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 15px;
}
#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con
    .swiper-benefits
    .swiper-benefit
    p.swiper-benefitp{
        font-size: 18px;
        font-weight: bold;
        margin: 0;
}
#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-wrapper
    .swiper-slide
    .swiper-con
    .swiper-benefits
    .swiper-benefit
    p
    span {
    color: #fff;
    font-size: 53px;
    font-weight: bold;
    margin: 0 5px;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-a {
    width: 100%;
    max-width: 260px;
    height: 40px;
    margin: 0 auto;
    background: transparent;
    border: 1px solid #2345a7;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #2345a7;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-PDCA
    .swiper-a:hover {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#58a2f6),
        to(#305af9)
    );
    background: linear-gradient(to right, #58a2f6 0%, #305af9 100%);
    border: 0px;
    color: #fff;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-button-next {
    background-image: initial;
    right: 22px;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-button-next::after {
    content: url("../images/sect4-arr2.png");
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-button-prev {
    background-image: initial;
    left: 22px;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .cs-swiperslides
    .swiper-button-prev::after {
    content: url("../images/sect4-arr1.png");
}

#article_content .plm .cs-sect4 .cs-applications .sect4-pagination {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .sect4-pagination
    .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .sect4-pagination
    .swiper-pagination-bullet
    p {
    color: #999999;
    font-size: 30px;
    margin: 0 50px;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .sect4-pagination
    .swiper-pagination-bullet-active
    p {
    color: #2345a7;
    position: relative;
}

#article_content
    .plm
    .cs-sect4
    .cs-applications
    .sect4-pagination
    .swiper-pagination-bullet-active
    p::after {
    content: "";
    height: 4px;
    background: #2345a7;
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-animation: ani 0.5s forwards alternate;
    animation: ani 0.5s forwards alternate;
}

#article_content .plm .cs-sect4 .cs-applicationsMB {
    display: none;
}

#article_content .plm .cs-sect4 .cs-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#article_content .plm .cs-sect4 .cs-container .cs-systems .cs-system {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#article_content .plm .cs-sect4 .cs-container .cs-systems .cs-system img {
    margin: 0 0 30px;
}

#article_content .plm .cs-sect4 .cs-container .cs-systems .cs-systemA {
    width: 100%;
    max-width: 260px;
    height: 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #2345a7;
    border-radius: 6px;
    font-size: 16px;
    font-weight: normal;
    color: #2345a7;
}

#article_content .plm .cs-sect4 .cs-container .cs-systems .cs-systemA:hover {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#58a2f6),
        to(#305af9)
    );
    background: linear-gradient(to right, #58a2f6 0%, #305af9 100%);
    border: 0px;
    color: #fff;
}

#article_content .plm .cs-sect5 {
    background: url("../images/sect5-bg.png") no-repeat center;
}

#article_content .plm .cs-sect5 .cs-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#article_content .plm .cs-sect5 .cs-container h1 {
    font-size: 40px;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 50px;
    text-align: center;
}

#article_content .plm .cs-sect5 .cs-container .swiper-PDCAA {
    width: 100%;
    max-width: 1200px;
}

#article_content .plm .cs-sect5 .cs-container .swiper-PDCAA .swiper-slide {
    border-radius: 6px;
    background: #182444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

#article_content .plm .cs-sect5 .cs-container .swiper-PDCAA .swiper-slide p {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin: 20px 0 0;
}

#article_content .plm .cs-sect5 .cs-container .sect5-pagination {
    position: initial;
    margin: 40px 0 0;
}

#article_content
    .plm
    .cs-sect5
    .cs-container
    .sect5-pagination
    .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 3px;
    opacity: 1;
    border-radius: 10px;
}

#article_content
    .plm
    .cs-sect5
    .cs-container
    .sect5-pagination
    .swiper-pagination-bullet-active {
    width: 59px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#article_content .plm .cs-sect5 .cs-containerMB {
    display: none;
}

@media screen and (max-width: 768px) {
    #article_content .plm .cs-header {
        height: 380px;
        background-size: cover;
    }

    #article_content .plm .cs-header .cs-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    #article_content .plm .cs-header .cs-container .cs-title {
        padding: 50px 0 0;
    }

    #article_content .plm .cs-header .cs-container .cs-title h1 {
        font-size: 28px;
        text-align: center;
    }

    #article_content .plm .cs-header .cs-container .cs-title h1 br {
        display: block;
    }

    #article_content .plm .cs-header .cs-container .cs-title h2 {
        text-align: center;
        line-height: 1.8;
    }

    #article_content
        .plm
        .cs-header
        .cs-container
        .cs-title
        h2
        br:nth-child(1) {
        display: block;
    }

    #article_content .plm .cs-header .cs-container .act-form-wrap {
        width: 100%;
        position: relative;
        top: 43px;
        left: 0;
    }

    #article_content .plm .cs-header .cs-container .act-form-wrap h3 {
        margin: 0 0 20px;
    }

    #article_content .plm .cs-header .cs-container .act-form-wrap h3 span {
        display: none;
    }

    #article_content .plm .cs-sect1 {
        /* margin: 340px 0 0; */
    }

    #article_content .plm .cs-sect1 .cs-container h1 {
        font-size: 28px;
        margin: 0 0 5px;
        text-align: center;
    }

    #article_content .plm .cs-sect1 .cs-container h2 {
        font-size: 18px;
        padding: 0 15px;
        text-align: center;
    }

    #article_content .plm .cs-sect1 .cs-container .cs-questions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        margin: 25px 0 0;
    }

    #article_content .plm .cs-sect1 .cs-container .cs-questions .cs-question {
        max-width: 700px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto;
        justify-content: center;
    }

    #article_content
        .plm
        .cs-sect1
        .cs-container
        .cs-questions
        .cs-question
        h3 {
        font-size: 18px;
        background: transparent;
        text-align: left;
        line-height: 1.5;
        margin: 0 0 5px;
    }

    #article_content
        .plm
        .cs-sect1
        .cs-container
        .cs-questions
        .cs-question
        img {
        width: 140px;
        height: auto;
        margin: 0 15px 0 0;
    }

    #article_content .plm .cs-sect2 .cs-container h1 {
        font-size: 28px;
        margin: 0 0 5px;
        text-align: center;
    }

    #article_content .plm .cs-sect2 .cs-container h2 {
        font-size: 18px;
        margin: 0;
        padding: 0 15px;
        text-align: center;
    }

    #article_content .plm .cs-sect2 .cs-container .act-container-wrap {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        font-size: 16px;
    }

    #article_content .plm .cs-sect2 .cs-container .scroll-hint {
        display: block;
        font-size: 1.5em;
        text-align: center;
        color: #2345a7;
        margin: 25px 0 0;
    }

    @-webkit-keyframes scroll-arr-left {
        0%,
        20%,
        50%,
        80%,
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        40% {
            -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
        }
    }

    @keyframes scroll-arr-left {
        0%,
        20%,
        50%,
        80%,
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        40% {
            -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
        }
    }

    @-webkit-keyframes scroll-arr-right {
        0%,
        20%,
        50%,
        80%,
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        40% {
            -webkit-transform: translateX(15px);
            transform: translateX(15px);
        }
    }

    @keyframes scroll-arr-right {
        0%,
        20%,
        50%,
        80%,
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        40% {
            -webkit-transform: translateX(15px);
            transform: translateX(15px);
        }
    }

    #article_content .plm .cs-sect2 .cs-container .scroll-hint .arr-left {
        -webkit-animation: scroll-arr-left 2s infinite;
        animation: scroll-arr-left 2s infinite;
    }

    #article_content .plm .cs-sect2 .cs-container .scroll-hint .arr-right {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-animation: scroll-arr-right 2s infinite;
        animation: scroll-arr-right 2s infinite;
    }

    #article_content .plm .cs-sect2 .cs-container .swiper-scrollbar {
        display: block !important;
        height: 6px;
        border-radius: 0;
        background: #fff;
        position: relative;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    #article_content
        .plm
        .cs-sect2
        .cs-container
        .swiper-scrollbar
        .swiper-scrollbar-drag {
        border-radius: 0;
        background: -webkit-gradient(
            linear,
            right top,
            left top,
            from(#3059f9),
            to(#59a3f6)
        );
        background: linear-gradient(to left, #3059f9 0%, #59a3f6 100%);
    }

    #article_content .plm .cs-sect2 .cs-container .swiper-slide {
        width: 1200px;
        font-size: 0.8em;
        padding-left: 0.5em;
        padding-right: 1em;
    }

    #article_content .plm .cs-sect2 .cs-container .swiper-slide .workshop-part {
        position: relative;
        padding-top: 4em;
        padding-bottom: 3.6em;
        padding-left: 1em;
        padding-right: 1em;
    }

    #article_content .plm .cs-sect3 .cs-container {
        padding: 35px 15px 70px;
    }

    #article_content .plm .cs-sect3 .cs-container h1 {
        font-size: 28px;
        margin: 0 0 5px;
        text-align: center;
    }

    #article_content .plm .cs-sect3 .cs-container h2 {
        font-size: 18px;
        margin: 0;
        text-align: center;
    }

    #article_content .plm .cs-sect3 .cs-container h2 br {
        display: none;
    }

    #article_content .plm .cs-sect3 .cs-container .cs-advantages {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #article_content .plm .cs-sect3 .cs-container .cs-advantages .cs-advantage {
        max-width: 728px;
        height: auto;
        padding: 0 30px 30px;
        margin: 80px 0 0;
    }

    #article_content
        .plm
        .cs-sect3
        .cs-container
        .cs-advantages
        .cs-advantage
        h3 {
        margin: 0 0 15px;
        font-size: 22px;
    }

    #article_content
        .plm
        .cs-sect3
        .cs-container
        .cs-advantages
        .cs-advantage
        img {
        height: 120px;
        margin: -60px 0 15px;
    }

    #article_content .plm .cs-sect4 {
        background: #f5f5f5;
        padding: 30px 5px 70px;
    }

    #article_content .plm .cs-sect4 h1 {
        font-size: 28px;
        margin: 0 0 5px;
    }

    #article_content .plm .cs-sect4 .cs-applications {
        display: none;
    }

    #article_content .plm .cs-sect4 .cs-applicationsMB {
        display: block;
        margin: 0 0 40px;
    }

    #article_content .plm .cs-sect4 .cs-applicationsMB .swiper-con {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    #article_content .plm .cs-sect4 .cs-applicationsMB .swiper-con .cs-conh2 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .cs-conh2::after {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        background: #dddee0;
        margin: 5px 0 20px;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .cs-conh2
        h2 {
        display: inline-block;
        position: relative;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .cs-conh2
        h2::after {
        content: "";
        position: absolute;
        bottom: -9px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #2345a7;
    }

    #article_content .plm .cs-sect4 .cs-applicationsMB .swiper-con p {
        font-size: 16px;
        font-weight: normal;
        color: #333333;
    }

    #article_content .plm .cs-sect4 .cs-applicationsMB .swiper-con h2 {
        font-size: 22px;
        font-weight: normal;
        color: #2345a7;
        text-align: center;
        margin: 20px 0 0;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-cores {
        width: 100%;
        max-width: 900px;
        margin: 20px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        justify-content: center;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-cores
        .swiper-core {
        width: 100%;
        max-width: 170px;
        height: 40px;
        background: #e8eef9;
        border-radius: 6px;
        font-size: 15px;
        color: #333333;
        font-weight: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 2.5px 15px;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-companys {
        margin: 50px 0 0;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-companys
        .swiper-company {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 1035px;
        background: #e8eef9;
        border-radius: 6px;
        padding: 0 15px 20px;
        margin: 0 0 10px auto;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-companys
        .swiper-company
        .swiper-companytit {
        width: 100%;
        max-width: 217px;
        height: 70px;
        margin: 0 25px 0 0;
        border-radius: 6px;
        background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#797be5),
            to(#c8c9fd)
        );
        line-height: 1.3;
        background: linear-gradient(to top, #797be5 0%, #c8c9fd 100%);
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-companys
        .swiper-company
        p {
        font-size: 16px;
        font-weight: normal;
        color: #333333;
        line-height: 1.8;
    }
}

@media screen and (max-width: 768px) and (max-width: 1235px) {
    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-companys
        .swiper-company {
        margin: 0 auto 50px;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-companys
        .swiper-company
        .swiper-companytit {
        margin: -30px 0 10px -15px;
    }
}

@media screen and (max-width: 768px) {
    .an>a{
        width: 100%;
    }
    #article_content .plm .cs-header .cs-container .cs-headera{
        justify-content: center;
    }
    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-benefits {
        width: 100%;
        max-width: 650px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        margin: 30px auto;
        padding: 0;
        flex-wrap: wrap;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-benefits
        .swiper-benefit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        height: 120px;
        background: linear-gradient(to top, #3059f9, #59a3f6);;
        border-radius: 20px;
        margin: 0 5px 20px;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-benefits
        .swiper-benefit
        img {
        margin: 0 15px 0 0;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-benefits
        .swiper-benefit
        p {
        font-size: 22px;
        font-weight: normal;
        color: #fff;
        margin: 0 0 25px;
    }
    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-benefits
        .swiper-benefit
        p.swiper-benefitp{
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            margin: 0;
        }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-benefits
        .swiper-benefit
        p
        br {
        display: none;
    }

    #article_content
        .plm
        .cs-sect4
        .cs-applicationsMB
        .swiper-con
        .swiper-benefits
        .swiper-benefit
        p
        span {
            font-size: 70px;
            font-weight: bold;
            color: #fff;
            margin: 0 5px;
    }

    #article_content .plm .cs-sect4 .cs-applicationsMB .swiper-con .swiper-a {
        width: 100%;
        max-width: 260px;
        height: 40px;
        margin: 0 auto;
        background: transparent;
        border: 1px solid #2345a7;
        border-radius: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        font-weight: normal;
        color: #2345a7;
    }

    #article_content .plm .cs-sect4 .cs-container .cs-systems .cs-system {
        width: 100%;
        max-width: 330px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 40px auto 20px;
    }

    #article_content .plm .cs-sect4 .cs-container .cs-systems .cs-system img {
        height: 47px !important;
        margin: 0 10px 30px;
    }

    #article_content .plm .cs-sect4 .cs-container .cs-systems .cs-systemA {
        width: 100%;
        max-width: 260px;
        height: 40px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #2345a7;
        border-radius: 6px;
        font-size: 16px;
        font-weight: normal;
        color: #2345a7;
    }

    #article_content .plm .cs-sect5 {
        background: url("../images/sect5-bgMB.png") no-repeat center;
        background-size: cover;
    }

    #article_content .plm .cs-sect5 .cs-container {
        display: none;
    }

    #article_content .plm .cs-sect5 .cs-containerMB {
        display: block;
        padding: 50px 0;
    }

    #article_content .plm .cs-sect5 .cs-containerMB h1 {
        font-size: 28px;
        font-weight: normal;
        color: #ffffff;
        margin: 0 0 40px;
        text-align: center;
    }

    #article_content .plm .cs-sect5 .cs-containerMB .sect5-slides {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 15px;
    }

    #article_content
        .plm
        .cs-sect5
        .cs-containerMB
        .sect5-slides
        .swiper-slide {
        width: 100%;
        max-width: 380px;
        border-radius: 6px;
        background: #182444;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
        margin: 0 0 30px;
    }

    #article_content
        .plm
        .cs-sect5
        .cs-containerMB
        .sect5-slides
        .swiper-slide
        p {
        font-size: 20px;
        font-weight: normal;
        color: #fff;
        margin: 20px 0 0;
    }
}

@-webkit-keyframes ani {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes ani {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

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