@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto', 'PingFangTC-Regular', 'Microsoft JhengHei', sans-serif !important;
    overflow: hidden;
    overflow-y: auto;
    background: url(../img/web-bg@3x.jpg) #f8fcff repeat;
    background-size: 35% auto;
}

body.hidden {
    overflow: hidden !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', 'PingFangTC-Regular', 'Microsoft JhengHei', sans-serif !important;
    font-weight: 300;
}

.clearfix {
    clear: both;
    display: block;
    width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

p {
	text-align: left !important;
	text-justify: none !important;
}

.kv .intro-main strong::after {
	content: none;
}


.pad,
.mobile {
    display: none;
}

.desktop {
    display: block;
}

.wrapper {
    max-width: 1250px;
    padding: 0 40px;
    margin: 0px auto;
}

.kv {
    background: url(../img/kv@3x.jpg) no-repeat center;
    background-size: cover;
    padding-top: 190px;
    padding-bottom: 72px;
}

.kv .intro-main {
    background: url(../img/kv-main-bg.png) repeat-y;
    background-size: 100% auto;
    padding: 64px 40px 54px 30px;
    position: relative;
    display: flex;
    margin: 0px auto;
}

.kv title.tab {
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    display: block;
    position: absolute;
    line-height: 50px;
    width: 155px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.83px;
    color: #004080;
    position: absolute;
    top: -12px;
    left: 0;
    background: url(../img/tab-bg@3x.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.kv .intro-main h1 {
    line-height: 50px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.kv .intro-main strong {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 1px;
    color: #a6e7ff;
    display: block;
}

.kv .intro-main strong:after {
    content: "";
    display: block;
    width: 142px;
    height: 1px;
    background: #a6e7ff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.kv .intro-main > div {
    width: 576px;
    margin-right: calc(100% - 856px);
}

.kv .intro-main > a {
    display: block;
    width: 280px;
    font-size: 20px;
    line-height: 80px;
    height: 80px;
    color: #fff;
    border: solid 1px #fff;
    text-align: center;
}

.kv .intro-main > a img + img {
    display: none;
}

.kv .intro-main > a:hover {
    background: #fff;
    color: #0066cc;
    font-weight: 600;
}

.kv .intro-main > a img {
    display: inline-block;
    width: 10px;
    margin-left: 5px;
}
.kv .intro-main > a:hover img {
    display: none;
}

.kv .intro-main > a:hover img + img {
    display: inline-block;
}

.center {
    position: relative;
    padding-bottom: 50px;
}

.intro-breadcrumb {
    padding-top: 29px;
    padding-bottom: 20px;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #333;
}

.intro-breadcrumb a {
    color: #333;
}
/*
.intro-breadcrumb a:hover {
    text-decoration: underline;
}
*/
.intro-breadcrumb span {
    font-weight: 600;
    color: #06c;
}

.marquee {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    max-width: 1024px;
    line-height: 70px;
    height: 70px;
    background: url(../img/marquee-bg@3x.png) no-repeat;
    background-size: 100% 100%;
    overflow-x: hidden;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    color: #a6e7ff;
    text-transform: uppercase;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 50s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.detail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 180px;
}

.detail .text {
    width: 480px;
    margin-right: 90px;
}

.detail.other .text {
    margin-right: 0;
    margin-left: 90px;
}

.detail .img {
    width: 600px;
    position: relative;
    margin: 0px auto;
}

.detail .img:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    background: #0066CC;
}

.detail.aos-animate .img:before {
    animation: passing-bar 1s linear forwards;
    animation-delay: 1s;
}

@keyframes passing-bar {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

.detail .img:after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    background: #dbedff;
    width: 93.33%;
    height: 80%;
    z-index: 0;
}

.detail.other .img:after {
    right: auto;
    left: -30px;
}

.detail .img img:not(.cover) {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
}

.detail.aos-animate .img img:not(.cover) {
    animation: show 0.5s linear forwards;
    animation-delay: 1.5s;
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.detail .img .cover {
    width: 238px;
    position: absolute;
    right: -79px;
    bottom: 50px;
    z-index: 2;
}

.detail.other .img .cover {
    right: auto;
    left: -79px;
}

.detail h2, .detail h2 a{
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 30px;
}
.detail h2 a {    
    text-decoration: underline;
}

.detail h3 {
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    line-height: 35px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.33px;
    color: #06c;
    margin-bottom: 22px;
    padding-left: 31px;
    position: relative;
}

.detail h3 img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
}

.detail p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #454545;
    text-align: justify;
    text-justify: inter-ideograph;
}

.detail p b {
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    font-weight: 500;
    color: #06c;
    display: block;
}

.detail p + p {
    margin-top: 22px;
}

.feature {
    margin-top: 164px;
    display: flex;
}

.feature > div {
    width: 340px;
    box-shadow: 0 3px 6px 0 rgba(167, 195, 222, 0.47);
    background-color: #fff;
    padding: 81px 20px 29px 20px;
    position: relative;
    margin: 0px 20px;
}

.feature > div title {
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    display: block;
    font-size: 24px;
    font-weight: 500;
    width: 129px;
    line-height: 44px;
    color: #004080;
    background: url(../img/tab-bg@3x.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 22px;
    left: -9px;
    text-align: center;
}

.feature > div img {
    display: block;
    width: 120px;
    position: absolute;
    right: 0;
    top: -54px;
}

.feature > div p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.67px;
    color: #333;
}

.center > img:nth-of-type(1) {
    position: absolute;
    width: 21.2%;
    top: 642px;
    left: 0;
}

.center > img:nth-of-type(2) {
    position: absolute;
    width: 24.4%;
    top: 90px;
    right: 0;
}

.fix-btn {
    position: fixed;
    right: 5vw;
    bottom: 5vw;
    width: 46px;
    height: 104px;
    z-index: 99;
}

.fix-btn a,
.fix-btn a img {
    display: block;
    width: 100%;
}

.fix-btn a:first-of-type {
    margin-bottom: 12px;
}

.example {
    padding-top: 65px;
    padding-bottom: 103px;
    background: url(../img/example-bgbg@3x.png) bottom 53px left no-repeat;
    background-size: 100% 426px;
    position: relative;
}

.example > img {
    width: 22.9%;
    position: absolute;
    right: 0;
    top: -41px;
}

.example h4 {
    position: absolute;
    right: 30%;
    top: -94px;
    font-size: 80px;
    font-weight: 300;
    line-height: 94px;
    color: #a6e7ff;
    text-transform: uppercase;
    font-style: italic;
}

.example:before {
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background: url(../img/example-bg@3x.jpg) right no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.example .wrapper {
    position: relative;
    z-index: 1;
}

.example .wrapper strong {
    display: block;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    color: #fff;
    margin-bottom: 37px;
}

.example .tabs {
    display: flex;
    position: relative;
}

.example .tabs ul {
    width: 140px;
    margin-right: 27px;
    list-style: none;
}

.example .tabs ul.sticky {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 99;
    background: #004080;
    padding: 10px 0;
}

.example .tabs ul li,
.example .tabs ul li a {
    border: 0;
    box-shadow: none;
    outline: 0;
}

.example .tabs ul li a {
    display: block;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    margin-bottom: 25px;
    position: relative;
}

.example .tabs ul.sticky li a {
    border: 0 !important;
}

.example .tabs ul.sticky li a:after {
    display: none !important;
}
/*
.example .tabs ul li:hover a,
*/
.example .tabs ul li.ui-tabs-active a,
.example .tabs ul li.active a {
    font-weight: 600;
    color: #a6e7ff;
}

.example .tabs ul li a:after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #A6E7FF;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
/*
.example .tabs ul li:hover a:after,
*/
.example .tabs ul li.ui-tabs-active a:after,
.example .tabs ul li.active a:after {
    width: 100%;
}

.example .tabs > div {
    width: calc(100% - 167px);
    padding: 40px 40px 45px 40px;
    position: relative;
    z-index: 1;
}

.example .tabs > i {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 167px);
    height: 100%;
    box-shadow: 0 3px 6px 0 rgba(167, 195, 222, 0.47);
    background-color: #fff;
}

.example .tabs > div {
    display: none;
}

.example .tabs > div.active {
    display: block;
}

.example .tabs > div .link label {
    display: inline-block;
    font-size: 20px;
    line-height: 38px;
    color: #333;
    margin-right: 30px;
    cursor: pointer;
}
/*
.example .tabs > div .link label:hover {
    font-weight: bold;
    color: #0066cc;
}
*/
.example .tabs > div .link label:last-of-type {
    margin-right: 0;
}

.example .tabs > div .link label.active {
    border-bottom: solid #0066cc 5px;
    font-weight: 600;
    color: #0066cc;
}

.example .tabs > div input,
.example .tabs > div .text {
    display: none;
}

.example .tabs > div input:checked + .text {
    display: block;
    margin-top: 30px;
}

.example .tabs > div .text > div:not(.img) {
    width: 50%;
    margin-right: 20px;
    float: left;
}

.example .tabs > div .text > div:not(.img) p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #454545;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 23px;
}

.example .tabs > div .text > div:not(.img) b {
    display: block;
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
    color: #06c;
    margin-bottom: 13px;
}

.example .tabs > div .text > div:not(.img) a {
    display: inline-block;
    padding: 15px;
    box-shadow: 0 3px 6px 0 rgba(167, 195, 222, 0.47);
    background-color: #fff;
    margin-right: 12px;
    position: relative;
}

.example .tabs > div .text > div:not(.img) a:last-of-type {
    margin-right: 0;
}

.example .tabs > div .text > div:not(.img) a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 23px 23px 0;
    border-color: transparent #0066cc transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
/*
.example .tabs > div .text > div:not(.img) a:hover:after {
    width: 100%;
    height: 100%;
    border: 0;
    background: #0066cc;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
*/
.example .tabs > div .text > div:not(.img) a img {
    width: 70px;
    display: block;
}

.example .tabs > div .text > div:not(.img) a small {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    z-index: 2;
    opacity: 0;
    word-break: break-all;
}
/*
.example .tabs > div .text > div:not(.img) a:hover small {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.5s;
}
*/
.example .tabs > div .text .img {
    width: calc(50% - 20px);
    float: right;
}

.example .tabs > div .text .img img {
    display: block;
    width: 100%;
}

.bottom {
    padding: 120px 0 138px 0;
    text-align: center;
}

.bottom img {
    display: block;
    margin: 0 auto 10px auto;
    width: 150px;
}

.bottom b, .bottom b a {
    display: block;
    font-size: 40px;
    line-height: 56px;
    font-weight: normal;
    color: #333;
    margin-bottom: 29px;
}

.bottom b a {
    display: inline;
    text-decoration: underline;
}

.bottom .solution a {
    display: block;
    width: 280px;
    line-height: 80px;
    font-size: 20px;
    color: #fff;
    margin: 0px auto;
    background: #004080;
}

.bottom .solution a:hover {
    background: #0066cc;
}

/*0516增加 start*/
.example .tabs ul li:hover a:after {
    width: 100%;
}
.example .tabs > div .link label:hover {
    font-weight: bold;
    color: #0066cc;
}
.example .tabs > div .text > div:not(.img) a:hover:after {
    width: 100%;
    height: 100%;
    border: 0;
    background: #0066cc;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.example .tabs > div .text > div:not(.img) a:hover small {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.5s;
}
/*0516增加 end*/

.slider {
    margin: 109px auto 51px auto;
    position: relative;
}

.slider .wrapper {
    max-width: 1300px;
}

.slider .wrapper h2 > strong {
    display: block;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    color: #333;
}

.slider .wrapper .submenu {
    margin: 55px auto;
    text-align: center;
}

.slider .wrapper .submenu label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #333;
    position: relative;
    overflow: visible;
    margin: 0 25px;
}

