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

body {
    font-family: PingFangTC-Regular, 'Microsoft JhengHei', 'Roboto', sans-serif !important;
    font-weight: normal;
    overflow-x: hidden;
    color: #333333;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
}

.pad,
.mobile {
    display: none;
}

.desktop {
    display: block;
}

header {
    padding: 17px 0 13px 0;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
}

header .logo,
header .logo img {
    float: left;
    height: 55px;
}

header .menu {
    float: right;
}

header .menu a {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 1.8px;
    padding: 0 20px;
    color: #0465b3;
}

header .ham {
    display: none;
}

footer {
    background: #0e4da0;
    padding: 50px 0;
    color: #ffffff;
    position: relative;
    z-index: 100;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer title {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
}

footer small {
    display: block;
    font-size: 14px;
    line-height: 22px;
}

.back-top {
    width: 60px;
    height: 60px;
    border: solid 1px #003dbf;
    border-radius: 60px;
    display: block;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 99;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    padding: 12px 0 0 0;
    opacity: 0;
    pointer-events: none;
}

.back-top img {
    display: block;
    width: 23px;
    margin: 0 auto 10px auto;
}

.back-top img+img {
    width: 34px;
}

.profile.aos-animate + .back-top {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 2s;
}

.kv {
    position: relative;
}

.kv>video {
    width: 100%;
    pointer-events: none;
    position: relative;
    z-index: -1;
}

.kv>div {
    width: 49.66%;
    position: absolute;
    right: 6%;
    top: 14%;
}

.kv>div>img {
    width: 100%;
}

.kv>div>a {
    width: 5vw;
    height: 5vw;
    padding-top: 20px;
    border: solid 1px #003dbf;
    border-radius: 60px;
    margin: 5.6% auto 0 auto;
    text-align: center;
    display: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .kv>div>a {
        display: block;
    }
    #pointer-ring {
        display: none;
    }
}

.kv>div>a .text {
    display: block;
    width: 62%;
    margin: 0px auto 8px auto;
}

.kv>div>a .arrow {
    display: block;
    width: 23%;
    margin: 0px auto;
    animation: animate-down 2s infinite;
}

@keyframes animate-down {

    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}

.kv>div>a .arrow+.arrow {
    animation-delay: -0.2s;
}

#pointer-dot {
    display: none;
}

#pointer-ring {
    opacity: 0;
    left: -1.5vw;
    top: -1.5vw;
    width: 0;
    height: 0;
    padding: 0 !important;
    position: fixed;
    z-index: 102;
    pointer-events: none;
    background: url(../../images/etn_g/kv-scroll.png) no-repeat;
    background-size: 100% 100%;
}

#pointer-ring.move {
    opacity: 1;
    width: 5vw;
    height: 5vw;
}

h2 {
    max-width: 1200px;
    width: 90%;
    height: 160px;
    margin: 0px auto;
    display: block;
    text-align: center;
    font-size: 46px;
    line-height: 65px;
    color: #424141;
    position: relative;
    overflow: visible;
    cursor: pointer;
}

h2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

h2.aos-animate img {
    display: block;
    width: 100%;
    transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
}

h2.aos-animate img+img {
    transition: all 2.5s ease-in-out;
    -moz-transition: all 2.5s ease-in-out;
    -webkit-transition: all 2.5s ease-in-out;
    -o-transition: all 2.5s ease-in-out;
}

section {
    overflow: hidden;
}

.profile {
    position: relative;
}

.profile:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 1;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition-delay: 0.5s;
}

.profile.aos-animate:before {
    width: 0;
}

.profile .img {
    float: right;
    width: 46%;
    max-height: 700px;
}

.profile .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.profile .text {
    float: right;
    width: 54%;
    padding: 13% 0 0 3%;
    position: relative;
}

.profile .text:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #fff;
}

.profile .slick-active .text:before {
    width: 0;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.profile .text strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 46px;
    font-weight: normal;
    line-height: 65px;
    color: #424141;
    margin-right: 25px;
    margin-bottom: 10px;
}

.profile .text small {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: normal;
    line-height: 33px;
    color: #424141;
    margin-bottom: 10px;
}