.slider .wrapper .submenu label.active {
    font-weight: bold;
    color: #06c;
}

.slider .wrapper .submenu label.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #0066cc;
}

.slider .wrapper > input {
    display: none;
}

.slider .wrapper .photo {
    max-height: 0;
    overflow: hidden;
}

.slider .wrapper > input:checked + .photo {
    max-height: 100vh;
    overflow: visible;
}

.slider .wrapper .photo .item {
    position: relative;
}

.slider .wrapper .photo .item:before {
    content: "";
    z-index: 0;
    width: 660px;
    height: 337px;
    display: block;
    background: url(../img/slider-item-bg@3x.webp) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.slider .wrapper .photo .item .img {
    float: right;
    width: 700px;
    margin: 25px 25px 0 0;
    position: relative;
    z-index: 1;
}

.slider .wrapper .photo p {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10%;
    padding: 25px 30px;
    /*box-shadow: 0 3px 6px 0 rgba(167, 195, 222, 0.47);*/
    background-color: #dcf5ff;
    z-index: 2;
    font-size: 16px;
    line-height: 24px;
    color: #454545;
    width: 520px;
    height: auto;
    text-align: justify;
    text-justify: inter-ideograph;
}

.slider .wrapper .photo p b {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #06c;
    margin-bottom: 10px;
    overflow: visible;
}

.slider .wrapper .photo p b a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #06c;
    margin-top: 10px;
}
.slider .wrapper .photo p b a:hover {
    text-decoration: underline;
}
.slider .wrapper .photo p img {
    width: 80px;
    position: absolute;
    top: -93px;
    left: 0;
}