.profile .text p {
    width: 30vw;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.profile .slick-dots {
    position: absolute;
    left: 0;
    top: 4.5vw;
    bottom: auto;
    margin-left: 49%;
}

.profile .slick-dots li {
    float: left;
    width: 5.1vw;
    height: 6.2vw;
    margin: 0 2vw 0 0;
    opacity: 0.2;
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.profile .slick-dots li.slick-active {
    opacity: 1;
    margin-right: 12vw;
}

.profile .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
}

.profile .slick-dots li button:before {
    color: transparent;
}

.profile .slick-dots li.slick-active button:before {
    content: "";
    opacity: 0.2;
    background-color: #24f0d4;
    height: 6px;
    width: 8vw;
    position: absolute;
    left: 7vw;
    bottom: 0;
    top: 0;
    margin: auto;
}

.profile .slick-dots li.slick-active button:after {
    content: "";
    background-color: #24f0d4;
    height: 6px;
    width: 0;
    position: absolute;
    left: 7vw;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-name: loading_;
    animation-name: loading_;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-delay: 0.5s;
}

@keyframes loading_ {
    0% {
        width: 0;
    }

    100% {
        width: 8vw;
    }
}

.profile .slick-dots li:nth-of-type(1) button {
    background: url(../../images/etn_g/number-01.png) no-repeat;
    background-size: 100% 100%;
}

.profile .slick-dots li:nth-of-type(2) button {
    background: url(../../images/etn_g/number-02.png) no-repeat;
    background-size: 100% 100%;
}

.profile .slick-dots li:nth-of-type(3) button {
    background: url(../../images/etn_g/number-03.png) no-repeat;
    background-size: 100% 100%;
}

.two {
    padding: 207px 0 129px 0;
    background: url(../../images/etn_g/two-bg.png) right no-repeat;
    background-size: auto 100%;
}

.two .wrapper:first-of-type {
    margin-top: 55px;
}

.two .wrapper img {
    width: 100%;
}

.two .wrapper>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition-delay: 0.5s;
    background: url(../../images/etn_g/chart-line.png) left no-repeat;
    background-size: auto 100%;
}

.two .wrapper.aos-animate>div {
    width: 100%;
}

.two .wrapper small {
    display: block;
    margin-top: 39px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #9fa0a0;
    position: relative;
}

.two .wrapper small span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.two .wrapper small span i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.pie {
    padding: 204px 0 0 0;
    background: url(../../images/etn_g/three-bg.png) left bottom no-repeat;
    background-size: 40% auto;
}

.pie .wrapper {
    margin-top: 135px;
}

.pie .highcharts-credits {
    display: none !important;
}

.pie .left {
    float: left;
    width: 450px;
    height: 450px;
    margin-top: -30px;
}

.pie .right {
    float: right;
    width: calc(100% - 500px);
    overflow: visible;
    position: relative;
    margin-right: 30px;
}

.pie .right:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition-delay: 0.5s;
}

.pie .aos-animate .right:before {
    width: 0;
}

.pie .right>div>div {
    width: 90%;
    max-height: 430px;
    overflow: auto;
    position: relative;
}

.pie .right table {
    width: 100%;
    white-space: nowrap;
}

.pie .right table tr th {
    width: 25%;
    font-size: 18px;
    font-weight: normal;
    color: #898989;
    padding: 0 0 14px 0;
    text-align: left;
    line-height: 25px;
    position: sticky;
    top: 0;
    background: #fff;
}

.pie .right table tr td {
    font-size: 20px;
    font-weight: normal;
    padding: 14px 0;
    text-align: left;
    line-height: 32px;
    color: #595757;
}

.pie .right> ul {
    display: block !important;
}

.pie .right .all {
    position: absolute;
    left: -480px;
    top: -10px;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #9fa0a0;
}

.pie ul {
    margin-top: 60px;
}

.pie ul li {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    color: #9fa0a0;
    position: relative;
}

.pie ul li:before {
    content: "※";
    display: inline-block;
    vertical-align: middle;
}

.pie ul li a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    color: #9fa0a0;
}

.edge {
    padding: 268px 0 95px 0;
    background: url(../../images/etn_g/edge-bg.png) left bottom no-repeat;
    background-size: 100% 540px;
}

.edge .slider {
    margin-top: 90px;
}

.edge .slider * {
    overflow: visible !important;
}

.edge .slider .main {
    position: relative;
    width: 100%;
    height: 483px;
}

.edge .slider .text {
    padding: 0;
    margin-top: 102px;
    width: 468px;
    position: relative;
}

.edge .slider .text:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #EAFEFD;
}

.edge .slider.aos-animate .slick-active .text:before {
    width: 0;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.edge .slider .text strong {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    color: #424141;
    margin-bottom: 24px;
}

.edge .slider .text p {
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
    color: #333333;
    text-align: justify;
    text-justify: inter-ideograph;
}

.edge .slider .img {
    position: absolute;
}

.edge .slider .img img {
    display: block;
    object-fit: cover;
    object-position: left;
    width: 0;
    height: 100%;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition-delay: 0.5s;
}

.edge .slider.aos-animate .img img {
    width: 100%;
}

.edge .slider .large {
    width: 990px;
    height: 483px;
    left: 468px;
    top: 0;
}

.edge .slider .small {
    width: 198px;
    height: 97px;
    left: 223px;
    bottom: 0;
    cursor: pointer;
}

.edge .slider .small+.small {
    left: 0;
}

.edge .slider .small:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/etn_g/edge-mask.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    opacity: 0;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.edge .slider.aos-animate .small:before {
    opacity: 1;
}

.edge .slider .slick-dots {
    width: 838px;
    height: 8px;
    position: absolute;
    left: 468px;
    bottom: -8px;
    z-index: 2;
}

.edge .slider .slick-dots:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #23efef, #14b8f6 100%);
    opacity: 0.3;
}