.slider .slick-prev {
    width: 22px;
    height: 43px;
    border: 0;
    background: url(../img/icon-left-defult@3x.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    text-indent: -9999999px;
    position: absolute;
    right: 96px;
    bottom: -67px;
    z-index: 9;
}

.slider .slick-prev.slick-disabled {
    background: url(../img/icon-left-disable@3x.png) no-repeat;
    background-size: 100%;
}

.slider .slick-next {
    width: 22px;
    height: 43px;
    border: 0;
    background: url(../img/icon-right-defult@3x.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    text-indent: -9999999px;
    position: absolute;
    right: 25px;
    bottom: -67px;
    z-index: 9;
}

.slider .slick-next.slick-disabled {
    background: url(../img/icon-right-disable@3x.png) no-repeat;
    background-size: 100%;
}

.slider .slick-dots {
    position: absolute;
    right: 0;
    bottom: -51px;
    text-align: center;
    width: 700px;
    list-style: none;
    height: 10px;

    display: none;
}

.slider .slick-dots li {
    display: inline-block;
}

.slider .slick-dots li button {
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #cccccc;
    margin: 0 7px;
    border: 0;
    text-indent: -999999px;
}

.slider .slick-dots li.slick-active button {
    background: #004080;
}

.slider > img {
    width: 24.6%;
    position: absolute;
    right: 0;
    bottom: calc(-12vw - 127px);
}

/* 20240820 修改 start */
.example .tabs > div .text > div:not(.img) .text_link {
	padding: 0;
    box-shadow: unset;
    background-color: unset;
    margin: 0;
    color: #0066cc;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}
.example .tabs > div .text > div:not(.img) .text_link:after {
	border: unset;
}
.example .tabs > div .text > div:not(.img) .text_link:hover:after {
	width: auto;
    height: auto;
    border: unset;
    background: unset;
    transition: unset;
}
.example .text_link:hover {
	border-bottom: 1px solid #0066cc;
}
/* 20240820 修改 end*/

.contactus_link {
    display: flex;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0066cc+0,0066cc+40,0066cc+60,0066cc+100&0+0,0.3+40,0.3+60,0+100 */
background: linear-gradient(to bottom,  rgba(0,102,204,0) 0%,rgba(0,102,204,0.3) 40%,rgba(0,102,204,0.3) 60%,rgba(0,102,204,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    padding: 80px 0;
    margin-top: 80px;
    justify-content: center;
}
.contactus_link div {
    text-align: center;
}
.contactus_link a {
    display: inline-block;
    padding: 10px 40px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
    background-color: #004080;
}
.contactus_link a:hover {
    background-color: #0066cc;
    transition: 0.5s;
}
.contactus_link div p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    text-align: center !important;
}

@media screen and (min-width: 1025px) {
    .slider .wrapper .submenu label:hover {
        font-weight: bold;
        color: #06c;
    }
}
@media screen and (max-width: 1025px) {
    body {
        background: url(../img/pad-bg@3x.png) #f8fcff repeat-y;
        background-size: 100% 100%;
    }

    .desktop,
    .mobile {
        display: none;
    }

    .pad {
        display: block;
    }

    .kv {
        padding-top: 146px;
        padding-bottom: 68px;
    }

    .kv .intro-main {
        background: url(../img/kv-main-bg-pad.png) repeat-x;
        background-size: auto 100%;
        padding: 57px 40px 50px 40px;
        display: block;
    }

    .kv .intro-main h1 {
        margin-bottom: 10px;
    }

    .kv .intro-main strong:after {
        width: calc(100% - 425px);
    }

    .kv .intro-main > div {
        width: 100%;
        margin-right: 0;
    }

    .kv .intro-main > a {
        margin: 40px auto 0 auto;
    }

    .intro-breadcrumb {
        clear: both;
        padding-top: 28px;
        padding-bottom: 47px;
    }

    .marquee {
        position: relative;
        width: 100vw;
    }

    .center {
        overflow: hidden;
        padding-bottom: 250px;
    }

    .detail {
        display: block;
        margin-top: 0;
    }

    .detail:nth-of-type(2) {
        margin-top: 130px;
    }

    .detail:nth-of-type(3) {
        margin-top: 100px;
    }

    .detail .img .cover {
        right: -84px;
    }

    .detail.other .img .cover {
        left: -84px;
    }

    .detail .text {
        width: 100%;
        margin: 0 auto;
    }

    .detail.other .text {
        margin: 0 auto;
    }

    .detail p {
        margin-bottom: 20px;
    }

    .feature {
        margin-top: 109px;
        display: block;
    }

    .feature > div {
        display: inline-block;
        width: calc(50% - 33px);
        padding: 76px 20px 35px 20px;
        margin: 0px 15px;
    }

    .feature > div:last-of-type {
        margin-top: 89px;
    }

    .feature > div p {
        line-height: 21px;
    }

    .center > img:nth-of-type(3) {
        position: absolute;
        width: 41.1%;
        top: 167px;
        right: 0;
    }

    .center > img:nth-of-type(4) {
        position: absolute;
        width: 41.9%;
        bottom: 1150px;
        right: 0;
    }

    .fix-btn {
        right: 20px;
        bottom: 20px;
    }

    .example {
        padding-top: 49px;
        padding-bottom: 0;
        background: url(../img/example-bg-pad@3x.png) top left no-repeat;
        background-size: 100% auto;
    }

    .example h4 {
        right: 0;
    }

    .example:before {
        display: none;
    }

    .example .wrapper {
        padding: 0 0 0 80px;
    }

    .example .wrapper strong {
        margin-bottom: 35px;
    }

    .example .tabs ul {
        margin-right: 20px;
    }

    .example .tabs ul li a {
        margin-bottom: 20px;
    }

    .example .tabs > div {
        width: calc(100% - 160px);
        padding: 35px 35px 45px 35px;
    }

    .example .tabs > i {
        width: calc(100% - 160px);
    }

    .example .tabs > div input:checked + .text {
        margin-top: 37px;
    }

    .example .tabs > div .text > div:not(.img) {
        width: 100%;
        margin-right: 0;
    }

    .example .tabs > div .text > div:not(.img) p {
        margin-bottom: 20px;
    }

    .example .tabs > div .text .img {
        width: 100%;
        margin-bottom: 18px;
    }

    .bottom {
        padding: 70px 0 80px 0;
    }

    .bottom img {
        margin: 0 auto 18px auto;
    }

    .bottom b {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 32px;
    }
	
	.slider {
        margin: 80px auto 119px auto;
    }

    .slider .wrapper {
        max-width: 100%;
        padding: 0;
    }

    .slider .wrapper h2 > strong {
        text-align: left;
        padding: 0 40px;
    }

    .slider .wrapper .submenu {
        margin: 30px auto 40px auto;
        text-align: left;
        padding: 0 40px;
    }

    .slider .wrapper .submenu label {
        margin: 0 55px 0 0;
    }

    .slider .wrapper .submenu label:last-of-type {
        margin: 0;
    }

    .slider .wrapper .photo .item {
        width: 100vw;
    }

    .slider .wrapper .photo .item:before {
        width: 600px;
        height: 40ppx;
    }

    .slider .wrapper .photo .item .img {
        width: 78%;
    }
}

@media screen and (max-width: 765px) {
    body {
        background: url(../img/mobile-bg@3x.png) #f8fcff repeat-y;
        background-size: 100% 100%;
    }

    .desktop,
    .pad {
        display: none;
    }

    .mobile {
        display: block;
    }

    .wrapper {
        padding: 0 35px;
    }

    .kv {
        padding-top: 158px;
        padding-bottom: 55px;
    }

    .kv .wrapper {
        padding: 0;
    }

    .kv .intro-main {
        padding: 33px 20px 38px 20px;
        max-width: 340px;
    }

    .kv title.tab {
        width: 99px;
        line-height: 32px;
        left: -10px;
        top: -20px;
        font-size: 14px;
        letter-spacing: 0.58px;
    }

    .kv .intro-main h1 {
        line-height: 40px;
        font-size: 28px;
    }

    .kv .intro-main strong {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: normal;
    }

    .kv .intro-main strong:after {
        display: none;
    }

    .kv .intro-main > a {
        width: 224px;
        line-height: 64px;
        height: 64px;
        margin: 20px auto 0 auto;
        font-size: 16px;
    }

    .center {
        position: static;
    }

    .intro-breadcrumb {
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        left: 0;
        top: 84px;
        color: #fff;
    }

    .intro-breadcrumb a,
    .intro-breadcrumb span {
        color: #fff;
    }

    .marquee {
        font-size: 32px;
        line-height: 50px;
        height: 50px;
    }

    .center {
        padding-bottom: 150px;
    }

    .detail {
        margin-top: 50px;
    }

    .detail:nth-of-type(2) {
        margin-top: 85px;
    }

    .detail:nth-of-type(3) {
        margin-top: 60px;
    }

    .detail .img {
        width: 100%;
    }

    .detail .img .cover {
        right: -84px;
    }

    .detail.other .img .cover {
        left: -84px;
    }

    .detail .img:after {
        right: -10px;
        bottom: -25px;
        width: 96.2%;
        height: 82.7%;
    }

    .detail.other .img:after {
        left: -10px;
    }

    .detail .text {
        width: 100%;
        margin: 0 auto;
    }

    .detail.other .text {
        margin: 0 auto;
    }

    .detail h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .detail h3 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1.11px;
        margin-bottom: 10px;
        padding-left: 27px;
    }

    .detail h3 img {
        height: 28px;
    }

    .detail p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .feature {
        margin-top: 74px;
        display: block;
    }

    .feature > div {
        width: 100%;
        padding: 65px 20px 29px 20px;
        margin: 0px 0px 55px 0px;
    }

    .feature > div:last-of-type {
        margin-top: 0;
        margin-bottom: 0;
    }

    .feature > div title {
        width: 103px;
        line-height: 35px;
        font-size: 19.2px;
        top: 20px;
        left: -10px;
    }

    .feature > div img {
        width: 90px;
        top: -35px;
    }

    .feature > div p {
        line-height: 22px;
    }

    .example {
        padding-top: 61px;
        background: url(../img/example-bg-mobile@3x.jpg) top left no-repeat;
        background-size: 100% auto;
    }

    .example h4 {
        font-size: 40px;
        line-height: 47px;
        top: -47px;
    }

    .example:before {
        display: block;
        width: 100%;
        height: 240vw;
    }

    .example .wrapper {
        padding: 0 25px;
    }

    .example .wrapper strong {
        margin-bottom: 25px;
        line-height: 33px;
        font-size: 24px;
    }

    .example .tabs {
        display: block;
    }

    .example .tabs ul {
        width: 100vw;
        margin: 0 -25px;
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        -ms-overflow-style: none;
    }

    .example .tabs ul::-webkit-scrollbar {
        display: none;
    }

    .example .tabs ul li {
        display: inline-block;
        margin: 0 15px;
    }

    .example .tabs ul li a {
        margin-bottom: 0;
        font-size: 20px;
        border-bottom: 0;
        position: relative;
    }

    .example .tabs ul li a:before {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        position: absolute;
        left: -15px;
        top: 10px;
        background: rgba(255, 255, 255, 0.8);
    }

    .example .tabs ul li:first-of-type a:before {
        display: none;
    }

    .example .tabs > div {
        width: 100%;
        padding: 40px 30px 18px 30px;
    }
    
    .example .tabs .sticky ~ div {
        padding-top: 70px;
    }

    .example .tabs > div .link label {
        font-size: 18px;
        line-height: 35px;
        margin-right: 20px;
        margin-top: 12px;
    }

    .example .tabs > i {
        width: 100%;
        height: calc(100% - 60px);
        top: auto;
        bottom: 0;
    }

    .example .tabs > div input:checked + .text {
        margin-top: 37px;
    }

    .example .tabs > div .text > div:not(.img) {
        width: 100%;
        margin-right: 0;
    }

    .example .tabs > div .text > div:not(.img) p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .example .tabs > div .text > div:not(.img) a {
        width: calc(50% - 16px);
        padding: 20px;
        margin: 0 7px 20px 7px;
    }

    .example .tabs > div .text > div:not(.img) a img {
        width: 100%;
    }

    .example .tabs > div .text .img {
        width: 100%;
        margin-bottom: 18px;
    }

    .bottom {
        padding: 80px 0;
    }
	
	.slider {
        margin: 100px auto 45px auto;
    }

    .slider .wrapper h2 > strong {
        font-size: 24px;
        line-height: 33px;
        padding: 0 35px;
    }

    .slider .wrapper .submenu {
        margin: 26px auto 41px auto;
        padding: 0 35px;
    }

    .slider .wrapper .submenu label {
        font-size: 20px;
        margin: 0 20px 0 0;
		margin-bottom: 30px;
    }

    .slider .wrapper .photo .item:before {
        display: none;
    }

    .slider .wrapper .photo .item .img {
        float: none;
        display: block;
        width: 100%;
        margin: -40px 0 0 0;
    }

    .slider .wrapper .photo p {
        position: relative;
        left: 5%;
        bottom: auto;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
        width: 90%;
        margin-top: 5px;
    }

    .slider .wrapper .photo p img {
        width: 64px;
        height: 90px;
        top: 0;
        bottom: 0;
        margin: auto;
        left: auto;
        right: -54px;
    }

    .slider .slick-prev {
        width: 14px;
        height: 27px;
        right: 84px;
        bottom: -45px;
    }

    .slider .slick-next {
        width: 14px;
        height: 27px;
        right: 37px;
        bottom: -45px;
    }

    .slider .slick-dots {
        bottom: -37px;
        width: 100%;
    }

    .slider > img {
        width: 39.4%;
        right: auto;
        left: 0;
        bottom: calc(-29.7vw - 31px);
    }
	
	/* 20231024 Edit 應用案例-Scrollbar Start */
	.example .tabs ul::-webkit-scrollbar {
        display: block;
    }
	.example .tabs ul {
        width: 100%;
        margin: 0;
    }
    .example .tabs ul::-webkit-scrollbar {
        height: 8px;
    }
    .example .tabs ul::-webkit-scrollbar {
        background: rgba(0 0 0 / 0.2);
    }
    .example .tabs ul::-webkit-scrollbar-thumb {
        background: rgba(255 255 255 / 0.6);
    }
    .example .tabs ul li {
        margin-bottom: 10px!important; 
    }
	/* 20231024 Edit 應用案例-Scrollbar End */
	
	/* 20240820 修改 start */	
	.example .tabs > div .text > div:not(.img) .text_link {
		font-size: 16px;
		width: auto;
	}
	/* 20240820 修改 end*/
}
@media screen and (max-width: 375px) {
    .slider .wrapper .submenu label {
        margin-right: 15px;
    }
    .bottom img {
        margin-top: 10%;
    }
}