.edge .slider .slick-dots li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.edge .slider .slick-dots li.slick-active button {
    padding: 0;
    text-indent: -99999px;
    width: 0;
    height: 100%;
    background-image: linear-gradient(to right, #23efef, #14b8f6 100%);
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-name: loading;
    animation-name: loading;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-delay: 0.5s;
}

@keyframes loading {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.edge .slider .slick-dots li button:before,
.edge .slider .slick-dots li button:after {
    display: none;
}

.file {
    padding: 266px 0 164px 0;
    background: url(../../images/etn_g/file-bg.png) right bottom no-repeat;
    background-size: 92.77% 540px;
}

.file .table {
    margin-top: 80px;
    padding: 55px 45px 62px 45px;
    box-shadow: 40px 40px 40px 0 rgba(0, 136, 136, 0.1);
    border: solid 1px #efefef;
    background-color: #ffffff;
    position: relative;
}

.file .table table tr th {
    font-size: 18px;
    font-weight: 500;
    color: #898989;
    width: 233px;
    border-right: 1px solid #dcdddd;
    padding: 15px 0;
    text-align: left;
    vertical-align: top;
}

.file .table table tr td {
    font-size: 20px;
    line-height: 32px;
    color: #595757;
    padding: 15px 0;
    padding-left: 50px;
    text-align: left;
}

.file .table:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition-delay: 0.5s;
}

.file .table.aos-animate:before {
    width: 0;
}

.file .car {
    position: absolute;
    right: -343px;
    bottom: -230px;
    width: 991px;
    height: 447px;
    z-index: 1;
}

.file .car img {
    display: block;
    object-fit: cover;
    object-position: left;
    width: 0;
    height: 100%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition-delay: 0.5s;
}

.file .car.aos-animate img {
    width: 100%;
}

.etn {
    padding: 332px 0 211px 0;
    background: url(../../images/etn_g/etn-bg.png) no-repeat;
    background-size: 100% 100%;
}

.etn .btn {
    display: block;
    margin: 90px auto 0 auto;
    width: 1097px;
    height: 264px;
    background: url(../../images/etn_g/etn-btn-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 19px;
    position: relative;
}

.etn .btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    background: url(../../images/etn_g/etn-btn-bg.png) right no-repeat;
    background-size: auto 100%;
}

.etn .btn.aos-animate:before {
    width: 0;
}

.etn .btn .img {
    position: absolute;
    left: 19px;
    top: 20px;
    width: 413px;
    height: calc(100% - 40px);
}

.etn .btn .img img {
    object-fit: cover;
    object-position: left;
    width: 100%;
    height: 100%;
}

.etn .btn .text {
    float: right;
    width: calc(100% - 413px);
    padding: 57px 100px 0 60px;
    font-size: 28px;
    line-height: 42px;
    color: #424141;
    position: relative;
}

.etn .btn.aos-animate .text:before {
    width: 0;
}

.etn .btn .text:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    margin-top: 24px;
    background: #00cccc;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.etn .btn .text>img {
    width: 11px;
    position: absolute;
    right: 120px;
    top: 100px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.etn .btn .text>img+img {
    opacity: 1;
    right: 100px;
}

.mCSB_scrollTools .mCSB_draggerContainer:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #00cccc;
    margin: auto;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #00cccc !important;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}

@media screen and (min-width: 1025px) {
    .back-top:hover {
        bottom: 60px;
    }

    .etn .btn:hover .text:after {
        width: 100%;
    }

    .etn .btn:hover .text>img {
        right: 100px;
        opacity: 1;
    }

    .etn .btn:hover .text>img+img {
        opacity: 0;
        right: 80px;
    }

    .edge .slider.aos-animate .small:hover:before {
        opacity: 0;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        transition-delay: 0s;
    }

    .profile .slick-dots:hover li.slick-active button:after,
    .edge .slider .slick-dots:hover li.slick-active button {
        animation: 0;
    }

    .profile .slick-dots li:hover {
        opacity: 1;
    }

    .pie .right ul li a:hover {
        font-weight: bold;
        text-decoration: none;
    }
}

@media screen and (max-width: 1250px) {
    .wrapper {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1025px) {

    .desktop,
    .mobile {
        display: none;
    }

    .pad {
        display: block;
    }

    body {
        padding-top: 60px;
    }

    header {
        padding: 12px 0;
        background: #fff !important;
    }

    header .ham {
        display: block;
        position: absolute;
        right: 10px;
        top: -15px;
    }

    header .ham .line {
        stroke: url(#linear);
        /* stroke: #0480c8; */
    }

    header .logo,
    header .logo img {
        height: 36px;
    }

    header .menu {
        clear: both;
        float: none;
        display: block;
        height: 0;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    header .ham.active+.menu {
        height: 365px;
    }

    header .menu a {
        display: block;
        line-height: 25px;
        padding: 0;
        text-align: center;
        margin-top: 40px;
    }

    footer {
        padding: 50px 0 40px 0;
    }

    footer .wrapper {
        padding: 0 30px;
    }

    .back-top {
        right: 30px;
        bottom: 30px;
    }

    .kv>div {
        width: 63.5%;
        right: 0;
        left: 0;
        margin: auto;
        top: 0;
        height: 100%;
        padding-top: 9%;
    }

    .kv>div>a {
        width: 10.42vw;
        height: 10.42vw;
        margin: auto;
        position: absolute;
        bottom: 13px;
        left: 0;
        right: 0;
        display: block;
    }
    
    #pointer-ring {
        display: none !important;
    }
    
    h2 {
        max-width: none;
        width: 375px;
        height: 86px;
    }
    
    h2.aos-animate img {
        transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
    }

    h2.aos-animate img+img {
        transition: all 1.5s ease-in-out;
        -moz-transition: all 1.5s ease-in-out;
        -webkit-transition: all 1.5s ease-in-out;
        -o-transition: all 1.5s ease-in-out;
        transition-delay: 0.5s;
    }

    h2>img {
        right: 35.9%;
        top: -33px;
        bottom: auto;
    }

    h2.en1>img {
        height: 50px;
    }

    h2.en2>img {
        height: 63px;
    }

    h2.en3>img {
        height: 63px;
    }

    h2.en4>img {
        height: 49px;
    }

    h2.en5>img {
        height: 49px;
    }

    .profile .img {
        width: 360px;
        height: 360px;
    }

    .profile .text {
        width: calc(100% - 360px);
        padding: 150px 30px 0 18px;
    }

    .profile .text strong {
        font-size: 32px;
        line-height: 45px;
        margin-right: 10px;
    }

    .profile .text small {
        font-size: 20px;
        line-height: 28px;
    }

    .profile .text p {
        width: 100%;
        font-size: 18px;
    }

    .profile .slick-list {
        pointer-events: none;
    }

    .profile .slick-dots {
        top: 60px;
        margin-left: 385px;
    }

    .profile .slick-dots li {
        width: 50px;
        height: 60px;
        margin: 0 25px 0 0;
    }

    .profile .slick-dots li.slick-active {
        margin-right: 152px;
    }

    .profile .slick-dots li.slick-active button:before {
        height: 5px;
        width: 102px;
        left: 75px;
    }

    .profile .slick-dots li.slick-active button:after {
        height: 5px;
        width: 0;
        left: 75px;
    }

    @keyframes loading_ {
        0% {
            width: 0;
        }

        100% {
            width: 102px;
        }
    }

    .two {
        padding: 130px 0 0 0;
        background: url(../../images/etn_g/two-bg.png) center no-repeat;
        background-size: 100% auto;
    }

    .two .wrapper:first-of-type {
        margin-top: 40px;
    }

    .two .wrapper>div {
        left: 30px;
    }

    .two .wrapper.aos-animate>div {
        width: calc(100% - 60px);
    }

    .two .wrapper small {
        margin-top: 24px;
        font-size: 14px;
        line-height: 27px;
    }

    .two .wrapper small span {
        margin-right: 20px;
    }

    .pie {
        padding: 140px 0 0 0;
        background: url(../../images/etn_g/three-bg.png) left bottom 120px no-repeat;
        background-size: 300px 235px;
    }

    .pie .wrapper {
        margin-top: 75px;
        padding: 0;
    }

    .pie .left {
        width: 350px;
        height: 300px;
    }

    .pie .right {
        width: calc(100% - 380px);
    }

    .pie .right>div>div {
        width: 100%;
        max-height: 300px;
    }

    .pie .right table tr th {
        font-size: 16px;
        padding: 0 0 8px 0;
        line-height: 22px;
    }

    .pie .right table tr td {
        font-size: 16px;
        padding: 8px 0;
        line-height: 22px;
    }

    .pie ul {
        padding: 0 30px;
        margin-top: 70px;
    }

    .pie .right> ul {
        display: none !important;
    }
    
    .pie .right .all {
        left: -320px;
        font-size: 14px;
    }

    .edge {
        padding: 106px 0 42px 0;
        position: relative;
        background: none;
    }

    .edge:after {
        content: "";
        display: block;
        width: 53%;
        height: 454px;
        position: absolute;
        right: 0;
        bottom: 0;
        background: url(../../images/etn_g/edge-bg.png) left bottom no-repeat;
        background-size: auto 100%;
        z-index: -1;
    }

    .edge .slider {
        margin-top: 56px;
        padding: 0;
    }

    .edge .slider * {
        overflow: hidden !important;
    }

    .edge .slider .main {
        height: auto;
    }

    .edge .slider .text {
        padding: 0 30px;
        margin: 0;
        width: 475px;
    }
    
    .edge .slider .text:before {
        background: #fff;
    }

    .edge .slider .text strong {
        margin-bottom: 19px;
    }

    .edge .slider .text p {
        font-size: 18px;
        line-height: 30px;
    }

    .edge .slider .large {
        width: 70vw;
        height: 34.5vw;
        left: 0;
        top: 0;
        position: relative;
        margin: 40px auto 0 auto;
    }

    .edge .slider .small {
        width: 71vw;
        height: 34.5vw;
        left: auto;
        right: -45vw;
    }

    .edge .slider .small+.small {
        left: -45vw;
        right: auto;
    }

    .edge .slider .slick-dots {
        width: 59vw;
        height: 5px;
        position: absolute;
        left: 15vw;
        bottom: -5px;
    }

    .file {
        padding: 141px 0 111px 0;
        background: none;
        position: relative;
    }

    .file:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 730px;
        background-image: linear-gradient(to right, rgba(0, 242, 226, 0.05), #fbfffe 198%, #ffffff 198%);
        z-index: -1;
        opacity: 0.4;
    }

    .file .table {
        padding: 30px 25px 30px 25px;
        margin-top: 40px;
    }

    .file .table table tr th {
        font-size: 16px;
        width: 164px;
        padding: 10px 0;
    }

    .file .table table tr td {
        font-size: 18px;
        padding: 10px 0;
        padding-left: 26px;
    }

    .file .car {
        right: -30px;
        bottom: -111px;
        width: 384px;
        height: 179px;
    }

    .etn {
        padding: 141px 0 184px 0;
    }

    .etn .btn {
        margin: 80px auto 0 auto;
        width: 683px;
        height: 163px;
        padding: 11.5px 11px;
    }

    .etn .btn .img {
        left: 11px;
        top: 11.5px;
        height: calc(100% - 23px);
        width: 258px;
    }

    .etn .btn .text {
        width: calc(100% - 258px);
        padding: 35px 68px 0 37px;
        font-size: 17.5px;
        line-height: 27px;
    }

    .etn .btn .text:before {
        right: 68px;
        top: 35px;
        width: calc(100% - 105px);
        height: calc(100% - 35px);
    }

    .etn .btn .text:after {
        width: 100%;
        margin-top: 14px;
    }

    .etn .btn .text>img+img {
        width: 7px;
        right: 68px;
        top: 60px;
    }
}

@media screen and (max-width: 765px) {

    .desktop,
    .pad {
        display: none;
    }

    .mobile {
        display: block;
    }

    .wrapper {
        padding: 0 25px;
    }

    header .wrapper {
        padding: 0 26px;
    }

    footer {
        padding: 40px 0;
    }

    footer .wrapper {
        padding: 0 25px;
    }

    footer title {
        margin-bottom: 25px;
    }

    .back-top {
        transform: scale(0.7);
        right: 10px;
        bottom: 10px;
    }

    .kv>div {
        width: 86.7%;
        padding-top: 8%;
    }

    .kv>div>a {
        width: 19.2vw;
        height: 19.2vw;
        margin: 10% auto 0 auto;
        position: relative;
        bottom: 0;
        padding-top: 15px;
    }

    h2>img {
        right: 22%;
    }

    .profile .img {
        width: 100%;
        height: 281px;
    }

    .profile .text {
        width: 100%;
        padding: 125px 20px 40px 20px;
    }

    .profile .text strong {
        margin-bottom: 15px;
        margin-right: 15px;
    }

    .profile .text small {
        margin-bottom: 15px;
    }

    .profile .slick-dots {
        top: 45px;
        left: 20px;
        margin: 0;
    }

    .two {
        padding: 141px 0 0 0;
        background: url(../../images/etn_g/two-bg.png) center right no-repeat;
        background-size: 170% auto;
    }

    .two .wrapper>div {
        left: 25px;
        background: url(../../images/etn_g/chart-line-mobile.png) left no-repeat;
        background-size: auto 100%;
    }

    .two .wrapper.aos-animate>div {
        width: calc(100% - 50px);
    }

    .two .wrapper small {
        margin-top: 42px;
    }

    .two .wrapper small span {
        display: block;
        margin-right: 0;
        position: relative;
        padding-left: 20px;
    }
    
    .two .wrapper small span i {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .pie {
        padding: 164px 0 0 0;
        background: none;
    }

    .pie .wrapper {
        margin-top: 48px;
    }

    .pie .left {
        width: 100%;
    }

    .pie .right {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 0 10px 0 20px;
    }

    .pie ul {
        margin-top: 40px;
        padding: 0 20px;
    }

    .pie ul li {
        padding-left: 20px;
    }

    .pie ul li:before {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .pie .right .all {
        left: 20px;
        top: -310px;
    }

    .edge {
        padding: 167px 0 78px 0;
    }

    .edge:after {
        width: 63.2%;
        height: 284px;
    }

    .edge .slider {
        margin-top: 38px;
    }

    .edge .slider .text {
        padding: 0 20px;
        width: 100%;
    }

    .edge .slider .text strong {
        margin-bottom: 20px;
        line-height: 30px;
        font-size: 22px;
    }

    .edge .slider .large {
        width: 91vw;
        height: 44vw;
        margin: 63px auto 0 auto;
    }

    .edge .slider .small {
        width: 91vw;
        height: 44vw;
        right: -72.5vw;
    }

    .edge .slider .small+.small {
        left: -72.5vw;
    }

    .edge .slider .slick-dots {
        width: 77vw;
        height: 3px;
        left: 4.5vw;
        bottom: -3px;
    }

    .file {
        padding: 117px 0 132px 0;
        background: none;
    }

    .file .table {
        padding: 30px 17px 39px 17px;
    }

    .file .table table tr th {
        width: 80px;
        padding: 11.5px 15px 11.5px 0;
        line-height: 22px;
    }

    .file .table table tr td {
        padding: 11.5px 0;
        padding-left: 15px;
        line-height: 25px;
    }

    .file .car {
        right: -25px;
        bottom: -121px;
    }

    .etn {
        padding: 139px 0 110px 0;
        background: url(../../images/etn_g/etn-bg-mobile.png) no-repeat;
        background-size: 100% 100%;
    }

    .etn .btn {
        background: url(../../images/etn_g/etn-btn-bg-mobile.png) no-repeat;
        background-size: 100% 100%;
        margin: 60px auto 0 auto;
        width: 375px;
        height: 159px;
        padding: 12px 7.5px;
    }
    
    .etn .btn:before {
        background: url(../../images/etn_g/etn-btn-bg-mobile.png) right no-repeat;
        background-size: auto 100%;
    }

    .etn .btn .img {
        left: 7.5px;
        top: 12px;
        height: calc(100% - 24px);
        width: 151px;
    }

    .etn .btn .text {
        width: calc(100% - 151px);
        padding: 38px 25px 0 3px;
        font-size: 16px;
        line-height: 25.5px;
    }

    .etn .btn .text:before {
        right: 25px;
        top: 38px;
        width: calc(100% - 28px);
        height: calc(100% - 38px);
    }

    .etn .btn .text:after {
        width: 80%;
        margin-top: 23px;
    }

    .etn .btn .text>img+img {
        width: 11px;
        right: 25px;
    }
}