@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Manrope:wght@300;400;500;700&family=Montserrat:wght@400;500;600;700;800;900&family=Noto+Sans+TC:wght@300;400;500;700;900&family=Noto+Serif+TC:wght@400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap);
@import url(scss/plugins/bootstrap.min.css);
@import url(scss/plugins/bootstrap-select.min.css);
@import url(scss/plugins/slick.css);
@import url(scss/plugins/slick-theme.css);
@import url(scss/plugins/jquery.fancybox.min.css);
@import url(scss/plugins/swiper-bundle.min.css);
@import url(scss/plugins/jquery.fullpage.min.css);
@import url(font/css/fontello.css);

.calendar header .month,
.calendar td {
    font-size: 18px;
    font-family: Arial, sans-serif
}

.w-750,
.wp1000 {
    max-width: 100%
}

button,
input {
    background: 0 0
}

button,
input,
textarea {
    outline: 0
}

.calendar {
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    text-align: center;
    color: #1a1a1a;
    border: 1px solid #d9d9d9
}

.calendar a {
    text-decoration: none;
    color: inherit
}

.calendar header {
    background-color: #173077;
    position: relative
}

.calendar header .simple-calendar-btn {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    top: 50%
}

.calendar header .simple-calendar-btn:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    content: "\e819";
    position: absolute;
    font-size: 13px
}

.calendar header .btn-prev {
    left: 29px;
    transform: translateY(-50%)
}

.calendar header .btn-next {
    right: 29px;
    transform: translateY(-50%) rotateY(-180deg)
}

.calendar header .month {
    height: 70px;
    padding: 0;
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.calendar header .month .year {
    order: -1
}

.calendar table {
    width: 100%;
    border-spacing: 0px;
    border: 28px solid #fff;
    border-top: none
}

.fp-viewing-page2 header,
.fp-viewing-page5 header,
header.header2,
header.header_top {
    border-bottom: 1px solid rgba(50, 50, 50, .2)
}

.calendar thead td {
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
    padding-top: 20px;
    padding-bottom: 57px
}

.calendar td {
    padding: 5px 4px
}

.calendar .day {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.2em;
    line-height: 2.2em;
    cursor: pointer
}

.calendar .day.has-event:hover,
.calendar .day.today {
    background: #f6f8fa
}

.calendar .day.wrong-month {
    color: #cbd1d2
}

.calendar .day.has-event {
    color: #173077
}

.calendar .day.disabled {
    cursor: default
}

.calendar .event-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px;
    background: #545a5c;
    box-sizing: border-box
}

.calendar .event-container .event-wrapper {
    overflow-y: auto;
    max-height: 100%
}

.calendar .event-container .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.calendar .event-container .close:after,
.calendar .event-container .close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #cbd1d2
}

.calendar .event-container .close:before {
    transform: rotate(45deg)
}

.calendar .event-container .close:after {
    transform: rotate(-45deg)
}

.calendar .event-container .event {
    position: relative;
    width: 100%;
    padding: 1em;
    margin-bottom: 1em;
    background: #6691cc;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12);
    text-align: left;
    color: #fff
}

.about1-video-block .page-title,
.iframe>span,
.index-contact-block .en-title,
.index-news-block .ch-title,
.index-news-block .en-title,
.index-products-block .index-products .index-products-info,
.member-password-block .inner .page-title,
.text-center {
    text-align: center
}

.calendar .event-container .event-date {
    margin-bottom: 1em
}

.calendar .event-container .event-hour {
    float: right
}

.calendar .event-container .event-summary {
    font-weight: 600
}

.calendar .filler {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #545a5c;
    transform: translate(-50%, -50%)
}

.has-event {
    cursor: pointer !important;
    background: #f6f8fa !important
}

.background-cover,
.breadnav-box li:after,
header .rwd-header-block .rwd-header-box {
    background-repeat: no-repeat;
    background-size: cover
}

.day.day-active {
    color: #da3b2b !important;
    font-weight: 700
}

.day.today {
    background-color: transparent !important
}

.notoSansTC {
    font-family: "Noto Sans TC", "Noto Serif TC", sans-serif
}

.lato {
    font-family: Lato, "Noto Sans TC", "Noto Serif TC", sans-serif
}

.Manrope {
    font-family: Manrope, "Noto Sans TC", "Noto Serif TC", sans-serif
}

.Montserrat {
    font-family: Montserrat, "Noto Sans TC", "Noto Serif TC", sans-serif
}

.Roboto {
    font-family: Roboto, "Noto Sans TC", "Noto Serif TC", sans-serif
}

.Arial {
    font-family: Arial, "Noto Sans TC", "Noto Serif TC", sans-serif
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-bold {
    font-weight: 700 !important
}

.color-fff,
.index-contact-block .link-box .link-p,
.index-video-block .inner .index-video-right .ch-title,
.page-block .page-button:hover .page-button-p,
footer .copyright-block .copyright-box p a:hover,
footer .footer-box .footer-Information a:hover,
footer .footer-box .footer-Information span:hover {
    color: #fff
}

.about-class-block .about-class-box a.about-class-menu,
.color-646464,
.editor p {
    color: #646464
}

.lh1 {
    line-height: 1
}

.lh14 {
    line-height: 1.4
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.about4-2-edit-box a,
.text-underline {
    text-decoration: underline
}

.color-252C59,
header .rwd-header-block .rwd-header-box .rwd-header .rwd-header-lan li.active a {
    color: #252c59
}

.about-download-list-box .about-download-list>div h4.color-000,
.color-000 {
    color: #000
}

.color-3B48A6 {
    color: #3b48a6
}

.color-0D0D0D {
    color: #0d0d0d
}

.about-download-list-box .about-download-list:hover .title-Name h4,
.about-history-box:hover .about-history-year,
.about1-list-box .about1-list:hover .about1-list-title-box .about1-list-title,
.about3-2-box .about3-2-list .about3-2-right .about3-2-link a:hover,
.about5-3-block .about5-3-link a:hover,
.about5-block .about5-mid-box .about5-mid-list:hover h4,
.applications-list-box .applications-list:hover .applications-list-info .title,
.color-CE2620,
.contact-block .inner .contact-list .contact-list-left .contact-info-list a[href]:hover,
.cookiesbox .cookiesInner .cookiesWord a:hover,
.form-list .form-list-title span,
.gotop-arrow:hover p,
.member-block .member-out-box a:hover .title,
.news-list:hover .news-list-title,
.page-second-class-box .inner a:hover,
.pdf-icon-box>span.youtube-icon:hover,
.product-class-box .product-class a:hover,
.products-box .products-list:hover .products-list-info .products-list-title,
.question-block .question-list .question-title:hover h2,
.question-block .question-list .question-title:hover h2:before,
.question-block .question-list.active .question-title h2:before,
.search-list-box .search-list:hover .search-list-title,
.sitemap-list nav ul li a:hover,
footer .footer-box a[href]:hover,
header .header1-box .header1-lang-block .header1-lang-box:hover p,
header .rwd-header-block .rwd-header-box .header-map-box a:hover,
header .rwd-header-block .rwd-header-box .rwd-header .rwd-header-lan li a:hover,
header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list .rwd-header-title:hover,
header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list ul a:hover {
    color: #ce2620
}

.color-969696,
.no-banner .breadnav-box a,
.no-banner .breadnav-box li,
.product-top-box .breadnav-box a,
.product-top-box .breadnav-box li,
.products2-top-box .breadnav-box a,
.products2-top-box .breadnav-box li {
    color: #969696
}

.bg-fff,
.products-banner-block .products-class-box .products-class.active .products-class-icon,
.products-banner-block .products-class-box .products-class:hover .products-class-icon,
html[data-lc-type=image] #lightcase-content,
html[data-lc-type=video] #lightcase-content {
    background-color: #fff
}

.bg-B72000 {
    background-color: #b72000
}

.bg-173077 {
    background-color: #173077
}

.about1-video-block .slick-button:hover,
.applications-block .applications-class-box .applications-class:hover .icon,
.bg-CE2620,
.index-application-block .application-slick-dots ul li.slick-active,
.index-products-block .index-products-arrow .products-slick-button.products-slick-next,
.page-block .page-button:hover,
.page-class-block .page-class:hover,
.slick-button:hover,
.technical-support-control:hover,
.video-show-block .video-show-close:hover,
header .rwd-btn:hover,
header.header_top .rwd-btn {
    background-color: #ce2620
}

.about1-video-block .slick-button,
.bg-252C59,
.index-products-block .index-products-arrow .products-slick-button.products-slick-next:hover,
.search-list-box .search-list:hover .search-list-arrow {
    background-color: #252c59
}

.bg-F4F4F4 {
    background-color: #f4f4f4
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.flex-grow {
    flex-grow: 1
}

.flex-center,
.products-banner-block .products-class-box,
footer .footer-box .footer-top-right {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-align-center,
.index-application-block .application-slick-arrows,
.member-block .member-out-box a,
.technical-page-box .technical-page-sum,
.technical-table-box .technical-table-right .part-class .sort-p,
footer .footer-box .footer-top-left {
    display: flex;
    align-items: center
}

.iframe>span:before,
.iframe>span>iframe {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.flex-align-end {
    display: flex;
    align-items: flex-end
}

.about5-block .about5-mid-box,
.about5-block .about5-top-box,
.flex-justify-space-between {
    display: flex;
    justify-content: space-between
}

.flex-justify-center {
    display: flex;
    justify-content: center
}

.line1,
.line2,
.line3,
.line5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-column {
    flex-direction: column
}

.blank {
    padding-right: 30px;
    padding-left: 30px
}

.unblank {
    margin-right: -30px;
    margin-left: -30px
}

.w-750,
.wp1000,
.wp1300,
.wp1310,
.wp1400,
.wp1430,
.wp1500,
.wp1530,
.wp1600 {
    margin: 0 auto
}

.w-750 {
    width: 750px
}

.about5-3-block .wp1400,
.about5-block .inner,
.w-90 {
    width: 90%
}

.wp1000 {
    width: 1000px
}

.wp1600 {
    max-width: 1600px
}

.wp1530 {
    max-width: 1530px
}

.wp1500 {
    max-width: 1500px
}

.wp1430 {
    max-width: 1430px
}

.wp1400 {
    max-width: 1400px
}

.wp1300 {
    max-width: 1300px
}

.wp1310 {
    width: 1310px;
    max-width: 100%
}

.wp1200 {
    max-width: 1200px
}

.les05 {
    letter-spacing: .5px
}

.les1 {
    letter-spacing: 1px
}

.les2 {
    letter-spacing: 2px
}

.les5 {
    letter-spacing: 5px
}

.background-cover {
    background-position: center center
}

.line1 {
    -webkit-line-clamp: 1
}

.line2 {
    -webkit-line-clamp: 2
}

.line3 {
    -webkit-line-clamp: 3
}

.line5 {
    -webkit-line-clamp: 5
}

.overflow-hidden {
    overflow: hidden !important
}

@media (min-width:1400px) {

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .mr-xxl-5 {
        margin-right: 3rem !important
    }

    .ml-xxl-4 {
        margin-left: 1.5rem !important
    }
}

.mb-30 {
    margin-bottom: 30px
}

.mb-45 {
    margin-bottom: 45px
}

.mt-55 {
    margin-top: 55px
}

.mb-25 {
    margin-bottom: 25px
}

.index-application-block .inner .index-application-left .en-title,
.mb-20,
footer .footer-box .footer-menu-block ul li {
    margin-bottom: 20px
}

.form-box .mb-40,
.mb-40 {
    margin-bottom: 40px
}

.mtb-60 {
    margin: 60px auto
}

.mt-110 {
    margin-top: 110px
}

.mb-90 {
    margin-bottom: 90px
}

.about3-block .page-title,
.contact-block .inner .page-title,
.mb-75 {
    margin-bottom: 75px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mb-80 {
    margin-bottom: 80px
}

.margin-auto {
    margin-left: auto;
    margin-right: auto
}

.about4-block .about1-list-box,
.pt-100 {
    padding-top: 100px
}

.member-password-block,
.pt-98 {
    padding-top: 98px
}

.pr-100 {
    padding-right: 100px
}

.pt-90 {
    padding-top: 90px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-90 {
    padding-bottom: 90px
}

.ptb-110 {
    padding: 110px 0
}

@media (max-width:1300px) {
    .pt-90 {
        padding-top: 60px
    }

    .pb-110 {
        padding-bottom: 80px
    }

    .ptb-110 {
        padding: 80px 0
    }
}

.op07 {
    opacity: .7
}

.relative {
    position: relative
}

.cursor,
.question-block .question-list .question-title {
    cursor: pointer
}

.tableWrap {
    overflow-x: auto;
    padding-bottom: 20px
}

.tableWrap:has(.tableWrapFake) {
    position: relative
}

.tableWrap .tableWrapFake {
    width: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 10
}

.tableWrap .tableWrapFake.active {
    border: 2px solid #ce2620
}

.font-90 {
    font-size: 90px
}

.font-88 {
    font-size: 88px
}

.font-80 {
    font-size: 80px
}

.font-70 {
    font-size: 70px
}

.font-64 {
    font-size: 64px
}

.font-60 {
    font-size: 60px
}

.font-55 {
    font-size: 55px
}

.font-50 {
    font-size: 50px
}

.font-48 {
    font-size: 48px
}

.font-43 {
    font-size: 43px
}

.font-42 {
    font-size: 42px
}

.font-40 {
    font-size: 40px
}

.font-36 {
    font-size: 36px
}

.font-35 {
    font-size: 35px
}

.font-32 {
    font-size: 32px
}

.font-30 {
    font-size: 30px
}

.font-28 {
    font-size: 28px
}

.font-26 {
    font-size: 26px
}

.font-25 {
    font-size: 25px
}

.font-24,
.fz-24 {
    font-size: 24px
}

.font-22 {
    font-size: 22px
}

.font-21 {
    font-size: 21px
}

.font-20 {
    font-size: 20px
}

.font-19 {
    font-size: 19px
}

.about-download-list-box .about-download-list>div h4.font-18,
.font-18,
.fz-18 {
    font-size: 18px
}

.font-17 {
    font-size: 17px
}

.font-16,
.fz-16 {
    font-size: 16px
}

.font-15 {
    font-size: 15px
}

.font-14 {
    font-size: 14px
}

.font-13 {
    font-size: 13px
}

.font-12 {
    font-size: 12px
}

@media (max-width:1599px) {
    .wp1600 {
        max-width: 1400px
    }

    .wp1300,
    .wp1310,
    .wp1400,
    .wp1430,
    .wp1500,
    .wp1530 {
        max-width: 1200px
    }

    .font-80,
    .font-90 {
        font-size: 72px
    }

    .font-70 {
        font-size: 65px
    }

    .font-64 {
        font-size: 54px
    }

    .font-60 {
        font-size: 52px
    }

    .font-55 {
        font-size: 50px
    }

    .font-48 {
        font-size: 42px
    }

    .font-40,
    .font-43 {
        font-size: 36px
    }

    .font-36 {
        font-size: 32px
    }

    .font-28 {
        font-size: 26px
    }

    .font-24 {
        font-size: 22px
    }

    .font-22 {
        font-size: 20px
    }

    .index-news-block .inner {
        max-width: 100%
    }
}

@media (max-width:1399px) {

    .font-80,
    .font-90 {
        font-size: 64px
    }

    .font-60,
    .font-64 {
        font-size: 48px
    }

    .font-48 {
        font-size: 36px
    }

    .font-43 {
        font-size: 32px
    }

    .font-40 {
        font-size: 30px
    }

    .font-35,
    .font-36 {
        font-size: 28px
    }

    .font-26,
    .font-28 {
        font-size: 24px
    }

    .font-24 {
        font-size: 22px
    }

    .font-22 {
        font-size: 19px
    }
}

@media (max-width:1199px) {

    .font-88,
    .font-90 {
        font-size: 70px
    }

    .font-80 {
        font-size: 64px
    }

    .font-70 {
        font-size: 60px
    }

    .font-64 {
        font-size: 46px
    }

    .font-55,
    .font-60 {
        font-size: 45px
    }

    .font-50 {
        font-size: 42px
    }

    .font-48 {
        font-size: 34px
    }

    .font-40,
    .font-42,
    .font-43 {
        font-size: 30px
    }

    .font-30,
    .font-32,
    .font-36 {
        font-size: 28px
    }

    .font-25,
    .font-26,
    .font-28 {
        font-size: 24px
    }

    .font-24 {
        font-size: 20px
    }

    .font-20,
    .font-22 {
        font-size: 18px
    }

    .font-18 {
        font-size: 16px
    }
}

@media (max-width:991px) {

    .wp1200,
    .wp1300,
    .wp1310,
    .wp1400,
    .wp1430,
    .wp1500,
    .wp1530 {
        max-width: 600px
    }

    .font-90 {
        font-size: 70px
    }

    .font-88 {
        font-size: 60px
    }

    .font-80 {
        font-size: 56px
    }

    .font-64 {
        font-size: 44px
    }

    .font-55,
    .font-60 {
        font-size: 42px
    }

    .font-50 {
        font-size: 38px
    }

    .font-48 {
        font-size: 36px
    }

    .font-42,
    .font-43 {
        font-size: 30px
    }

    .font-35,
    .font-36 {
        font-size: 26px
    }

    .font-30 {
        font-size: 24px
    }

    .font-28 {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .blank {
        padding-right: 20px;
        padding-left: 20px
    }

    .unblank {
        margin-right: -20px;
        margin-left: -20px
    }

    .font-70,
    .font-80,
    .font-88,
    .font-90 {
        font-size: 50px
    }

    .font-64 {
        font-size: 42px
    }

    .font-55,
    .font-60 {
        font-size: 38px
    }

    .font-50 {
        font-size: 36px
    }

    .font-48 {
        font-size: 34px
    }

    .font-42,
    .font-43 {
        font-size: 32px
    }

    .font-40 {
        font-size: 28px
    }

    .font-35,
    .font-36 {
        font-size: 26px
    }

    .font-30 {
        font-size: 24px
    }

    .font-26,
    .font-28 {
        font-size: 22px
    }

    .font-24,
    .font-25 {
        font-size: 20px
    }
}

body {
    font-family: "Noto Sans TC", "Noto Serif TC", "Microsoft JhengHei", "微軟正黑體", LeelawUI, Arial, sans-serif
}

html[lang=zh-CN] body {
    font-family: LeelawUI, Arial, sans-serif
}

a {
    transition: color .3s
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
    max-height: auto !important
}

input {
    padding: 0;
    border: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield !important;
    -webkit-appearance: none
}

textarea {
    border: 0
}

button {
    border: 0;
    cursor: pointer;
    border: none
}

footer .footer-box .footer-top,
header {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

ul {
    padding: 0
}

.about-ul,
.fullpage-dots-block #fullpage-dots,
.ns,
.product-box .features-ul,
header .header1-box .header1-menu-box,
header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list ul {
    list-style: none
}

.swiper-button {
    margin: 0;
    outline: 0
}

.about-class-block .about-second-class-box li:last-child:after,
.breadnav-box li:last-child::after,
.cookiesbox.active,
.index-application-block .application-slick-dots ul li button::before,
.index-application-block .application-slick-p,
.index-application-block .rwd-application-dots,
.page-class-block .page-class.active span::after,
.page-class-block .page-class.active+.page-class span::after,
.page-class-block .page-class:first-child span::after,
.page-class-block .page-class:hover+.page-class span::after,
.page-class-title,
.page-second-class-box .inner a:last-child:after,
.select-hide,
.swiper-button::after,
.technical-left.technical-left-close .technical-support-form,
footer .footer-box .footer-other:nth-child(odd):after,
header .rwd-header-block .rwd-header-box .rwd-header .rwd-header-lan li:last-child:after,
header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list .rwd-header-title span {
    display: none
}

.about-history-box:hover .about-history-line-bottom:after,
.about-history-box:hover .about-history-line-top:after,
.about1-video-block .about-video-slick.slick-active .video-slick-title-icon,
.fade:not(.show),
.fp-viewing-page2 .header1-box .header-logo .bk-logo,
.fp-viewing-page5 .header1-box .header-logo .bk-logo,
.index-application-block .application-slick:hover .application-slick-link .application-slick-img,
.index-products-block .index-products:hover .img-block .img-mask,
.pdf-icon-box:hover .pdf-icon-hover,
.swiper-pagination-bullet,
header .header1-box .header-logo.white .bk-logo,
header.header2 .header1-box .header-logo .bk-logo,
header.header_top .header1-box .header-logo .bk-logo {
    opacity: 1
}

::-webkit-input-placeholder {
    color: #727272
}

::-moz-placeholder {
    color: #727272
}

::-o-placeholder {
    color: #727272
}

::-ms-placeholder {
    color: #727272
}

::-ms-input-placeholder {
    color: #727272
}

.technical-table-box .technical-table-right .table-right-info-list,
[class*=" icon-"]:before,
[class^=icon-]:before {
    width: auto
}

.btn:active,
.btn:focus,
.btn:visited,
button:active,
button:focus,
button:visited,
input:active,
input:focus,
input:visited {
    box-shadow: none !important;
    outline: 0 !important
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0
}

.about-history-box .about-history li:last-child,
.about-pdf-block .about-pdf-box:last-child,
.about-ul li:last-child,
.about3-2-box .about3-2-list .about3-2-right .about3-2-link:last-child,
.about3-top-box .about3-top-list:last-child,
.applications-list-box .applications-list:last-child,
.contact-block .inner .contact-list .contact-list-left .contact-info-list:last-child,
.contact-block .inner .contact-list:last-child,
.fullpage-dots-block #fullpage-dots li:last-child,
.product-box .features-ul li ul li:last-child,
.question-block .question-list:last-child,
.sitemap-list nav ul li:last-child,
.slick-dotted.slick-slider,
footer .footer-box .footer-menu-block ul li:last-child,
header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list ul li:last-child {
    margin-bottom: 0
}

.title-h1 {
    display: none !important
}

.clear:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden
}

.sticky main {
    overflow: initial
}

.img-object {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    object-position: center
}

.edit-box::after,
.editor::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both;
    float: none
}

.main-block {
    width: 100%;
    overflow: hidden;
    scroll-behavior: smooth
}

.iframe {
    position: relative;
    font-size: 0
}

.iframe>span {
    width: 100%;
    height: 100%;
    position: absolute
}

.iframe>span:before {
    content: " ";
    width: 0
}

.iframe>span>iframe {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    border: 0
}

.editor p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400
}

.editor a {
    word-break: break-all
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0 98px;
    transition: .5s
}

.applications-list-box .applications-list:nth-child(2n) .applications-list-img,
.index-news-block .news-slick-next,
header.open .rwd-header-block {
    right: 0
}

header.open .rwd-header-block .header-img-box .header-img {
    transform: translateX(0)
}

header .header1-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 98px
}

.fullpage-dots-block,
header .rwd-btn {
    width: 98px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    right: 0
}

header .header1-box .header-logo {
    width: 265px;
    position: relative
}

.about-class-block .about-class-box .about-class-menu span,
.about1-list-box .about1-list span,
.index-products-block .index-products span,
.last-link-box .last-link span,
.search-list-box .search-list-left .search-list-p,
.search-list-box .search-list-left .search-list-title,
header .header1-box .header-logo span {
    display: block
}

header .header1-box .header-logo .bk-logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    z-index: 3
}

header .header1-box .header-logo .white-logo {
    opacity: 1;
    transition: .5s
}

.fp-viewing-page2 .header1-box .header-logo .white-logo,
.fp-viewing-page5 .header1-box .header-logo .white-logo,
.page-class-block .page-class:hover span::after,
.pdf-icon-box:hover .pdf-icon,
header .header1-box .header-logo.white .white-logo,
header.header2 .header1-box .header-logo .white-logo,
header.header_top .header1-box .header-logo .white-logo {
    opacity: 0
}

header .header1-box .header1-menu-box li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px
}

.about-third-class-box .about-third-class:last-child,
.about3-2-box .about3-2-list:nth-child(2n),
.about4-2-3-title-box .about4-2-3-title:last-child,
.about5-block .about5-mid-box .about5-mid-list:last-child,
.application-top-info-box .application-top-info:nth-child(3n+3),
.applications-block .applications-class-box .applications-class:last-child,
.page-block .page-box a:last-child,
.page-block .page-button:last-child,
.products-box .products-list .products-list-info .products-list-tag:last-child,
.technical-page-box .technical-page a:last-child,
.technical-page-box p:last-child,
footer .footer-box .footer-top-right .community-list:last-child,
header .header1-box .header1-menu-box li:last-child {
    margin-right: 0
}

header .header1-box .header1-menu-box li a {
    font-size: 18px;
    color: #fff;
    transition: .5s;
    font-weight: 400;
    position: relative
}

header .header1-box .header1-menu-box li a::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: .5s;
    transform: scale(0);
    transform-origin: center
}

header .header1-box .header1-menu-box li a:hover::after {
    transform: scale(1)
}

header .header1-box .header1-search {
    width: 30px;
    margin-right: 40px;
    display: block
}

.about1-list-box .about1-list .about1-list-title-box .about1-list-link path,
.about5-3-block .about5-3-104 img,
.about5-block .about5-mid-box .about5-mid-list h4,
.about5-block .about5-mid-box .about5-mid-list span path,
.applications-block .applications-class-box .applications-class .icon span path,
.applications-block .applications-class-box .applications-class .icon span rect,
.applications-list-box .applications-list .applications-list-img img,
.index-application-block .application-slick-button path,
.last-link-box .last-link .last-link-bg img,
.member-block .member-out-box a .icon path,
.new-button-box .new-back-button path,
.product-pdf-block .product-pdf-box .product-pdf a .download-icon path,
.product-pdf-block .product-pdf-box .product-pdf a .download-icon rect,
.technical-page-box .technical-page a path,
.technical-page-box .technical-page a rect,
header .header1-box .header1-lang-block .header1-lang-arrow path,
header .header1-box .header1-lang-block .header1-lang-box p,
header .header1-box .header1-lang-block .header1-lang-icon path,
header .header1-box .header1-search path,
header .rwd-header-block .rwd-header-box .rwd-header-out-box .rwd-header-out path {
    transition: .5s
}

.about5-block .about5-mid-box .about5-mid-list:hover #about-icon1 path,
.about5-block .about5-mid-box .about5-mid-list:hover #about-icon3 path,
.about5-block .about5-mid-box .about5-mid-list:hover #about-icon4 path,
.member-block .member-out-box a:hover .icon #svg-border path,
.search-form button:hover span svg path,
header .header1-box .header1-lang-block .header1-lang-box:hover .header1-lang-arrow path,
header .header1-box .header1-lang-block .header1-lang-box:hover .header1-lang-icon path,
header .header1-box .header1-search:hover path {
    stroke: #CE2620 !important
}

header .header1-box .header1-right-box {
    display: flex;
    align-items: center;
    padding: 0 30px
}

.banner-block,
.form-list .phone-line,
.index-news-block .index-news-slick-box,
.index-products-block .index-products-box,
.index-video-block .inner .index-video-left .video-slick-block .video-slick,
.login-header .header1-box,
.page-banner-block,
.page-banner-block .page-banner,
header .header1-box .header1-lang-block {
    position: relative
}

header .header1-box .header1-lang-block .header1-lang-box {
    display: flex;
    align-items: center;
    cursor: pointer
}

header .header1-box .header1-lang-block .header1-lang-box .header1-lang-icon {
    width: 28px;
    margin-right: 10px;
    display: flex
}

header .header1-box .header1-lang-block .header1-lang-box p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    margin-right: 12px
}

.link-box .link-icon,
.products-box .products-list .products-list-link span,
.search-list-box .search-list-right .search-list-arrow span,
header .header1-box .header1-lang-block .header1-lang-box .header1-lang-arrow {
    width: 10px;
    display: flex
}

header .header1-box .header1-lang-block .lang-list-box {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    right: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: none;
    margin-top: 10px;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 2
}

header .header1-box .header1-lang-block .lang-list-box a {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 5px 0;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: .5s
}

.applications-list-box .applications-list .applications-list-info .sencond-class-box span:hover,
header .header1-box .header1-lang-block .lang-list-box a:hover {
    background-color: #252c59;
    color: #fff
}

header .rwd-btn {
    position: absolute;
    top: 0;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    cursor: pointer
}

header .rwd-btn span {
    width: 40px;
    display: block
}

.about1-video-block .slick-button span path,
.applications-block .applications-class-box .applications-class:hover .icon span path,
.applications-block .applications-class-box .applications-class:hover .icon span rect,
.fp-viewing-page2 .rwd-btn:hover,
.fp-viewing-page5 .rwd-btn:hover,
.index-products-block .index-products-arrow .products-slick-button.products-slick-next path,
.index-products-block .index-products-arrow .products-slick-button:hover path,
.index-video-block .inner .index-video-right .link-box:hover .link-icon path,
.products-box .products-list:hover .products-list-link span path,
.slick-button:hover span path,
.technical-support-control:hover path,
.video-show-block .video-show-close:hover path,
header .rwd-btn:hover span rect,
header.header_top .rwd-btn span rect {
    fill: #FFF !important
}

header .rwd-header-block {
    width: 100%;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 99;
    display: flex;
    align-items: stretch;
    transition: .5s
}

header .rwd-header-block .header-img-box {
    width: 600px;
    max-width: 100%;
    overflow: hidden
}

header .rwd-header-block .header-img-box .inner {
    width: 400px;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 70px
}

header .rwd-header-block .header-img-box .header-img {
    width: 100%;
    height: 100%;
    background-image: url(./images/layout/header-img.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: .5s;
    transition-delay: 0.2s;
    transform: translateX(100%)
}

header .rwd-header-block .header-img-box .header-img .rwd-header-logo span {
    width: 265px;
    display: block
}

header .rwd-header-block .header-img-box .header-img .rwd-header-slogan-box h3 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px
}

header .rwd-header-block .header-img-box .header-img .rwd-header-slogan-box p {
    font-size: 20px;
    color: #fff;
    opacity: .8;
    margin-bottom: 0
}

header .rwd-header-block .rwd-header-box {
    width: calc(100% - 600px);
    background-image: url(./images/layout/header-bg.webp);
    background-position: center;
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    align-items: stretch;
    height: 100vh
}

header .rwd-header-block .rwd-header-box .rwd-header {
    width: calc(100% - 100px);
    padding-top: 40px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-right: 1px solid rgba(50, 50, 50, .2);
    height: fit-content
}

header .rwd-header-block .rwd-header-box .rwd-header .rwd-header-lan {
    padding: 0 30px;
    text-align: right;
    margin-bottom: 20px
}

header .rwd-header-block .rwd-header-box .rwd-header .rwd-header-lan li {
    position: relative;
    padding: 0 9px;
    display: inline-block;
    vertical-align: middle
}

header .rwd-header-block .rwd-header-box .rwd-header .rwd-header-lan li a {
    font-size: 16px;
    color: #848484;
    transition: .5s
}

header .rwd-header-block .rwd-header-box .rwd-header .rwd-header-lan li:after {
    content: "";
    width: 1px;
    height: 18px;
    display: block;
    position: absolute;
    background-color: #969696;
    top: 4px;
    right: -1px
}

header .rwd-header-block .rwd-header-box .rwd-header .rwd-search-box {
    background-color: #f4f4f4;
    padding: 22px 15px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-bottom: 65px
}

header .rwd-header-block .rwd-header-box .rwd-header .rwd-search-box .rwd-search-button span {
    width: 20px;
    height: 20px;
    display: block
}

header .rwd-header-block .rwd-header-box .rwd-header .rwd-search-box .rwd-search-button path {
    stroke: rgba(10, 10, 13, 0.6) !important
}

header .rwd-header-block .rwd-header-box .rwd-header .rwd-search-box input {
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0 10px
}

header .rwd-header-block .rwd-header-box .rwd-header .rwd-header-info-block {
    padding: 30px 0
}

.applications-list-box .applications-list .applications-list-info .sencond-class-box,
.sitemap-box,
.technical-block,
.technical-page-box,
header .rwd-header-block .rwd-header-box .rwd-header .header-copyright-box {
    display: flex;
    flex-wrap: wrap
}

header .rwd-header-block .rwd-header-box .rwd-header-info-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list {
    width: 200px;
    padding-right: 30px;
    margin-bottom: 65px
}

header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list:nth-child(4n+4) {
    width: auto;
    padding-right: 0
}

header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list .rwd-header-title {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
    display: block;
    transition: .5s
}

.about5-3-block .page-title,
header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list ul li {
    margin-bottom: 15px
}

header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list ul a {
    font-size: 18px;
    color: #848484;
    transition: .5s
}

header .rwd-header-block .rwd-header-box .header-map-box {
    font-size: 18px;
    margin-right: 30px
}

header .rwd-header-block .rwd-header-box .header-map-box a {
    color: rgba(0, 0, 0, .8);
    transition: .5s
}

header .rwd-header-block .rwd-header-box .header-copyright-p {
    margin-bottom: 0;
    color: #969696
}

header .rwd-header-block .rwd-header-box .rwd-header-out-box {
    width: 100px;
    padding: 35px;
    box-sizing: border-box
}

header .rwd-header-block .rwd-header-box .rwd-header-out-box .rwd-header-out {
    cursor: pointer;
    display: flex
}

.about-download-list-box .about-download-list:hover path,
.about-download-list-box .about-download-list:hover rect,
.about5-block .about5-mid-box .about5-mid-list:hover #about-icon2,
.about5-block .about5-mid-box .about5-mid-list:hover #about-icon5,
.about5-block .about5-mid-box .about5-mid-list:hover #about-icon6,
.about5-block .about5-mid-box .about5-mid-list:hover #about-icon7,
.index-application-block .application-slick-button:hover path,
.member-block .member-out-box a:hover .icon #svg-arrow path,
.new-button-box .new-back-button:hover path,
.product-pdf-block .product-pdf-box .product-pdf a:hover .download-icon path,
.product-pdf-block .product-pdf-box .product-pdf a:hover .download-icon rect,
.products-banner-block .products-class-box .products-class:hover .products-class-icon circle,
.products-banner-block .products-class-box .products-class:hover .products-class-icon ellipse,
.products-banner-block .products-class-box .products-class:hover .products-class-icon line,
.products-banner-block .products-class-box .products-class:hover .products-class-icon path,
.products-banner-block .products-class-box .products-class:hover .products-class-icon polygon,
.products-banner-block .products-class-box .products-class:hover .products-class-icon polyline,
.products-banner-block .products-class-box .products-class:hover .products-class-icon rect,
.products-banner-block .products-class-box .products-class:hover .products-class-icon text,
.technical-page-box .technical-page a:hover path,
.technical-page-box .technical-page a:hover rect,
header .rwd-header-block .rwd-header-box .rwd-header-out-box .rwd-header-out:hover path {
    fill: #CE2620 !important
}

header.header2,
header.header_top {
    background-color: #fff
}

.fp-viewing-page2 .fullpage-dots-block,
.fp-viewing-page2 header .rwd-btn,
.fp-viewing-page5 .fullpage-dots-block,
.fp-viewing-page5 header .rwd-btn,
header.header2 .fullpage-dots-block,
header.header2 .rwd-btn,
header.header_top .fullpage-dots-block,
header.header_top .rwd-btn {
    border-left: 1px solid rgba(50, 50, 50, .2)
}

header.header2 .header1-box .header1-menu-box li a,
header.header_top .header1-box .header1-menu-box li a {
    color: #323232;
    position: relative
}

.fp-viewing-page2 .fullpage-dots-block #fullpage-dots li,
.fp-viewing-page2 .header1-box .header1-menu-box li a::after,
.fp-viewing-page5 .fullpage-dots-block #fullpage-dots li,
.fp-viewing-page5 .header1-box .header1-menu-box li a::after,
header.header2 .fullpage-dots-block #fullpage-dots li,
header.header2 .header1-box .header1-menu-box li a::after,
header.header_top .fullpage-dots-block #fullpage-dots li,
header.header_top .header1-box .header1-menu-box li a::after {
    background-color: #323232
}

.fp-viewing-page2 .header1-box .header1-lang-block .header1-lang-box p,
.fp-viewing-page2 .header1-box .header1-menu-box li a,
.fp-viewing-page2 header .header1-box .header1-lang-block .header1-lang-box p,
.fp-viewing-page5 .header1-box .header1-lang-block .header1-lang-box p,
.fp-viewing-page5 .header1-box .header1-menu-box li a,
.fp-viewing-page5 header .header1-box .header1-lang-block .header1-lang-box p,
header.header2 .header1-box .header1-lang-block .header1-lang-box p,
header.header2 header .header1-box .header1-lang-block .header1-lang-box p,
header.header_top .header1-box .header1-lang-block .header1-lang-box p,
header.header_top header .header1-box .header1-lang-block .header1-lang-box p {
    color: #323232
}

.fp-viewing-page2 .header1-box .header1-lang-block .header1-lang-box .header1-lang-arrow path,
.fp-viewing-page2 .rwd-btn rect,
.fp-viewing-page5 .header1-box .header1-lang-block .header1-lang-box .header1-lang-arrow path,
.fp-viewing-page5 .rwd-btn rect,
header.header2 .header1-box .header1-lang-block .header1-lang-box .header1-lang-arrow path,
header.header2 .rwd-btn rect,
header.header_top .header1-box .header1-lang-block .header1-lang-box .header1-lang-arrow path,
header.header_top .rwd-btn rect {
    fill: #323232 !important
}

.fp-viewing-page2 .header1-lang-icon path,
.fp-viewing-page2 .header1-search path,
.fp-viewing-page5 .header1-lang-icon path,
.fp-viewing-page5 .header1-search path,
header.header2 .header1-lang-icon path,
header.header2 .header1-search path,
header.header_top .header1-lang-icon path,
header.header_top .header1-search path {
    stroke: #323232 !important
}

.fp-viewing-6 .fullpage-dots-block,
.fp-viewing-7 .fullpage-dots-block,
.technical-left.technical-left-close .technical-support-control.support-close {
    opacity: 0;
    pointer-events: none
}

.fullpage-dots-block {
    position: fixed;
    bottom: 0;
    height: calc(100vh - 98px);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px
}

.last-link-box,
footer {
    z-index: 3;
    position: relative
}

.fullpage-dots-block #fullpage-dots li {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 6px;
    height: 6px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    transition: .5s
}

.about1-2-block .about1-2-top .about1-2-top-img span,
.application-banner-box .application-banner span,
.fullpage-dots-block #fullpage-dots li a,
.fullpage-dots-block #fullpage-dots li.active a {
    width: 100%;
    height: 100%;
    display: block
}

.fullpage-dots-block #fullpage-dots li.active {
    background-color: #ce2620 !important;
    width: 10px;
    height: 10px
}

.last-link-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.last-link-box .last-link {
    width: 25%;
    position: relative;
    background-color: #000;
    overflow: hidden
}

.page-block .page-box a,
.page-block .page-button {
    background-color: #f4f4f4;
    transition: .5s;
    text-align: center
}

.last-link-box .last-link .last-link-bg {
    width: 100%;
    height: 100%;
    opacity: .5
}

.last-link-box .last-link .last-link-p {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 20px;
    z-index: 1;
    font-size: 24px;
    font-weight: 700
}

.about1-list-box .about1-list:hover .about1-list-img,
.about1-video-block .about-video-slick:hover .about-video-img,
.applications-list-box .applications-list:hover .applications-list-img img,
.index-products-block .index-products:hover .img-box,
.index-video-block .inner .index-video-left .video-slick-block .video-slick:hover .video-slick-img,
.last-link-box .last-link:hover .last-link-bg img,
.news-list:hover .news-list-img,
.videos-block .videos-list:hover .video-img {
    transform: scale(1.05)
}

footer {
    background-color: #222
}

footer .footer-box {
    width: 90%;
    max-width: 1520px;
    margin: 0 auto
}

footer .footer-box .footer-top {
    padding: 45px 75px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

footer .footer-box .footer-logo {
    width: 290px;
    display: block
}

.about-download-title-box,
.about-history-box,
.form-list.phone .flex,
.page-block .page-box,
.product-top-box .product-top,
footer .footer-box .footer-logo span {
    display: flex
}

.about3-top-box .about3-top-list:nth-child(odd) .about3-top-info,
footer .footer-box .footer-Information-box {
    padding-left: 95px
}

footer .footer-box .footer-Information {
    margin-top: 15px
}

footer .footer-box .footer-Information a,
footer .footer-box .footer-Information span {
    color: #969696;
    font-size: 18px;
    transition: .5s
}

.about4-box .about4-1-table,
footer .footer-box .footer-Information:first-child {
    margin-top: 0
}

footer .footer-box .footer-other {
    display: inline-block;
    padding-right: 30px;
    position: relative
}

footer .footer-box .footer-other:after {
    content: "/";
    font-size: 18px;
    position: absolute;
    right: 12px;
    color: #969696
}

footer .footer-box .footer-top-right p {
    font-size: 22px;
    color: #fff;
    margin-right: 30px
}

@media (min-width:1200px) and (max-width:1320px) {
    footer .footer-box .footer-top-right p {
        white-space: nowrap
    }
}

footer .footer-box .footer-top-right .community-list {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f4f4f4;
    transition: .5s;
    border-radius: 50%;
    border: 1px solid #f4f4f4;
    margin-right: 20px;
    font-size: 20px
}

footer .footer-box .footer-top-right .community-list:hover {
    color: #fff;
    border: 1px solid #ce2620;
    background-color: #ce2620
}

footer .footer-box .footer-menu-block {
    padding: 55px 75px;
    display: flex;
    justify-content: space-around
}

footer .footer-box .footer-menu-block ul {
    list-style: none;
    padding-right: 50px
}

.breadnav-box li:last-child,
.page-second-class-box .inner a:last-child,
footer .footer-box .footer-menu-block ul:last-child {
    padding-right: 0
}

footer .footer-box .footer-menu-block ul:last-child .footer-menu {
    color: #fff;
    font-weight: 500;
    font-size: 20px
}

.index-application-block .application-slick .application-slick-link .application-slick-link-title,
footer .footer-box .footer-menu-block .footer-menu-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff
}

footer .footer-box .footer-menu-block .footer-menu {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5)
}

footer .copyright-block {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 15px 0
}

footer .copyright-block .copyright-box {
    width: 90%;
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

footer .copyright-block .copyright-box p {
    font-size: 16px;
    color: rgba(255, 255, 255, .5)
}

footer .copyright-block .copyright-box p a {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    transition: .5s
}

.page-banner-block .page-banner .page-banner-img {
    width: 100%;
    height: 600px
}

.page-banner-block .page-banner .page-banner-title {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.page-banner-block .page-banner .page-banner-title h3 {
    font-size: 20px;
    color: #ce2620;
    font-weight: 700;
    margin-bottom: 10px
}

.page-banner-block .page-banner .page-banner-title h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700
}

.page-banner-block.style2 .page-banner .page-banner-img {
    height: 400px
}

.breadnav-box {
    display: flex;
    position: absolute;
    z-index: 2;
    top: 98px;
    right: 98px;
    list-style: none;
    padding-top: 30px
}

.breadnav-box li {
    padding-right: 25px;
    position: relative;
    font-size: 16px
}

.breadnav-box li:after {
    content: "";
    width: 6px;
    height: 11px;
    background-position: center;
    position: absolute;
    background-image: url(./static/layout/breadnav-icon.png);
    top: 7px;
    right: 7px
}

.breadnav-box a,
.breadnav-box li {
    color: rgba(255, 255, 255, .8);
    font-weight: 300
}

.no-banner .breadnav-box li:after {
    background-image: url(./static/layout/breadnav-icon2.png)
}

@media (max-width:1540px) {
    header {
        padding-left: 5%
    }

    header .rwd-header-block .header-img-box {
        width: 480px
    }

    header .rwd-header-block .rwd-header-box {
        width: calc(100% - 480px)
    }

    header .rwd-header-block .rwd-header-box .rwd-header .rwd-header-info-block {
        max-width: 90%
    }

    header .rwd-header-block .rwd-header-box .rwd-header .rwd-header-lan {
        padding: 0 5%
    }

    header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list {
        width: calc((100% - 60px)/ 4);
        padding-right: 20px
    }

    header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list .rwd-header-title {
        font-size: 22px;
        margin-bottom: 15px
    }

    footer .footer-box .footer-top {
        padding: 45px 0
    }

    footer .footer-box .footer-Information-box {
        padding-left: 50px
    }

    footer .footer-box .footer-menu-block {
        padding: 55px 0
    }
}

.index-application-block,
.index-news-block {
    padding-left: 98px
}

@media (max-width:1280px) {
    header .header1-box .header1-menu-box li {
        margin-right: 15px
    }

    header .header1-box .header-logo {
        width: 200px
    }

    footer .footer-box .footer-logo {
        width: 250px
    }
}

@media (max-width:1199px) {

    .fullpage-dots-block,
    header .header1-box .header1-menu-box {
        display: none
    }

    header .rwd-header-block .header-img-box {
        width: 350px
    }

    header .rwd-header-block .header-img-box .inner {
        width: 90%
    }

    header .rwd-header-block .header-img-box .header-img .rwd-header-slogan-box h3 {
        font-size: 30px
    }

    header .rwd-header-block .rwd-header-box {
        width: calc(100% - 350px)
    }

    .last-link-box .last-link .last-link-p,
    header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list .rwd-header-title {
        font-size: 20px
    }

    footer .footer-box .footer-top {
        flex-wrap: wrap;
        align-items: flex-start
    }

    footer .footer-box .footer-top .footer-top-left {
        display: block
    }

    footer .footer-box .footer-top .footer-top-left .footer-logo {
        margin-bottom: 20px
    }

    footer .footer-box .footer-top .footer-top-left .footer-Information-box {
        padding-left: 0
    }
}

@media (max-width:1000px) {
    .mb-45 {
        margin-bottom: 30px
    }

    .mt-110,
    .mt-55 {
        margin-top: 30px
    }

    .mtb-60 {
        margin: 40px auto
    }

    .mb-90 {
        margin-bottom: 40px
    }

    .mb-75,
    .mb-80 {
        margin-bottom: 50px
    }

    .mt-75,
    .mt-80 {
        margin-top: 50px
    }

    .pt-98 {
        padding-top: 85px
    }

    .pt-90 {
        padding-top: 30px
    }

    .pb-110 {
        padding-bottom: 30px
    }

    .ptb-110 {
        padding: 50px 0
    }

    header {
        display: flex;
        padding-right: 0
    }

    header .header1-box,
    header .rwd-btn {
        height: 85px;
        position: relative
    }

    footer .footer-box .footer-menu-block,
    header .header1-box .header1-search,
    header .rwd-header-block .header-img-box {
        display: none
    }

    header .rwd-btn {
        width: 85px
    }

    header .rwd-header-block .rwd-header-box {
        width: 100%;
        position: relative
    }

    footer .footer-box .footer-top-right,
    header .rwd-header-block .rwd-header-box .rwd-header,
    header .rwd-header-block .rwd-header-box .rwd-header .rwd-header-info-block {
        width: 100%
    }

    footer .footer-box .footer-top-left .footer-Information-box,
    header .rwd-header-block .rwd-header-box .rwd-header .rwd-header-lan {
        text-align: center
    }

    header .rwd-header-block .rwd-header-box .rwd-header-out-box {
        position: absolute;
        top: 0;
        right: 0;
        border-left: none;
        width: 70px;
        padding: 25px
    }

    .last-link-box .last-link {
        width: 50%
    }

    footer .footer-box .footer-top {
        border-bottom: 0
    }

    footer .footer-box .footer-top-left {
        width: 100%;
        margin-bottom: 20px
    }

    footer .footer-box .footer-top-left .footer-logo {
        margin: 0 auto
    }

    footer .copyright-block .copyright-box {
        display: block
    }

    footer .copyright-block .copyright-box p {
        margin-bottom: 10px;
        text-align: center
    }

    footer .copyright-block .copyright-box p:last-child {
        margin-bottom: 0
    }
}

@media (max-width:550px) {

    .mb-20,
    .mb-25 {
        margin-bottom: 15px
    }

    .mb-40 {
        margin-bottom: 2px
    }

    .mtb-60 {
        margin: 30px auto
    }

    .mt-110 {
        margin-top: 10px
    }

    .mb-75,
    .mb-80,
    .mb-90 {
        margin-bottom: 30px
    }

    .mt-75,
    .mt-80 {
        margin-top: 30px
    }

    .pt-98 {
        padding-top: 66px
    }

    .pt-90 {
        padding-top: 10px
    }

    .pb-110 {
        padding-bottom: 10px
    }

    header .header1-box .header-logo {
        width: 165px
    }

    header .header1-box .header1-right-box {
        padding-left: 0;
        padding-right: 10px
    }

    header .header1-box .header1-lang-block .header1-lang-box p {
        font-size: 14px
    }

    header .header1-box .header1-lang-block .header1-lang-box .header1-lang-icon {
        width: 21px
    }

    header .header1-box,
    header .rwd-btn {
        height: 65px
    }

    header .rwd-btn {
        width: 60px
    }

    header .rwd-btn span {
        width: 25px
    }

    footer .footer-top-right {
        flex-wrap: wrap
    }

    footer p {
        width: 100%;
        text-align: center;
        margin-right: 0 !important;
        margin-bottom: 15px
    }
}

.page-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.page-block .page-box a {
    width: 60px;
    height: 60px;
    display: block;
    line-height: 60px;
    margin-right: 20px;
    font-size: 20px;
    color: #323232
}

.page-block .page-box a.active {
    color: #fff;
    background-color: #252c59 !important
}

.page-block .page-box a:hover {
    color: #fff;
    background-color: #ce2620
}

.page-block .page-button-box {
    width: 400px;
    max-width: 100%;
    display: block
}

.page-block .page-button {
    width: 180px;
    margin-right: 40px;
    display: block;
    position: relative
}

.page-block .page-button .page-button-icon {
    display: flex;
    position: absolute;
    width: 10px;
    top: calc(50% - 8.5px)
}

.page-block .page-button .page-button-icon path {
    transition: .5s;
    fill: rgba(50, 50, 50, 0.2) !important
}

.index-products-block .index-products-arrow .products-slick-next path,
.index-products-block .index-products-arrow .products-slick-prev path,
.slick-button span path {
    fill: rgba(0, 0, 0, 0.2) !important
}

.page-block .page-button .page-button-p {
    display: inline-block;
    font-size: 18px;
    color: #323232;
    transition: .5s
}

.page-block .page-button:hover .page-button-icon path {
    fill: white !important
}

.page-block .page-prev {
    float: left;
    padding: 18px 50px 18px 70px
}

.page-block .page-prev .page-button-icon {
    left: 25px
}

.page-block .page-next {
    float: right;
    padding: 18px 70px 18px 50px
}

.page-block .page-next .page-button-icon {
    right: 25px
}

@media (max-width:350px) {
    header .header1-box .header-logo {
        width: 140px
    }

    .page-block .page-button-box .page-prev .page-button-icon {
        left: 15px
    }

    .page-block .page-button-box .page-next .page-button-icon {
        right: 15px
    }
}

.gotop-arrow {
    position: fixed;
    z-index: 2;
    right: 2%;
    bottom: 5%;
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    cursor: pointer
}

.gotop-arrow.open {
    opacity: 1;
    pointer-events: all
}

.gotop-arrow span {
    width: 0;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #252c59;
    border-right: 6px solid transparent;
    display: block;
    margin-left: 5px;
    position: relative;
    transition: .5s;
    top: 0
}

.gotop-arrow p {
    color: #252c59;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    transition: .5s
}

.gotop-arrow:hover span {
    top: -10px;
    border-bottom: 8px solid #ce2620
}

.cookiesbox {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%
}

.index-products-block,
.products-banner-block .products-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.cookiesbox .cookiesInner {
    margin: 0 auto;
    padding: 28px 0;
    width: 1420px
}

.cookiesbox .cookiesInner .cookiesWord {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin: 0 166px 0 0
}

@media (max-width:1490px) {
    .cookiesbox .cookiesInner {
        width: 1300px
    }

    .cookiesbox .cookiesInner .cookiesWord {
        margin: 0 140px 0 0
    }
}

@media (max-width:1390px) {
    .cookiesbox .cookiesInner {
        width: 1200px
    }

    .cookiesbox .cookiesInner .cookiesWord {
        margin: 0 120px 0 0
    }
}

@media (max-width:1290px) {
    .cookiesbox .cookiesInner {
        width: 900px
    }

    .cookiesbox .cookiesInner .cookiesWord {
        margin: 0 70px 0 0
    }
}

.cookiesbox .cookiesInner .cookiesWord a {
    color: #fff;
    transition: .3s;
    text-decoration: underline
}

.cookiesbox .cookiesInner .cookiesBtn {
    background: #ce2620;
    color: #fff;
    text-align: center;
    transition: .3s;
    border-radius: 999rem;
    display: block;
    font-weight: 500;
    font-size: 18px;
    min-width: 200px;
    padding: 16.5px 0
}

@media (max-width:575px) {
    .font-90 {
        font-size: 36px
    }

    .font-80 {
        font-size: 33px
    }

    .font-42,
    .font-43,
    .font-48,
    .font-50,
    .font-55,
    .font-60,
    .font-64,
    .font-70 {
        font-size: 30px
    }

    .font-40 {
        font-size: 28px
    }

    .font-35,
    .font-36 {
        font-size: 24px
    }

    .font-24 {
        font-size: 20px
    }

    .font-22 {
        font-size: 18px
    }

    .cookiesbox .cookiesInner,
    .cookiesbox .cookiesInner .cookiesBtn,
    .font-18 {
        font-size: 16px
    }

    .font-16 {
        font-size: 15px
    }

    .font-15 {
        font-size: 14px
    }
}

.cookiesbox .cookiesInner .cookiesBtn:hover {
    background: #fff;
    color: #ce2620
}

@keyframes scroll {

    0%,
    100% {
        transform: translateY(-10px)
    }

    50% {
        transform: translateY(10px)
    }
}

@keyframes arrow-right {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes arrow-left {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
}

@keyframes rotate360 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

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

@keyframes fade-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }

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

@keyframes rotate1 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(30deg)
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-30deg)
    }
}

@keyframes upDown {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(20px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }

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

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        opacity: 1;
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.banner-block .banenr-list {
    width: 100%;
    min-height: 100vh;
    position: relative
}

.banner-block .banenr-list .banner-slogan-box {
    height: 100%;
    width: 100%;
    position: absolute;
    padding-bottom: 160px;
    padding-left: 13%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1
}

.banner-block .banenr-list .banner-slogan-box h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px
}

.banner-block .banenr-list .banner-slogan-box h3 {
    font-size: 72px;
    font-weight: 500;
    color: #fff
}

.banner-block .banenr-list img,
.news-list .news-list-img-box .news-list-img img {
    position: absolute;
    top: 0;
    left: 0
}

.banner-block .banner-link-box {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0
}

.banner-block .banner-link-box .banner-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 310px;
    height: 140px;
    transition: .5s
}

.banner-block .banner-link-box .banner-link .icon {
    width: 50px;
    margin-right: 25px
}

.banner-block .banner-link-box .banner-link .banner-link-p {
    font-size: 24px;
    color: #fff;
    font-weight: 500
}

.banner-block .banner-link-box .banner-link.bg-CE2620:hover {
    background-color: #f44942
}

.banner-block .banner-link-box .banner-link.bg-252C59:hover {
    background-color: #363f7b
}

.banner-block .Slick-Navigation {
    position: relative;
    padding-left: 75px
}

.banner-block .Slick-Navigation .slick-dots {
    position: static
}

.banner-block .Slick-Navigation .slick-dots li {
    width: initial;
    height: initial;
    position: relative;
    padding-right: 0;
    color: rgba(255, 255, 255, .5);
    font-size: 24px;
    transition: .5s;
    font-family: Lato, "Noto Sans TC", "Noto Sans SC", sans-serif
}

.banner-block .Slick-Navigation .slick-dots li:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 4px;
    transition: .5s
}

.banner-block .Slick-Navigation .slick-dots li.slick-active,
.index-video-block .inner .index-video-left .slick-dots li.slick-active {
    padding-right: 30px;
    color: #fff
}

.banner-block .Slick-Navigation .slick-dots li.slick-active:after,
.index-video-block .inner .index-video-left .slick-dots li.slick-active .dot::after {
    width: 28px
}

.index-products-block {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url(./static/layout/index-product-bg.jpg)
}

.index-products-block .en-title {
    margin-bottom: 20px;
    padding-left: 11px
}

.index-products-block .ch-title {
    margin-bottom: 55px;
    padding-left: 11px
}

.index-products-block .index-products-box .index-products-mask {
    position: absolute;
    width: 150vw;
    height: 50vh;
    top: 210px;
    left: -50vw;
    background-color: #252c59
}

.index-products-block .index-products-slick {
    position: relative;
    z-index: 2
}

.index-products-block .index-products {
    width: 415px;
    display: block;
    margin: 0 11px
}

.index-products-block .index-products .img-block {
    width: 100%;
    height: 0;
    padding-bottom: 96.4%;
    position: relative;
    overflow: hidden
}

.index-products-block .index-products .img-block .img-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    opacity: 0
}

.index-products-block .index-products .img-block .img-mask .icon {
    width: 60px
}

.about1-video-block .about-video-slick .about-video-img-box .about-video-img,
.index-products-block .index-products .img-block .img-box,
.index-video-block .inner .index-video-left .video-slick-block .video-slick .video-slick-img-box .video-slick-img,
.videos-block .videos-list .video-img-box .video-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s
}

.index-products-block .index-products .index-products-info span:first-child {
    padding-top: 20px;
    padding-bottom: 5px
}

.index-products-block .index-products-arrow {
    position: absolute;
    z-index: 3;
    top: 130px;
    right: -70px
}

.index-products-block .index-products-arrow .products-slick-button {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s;
    background-color: #fff
}

.index-products-block .index-products-arrow .products-slick-button span {
    width: 14px
}

.index-products-block .index-products-arrow .products-slick-button:hover {
    background-color: #828282
}

.index-video-block {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.index-video-block .inner {
    width: 100%;
    max-width: 1615px;
    display: flex;
    align-items: center;
    justify-content: center
}

.index-video-block .inner .index-video-left {
    width: calc(100% - 450px);
    padding: 0 80px;
    box-sizing: border-box;
    overflow: hidden
}

.index-video-block .inner .index-video-left .video-slick-block {
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.index-video-block .inner .index-video-left .video-slick-block .video-slick .video-slick-img-box {
    width: 100%;
    height: 0;
    padding-bottom: 65.3%;
    position: relative;
    background-color: #000;
    overflow: hidden
}

.index-video-block .inner .index-video-left .video-slick-block .video-slick .video-slick-title-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.index-video-block .inner .index-video-left .video-slick-block .video-slick .video-slick-title-box h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px
}

.index-video-block .inner .index-video-left .video-slick-block .video-slick:hover .video-slick-title-icon,
.videos-block .videos-list:hover .video-icon {
    transform: scale(.9)
}

.index-video-block .inner .index-video-left .video-slick-block .video-slick-next {
    right: -42px
}

.index-video-block .inner .index-video-left .video-slick-block .video-slick-prev {
    left: -42px
}

.index-video-block .inner .index-video-left .slick-dots {
    position: static;
    text-align: center;
    margin-top: 30px
}

.index-video-block .inner .index-video-left .slick-dots li {
    width: initial;
    height: initial;
    position: relative;
    padding-right: 0;
    color: rgba(255, 255, 255, .5);
    font-size: 24px;
    font-family: Lato, "Noto Sans TC", "Noto Sans SC", sans-serif;
    transition: .5s
}

.index-video-block .inner .index-video-left .slick-dots li .dot {
    position: relative;
    display: block
}

.index-video-block .inner .index-video-left .slick-dots li .dot:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 100%;
    bottom: 4px;
    transition: .5s
}

.form-list .w-450,
.index-video-block .inner .index-video-right {
    width: 450px;
    max-width: 100%
}

.index-video-block .inner .index-video-right .link-box {
    background-color: #fff;
    color: #646464;
    transition: .3s
}

.index-video-block .inner .index-video-right .link-box .link-icon path {
    fill: #646464 !important;
    transition: .3s
}

.form-button-box .form-button.form-submit,
.index-video-block .inner .index-video-right .link-box:hover,
.member-password:hover,
.phone-verify .form-list-code .btn:hover,
.products2-info-head-box .products2-info-class-box .products2-info-class a:hover,
.share-box a:hover {
    background-color: #ce2620;
    color: #fff
}

.index-application-block .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.index-application-block .inner .index-application-left {
    width: 585px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 75px
}

.index-application-block .inner .index-application-left .ch-title {
    color: #fff;
    margin-bottom: 30px
}

.index-application-block .inner .index-application-left .index-p {
    margin-bottom: 80px;
    width: 448px;
    max-width: 100%
}

.index-application-block .inner .index-application-left .application-slick-navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.about-download-list-box,
.about-pdf-block .about-pdf-table,
.index-application-block .inner .index-application-left .application-slick-navigation .application-slick-dots,
.index-news-block .inner,
.page-second-class-box .inner a.active span:after,
.products2-list-box .products2-list table,
.sitemap-list-w100 {
    width: 100%
}

.index-application-block .inner .index-application-right {
    width: calc(100% - 585px);
    max-width: 100%
}

.applications-list-box .applications-list a:hover,
.index-application-block .inner .index-application-right:hover {
    cursor: url(./static/layout/application-hover.cur), default
}

.index-application-block .application-slick {
    height: 100vh;
    border-left: 1px solid rgba(250, 250, 250, .2);
    max-width: 100%
}

.index-application-block .application-slick .application-slick-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 47px;
    position: relative;
    cursor: unset
}

.index-application-block .application-slick .application-slick-link .application-slick-link-info {
    margin-bottom: 235px;
    position: relative;
    z-index: 1
}

.index-application-block .application-slick .application-slick-link .application-slick-link-icon {
    min-height: 60px;
    margin-bottom: 20px;
    display: block
}

.index-application-block .application-slick .application-slick-link .application-slick-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    opacity: 0
}

.index-application-block .application-slick-dots ul {
    width: 380px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: static;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.index-application-block .application-slick-dots ul li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: initial;
    height: 3px;
    margin: 0
}

.index-news-block,
.news-list a {
    display: flex;
    align-items: center
}

.index-application-block .application-slick-dots ul li button {
    width: 100%;
    height: 100%;
    padding: 0
}

.form-list .mr-20,
.index-application-block .application-slick-prev {
    margin-right: 20px
}

.index-application-block .application-slick-button {
    width: 12px;
    display: flex
}

.index-news-block {
    width: 100%;
    min-height: 100vh;
    justify-content: flex-end;
    box-sizing: border-box
}

.index-news-block .index-news-slick-box .slick-button {
    box-shadow: 1px 4px 5px rgba(0, 0, 0, .1)
}

.index-news-block .index-news-slick {
    width: 90%;
    max-width: 1320px;
    margin: 0 auto
}

.news-list {
    width: 640px;
    max-width: 100%;
    padding: 7.5px 10px
}

.news-list a {
    padding: 25px;
    background-color: #eee
}

.news-list .news-list-img-box {
    width: 240px;
    overflow: hidden;
    position: relative
}

.news-list .news-list-img-box .news-list-img {
    width: 100%;
    height: 0;
    padding-bottom: 83.3333%;
    position: relative;
    display: block;
    transition: .5s
}

.news-list .news-list-left {
    width: calc(100% - 240px);
    padding-left: 30px
}

.news-list .news-list-left .news-list-class-box {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: wrap
}

.news-list .news-list-left .news-list-class-box .news-list-class {
    min-width: 90px;
    padding: 2px 5px;
    text-align: center;
    background-color: #252c59;
    color: #fff;
    margin-right: 10px
}

.news-list .news-list-left .news-list-class-box .news-list-date {
    font-size: 18px;
    color: #969696
}

.news-list .news-list-left .news-list-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a0a0d;
    transition: .5s
}

.about5-block .about5-bottom-box .about5-bottom-list p,
.news-list .news-list-left .news-list-p {
    font-size: 16px;
    color: #646464;
    line-height: 1.6
}

.index-contact-block {
    width: 100%;
    min-height: 100vh;
    padding-left: 98px;
    display: flex;
    align-items: center;
    justify-content: center
}

.index-contact-block .ch-title {
    text-align: center;
    color: #fff;
    margin-bottom: 30px
}

.index-contact-block .index-contact-p {
    width: 500px;
    max-width: 100%;
    margin: 0 auto 80px;
    color: rgba(255, 255, 255, .8);
    text-align: center;
    font-size: 16px;
    line-height: 2
}

.index-contact-block .link-box {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .2);
    margin: 0 auto;
    transition: .5s
}

.index-contact-block .link-box:hover,
.products-box .products-list:hover .products-list-link {
    background-color: #ce2620;
    border: 1px solid #ce2620
}

.slick-button {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #fff;
    top: calc(50% - 30px);
    transition: .5s
}

.slick-button span {
    width: 10px;
    display: inherit
}

.slick-button span path {
    transition: .5s
}

.video-slick-title-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ce2620;
    transition: .5s
}

.video-slick-title-icon span {
    width: 24px;
    margin-left: 5px
}

.link-box {
    width: 240px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 50px
}

.link-box .link-p {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 25px;
    display: block
}

.index-bg,
.login-block .login-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.en-title {
    font-size: 24px;
    font-weight: 700;
    color: #ce2620;
    margin-bottom: 15px
}

.ch-title {
    margin-bottom: 55px;
    font-size: 40px;
    font-weight: 700;
    color: #0a0a0d
}

.index-p {
    color: rgba(250, 250, 250, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 100px
}

.fp-up {
    position: relative;
    z-index: 999
}

@media (max-width:1800px) {
    .index-video-block .inner .index-video-right {
        padding-right: 30px
    }

    .index-news-block .index-news-slick {
        width: 85%
    }

    .index-news-block .news-slick-next {
        right: 29px
    }

    .index-news-block .news-slick-prev {
        left: 29px
    }
}

@media (max-width:1540px) {
    .ch-title {
        font-size: 36px;
        margin-bottom: 30px
    }

    .banner-block .banner-link-box .banner-link {
        width: 250px;
        height: 120px
    }

    .banner-block .banner-link-box .banner-link .icon {
        width: 40px
    }

    .banner-block .banner-link-box .banner-link .banner-link-p {
        font-size: 20px
    }

    .banner-block .Slick-Navigation {
        padding-left: 50px
    }

    .banner-block .banenr-list .banner-slogan-box h2 {
        font-size: 30px
    }

    .banner-block .banenr-list .banner-slogan-box h3 {
        font-size: 60px
    }

    .index-products-block .index-products-box {
        width: 1130px
    }

    .index-products-block .index-products-box .index-products-mask {
        top: 171px
    }

    .index-products-block .index-products-arrow {
        top: 91px
    }

    .index-application-block,
    .index-news-block {
        padding-left: 5%
    }

    .index-application-block .inner .index-application-left {
        width: 400px;
        padding-left: 0;
        padding-right: 30px
    }

    .index-application-block .inner .index-application-left .application-slick-dots ul {
        width: 300px
    }

    .index-application-block .inner .index-application-right {
        width: calc(100% - 400px)
    }

    .news-list .news-list-img-box {
        width: 200px
    }

    .news-list .news-list-left {
        width: calc(100% - 200px)
    }

    .news-list .news-list-left .news-list-class-box,
    .news-list .news-list-left .news-list-title {
        margin-bottom: 10px
    }

    .news-list .news-list-left .news-list-class-box .news-list-date {
        font-size: 14px
    }
}

@media (max-height:700px) {
    .index-products-block .en-title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .index-products-block .ch-title {
        font-size: 30px;
        margin-bottom: 20px
    }

    .index-products-block .index-products-box {
        width: 900px
    }

    .index-products-block .index-products-box .index-products-mask {
        top: 130px
    }

    .index-products-block .index-products-arrow {
        top: 71px;
        right: -49px
    }

    .index-products-block .index-products-arrow .products-slick-button {
        width: 60px;
        height: 60px
    }

    .index-products-block .index-products-arrow span {
        width: 10px
    }

    .index-p {
        margin-bottom: 50px
    }

    .ch-title {
        margin-bottom: 30px
    }

    .index-video-block .inner .index-video-left .video-slick-block .video-slick .video-slick-img-box {
        padding-bottom: 50.3
    }

    .news-list .news-list-img-box {
        width: 160px
    }

    .news-list .news-list-left {
        width: calc(100% - 160px)
    }

    .news-list .news-list-left .news-list-class-box {
        margin-bottom: 10px
    }

    .news-list .news-list-left .news-list-title {
        font-size: 18px
    }

    .news-list .news-list-left .news-list-p {
        font-size: 14px
    }

    .news-list .line2 {
        -webkit-line-clamp: 1
    }
}

@media (max-width:1400px) {
    .header-copyright-box {
        width: 100%;
        padding: 0 5%
    }

    .header-map-box {
        margin-bottom: 10px
    }

    .index-products-block .inner {
        max-width: 100%;
        padding-left: 5%
    }

    .index-products-block .index-products-box {
        width: 1055px
    }

    .index-application-block .inner .index-application-left {
        width: 350px
    }

    .about2-1-block .inner,
    .index-application-block .inner .index-application-left .application-slick-dots ul {
        width: 90%
    }

    .index-application-block .inner .index-application-right {
        width: calc(100% - 350px)
    }

    .index-news-block .index-news-slick {
        width: 100%;
        padding: 0 100px
    }

    .index-news-block .news-slick-next {
        right: 20px
    }

    .index-news-block .news-slick-prev {
        left: 20px
    }
}

@media (max-width:1280px) {
    .banner-block .banenr-list .banner-slogan-box h2 {
        font-size: 30px
    }

    .banner-block .banenr-list .banner-slogan-box h3 {
        font-size: 50px
    }

    .index-products-block .index-products-box {
        width: 975px
    }

    .index-products-block .index-products-box .index-products-mask {
        top: 150px
    }

    .index-products-block .index-products-arrow {
        top: 91px;
        right: -49px
    }

    .index-products-block .index-products-arrow .products-slick-button {
        width: 60px;
        height: 60px
    }

    .index-products-block .index-products-arrow .products-slick-button span {
        width: 10px
    }

    .index-application-block .inner .index-application-left {
        width: 300px
    }

    .index-application-block .inner .index-application-right {
        width: calc(100% - 300px)
    }

    .index-application-block .inner .application-slick .application-slick-link {
        padding: 0 20px
    }

    .index-application-block .inner .application-slick .application-slick-link .application-slick-link-title {
        font-size: 18px
    }
}

@media (max-width:1199px) {
    .banner-block .banner-link-box .banner-link {
        width: 200px;
        height: 100px
    }

    .banner-block .banenr-list .banner-slogan-box h2 {
        font-size: 26px;
        margin-bottom: 20px
    }

    .banner-block .banenr-list .banner-slogan-box h3 {
        font-size: 50px
    }

    .index-products-block {
        min-height: initial;
        padding-right: 0
    }

    .index-products-block .inner {
        padding: 0 5%
    }

    .index-products-block .index-products-box {
        width: 100%;
        padding-right: 60px;
        position: relative
    }

    .index-products-block .index-products-arrow {
        right: 9px
    }

    .index-video-block {
        padding-right: 0;
        padding-bottom: 100px
    }

    .index-video-block .inner {
        width: 90%
    }

    .index-video-block .inner .index-video-left {
        padding: 0 35px
    }

    .ch-title,
    .index-video-block .inner .index-video-left .video-slick-block .video-slick .video-slick-title-box h2 {
        font-size: 30px
    }

    .index-video-block .inner .index-video-left .video-slick-block .video-slick-prev {
        left: -34px
    }

    .index-video-block .inner .index-video-left .video-slick-block .video-slick-next {
        right: -34px
    }

    .index-video-block .inner .index-video-right {
        padding-left: 20px;
        padding-right: 0
    }

    .index-application-block {
        padding: 0 0 0 5%
    }

    .index-application-block .inner {
        align-items: stretch
    }

    .index-application-block .application-slick-rows,
    .index-application-block .inner .application-slick-box,
    .index-application-block .inner .slick-list,
    .index-application-block .inner .slick-track {
        height: 100%
    }

    .index-application-block .inner .application-slick {
        height: 100%;
        padding-top: 0
    }

    .index-application-block .inner .application-slick .application-slick-link {
        padding: 20px;
        justify-content: center
    }

    .index-application-block .inner .application-slick .application-slick-link .application-slick-link-info {
        margin-bottom: 0
    }

    .index-application-block .inner .index-application-left {
        padding: 40px 20px 40px 0
    }

    .index-news-block {
        padding: 100px 5%
    }

    .index-contact-block {
        min-height: initial;
        padding: 100px 0
    }

    .index-contact-block .inner {
        width: 100%;
        padding: 0 5%
    }

    .slick-button {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px)
    }

    .video-slick-title-icon {
        width: 70px;
        height: 70px
    }

    .video-slick-title-icon span {
        width: 20px
    }
}

@media (max-width:1000px) {

    .banner-block .Slick-Navigation,
    .index-application-block .inner .application-slick-img,
    .index-products-block .index-products-arrow,
    .index-slick-dots .slick-dots li button::before,
    .index-video-block .inner .index-video-left .slick-button {
        display: none
    }

    .index-products-block {
        padding-top: 50px
    }

    .index-products-block .ch-title,
    .index-products-block .en-title {
        text-align: center;
        padding-left: 0
    }

    .index-products-block .ch-title {
        margin-bottom: 50px
    }

    .index-products-block .index-products-box {
        padding-right: 0
    }

    .index-products-block .index-products-box .index-products-mask {
        height: 50%;
        top: initial;
        bottom: 0
    }

    .index-slick-dots {
        padding-top: 40px;
        position: relative;
        z-index: 3
    }

    .index-slick-dots .slick-dots {
        position: relative;
        bottom: initial
    }

    .index-slick-dots .slick-dots li {
        width: initial;
        height: initial
    }

    .index-slick-dots .slick-dots li button {
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50%;
        background-color: #fff;
        padding: 0
    }

    .index-slick-dots .slick-dots li.slick-active button {
        width: 14px;
        height: 14px;
        background-color: #ce2620
    }

    .index-video-block {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .index-application-block .inner,
    .index-video-block .inner {
        flex-wrap: wrap
    }

    .index-application-block .inner .index-application-left,
    .index-application-block .inner .index-application-right,
    .index-video-block .inner .index-video-left,
    .index-video-block .inner .index-video-right {
        width: 100%
    }

    .index-video-block .inner .index-video-right {
        order: 1;
        padding-left: 0;
        margin-bottom: 50px
    }

    .index-video-block .inner .index-video-left {
        order: 2;
        padding: 0
    }

    .index-application-block {
        padding: 20px 0
    }

    .index-application-block .inner .index-application-left {
        padding: 60px 5%
    }

    .index-application-block .inner .index-application-left .index-p {
        margin-bottom: 0
    }

    .index-application-block .inner .index-application-right {
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }

    .index-application-block .inner .rwd-application-dots {
        display: block
    }

    .index-application-block .inner .application-slick {
        border-left: none
    }

    .index-application-block .inner .application-slick .application-slick-link {
        justify-content: flex-start;
        padding: 55px 5%;
        border-top: 1px solid rgba(255, 255, 255, .2)
    }

    .index-application-block .inner .application-slick .application-slick-link .application-slick-link-info {
        display: flex;
        align-items: center
    }

    .index-application-block .inner .application-slick .application-slick-link .application-slick-link-info .application-slick-link-icon {
        width: 50px;
        margin-bottom: 0;
        min-height: initial;
        display: flex
    }

    .index-application-block .inner .application-slick .application-slick-link .application-slick-link-info .application-rwd-block {
        width: calc(100% - 50px);
        display: block;
        padding-left: 30px
    }

    .index-application-block .inner .application-slick .application-slick-link .application-slick-link-info .application-rwd-block .application-slick-link-title {
        margin-bottom: 15px;
        display: block
    }

    .index-application-block .inner .application-slick .application-slick-link .application-slick-link-info .application-rwd-block .application-slick-p {
        display: block;
        color: rgba(255, 255, 255, .8)
    }

    .index-application-block .application-slick-p {
        display: block;
        font-size: 16px;
        color: #fff
    }

    .index-application-block .application-slick-navigation {
        display: none !important
    }

    .index-application-block .rwd-application-dots {
        width: 90%;
        margin: 0 auto;
        padding-top: 80px;
        padding-bottom: 60px
    }

    .index-application-block .rwd-application-dots .slick-dots {
        width: 100% !important
    }

    .index-contact-block .index-contact-p {
        margin-bottom: 30px
    }

    .page-banner-block .breadnav-box {
        top: 85px;
        right: 85px
    }
}

@media (max-width:800px) {
    header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px
    }

    header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list .rwd-header-title {
        color: rgba(0, 0, 0, .9);
        margin-bottom: 0
    }

    header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list .rwd-header-title span {
        display: inline-block;
        margin-left: 10px
    }

    header .rwd-header-block .rwd-header-box .rwd-header-info-box .rwd-header-list ul {
        display: none;
        margin-top: 15px
    }

    header .rwd-header-block .rwd-header-box .rwd-header .rwd-search-box {
        margin-bottom: 30px
    }

    .index-news-block .index-news-slick,
    header .rwd-header-block .rwd-header-box .rwd-header .rwd-header-info-block {
        padding: 0
    }

    header .rwd-header-block .header-copyright-block {
        width: 90%;
        margin: 0 auto
    }

    header .rwd-header-block .header-copyright-block .header-copyright-box {
        padding: 0 20px
    }

    header .rwd-header-block .header-copyright-block .header-map-box {
        display: flex;
        flex-direction: column
    }

    header .rwd-header-block .header-copyright-block .header-map-box a {
        font-size: 20px;
        color: rgba(0, 0, 0, .9);
        margin-bottom: 20px
    }

    .breadnav-box,
    .index-news-block .slick-button,
    footer .footer-box .footer-other:after,
    header .rwd-header-block .header-copyright-block .header-map-box span {
        display: none
    }

    footer .footer-box .footer-other {
        display: block
    }

    footer .footer-box .footer-top-right .community-list {
        width: 50px;
        height: 50px
    }

    .page-banner-block .page-banner .page-banner-title h2 {
        font-size: 36px
    }

    .banner-block .banenr-list .banner-slogan-box {
        padding: 0 5%
    }

    .banner-block .banenr-list .banner-slogan-box h2 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .banner-block .banenr-list .banner-slogan-box h3 {
        font-size: 40px
    }

    .index-news-block {
        padding: 80px 5%
    }

    .index-news-block .news-list-left .news-list-title,
    .news-list-left .news-list-title {
        -webkit-line-clamp: 2
    }

    .index-news-block .news-list-left .news-list-p,
    .news-list .news-list-left .news-list-p {
        -webkit-line-clamp: 3
    }

    .news-list {
        padding: 0;
        margin-bottom: 20px
    }

    .news-list a {
        padding: 15px;
        align-items: flex-start;
        justify-content: flex-start
    }

    .news-list .news-list-left {
        padding-left: 15px
    }
}

@media (max-width:550px) {
    .page-block .page-box a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-right: 10px
    }

    .page-block .page-button {
        width: calc(50% - 10px);
        margin-right: 20px;
        padding: 18px 30px
    }

    .index-products-block .index-products .font-16,
    .page-block .page-button .page-button-p {
        font-size: 16px
    }

    .banner-block .banner-link-box .banner-link {
        width: 135px;
        height: 60px
    }

    .banner-block .banner-link-box .banner-link .icon {
        width: 30px;
        margin-right: 10px
    }

    .banner-block .banner-link-box .banner-link .banner-link-p {
        font-size: 14px
    }

    .en-title,
    .index-products-block .en-title {
        font-size: 18px
    }

    .ch-title,
    .index-products-block .ch-title {
        font-size: 26px
    }

    .index-products-block .index-products-box {
        width: 90%;
        margin: 0 auto
    }

    .index-products-block .index-products .font-28 {
        font-size: 28px
    }

    .index-video-block .inner .index-video-right {
        margin-bottom: 40px
    }

    .index-video-block .inner .index-video-right .link-box {
        background-color: #ce2620;
        color: #fff
    }

    .index-video-block .inner .index-video-right .link-box .link-icon path {
        fill: #FFF !important
    }

    .index-video-block .inner .index-video-left .video-slick-block .video-slick .video-slick-title-box h2 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .index-video-block .inner .index-video-left .slick-dots li .dot {
        font-size: 20px
    }

    .index-video-block .inner .index-video-left .slick-dots li.slick-active {
        padding-right: 20px
    }

    .index-video-block .inner .index-video-left .slick-dots li.slick-active .dot::after {
        width: 20px
    }

    .news-list .news-list-img-box {
        width: 130px
    }

    .news-list .news-list-left {
        width: calc(100% - 130px);
        padding-left: 10px
    }

    .news-list .news-list-left .news-list-class-box .news-list-date,
    .news-list .news-list-left .news-list-title {
        font-size: 12px
    }

    .news-list .news-list-left .news-list-class-box .news-list-class {
        min-width: initial;
        font-size: 12px;
        margin-right: 5px
    }

    .news-list .news-list-left .news-list-p {
        font-size: 11px
    }

    .last-link-box .last-link {
        width: 100%
    }

    .last-link-box .last-link .last-link-p {
        font-size: 24px
    }

    .ch-title {
        margin-bottom: 20px
    }

    .index-p {
        margin-bottom: 30px
    }

    .link-box {
        width: 176px;
        height: 44px
    }

    .link-box .link-p {
        font-size: 13px;
        margin-right: 15px
    }

    .link-box .link-icon {
        width: 7px
    }

    .video-slick-title-icon {
        width: 50px;
        height: 50px
    }

    .video-slick-title-icon span {
        width: 14px
    }

    .index-news-block {
        min-height: initial
    }
}

@media (max-width:360px) {
    .news-list .news-list-img-box {
        width: 110px
    }

    .news-list .news-list-left {
        width: calc(100% - 110px)
    }
}

.video-show-block {
    width: 100%;
    height: 100vh;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none
}

.video-show-block .video-show-box {
    width: 90%;
    max-width: 900px;
    position: relative;
    margin: 0 auto;
    z-index: 1
}

.video-show-block .video-show-box .video-show {
    width: 100%;
    height: 0;
    padding-bottom: 66.7%
}

.video-show-block .video-show-box .video-show .videoWindow video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.video-show-block .mask {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8)
}

.video-show-block .video-show-close {
    width: 60px;
    height: 60px;
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
    transition: .3s
}

.video-show-block .video-show-close path {
    transition: .3s
}

.video-show-block .video-show-close span {
    width: 18px;
    display: flex
}

.video-show-block.active {
    display: flex;
    transition: .5s
}

.page-banner-block {
    width: 100%;
}

.page-title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px
}

.about-class-block {
    position: relative;
    display: flex
}

.about-class-block .about-class-box {
    width: 350px;
    max-width: 100%;
    margin-top: -80px;
    position: relative
}

.about-class-block .about-class-box .about-class-title {
    background-color: #3b48a6;
    color: #fff;
    position: relative;
    border-radius: 5px 5px 0;
    cursor: pointer
}

.about-class-block .about-class-box .about-class-title::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: 8px solid transparent;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    position: absolute;
    top: calc(50% - 6px);
    right: 16px
}

.about-class-block .about-class-box .about-class-title::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: 0 solid transparent;
    border-top: 14px solid #3b48a6;
    border-right: 14px solid transparent;
    position: absolute;
    bottom: -14px;
    right: 0
}

.about-class-block .about-class-box .about-class-menu,
.about-class-block .about-class-box .about-class-title {
    padding: 25px 30px 25px 75px
}

.about-class-block .about-class-box .about-class-menu {
    background-color: #f4f4f4;
    border-bottom: 1px solid #cecece;
    display: block
}

.about-class-block .about-class-box .about-class-menu.active {
    background-color: rgba(100, 100, 100, .8);
    color: #fff
}

.about-class-block .about-class-box .about-class-menu:last-child,
.login-header,
.product-pdf-block .product-pdf-box:last-child,
.technical-left .technical-support-form .support-list:last-child {
    border-bottom: none
}

.about-class-block .about-class-box .about-class-en {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 13px
}

.about-class-block .about-class-box .about-class-cn {
    font-size: 24px;
    font-weight: 500
}

.about-class-block .about-class-box .about-class-menu-box {
    width: 100%;
    position: absolute;
    z-index: 1;
    display: none;
    background-color: #fff;
    top: calc(100% - 54px)
}

.about-class-block .about-second-class-box {
    width: calc(100% - 350px);
    list-style: none;
    padding: 30px 0;
    display: flex
}

.about-class-block .about-second-class-box li {
    padding: 0 75px;
    position: relative
}

.about-class-block .about-second-class-box li a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    transition: .5s
}

.about-class-block .about-second-class-box li a:hover,
.search-box .search-p span {
    color: #ce2620;
    font-weight: 700
}

.about-class-block .about-second-class-box li:after {
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    background-color: #cecece;
    position: absolute;
    right: 0;
    top: calc(50% - 10px)
}

.about-class-block .about-second-class-box li.active a,
.page-second-class-box .inner a.active {
    color: #3b48a6 !important;
    font-weight: 700
}

.about1-list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding-bottom: 60px
}

.about1-list-box .about1-list {
    width: calc(50% - 40px);
    display: block;
    position: relative;
    margin-bottom: 130px
}

.about1-list-box .about1-list .about1-list-img-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 56.3%
}

.about1-list-box .about1-list .about1-list-img-box .about1-list-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s
}

.about1-list-box .about1-list .about1-list-title-box {
    width: 320px;
    left: 50px;
    position: absolute;
    z-index: 1;
    bottom: -50px;
    padding: 17px 25px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-color: #fff
}

.about1-list-box .about1-list .about1-list-title-box .about1-list-title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    transition: .5s
}

.about1-list-box .about1-list .about1-list-title-box .about1-list-link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3b48a6;
    transition: .5s
}

.about1-list-box .about1-list .about1-list-title-box .about1-list-link span {
    display: flex;
    width: 6px
}

.about-pdf-block .about-pdf-table thead,
.about1-list-box .about1-list:hover .about1-list-title-box .about1-list-link,
.contact-ok-box .contact-back:hover,
.login-block .login-box .login-right .login-info .form-button:hover,
.member-password-block .inner .form-button:hover {
    background-color: #3b48a6
}

.about1-list-box .about1-list:hover .about1-list-title-box .about1-list-link path {
    stroke: #FFF !important
}

.about1-list-box:after {
    content: "";
    width: 150vw;
    height: calc(100% - 135px);
    display: block;
    position: absolute;
    bottom: 0;
    left: -50vw;
    background-color: #f4f4f4;
    z-index: -1
}

@media (max-width:1599px) {
    .about-class-block .about-class-box {
        width: 280px
    }

    .about-class-block .about-class-box .about-class-menu,
    .about-class-block .about-class-box .about-class-title {
        padding: 25px 30px 25px 50px
    }

    .about-class-block .about-second-class-box {
        width: calc(100% - 280px)
    }

    .about-class-block .about-second-class-box li {
        padding: 0 50px
    }
}

@media (max-width:1300px) {
    .page-banner-block .page-banner .page-banner-img {
        height: 500px
    }

    .about-class-block .about-class-box {
        margin-top: -60px
    }

    .about-class-block .about-class-box .about-class-menu-box {
        top: calc(100% - 38px)
    }

    .about-class-block .about-class-box .about-class-en,
    .about-class-block .about-second-class-box li a {
        font-size: 18px
    }

    .about-class-block .about-class-box .about-class-cn {
        font-size: 20px
    }

    .about-block .inner,
    .about-class-block {
        width: 90%
    }

    .about-class-block .about-second-class-box li {
        padding: 0 30px
    }
}

@media (max-width:991px) {
    .page-block {
        flex-wrap: wrap;
        margin-bottom: 80px
    }

    .page-block .page-box {
        width: 100%;
        justify-content: center;
        margin-bottom: 30px
    }

    .cookiesbox .cookiesInner .cookiesBtn,
    .page-block .page-button-box {
        margin: 0 auto
    }

    .gotop-arrow {
        bottom: 2%
    }

    .gotop-arrow p {
        font-size: 18px
    }

    .cookiesbox .cookiesInner {
        width: 100%;
        padding: 28px 30px
    }

    .cookiesbox .cookiesInner .cookiesWord {
        margin: 0 auto 20px
    }

    .page-banner-block .page-banner .page-banner-img {
        height: 400px
    }

    .about-class-block {
        flex-wrap: wrap
    }

    .about-class-block .about-class-box,
    .about-class-block .about-second-class-box,
    .about1-list-box .about1-list {
        width: 100%
    }

    .about-class-block .about-class-box .about-class-menu-box {
        top: 100%
    }

    .page-title {
        font-size: 30px
    }
}

.about1-video-block,
.about5-3-block {
    width: 100%;
    overflow: hidden
}

.about1-video-block .about-video-slick-block {
    width: 825px;
    max-width: 100%;
    margin: 0 auto 40px;
    position: relative
}

.about1-video-block .about-video-slick-block .slick-list {
    overflow: unset
}

.about1-video-block .about-video-slick {
    position: relative;
    transform: scale(.8);
    transition-duration: .5s;
    overflow: hidden
}

.about1-video-block .about-video-slick .about-video-img-box {
    width: 100%;
    height: 0;
    padding-bottom: 66.7%;
    position: relative
}

.about1-video-block .about-video-slick .video-slick-title-icon {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    opacity: 0;
    transition: .5s
}

.about1-video-block .about-video-slick.slick-active {
    transform: scale(1);
    transition-delay: 0.5s
}

.about1-video-block .video-slick-next {
    right: -120px
}

.about1-video-block .video-slick-prev {
    left: -120px
}

.about1-video-block .about-v-info-slick-box {
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.about1-video-block .about-v-info-slick-box h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0d0d0d;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(30px)
}

.about1-video-block .about-v-info-slick-box p {
    line-height: 1.6;
    opacity: 0;
    transform: translateY(30px)
}

.about1-video-block .about-v-info-slick-box .slick-active h2,
.about1-video-block .about-v-info-slick-box .slick-active p {
    opacity: 1;
    transform: translateY(0);
    transition-duration: .8s
}

.about1-video-block .about-v-info-slick-box .slick-active p {
    transition-delay: 0.2s
}

@media (max-width:1199px) {
    .about1-video-block .inner {
        width: 90%
    }

    .about1-video-block .about-video-slick-block {
        width: 700px
    }

    .about1-video-block .video-slick-next {
        right: -90px
    }

    .about1-video-block .video-slick-prev {
        left: -90px
    }

    .about1-video-block .about-video-slick .video-slick-title-icon {
        top: calc(50% - 35px);
        left: calc(50% - 35px)
    }
}

@media (max-width:400px) {
    .about1-video-block .about-video-slick .about-video-img-box {
        padding-bottom: 210px
    }
}

.about1-2-block {
    width: 100%;
    max-width: 1920px
}

.about1-2-block .about1-2-top {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 85px
}

.about1-2-block .about1-2-top .about1-2-top-img {
    width: 50%;
    padding-right: 72px;
    height: 754px;
    position: absolute;
    top: 0;
    left: 0
}

.about1-2-block .about1-2-top .about1-2-top-img span .img-object {
    object-position: top right
}

.about1-2-block .about1-2-top .about1-2-top-info,
.about3-top-box .about3-top-list .about3-top-img,
.about3-top-box .about3-top-list .about3-top-info,
.about5-block .about5-top-box .about5-top-left,
.about5-block .about5-top-box .about5-top-right,
.technical-left .technical-support-form .checkbox-2 .support-checkbox {
    width: 50%
}

.about1-2-block .about1-2-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.about1-2-block .about1-2-bottom .about1-2-bottom-img {
    order: 2;
    width: calc(50% + 35px)
}

.about1-2-block .about1-2-bottom .about1-2-bottom-info {
    width: calc(50% - 35px);
    order: 1;
    padding-top: 200px;
    padding-right: 95px
}

@media (max-width:1440px) {
    .about1-2-block .about1-2-top .about1-2-top-img {
        padding-right: 50px;
        height: 700px
    }
}

.about1-3-block {
    padding-bottom: 40px
}

.about-history-box .about-history-year-box {
    width: 155px;
    display: flex;
    padding-right: 25px
}

.about-history-box .about-history-year-box .about-history-year {
    width: 80px;
    font-size: 30px;
    font-weight: 900;
    color: #3b48a6;
    transition: .5s;
    padding-top: 57px
}

.about-history-box .about-history-year-box .about-history-line-box {
    width: calc(100% - 80px);
    position: relative
}

.about-history-box .about-history-year-box .about-history-line-top {
    width: 4px;
    height: 76px;
    display: block;
    margin: 0 auto;
    background-color: #3b48a6;
    position: relative
}

.about-history-box .about-history-year-box .about-history-line-top:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(59, 72, 166, 0) 0, #ce2620 100%);
    background: -webkit-linear-gradient(top, rgba(59, 72, 166, 0) 0, #ce2620 100%);
    background: linear-gradient(to bottom, rgba(59, 72, 166, 0) 0, #ce2620 100%)
}

.about-history-box .about-history-year-box .about-history-line-dot {
    width: 100%;
    height: 25px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: .5s
}

.about-history-box .about-history-year-box .about-history-line-dot span {
    width: 8px;
    height: 8px;
    display: block;
    background-color: #3b48a6;
    border-radius: 50%
}

.about-history-box .about-history-year-box .about-history-line-bottom {
    width: 4px;
    display: block;
    margin: 0 auto;
    height: calc(100% - 76px);
    background-color: #3b48a6;
    position: relative
}

.about-history-box .about-history-year-box .about-history-line-bottom:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, #ce2620 0, rgba(60, 72, 165, 0) 99%, rgba(59, 72, 166, 0) 100%);
    background: -webkit-linear-gradient(top, #ce2620 0, rgba(60, 72, 165, 0) 99%, rgba(59, 72, 166, 0) 100%);
    background: linear-gradient(to bottom, #ce2620 0, rgba(60, 72, 165, 0) 99%, rgba(59, 72, 166, 0) 100%)
}

.about-history-box .about-history {
    width: calc(100% - 155px);
    list-style: none;
    padding-top: 45px
}

.about-history-box .about-history li {
    margin-bottom: 13px;
    background-color: #f4f4f4;
    padding: 15px 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start
}

.about-history-box .about-history li .about-history-month {
    width: 95px;
    text-align: center;
    padding: 5px 10px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4
}

.about-history-box .about-history li .about-history-month:after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #cecece;
    position: absolute;
    top: 0;
    right: 0
}

.about-history-box .about-history li .about-history-info {
    width: calc(100% - 95px);
    font-size: 18px;
    color: #646464;
    font-weight: 400;
    padding: 5px 30px;
    line-height: 1.4
}

.about-history-box:first-child .about-history-year-box .about-history-year {
    padding-top: 35px
}

.about-history-box:first-child .about-history-year-box .about-history-line-top {
    height: 40px
}

.about-history-box:first-child .about-history-year-box .about-history-line-dot {
    top: 40px
}

.about-history-box:first-child .about-history-year-box .about-history-line-bottom,
.about-history-box:last-child .about-history-year-box .about-history-line-bottom {
    height: calc(100% - 40px)
}

.about-history-box:first-child .about-history {
    padding-top: 22px
}

.about-history-box:first-child:hover .about-history-year-box .about-history-line-top {
    height: 37px
}

.about-history-box:first-child:hover .about-history-year-box .about-history-line-bottom {
    height: calc(100% - 37px)
}

.about-history-box:hover .about-history-line-dot {
    height: 30px;
    top: 59px
}

.about-history-box:hover .about-history-line-dot span {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ce2620;
    width: 20px;
    height: 20px
}

.about-history-box:hover .about-history-line-dot span::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-color: #ce2620;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px)
}

@media (max-width:1000px) {
    .about-history-box .about-history-year-box {
        width: 115px;
        align-items: center;
        flex-direction: column;
        padding-right: 15px
    }

    .about-history-box .about-history-year-box .about-history-year {
        text-align: center;
        padding-top: 0 !important;
        height: 36px
    }

    .about-history-box .about-history-year-box .about-history-line-box {
        width: 100%;
        height: calc(100% - 36px)
    }

    .about-history-box .about-history-year-box .about-history-line-box .about-history-line-top {
        display: none
    }

    .about-history-box .about-history-year-box .about-history-line-box .about-history-line-dot {
        position: static;
        display: flex !important
    }

    .about-history-box .about-history-year-box .about-history-line-box .about-history-line-bottom {
        height: calc(100% - 25px)
    }
}

@media (max-width:450px) {
    .about-history-box .about-history-year-box {
        width: 85px;
        padding-right: 10px
    }

    .about-history-box .about-history-year-box .about-history-year {
        height: 32px;
        font-size: 26px
    }

    .about-history-box .about-history {
        width: calc(100% - 85px)
    }
}

.about1-4-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.about1-4-box {
    width: 50%;
    padding: 200px 0
}

.about1-4-box .page-title,
.about4-2-edit-box {
    margin-bottom: 50px
}

@media (max-width:1300px) {

    .about1-2-block .inner,
    .about1-3-block .inner,
    .about1-4-block .inner,
    .about3-block .inner {
        width: 90%
    }

    .about1-2-block .about1-2-top .about1-2-top-img {
        height: 545px
    }

    .about1-2-block .about1-2-bottom .about1-2-bottom-info {
        padding-top: 45px;
        padding-right: 50px
    }

    .about1-4-box {
        padding: 150px 0
    }
}

@media (max-width:991px) {
    .about1-2-block .about1-2-top {
        flex-wrap: wrap
    }

    .about1-2-block .about1-2-top .about1-2-top-img {
        width: 100%;
        height: inherit;
        position: static
    }

    .about1-2-block .about1-2-top .about1-2-top-info {
        width: 100%
    }

    .about1-2-block .about1-2-bottom {
        flex-wrap: wrap;
        margin-bottom: 80px
    }

    .about1-2-block .about1-2-bottom .about1-2-bottom-img {
        width: 100%;
        order: 1
    }

    .about1-2-block .about1-2-bottom .about1-2-bottom-info {
        width: 100%;
        order: 2;
        padding-top: 30px;
        padding-right: 0
    }

    .about1-4-box {
        width: 80%;
        padding: 100px 0
    }
}

.about-third-class-box {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap
}

.about-third-class-box .about-third-class {
    min-width: 190px;
    padding: 9px 30px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    border: 1px solid #646464;
    margin-right: 20px;
    font-size: 20px;
    color: #646464;
    border-radius: 30px;
    margin-bottom: 20px
}

.about-third-class-box .about-third-class:hover {
    border: 2px solid #ce2620;
    color: #fff;
    font-weight: 700;
    background-color: #ce2620
}

.about-third-class-title {
    position: relative;
    padding: 10px 40px 10px 0;
    font-size: 20px;
    color: #3b48a6;
    border-bottom: 1px solid #3b48a6;
    display: none
}

.about-third-class-title::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: 7px solid transparent;
    border-top: 14px solid #3b48a6;
    border-right: 7px solid transparent;
    position: absolute;
    top: calc(50% - 3.5px);
    right: 10px
}

.about-download-box {
    margin-top: 55px;
    margin-bottom: 80px
}

.about-download-title-box>div {
    padding: 18px 10px;
    background-color: #3b48a6;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-right: 1px solid rgba(233, 233, 233, .5)
}

.about-download-list-box .about-download-list>div:last-child,
.about-download-title-box>div:last-child,
.about-pdf-block .about-pdf-table thead tr th:last-child {
    border-right: 0
}

.about-download-list-box .about-download-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch
}

.about-download-list-box .about-download-list>div {
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 30px 10px;
    border-right: 1px solid #fff
}

.about-download-list-box .about-download-list>div h4 {
    width: 100%;
    font-size: 16px;
    color: #646464;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    transition: .5s
}

.about-download-list-box .about-download-list .title-Description,
.about-download-list-box .about-download-list .title-Name {
    padding-left: 55px;
    padding-right: 55px;
    word-break: break-word
}

.about-download-list-box .about-download-list .title-Description h4,
.about-download-list-box .about-download-list .title-Name h4 {
    text-align: left
}

.about-download-list-box .about-download-list .title-Name h4 {
    color: #4d5bbb;
    font-weight: 700;
    font-size: 18px
}

.about-download-list-box .about-download-list .title-Name .m-download-title {
    background-color: #4d5bbb;
    color: #fff
}

.about-download-list-box .about-download-list:nth-child(2n),
.about-pdf-block .about-pdf-table tbody tr:nth-child(2n) {
    background-color: #e8e8e8
}

.about-download-list-box .download-icon {
    width: 18px;
    display: flex;
    margin: 0 auto
}

.about-download-list-box .m-download-title {
    padding: 18px 10px;
    background-color: #e8e8e8;
    font-size: 16px;
    color: #000;
    text-align: center;
    display: none
}

.about2-1-block .title-Name {
    width: 23%
}

.about2-1-block .title-Description {
    width: 35%
}

.about2-1-block .title-Download,
.about2-1-block .title-Hits,
.about2-1-block .title-Version,
.about4-3-box .w-10,
.member-download .title-Version,
.products2-list-box .products2-list table thead th:nth-child(3),
.products2-list-box .products2-list table thead th:nth-child(4),
.products2-list-box .products2-list table thead th:nth-child(6) {
    width: 10%
}

.about2-1-block .title-Size,
.member-download .title-Download,
.products2-list-box .products2-list table thead th:nth-child(10) {
    width: 12%
}

.about3-block .about1-list-box {
    padding-top: 120px
}

.about3-block .about1-list-box::after {
    height: 100%
}

.about3-top-box {
    padding-bottom: 160px
}

.about3-top-box .about3-top-list {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 70px
}

.about3-top-box .about3-top-list .about3-top-info {
    padding-top: 70px;
    padding-bottom: 70px
}

.about3-top-box .about3-top-list .about3-top-img {
    position: absolute;
    height: calc(100% + 70px)
}

.about3-top-box .about3-top-list:nth-child(odd) {
    justify-content: flex-end
}

.about3-top-box .about3-top-list:nth-child(odd) .about3-top-img {
    left: 0;
    top: 0
}

.about3-top-box .about3-top-list:nth-child(2n) .about3-top-img {
    right: 0;
    bottom: 0
}

.about3-top-box .about3-top-list:nth-child(2n) .about3-top-info {
    padding-right: 95px
}

.about-pdf-block,
.about4-3-box {
    margin-bottom: 130px
}

.about-pdf-block .about-pdf-box,
.member-block .page-title {
    margin-bottom: 70px
}

.about-pdf-block .about-pdf-table thead tr th {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-right: 1px solid #e9e9e9
}

.about-pdf-block .about-pdf-table thead tr th:first-child {
    width: 68%;
    padding: 18px 50px
}

.about-pdf-block .about-pdf-table thead tr th:nth-child(2),
.about-pdf-block .about-pdf-table thead tr th:nth-child(3) {
    width: 16%;
    text-align: center
}

.about-pdf-block .about-pdf-table tbody tr td {
    font-size: 18px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #e8e8e8
}

.about-pdf-block .about-pdf-table tbody tr td:first-child {
    padding: 26px 50px;
    font-weight: 500
}

.about-pdf-block .about-pdf-table tbody tr td:nth-child(2) {
    padding: 26px 20px;
    font-size: 16px;
    color: #646464;
    font-weight: 400;
    text-align: center
}

.about-pdf-block .about-pdf-table tbody tr td:last-child {
    border-right: 0px solid #e9e9e9
}

.pdf-icon-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative
}

.pdf-icon-box>span {
    width: 21px
}

.pdf-icon-box .pdf-icon {
    width: 100%;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: flex
}

.pdf-icon-box .pdf-icon-hover {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    display: flex;
    opacity: 0
}

.about3-2-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 150px
}

.about3-2-box .about3-2-list {
    width: calc(50% - 30px);
    margin-right: 60px;
    padding: 60px 40px 60px 60px;
    border: 1.5px solid #cecece;
    display: flex;
    margin-bottom: 60px
}

.about3-2-box .about3-2-list .about3-2-left {
    width: 200px;
    max-width: 100%
}

.about3-2-box .about3-2-list .about3-2-icon {
    text-align: center;
    margin-bottom: 25px
}

.about3-2-box .about3-2-list .about3-2-title {
    font-size: 20px;
    font-weight: 500;
    background-color: #252c59;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    padding: 12px 10px
}

.about3-2-box .about3-2-list .about3-2-right {
    width: calc(100% - 200px);
    padding-left: 60px
}

.about3-2-box .about3-2-list .about3-2-right h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

.about3-2-box .about3-2-list .about3-2-right h4 {
    font-size: 18px;
    font-weight: 500;
    color: #ce2620;
    margin-bottom: 25px
}

.about3-2-box .about3-2-list .about3-2-right .about3-2-link {
    display: flex;
    margin-bottom: 10px
}

.about3-2-box .about3-2-list .about3-2-right .about3-2-link .link-icon {
    width: 30px
}

.about3-2-box .about3-2-list .about3-2-right .about3-2-link a {
    font-size: 16px;
    color: #646464;
    transition: .5s
}

.about4-block .about1-list-box:after {
    height: calc(100% + 135px)
}

.about4-box p {
    font-size: 18px;
    color: #646464;
    text-align: center;
    line-height: 1.6
}

@media (max-width:1300px) {
    .about3-2-box .about3-2-list .about3-2-left {
        width: 170px
    }

    .about3-2-box .about3-2-list .about3-2-right {
        width: calc(100% - 170px)
    }

    .about3-2-box .about3-2-list .about3-2-title {
        font-size: 18px
    }

    .about4-block .inner {
        width: 90%
    }
}

.about4-table-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 35px;
    position: relative;
    z-index: 1
}

.about4-table-top h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000
}

.about4-table-top .year-select-block {
    width: 196px;
    position: relative
}

.about4-table-top .year-select-block .year-select-button {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    border: 1px solid #cecece;
    cursor: pointer;
    font-size: 18px;
    color: #969696;
    padding: 15px 25px 15px 20px;
    position: relative
}

.about4-table-top .year-select-block .year-select-button:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: 6px solid transparent;
    border-top: 9px solid #cecece;
    border-right: 6px solid transparent;
    position: absolute;
    top: calc(50% - 3px);
    right: 10px
}

.about4-table-top .year-select-block .year-select {
    width: 100%;
    position: absolute;
    top: 48px;
    z-index: 1;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    display: none
}

.about4-table-top .year-select-block .year-select .year-select-link,
.about4-table-top .year-select-block .year-select a {
    width: 100%;
    border-bottom: 1px solid #cecece;
    display: block;
    background-color: #fff;
    padding: 10px 20px;
    color: #969696;
    transition: .5s
}

.about4-table-top .year-select-block .year-select .year-select-link.active,
.about4-table-top .year-select-block .year-select a.active {
    background-color: #3b48a6;
    color: #fff !important
}

.about4-table-top .year-select-block .year-select .year-select-link:hover,
.about4-table-top .year-select-block .year-select a:hover {
    color: #3b48a6;
    font-weight: 700
}

.about4-table-top .year-select-block h3 {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    text-align: right;
    margin-top: 25px
}

.about4-1-table .about4-1-table-list {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700
}

.about4-1-table .about-download-list-box .about-download-list {
    width: initial
}

@media (min-width:992px) {
    .cookiesbox .cookiesInner {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .about-third-class-box .about-third-class.active {
        border: 2px solid #252c59 !important;
        color: #252c59 !important;
        font-weight: 700;
        background-color: #fff !important
    }

    .about4-1-table .about4-1-table-list {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .page-class-block.technical2 {
        cursor: pointer;
        width: 400px;
        margin: 50px auto 0;
        position: unset;
        left: unset;
        top: unset
    }

    .page-class-block.technical2 .page-class-title {
        width: 100%;
        margin: 0 auto;
        display: block;
        position: relative;
        background-color: #3b48a6;
        color: #fff;
        font-size: 18px;
        text-align: center;
        padding: 20px 28px 20px 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .page-class-block.technical2 .page-class-title::after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        border-left: 6px solid transparent;
        border-top: 6px solid #fff;
        border-right: 6px solid transparent;
        position: absolute;
        top: calc(50% - 6px);
        right: 20px
    }

    .page-class-block.technical2 .page-class-box {
        width: 100%;
        display: block;
        background-color: #fff;
        border-right: 1px solid rgba(0, 0, 0, .5);
        border-left: 1px solid rgba(0, 0, 0, .5)
    }

    .page-class-block.technical2 .page-class-box .page-class {
        border-bottom: 1px solid rgba(0, 0, 0, .5);
        display: block;
        font-size: 16px;
        padding: 15px 0;
        transition: .5s
    }

    .page-class-block.technical2 .page-class-box .page-class.active {
        background-color: rgba(0, 0, 0, .5) !important
    }

    .page-class-block.technical2 .page-class-box .page-class.active span,
    .page-class-block.technical2 .page-class-box .page-class:hover span {
        color: #fff
    }

    .page-class-block.technical2 .page-class-box .page-class span {
        color: #000;
        position: unset
    }

    .page-class-block.technical2 .page-class-box .page-class span::after {
        content: unset
    }
}

.about4-2-edit-box p {
    font-size: 18px;
    font-weight: 500
}

.about4-2-3-title-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px
}

.about4-2-3-title-box .about4-2-3-title {
    display: flex;
    align-items: center;
    margin-right: 65px
}

.about4-2-3-title-box .about4-2-3-title h3 {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background-color: #252c59;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-right: 15px
}

.about4-3-box .w-13 {
    width: 13%
}

.about4-3-box .w-26 {
    width: 26%
}

.about4-3-box .w-33 {
    width: 33%
}

.about4-3-box .w-9,
.products2-list-box .products2-list table thead th:nth-child(8) {
    width: 9%
}

.about4-3-box .about-download-list-box .about-download-list>div,
.about4-3-box .about-download-title-box>div {
    padding: 18px 35px
}

.pdf-icon-box>span.youtube-icon {
    font-size: 26px;
    width: initial;
    color: #969696;
    cursor: pointer;
    transition: .5s
}

.about-ul li,
.about5-workplace-box .about5-workplace-list p {
    font-size: 18px;
    color: #646464;
    line-height: 1.6
}

.about4-4-box,
.about5-block {
    padding-bottom: 80px
}

.about4-4-box .about3-2-box {
    padding-bottom: 0
}

.about5-block .about5-top-box .about5-top-left {
    padding-right: 35px
}

.about5-block .about5-top-box .about5-top-right {
    padding-top: 10px;
    padding-left: 40px
}

.about5-block .about5-mid-box .about5-mid-list {
    width: calc((100% - 140px)/ 7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 180px;
    background-color: #f4f4f4
}

.about5-block .about5-mid-box .about5-mid-list span {
    display: flex;
    width: 70px;
    height: 60px;
    margin-bottom: 15px
}

.about5-block .about5-bottom-box,
.product-pdf-block .product-pdf-box .product-pdf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.about5-block .about5-bottom-box .about5-bottom-list {
    width: calc(50% - 40px);
    margin-bottom: 75px
}

.about5-block .about5-bottom-box .about5-bottom-list .about5-bottom-img {
    margin-bottom: 30px;
    width: 100%;
    height: 0;
    padding-bottom: 54.55%;
    position: relative
}

.about5-block .about5-bottom-box .about5-bottom-list .about5-bottom-img span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.about5-block .about5-bottom-box .about5-bottom-list h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0d0d0d;
    margin-bottom: 20px
}

.about-ul li {
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
    letter-spacing: .5px
}

.about-ul li:after {
    content: "˙";
    position: absolute;
    top: 0;
    left: 5px
}

.about5-workplace-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch
}

.about5-workplace-box .about5-workplace-list {
    width: calc((100% - 140px)/ 3);
    border: 1px solid #f4f4f4;
    padding: 45px 30px;
    box-sizing: border-box;
    background-color: #fff
}

.about5-workplace-box .about5-workplace-list .about5-workplace-top,
.new-banner-block .new-banner-box .new-class-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.about5-workplace-box .about5-workplace-list .about5-workplace-top .about5-workplace-icon {
    width: 70px;
    height: 70px;
    display: flex
}

.about5-workplace-box .about5-workplace-list .about5-workplace-top .about5-workplace-title {
    width: calc(100% - 70px);
    padding-left: 30px
}

.about5-workplace-box .about5-workplace-list .about5-workplace-top .about5-workplace-title h5 {
    color: #ce2620;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px
}

.about5-workplace-box .about5-workplace-list .about5-workplace-top .about5-workplace-title h3 {
    font-size: 24px;
    font-weight: 700
}

.about5-workplace-bg {
    width: 100%;
    height: calc(100% + 100px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.about5-workplace-bottom {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 165px 0 250px;
    display: flex;
    justify-content: center;
    align-items: center
}

.about5-workplace-bottom .about5-workplace-icon {
    height: 70px
}

.about5-workplace-bottom .about5-workplace-title {
    padding-left: 30px;
    max-width: calc(100% - 70px)
}

.about5-workplace-bottom .about5-workplace-title h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff
}

.about5-workplace-bottom .about5-workplace-title p {
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 0
}

.about5-3-block .about5-3-info-box {
    padding: 155px 0 190px;
    width: 400px
}

.about5-3-block .about5-3-img {
    width: calc(50% + 170px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.about5-3-block .about5-3-link {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap
}

.about5-3-block .about5-3-link .link-icon {
    color: #424244;
    font-size: 18px;
    display: flex;
    width: 35px
}

.about5-3-block .about5-3-link a {
    font-size: 18px;
    color: #646464;
    transition: .5s
}

.about5-3-block .about5-3-104 {
    margin-top: 65px;
    display: block
}

.about5-3-block .about5-3-104:hover img {
    -webkit-filter: drop-shadow(6px 0px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(6px 0px 3px rgba(0, 0, 0, .2))
}

.page-class-block {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}

.page-class-block .page-class-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .5)
}

.page-class-block .page-class {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-size: 20px;
    padding: 25px 0;
    transition: .5s
}

.page-class-block .page-class span {
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    transition: .5s
}

.page-class-block .page-class span::after {
    content: "";
    width: 1px;
    height: 24px;
    position: absolute;
    display: block;
    top: calc(50% - 12px);
    left: -.5px;
    background-color: #fff;
    transition: none
}

.page-class-block .page-class.active {
    background-color: #3b48a6 !important
}

.news-block {
    padding-bottom: 140px
}

.news-block .news-box {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 75px
}

.news-block .news-box .news-list {
    width: calc(50% - 25px);
    padding: 0;
    margin: 25px 0
}

.news-block .news-box,
.news-block .page-block {
    width: 90%;
    max-width: 1400px
}

.news-block .page-block {
    margin: 0 auto;
    padding-top: 40px
}

@media (max-width:1599px) {
    .about3-top-box .about3-top-list .about3-top-img {
        height: calc(100% + 50px)
    }

    .about3-top-box .about3-top-list .about3-top-info {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .about3-top-box .about3-top-list:nth-child(odd) .about3-top-info {
        padding-left: 50px
    }

    .about3-top-box .about3-top-list:nth-child(2n) .about3-top-info {
        padding-right: 50px
    }

    .about3-2-box .about3-2-list {
        width: calc(50% - 20px);
        margin-right: 40px;
        padding: 40px 30px
    }

    .about3-2-box .about3-2-list .about3-2-right,
    .about5-block .about5-top-box .about5-top-right {
        padding-left: 30px
    }

    .about4-3-box .about-download-list-box .about-download-list>div,
    .about4-3-box .about-download-title-box>div {
        padding: 18px 20px
    }

    .about5-block .about5-top-box .about5-top-left {
        padding-right: 10px
    }

    .about5-block .about5-mid-box .about5-mid-list {
        width: calc((100% - 105px)/ 7);
        height: 156px
    }

    .about5-block .about5-mid-box .about5-mid-list span {
        width: 60px;
        height: 50px
    }

    .about5-block .about5-bottom-box .about5-bottom-list {
        width: calc(50% - 30px)
    }

    .about5-workplace-box .about5-workplace-list {
        width: calc((100% - 80px)/ 3)
    }

    .about5-3-block .about5-3-img {
        width: calc(50% + 100px)
    }

    .about5-3-block .about5-3-info-box {
        padding: 100px 0
    }

    .news-block .news-box .news-list {
        width: calc(50% - 10px);
        padding: 0;
        margin: 10px 0
    }
}

.product-class-box,
.products-box .products-list:first-child {
    border-top: 1px solid #cecece
}

.new-banner-block .new-banner-box .breadnav-box,
.product-top-box .breadnav-box,
.products2-top-box .breadnav-box {
    right: 0;
    top: 0
}

.new-banner-block {
    background-color: #f4f4f4;
    padding-top: 98px
}

.new-banner-block .new-banner-box {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 105px 0 90px;
    position: relative
}

.new-banner-block .new-banner-box .new-class-box .new-class {
    min-width: 100px;
    font-size: 18px;
    color: #fff;
    background-color: #252c59;
    text-align: center;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    margin-right: 15px
}

.new-banner-block .new-banner-box .new-class-box .new-date {
    font-size: 18px;
    color: #969696;
    font-weight: 400
}

.new-banner-block .new-banner-box .new-class-title {
    font-size: 36px;
    font-weight: 700;
    color: #323232
}

.contact-block .inner,
.new-box {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto
}

.share-box {
    display: flex;
    align-items: center;
    padding: 55px 0
}

.share-box p {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    color: #969696;
    margin-right: 35px
}

.share-box a {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    background-color: #f4f4f4;
    color: #323232;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    margin-right: 25px;
    transition: .5s
}

.new-button-box {
    padding: 100px 0
}

.new-button-box .new-back-button {
    width: 40px;
    display: flex
}

.products-banner-block {
    width: 100%;
    overflow: hidden;
    padding-top: 98px;
    position: relative
}

.products-banner-block .products-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
    z-index: -1
}

.products-banner-block .products-banner-info {
    width: 90%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 90px 0 130px;
    margin: 0 auto
}

.products-banner-block .products-banner-info .products-banner-title h3 {
    font-size: 20px;
    color: #ce2620;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center
}

.products-banner-block .products-banner-info .products-banner-title h2 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 40px
}

.products-banner-block .products-banner-info .products-banner-title p {
    width: 720px;
    max-width: 100%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.6
}

.products-banner-block .products-class-block {
    max-width: 1100px;
    margin: 0 auto;
    position: relative
}

.products-banner-block .products-class-block .products-slick-button {
    width: 20px;
    position: absolute;
    display: flex;
    top: calc(50% - 17px)
}

.products-banner-block .products-class-block .products-class-prev {
    left: -50px
}

.products-banner-block .products-class-block .products-class-next {
    right: -50px
}

.products-banner-block .products-class-box .products-class {
    display: block;
    margin: 0 30px;
    position: relative;
    padding-bottom: 30px
}

.products-banner-block .products-class-box .products-class .products-class-icon {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 50%;
    transition: .5s;
    transform: scale(.95)
}

.products-banner-block .products-class-box .products-class .products-class-icon span {
    width: 80%;
    height: 80px;
    display: flex
}

.products-banner-block .products-class-box .products-class .products-class-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: block
}

.products-banner-block .products-class-box .products-class.active:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: 12px solid transparent;
    border-top: 12px solid #fff;
    border-right: 12px solid transparent;
    position: absolute;
    bottom: 0;
    right: calc(50% - 12px)
}

.products-banner-block .products-class-box .products-class.active .products-class-icon circle,
.products-banner-block .products-class-box .products-class.active .products-class-icon ellipse,
.products-banner-block .products-class-box .products-class.active .products-class-icon line,
.products-banner-block .products-class-box .products-class.active .products-class-icon path,
.products-banner-block .products-class-box .products-class.active .products-class-icon polygon,
.products-banner-block .products-class-box .products-class.active .products-class-icon polyline,
.products-banner-block .products-class-box .products-class.active .products-class-icon rect,
.products-banner-block .products-class-box .products-class.active .products-class-icon text {
    fill: #000 !important
}

.products-block {
    padding-bottom: 70px
}

.products-box {
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -90px;
    background-color: #fff
}

.products-box .products-list {
    display: flex;
    align-items: center;
    border: 1px solid #cecece;
    border-top: 1px solid transparent;
    padding: 50px 55px;
    transition: .5s
}

.products-box .products-list .products-list-img {
    width: 250px;
    max-width: 100%;
    display: block;
    padding-right: 50px
}

.products-box .products-list .products-list-info {
    width: calc(100% - 310px);
    padding-right: 135px
}

.products-box .products-list .products-list-info .products-list-title {
    font-size: 28px;
    font-weight: 900;
    color: #323232;
    margin-bottom: 15px;
    display: block;
    transition: .5s
}

.products-box .products-list .products-list-info .products-list-p {
    font-size: 16px;
    color: #646464;
    letter-spacing: .5px;
    line-height: 1.6;
    margin-bottom: 25px
}

.products-box .products-list .products-list-info .products-list-tag {
    display: inline-block;
    margin-right: 15px;
    min-width: 120px;
    background-color: #e0e0e0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 18px;
    color: #969696;
    text-align: center;
    margin-bottom: 10px
}

.products-box .products-list .products-list-link {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #cecece;
    transition: .5s
}

.products-box .products-list .products-list-link span path {
    fill: #CECECE !important;
    transition: .5s
}

.products-box .products-list:hover {
    border: 1px solid #ce2620
}

@media (max-width:1400px) {
    .products-box .products-list .products-list-info {
        padding-right: 100px
    }

    .products-banner-block .products-class-block {
        max-width: 900px
    }

    .products-banner-block .products-class-box .products-class .products-class-icon {
        padding: 10px
    }
}

@media (max-width:1199px) {
    .about2-1-block .title-Description {
        width: 25%
    }

    .about2-1-block .title-Download,
    .about2-1-block .title-Hits,
    .about2-1-block .title-Version {
        width: 12.5%
    }

    .about2-1-block .title-Size {
        width: 14.5%
    }

    .about-download-list-box .about-download-list .title-Description,
    .about-download-list-box .about-download-list .title-Name {
        padding-left: 30px;
        padding-right: 30px
    }

    .about-download-list-box .about-download-list .title-Name h4 {
        font-size: 16px
    }

    .about3-2-box .about3-2-list {
        flex-wrap: wrap
    }

    .about3-2-box .about3-2-list .about3-2-left,
    .about3-2-box .about3-2-list .about3-2-right {
        width: 100%
    }

    .about3-2-box .about3-2-list .about3-2-right {
        padding-top: 30px;
        padding-left: 0;
        text-align: center
    }

    .about3-2-box .about3-2-list .about3-2-right .about3-2-link {
        justify-content: center
    }

    .about3-2-box .about3-2-list .about3-2-right .about3-2-link a {
        width: initial
    }

    .about4-3-box .about-download-list-box .about-download-list>div,
    .about4-3-box .about-download-title-box>div {
        padding: 18px 10px
    }

    .about5-block .about5-top-box .about5-top-left {
        padding-right: 10px
    }

    .about5-block .about5-top-box .about5-top-right {
        padding-left: 10px
    }

    .about5-block .about5-mid-box .about5-mid-list {
        width: calc((100% - 65px)/ 7);
        height: 156px
    }

    .about5-block .about5-mid-box .about5-mid-list span {
        width: 50px;
        height: 40px
    }

    .about5-block .about5-bottom-box .about5-bottom-list {
        width: calc(50% - 10px)
    }

    .about5-2-block .wp1400 {
        width: 90%
    }

    .about5-workplace-box .about5-workplace-list {
        width: calc((100% - 50px)/ 3)
    }

    .about5-workplace-bottom {
        padding: 115px 0 200px
    }

    .about5-3-block .about5-3-img {
        width: calc(50% + 50px)
    }

    .about5-3-block .about5-3-info-box {
        padding: 100px 0;
        max-width: calc(50% - 80px)
    }

    .news-block .news-list .news-list-left {
        padding-left: 15px
    }

    .news-block .news-list .news-list-left .news-list-title {
        font-size: 18px
    }

    .products-banner-block .products-class-box .products-class {
        margin: 0 30px
    }

    .products-banner-block .products-class-box .products-class .products-class-icon {
        width: 100px;
        height: 100px
    }

    .products-banner-block .products-class-box .products-class .products-class-icon span {
        height: 60px
    }

    .products-banner-block .products-class-box .products-class .products-class-title {
        font-size: 20px
    }

    .products-box .products-list .products-list-info {
        padding-right: 60px
    }

    .products-banner-block .products-class-block {
        max-width: 600px
    }
}

@media (max-width:991px) {

    .about-download-list-box .m-download-title,
    .about-third-class-title {
        display: block
    }

    .about-download-title-box,
    .about-third-class-box,
    .page-class-block .page-class-box .page-class span::after {
        display: none
    }

    .about-third-class-box .about-third-class {
        width: 100%;
        border: 1px solid #3b48a6;
        margin-bottom: 0;
        margin-right: 0;
        border-top: 0;
        border-radius: 0
    }

    .about-third-class-box .about-third-class.active,
    .about4-3-box .about-download-list-box .about-download-list>div:first-child .m-download-title,
    .about4-3-box .about-download-list-box .about-download-list>div:nth-child(2) .m-download-title {
        background-color: #3b48a6;
        color: #fff
    }

    .about-download-list-box .about-download-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 30px;
        border: 1px solid #e8e8e8;
        background-color: #fff !important
    }

    .about-download-list-box .about-download-list>div {
        padding: 0 !important;
        flex-wrap: wrap;
        border-right: 0
    }

    .about-download-list-box .about-download-list>div h4 {
        padding: 10px 20px;
        min-height: 44px
    }

    .about-download-list-box .about-download-list>div:nth-child(3),
    .about-download-list-box .about-download-list>div:nth-child(5),
    .about4-1-table .about4-1-table-list:nth-child(2),
    .about4-1-table .about4-1-table-list:nth-child(3),
    .about4-1-table .about4-1-table-list:nth-child(5),
    .about4-1-table .about4-1-table-list:nth-child(6),
    .about4-3-box .about-download-list-box .about-download-list>div:first-child {
        border-right: 1px solid #fff
    }

    .about-download-list-box .about-download-list .m-download-title,
    .about-download-list-box .about-download-list .title-Description,
    .about-download-list-box .about-download-list .title-Name,
    .about4-1-table .about4-1-table-list:first-child,
    .about4-3-box .w-26,
    .about4-3-box .w-33,
    .news-block .news-box .news-list {
        width: 100%
    }

    .about-download-list-box .about-download-list .title-Download,
    .about-download-list-box .about-download-list .title-Hits,
    .about-download-list-box .about-download-list .title-Size,
    .about-download-list-box .about-download-list .title-Version,
    .about4-3-box .w-10,
    .about4-3-box .w-13,
    .about4-3-box .w-9 {
        width: 50%
    }

    .about-download-list-box .about-download-list:last-child,
    .about5-workplace-box .about5-workplace-list:last-child {
        margin-bottom: 0
    }

    .about-download-list-box .download-icon {
        min-height: 44px;
        align-items: center
    }

    .about3-block .about1-list-box {
        padding-top: 70px
    }

    .about3-top-box {
        padding-bottom: 100px
    }

    .about3-2-box,
    .about3-top-box .about3-top-list,
    .about5-block .about5-mid-box,
    .about5-block .about5-top-box {
        flex-wrap: wrap
    }

    .about3-top-box .about3-top-list .about3-top-img {
        width: 100%;
        height: initial;
        position: static
    }

    .about3-top-box .about3-top-list .about3-top-info {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 0
    }

    .about3-top-box .about3-top-list:nth-child(odd) .about3-top-info {
        padding-left: 0
    }

    .about3-top-box .about3-top-list:nth-child(2n) .about3-top-info {
        padding-right: 0
    }

    .about-pdf-block .about-pdf-table thead tr:first-child {
        padding: 26px 20px;
        width: calc(100% - 230px)
    }

    .about-pdf-block .about-pdf-table thead tr:nth-child(2) {
        width: 130px
    }

    .about-pdf-block .about-pdf-table thead tr:nth-child(3) {
        width: 100px
    }

    .about-pdf-block .about-pdf-table tbody tr td {
        font-size: 16px
    }

    .about-pdf-block .about-pdf-table tbody tr td:first-child {
        padding: 26px 10px
    }

    .about3-2-box .about3-2-list {
        width: 100%;
        margin-right: 0
    }

    .about4-block .about1-list-box:after {
        height: calc(100% + 80px)
    }

    .about4-block .about1-list-box,
    .news-block .news-box {
        padding-top: 50px
    }

    .about4-table-top {
        display: block;
        margin-top: 50px
    }

    .about4-table-top h2 {
        font-size: 26px;
        margin-bottom: 30px
    }

    .about4-table-top .year-select-block h3 {
        text-align: left
    }

    .about4-1-table .about4-1-table-list {
        width: 33.3333333333%
    }

    .about4-1-table .about4-1-table-list .m-download-title {
        height: 56px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px
    }

    .about4-1-table .about4-1-table-list:first-child .m-download-title {
        background-color: #3b48a6;
        color: #fff;
        font-size: 16px
    }

    .about4-1-table .about4-1-table-list:nth-child(4),
    .about4-1-table .about4-1-table-list:nth-child(7),
    .about4-3-box .about-download-list-box .about-download-list>div:nth-child(3) {
        border-right: 0
    }

    .about4-3-box {
        margin-bottom: 80px
    }

    .about4-3-box .pdf-icon-box {
        height: 50px
    }

    .about5-block .about5-top-box .about5-top-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px
    }

    .about5-block .about5-top-box .about5-top-right {
        width: 100%;
        padding-left: 0
    }

    .about5-block .about5-mid-box .about5-mid-list {
        width: calc((100% - 30px)/ 3);
        height: 156px;
        margin-bottom: 20px
    }

    .about5-block .about5-mid-box .about5-mid-list span {
        width: 60px;
        height: 50px
    }

    .about5-block .about5-bottom-box .about5-bottom-list {
        width: 100%;
        margin-bottom: 50px
    }

    .about5-workplace-box .about5-workplace-list {
        width: 100%;
        margin-bottom: 30px
    }

    .about5-workplace-bottom {
        padding: 150px 0
    }

    .about5-3-block .about5-3-img {
        max-width: 600px;
        width: 90%;
        position: static;
        margin: 0 auto
    }

    .about5-3-block .about5-3-info-box {
        padding: 80px 0;
        width: 100%;
        max-width: 100%
    }

    .about5-3-block .about5-3-104 {
        text-align: center
    }

    .page-class-block {
        position: static;
        margin-top: 50px
    }

    .page-class-block .page-class-title {
        width: 90%;
        margin: 0 auto;
        display: block;
        position: relative;
        height: 80px;
        line-height: 80px;
        background-color: #3b48a6;
        color: #fff;
        font-size: 20px;
        text-align: center;
        padding: 0 20px
    }

    .page-class-block .page-class-title::after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        border-left: 8px solid transparent;
        border-top: 8px solid #fff;
        border-right: 8px solid transparent;
        position: absolute;
        top: calc(50% - 8px);
        right: 20px
    }

    .page-class-block .page-class {
        font-size: 16px;
        padding: 15px 0
    }

    .page-class-block .page-class-box {
        display: none;
        background-color: #fff;
        border-right: 1px solid rgba(0, 0, 0, .5);
        border-left: 1px solid rgba(0, 0, 0, .5)
    }

    .page-class-block .page-class-box .page-class {
        border-bottom: 1px solid rgba(0, 0, 0, .5);
        display: block
    }

    .page-class-block .page-class-box .page-class span {
        color: #000
    }

    .page-class-block .page-class-box .page-class.active {
        background-color: rgba(0, 0, 0, .5) !important
    }

    .page-class-block .page-class-box .page-class.active span {
        color: #fff
    }

    .news-block .news-box .news-list a {
        align-items: flex-start
    }

    .products-box .products-list .products-list-img {
        width: 210px;
        padding-right: 30px
    }

    .products-box .products-list .products-list-link {
        width: 50px;
        height: 50px
    }

    .products-box .products-list .products-list-info {
        width: calc(100% - 260px);
        padding-right: 30px
    }

    .products-banner-block .products-class-block {
        max-width: calc(100% - 150px)
    }
}

.products2-info-block {
    padding-bottom: 120px
}

.products2-info-block,
.products2-top-block {
    padding-left: 5%;
    padding-right: 5%
}

.products2-top-box {
    padding: 140px 0 75px;
    display: flex;
    flex-wrap: wrap
}

.products2-top-box .products2-top-img {
    width: 500px;
    max-width: 100%;
    padding-right: 100px
}

.products2-top-box .products2-top-info {
    padding-top: 30px;
    width: calc(100% - 500px)
}

.products2-top-box .products2-top-info h3 {
    font-size: 24px;
    color: #ce2620;
    font-weight: 700;
    margin-bottom: 15px
}

.products2-top-box .products2-top-info h2 {
    font-size: 44px;
    color: #323232;
    font-weight: 900;
    margin-bottom: 30px
}

.products2-top-box .products2-top-info p {
    font-size: 16px;
    color: #646464;
    letter-spacing: .5px
}

.products2-info-head-box {
    padding: 60px 0;
    border-bottom: 1px solid #cecece
}

.products2-info-head-box .products2-info-class-box {
    display: flex;
    margin-bottom: 35px
}

.products2-info-head-box .products2-info-class-box p {
    margin-bottom: 0;
    line-height: 60px;
    font-size: 24px;
    font-weight: 900;
    width: 135px
}

.products2-info-head-box .products2-info-class-box .products2-info-class {
    width: calc(100% - 135px);
    display: flex;
    flex-wrap: wrap
}

.products2-info-head-box .products2-info-class-box .products2-info-class a {
    min-width: 180px;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin-right: 30px;
    background-color: #e0e0e0;
    color: #646464;
    margin-bottom: 10px;
    font-size: 24px;
    transition: .5s
}

.products2-list-box .products2-list {
    padding-top: 45px
}

.products2-list-box .products2-list .tag {
    top: -135px
}

.products2-list-box .products2-list h2 {
    font-size: 40px;
    color: #323232;
    position: relative;
    padding-left: 20px;
    font-weight: 900;
    margin-bottom: 25px
}

.products2-list-box .products2-list h2:after {
    content: "";
    width: 4px;
    height: 80%;
    top: 10%;
    left: 0;
    background-color: #ce2620;
    position: absolute
}

.products2-list-box .products2-list p {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    padding-left: 20px;
    margin-bottom: 30px
}

.products2-list-box .products2-list table thead {
    border-bottom: 5px solid #f4f4f4
}

.products2-list-box .products2-list table thead th {
    text-align: center;
    padding: 15px 10px;
    height: 90px;
    border-right: 1px solid #f4f4f4;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700
}

.products2-list-box .products2-list table thead th:first-child {
    width: 15%;
    color: #fff;
    background-color: #3b48a6;
    border-right: 5px solid #f4f4f4
}

.member-download .title-Size,
.products2-list-box .products2-list table thead th:nth-child(2),
.products2-list-box .products2-list table thead th:nth-child(5) {
    width: 11%
}

.products2-list-box .products2-list table thead th:nth-child(7) {
    width: 7%
}

.products2-list-box .products2-list table thead th:nth-child(9) {
    width: 5%
}

.products2-list-box .products2-list table tbody tr {
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    position: relative
}

.products2-list-box .products2-list table tbody tr:nth-child(2n) td,
.technical-table-box .technical-table-right .table-right-info:nth-child(2n) {
    background-color: #d7d7d7
}

.products2-list-box .products2-list table tbody tr:hover td a {
    text-decoration: underline;
    color: #ce2620
}

.products2-list-box .products2-list table tbody td {
    font-size: 16px;
    color: #646464;
    padding: 15px 10px;
    background-color: #e8e8e8;
    border-right: 1px solid #f4f4f4
}

.products2-list-box .products2-list table tbody td:first-child {
    font-size: 18px;
    font-weight: 700;
    font-family: Lato, "Noto Sans TC", "Noto Serif TC", sans-serif;
    border-right: 5px solid #f4f4f4;
    background-color: #fff !important
}

.products2-list-box .products2-list table tbody td:first-child a,
.technical-table-box .technical-table-left .table-left-title span a {
    color: #4d5bbb;
    transition: .5s
}

.products2-list-box .products2-list .tableRevenue {
    min-width: 1199px;
    overflow-x: auto
}

@media (max-width:1300px) {
    .products2-top-box .products2-top-img {
        width: 400px;
        padding-right: 50px
    }

    .products2-top-box .products2-top-info {
        width: calc(100% - 400px)
    }

    .products2-list-box .products2-list h2,
    .products2-top-box .products2-top-info h2 {
        font-size: 34px
    }

    .products2-info-head-box .products2-info-class-box p {
        line-height: 50px;
        font-size: 20px;
        width: 100px
    }

    .products2-info-head-box .products2-info-class-box .products2-info-class {
        width: calc(100% - 100px)
    }

    .products2-info-head-box .products2-info-class-box .products2-info-class a {
        min-width: 150px;
        height: 50px;
        line-height: 50px;
        margin-right: 15px;
        font-size: 20px
    }
}

.product-top-box {
    width: 90%;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 70px
}

.product-top-box .product-top .product-back {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #3b426a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    background-color: #fff;
    margin-top: 8px
}

.product-top-box .product-top .product-back span,
.technical-support-control span {
    display: flex;
    width: 10px
}

.product-top-box .product-top .product-back span path {
    transition: .5s;
    fill: #3B426A !important
}

.product-top-box .product-top .product-back:hover {
    border: 1px solid #ce2620;
    background-color: #ce2620
}

.product-top-box .product-top .product-back:hover span path {
    transition: .5s;
    fill: #FFF !important
}

.product-top-box .product-top .product-title {
    width: calc(100% - 100px)
}

.product-top-box .product-top .product-title h3 {
    font-size: 24px;
    color: #ce2620;
    font-weight: 700;
    word-break: break-word
}

.product-top-box .product-top .product-title h2 {
    font-size: 44px;
    color: #323232;
    font-weight: 900;
    word-break: break-word
}

.product-class-box {
    border-bottom: 1px solid #cecece;
    position: sticky;
    top: 98px;
    background-color: #fff;
    z-index: 1
}

.product-class-box .product-class {
    width: 90%;
    margin: 0 auto;
    display: flex
}

.product-class-box .product-class a {
    display: block;
    position: relative;
    margin-right: 90px;
    padding: 30px 0;
    font-size: 24px;
    font-weight: 700;
    color: #3b426a;
    transition: .5s
}

.product-class-box .product-class a::after {
    content: "";
    width: 0%;
    height: 4px;
    display: block;
    background-color: #3b426a;
    position: absolute;
    top: -2px;
    left: 0;
    transition: .5s
}

.product-class-box .product-class a.active::after,
.sitemap-list nav ul:hover::after {
    content: "";
    width: 100%
}

.product-tag {
    top: -200px;
    position: relative
}

.product-box {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0
}

.product-box .features-ul li {
    position: relative;
    padding-left: 20px
}

.product-box .features-ul li ul {
    margin-top: 15px;
    list-style: none
}

.product-box .features-ul li ul li {
    margin-bottom: 15px;
    font-size: 18px;
    color: #969696;
    position: relative
}

.product-box .features-ul li ul li::after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background-color: #ce2620;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px
}

.product-box .features-ul>li {
    font-size: 18px;
    color: #646464;
    font-weight: 400;
    margin-bottom: 20px
}

.product-box .features-ul>li::after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background-color: #4d5bbb;
    position: absolute;
    left: 0;
    top: 10px;
    transform: rotate(45deg)
}

.product-pdf-block {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 70px
}

.product-pdf-block .product-pdf-box {
    padding-top: 70px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece
}

.product-pdf-block .product-pdf-box h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 40px;
    color: #323232
}

.product-pdf-block .product-pdf-box h3 {
    font-size: 30px;
    color: #646464;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
    margin-bottom: 50px
}

.product-pdf-block .product-pdf-box h3:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ce2620
}

.product-pdf-block .product-pdf-box .product-pdf a {
    width: calc(50% - 30px);
    display: flex;
    border: 1px solid #cecece;
    padding: 15px 40px;
    box-sizing: border-box;
    align-items: center;
    background-color: #fff;
    transition: .5s;
    margin-bottom: 50px
}

.product-pdf-block .product-pdf-box .product-pdf a .icon {
    width: 30px;
    display: flex
}

.product-pdf-block .product-pdf-box .product-pdf a .product-pdf-title {
    width: calc(100% - 55px);
    padding: 0 25px 0 40px;
    font-size: 18px;
    font-weight: 700;
    color: #323232
}

.product-pdf-block .product-pdf-box .product-pdf a .download-icon {
    width: 25px;
    display: flex
}

.product-pdf-block .product-pdf-box .product-pdf a:hover {
    border: 1px solid #ce2620;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.technical-left {
    width: 420px;
    max-width: 100%;
    position: relative;
    background-color: #fff;
    border-right: 1px solid #cecece;
    transition: .5s
}

.technical-left.technical-left-close {
    width: 0
}

.technical-left.technical-left-close .technical-support-control.support-open,
.technical-right.open .support-open {
    opacity: 1;
    pointer-events: auto
}

.technical-left .technical-support-form {
    padding: 100px 45px 65px;
    overflow: hidden
}

.technical-left .technical-support-form .support-list {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cecece
}

.technical-left .technical-support-form .support-form-title {
    font-family: Lato, "Noto Sans TC", "Noto Serif TC", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px
}

.technical-left .technical-support-form .support-text {
    width: 100%;
    border: 1px solid #cecece;
    height: 44px;
    padding: 0 10px;
    margin-bottom: 15px
}

.technical-left .technical-support-form .support-text::placeholder {
    color: #969696
}

.technical-left .technical-support-form .support-checkbox-click {
    position: relative;
    cursor: pointer
}

.technical-left .technical-support-form .support-checkbox-click.active::after {
    transform: rotate(-90deg)
}

.technical-left .technical-support-form .support-checkbox-click::after {
    position: absolute;
    content: "";
    top: 8px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 8px solid #969696;
    border-right: 6px solid transparent;
    transition: .5s
}

.technical-left .technical-support-form .support-checkbox-box {
    font-size: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.technical-left .technical-support-form .support-checkbox-box .support-checkbox {
    padding-right: 10px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    word-break: break-word
}

.technical-left .technical-support-form .support-checkbox-box .support-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.technical-left .technical-support-form .support-checkbox-box .support-checkbox input:checked+.checkbox {
    background-color: #3b48a6;
    border: 1px solid #3b48a6;
    background-image: url(./static/layout/checkbox-icon.webp)
}

.technical-left .technical-support-form .support-checkbox-box .support-checkbox .checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #cecece;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    margin: 1px 8px 0 0
}

.technical-left .technical-support-form .support-checkbox-box .support-checkbox .checkbox-title {
    width: calc(100% - 28px);
    font-size: 16px;
    color: #646464;
    font-family: Roboto, "Noto Sans TC", "Noto Serif TC", sans-serif;
    display: inline-block;
    vertical-align: middle
}

.technical-left .technical-support-form .checkbox-3 .support-checkbox {
    width: 33.3333333333%
}

.technical-support-control {
    width: 45px;
    height: 60px;
    top: 0;
    position: absolute;
    background-color: #fff;
    border: 1px solid #cecece;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    cursor: pointer
}

.technical-support-control path {
    transition: .5s;
    fill: #CECECE !important
}

.technical-support-control.support-open {
    left: 0;
    opacity: 0;
    pointer-events: none
}

.technical-support-control.support-close {
    right: -1px
}

.technical-right {
    width: calc(100% - 420px);
    background-color: #f4f4f4;
    min-height: 100vh;
    padding: 100px 0 100px 45px;
    transition: .5s;
    position: relative
}

.technical-right.open {
    width: 100%;
    padding-left: 98px;
    padding-right: 98px
}

.technical-table-box {
    display: flex;
    margin-bottom: 40px
}

.technical-table-box .technical-table-left {
    width: 350px;
    position: relative
}

.technical-table-box .technical-table-left .table-left-top-title {
    width: 100%;
    display: flex;
    align-items: center;
    height: 90px;
    color: #fff;
    position: sticky;
    top: 98px;
    z-index: 3
}

.technical-table-box .technical-table-left .table-left-top-title .table-left-top-titleA {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #252c59;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.technical-table-box .technical-table-left .table-left-top-title .table-left-top-titleB {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3b48a6;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.technical-table-box .technical-table-left .table-left-title {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    align-items: stretch;
    transition: background-color .5s;
    word-break: break-word
}

.technical-table-box .technical-table-left .table-left-title span {
    display: flex;
    padding: 15px 10px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center
}

.technical-table-box .technical-table-left .table-left-title span a:hover {
    color: #ce2620;
    text-decoration: underline
}

.technical-table-box .technical-table-left .table-left-title::before {
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e9e9e9;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.technical-table-box .technical-table-left .table-left-title::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0
}

.technical-table-box .technical-table-left .table-left-title.active {
    background-color: #f6f8fa
}

.technical-table-box .technical-table-left .table-left-title.active::before {
    content: "";
    border: 2px solid #ce2620;
    border-right: 0
}

.technical-table-box .technical-table-left .titleA-w {
    width: 140px;
    margin-right: 5px
}

.technical-table-box .technical-table-left .titleB-w {
    width: 200px
}

.technical-table-box .technical-table-right {
    width: calc(100% - 350px)
}

.technical-table-box .technical-table-right .table-right-top {
    z-index: 1;
    position: sticky;
    top: 98px;
    width: 100%;
    overflow: hidden
}

.technical-table-box .technical-table-right .part-class-list-box {
    width: 100%;
    display: block
}

.technical-table-box .technical-table-right .part-class-list {
    width: auto;
    position: relative
}

.technical-table-box .technical-table-right .part-class-list:after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    right: 0
}

.technical-table-box .technical-table-right .part-class {
    height: 90px;
    background-color: #fff;
    color: #fff;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.technical-table-box .technical-table-right .part-class p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    color: #323232
}

.technical-table-box .technical-table-right .part-class .sort-button-box {
    display: block;
    margin-left: 10px
}

.technical-table-box .technical-table-right .part-class .sort-button-box .sort-button {
    display: flex;
    justify-content: center;
    align-items: center
}

.technical-table-box .technical-table-right .part-class .sort-button-box .sort-button:first-child {
    border-left: 5px solid transparent;
    border-bottom: 6px solid #969696;
    border-right: 5px solid transparent;
    margin-bottom: 5px
}

.technical-table-box .technical-table-right .part-class .sort-button-box .sort-button:first-child.active {
    border-bottom: 6px solid #ce2620
}

.technical-table-box .technical-table-right .part-class .sort-button-box .sort-button:nth-child(2) {
    border-left: 5px solid transparent;
    border-top: 6px solid #969696;
    border-right: 5px solid transparent
}

.question-block .question-list .question-title:hover h2:after,
.technical-table-box .technical-table-right .part-class .sort-button-box .sort-button:nth-child(2).active {
    border-top: 6px solid #ce2620
}

.technical-table-box .technical-table-right .table-right-info-list:last-child .table-right-info.active::after {
    border-right: 2px solid #ce2620
}

.technical-table-box .technical-table-right .table-right-info-box {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.technical-table-box .technical-table-right .table-right-info {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    color: #646464;
    position: relative;
    background-color: #e8e8e8;
    font-family: Lato, "Noto Sans TC", "Noto Serif TC", sans-serif
}

.technical-table-box .technical-table-right .table-right-info::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.technical-table-box .technical-table-right .table-right-info.active::after {
    border-top: 2px solid #ce2620;
    border-bottom: 2px solid #ce2620
}

.technical-page-box .technical-page {
    width: 485px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.technical-page-box .technical-page a {
    height: 12px;
    display: flex;
    margin-right: 20px
}

.technical-page-box .technical-page-text {
    width: 50px;
    height: 40px;
    border: 1px solid #969696;
    background-color: #fff;
    padding: 0 10px;
    margin-right: 15px
}

.technical-page-box p {
    margin-right: 15px
}

@media (max-width:1199px) {
    .technical-left {
        width: 350px
    }

    .technical-right {
        width: calc(100% - 350px)
    }

    .technical-left .technical-support-form .support-checkbox-box .support-checkbox .checkbox-title {
        font-size: 14px
    }

    .application-slick-next {
        right: 3%
    }

    .application-slick-prev {
        left: 3%
    }
}

@media (max-width:991px) {
    .products2-top-box {
        padding-top: 80px
    }

    .products2-top-box .products2-top-img {
        width: 100%;
        padding-right: 0
    }

    .products2-top-box .products2-top-info {
        width: 100%
    }

    .product-pdf-block .product-pdf-box {
        padding-top: 50px
    }

    .product-pdf-block .product-pdf-box h2,
    .product-top-box .product-top .product-title h2 {
        font-size: 30px
    }

    .product-pdf-block .product-pdf-box h3 {
        font-size: 24px
    }

    .product-pdf-block .product-pdf-box .product-pdf a {
        width: 100%;
        margin-bottom: 30px
    }

    .product-top-box {
        padding-top: 70px
    }

    .product-top-box .breadnav-box {
        display: none
    }

    .product-top-box .product-top .product-back {
        margin-right: 20px;
        margin-top: 0;
        width: 50px;
        height: 50px
    }

    .product-top-box .product-top .product-title h3 {
        font-size: 20px
    }

    .technical-support-control.support-close {
        right: 0;
        border-right: 0;
        border-top: 0
    }

    .technical-support-control.support-open {
        border-left: 0;
        border-top: 1px solid #cecece;
        top: 20px
    }

    .technical-right.open {
        padding: 0 0 50px 1%
    }

    .technical-left.technical-left-close .technical-support-control.support-close,
    .technical-support-control.support-open {
        opacity: 1;
        pointer-events: auto
    }

    .technical-left.technical-left-close {
        width: 100%;
        left: 0
    }

    .technical-left.technical-left-close .technical-support-form {
        display: block
    }

    .technical-left {
        width: 100%;
        border-right: 0;
        background-color: #fff;
        position: fixed;
        padding-top: 50px;
        top: 0;
        left: -100%;
        z-index: 100;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .technical-left .technical-support-form {
        padding: 30px 5%
    }

    .technical-left .technical-support-form .support-list {
        margin-bottom: 10px;
        padding-bottom: 0
    }

    .technical-left .technical-support-form .support-form-title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .technical-left .technical-support-form .support-text {
        height: 36px;
        font-size: 14px
    }

    .technical-right {
        width: 100%;
        padding: 0 0 50px 1%;
        padding-top: 100px !important
    }

    .technical-table-box .technical-table-left {
        width: 250px
    }

    .technical-table-box .technical-table-left .titleA-w {
        margin-right: 2px
    }

    .technical-table-box .technical-table-right {
        width: calc(100% - 250px)
    }

    .technical-table-box .technical-table-left .table-left-top-title,
    .technical-table-box .technical-table-right .table-right-top {
        top: 86px
    }

    .technical-page-box .technical-page {
        width: initial;
        padding-right: 30px
    }

    .technical-left .technical-support-form .support-checkbox-click::after {
        top: 5px
    }
}

.page-second-class-box .inner,
.question-block,
.technical2-box {
    margin: 0 auto;
    width: 90%;
    max-width: 1400px
}

.page-second-class-box {
    white-space: nowrap
}

.page-second-class-box .inner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center
}

.page-second-class-box .inner a {
    position: relative;
    padding: 0 40px;
    font-size: 20px;
    color: #323232;
    display: inline-block;
    transition: .5s
}

.page-second-class-box .inner a span {
    display: block;
    position: relative;
    padding: 30px 0
}

.page-second-class-box .inner a span::after {
    content: "";
    width: 0%;
    height: 3px;
    display: block;
    background-color: #3b48a6;
    position: absolute;
    bottom: 0;
    left: 0
}

.page-second-class-box .inner a:first-child {
    padding-left: 0
}

.page-second-class-box .inner a:after {
    content: "";
    width: 1px;
    height: 20px;
    display: block;
    background-color: #cecece;
    position: absolute;
    top: calc(50% - 10px);
    right: 0
}

.technical2-box {
    padding: 90px 0
}

.question-block {
    padding: 95px 0
}

.question-block .question-list {
    background-color: #f4f4f4;
    transition: .5s;
    margin-bottom: 20px
}

.question-block .question-list .question-answer,
.question-block .question-list .question-title {
    padding-left: 90px;
    padding-right: 90px
}

.question-block .question-list .question-title h2 {
    font-size: 20px;
    transition: .5s;
    padding: 20px 0;
    color: #0d0d0d;
    position: relative
}

.question-block .question-list .question-title h2:before {
    content: "Q.";
    font-size: 24px;
    color: #0d0d0d;
    position: absolute;
    top: 20px;
    left: -45px;
    font-family: Arial;
    transition: .5s
}

.question-block .question-list .question-title h2:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: 6px solid transparent;
    border-top: 6px solid #969696;
    border-right: 6px solid transparent;
    position: absolute;
    top: 29px;
    right: -50px;
    transition: .5s
}

.question-block .question-list .question-answer {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 2.4;
    display: none
}

.question-block .question-list .question-answer p {
    font-size: 16px;
    color: #646464
}

.question-block .question-list.active {
    background-color: #fff;
    border: 1px solid #ce2620
}

.question-block .question-list.active .question-title h2 {
    border-bottom: 1px solid #cecece;
    color: #ce2620
}

.question-block .question-list.active .question-title h2:after {
    transform: rotate(-180deg);
    border-top: 6px solid #ce2620
}

.question-block .page-block {
    padding-top: 75px;
    padding-bottom: 60px
}

@media (max-width:1280px) {
    .page-second-class-box .inner a {
        padding: 0 20px;
        font-size: 18px
    }

    .question-block .question-list .question-answer,
    .question-block .question-list .question-title {
        padding-left: 50px;
        padding-right: 50px
    }

    .question-block .question-list .question-title h2::before {
        left: -33px
    }

    .question-block .question-list .question-title h2::after {
        right: -30px
    }
}

.applications-banner .breadnav-box {
    top: initial;
    bottom: 30px
}

.applications-banner-p {
    width: 90%;
    max-width: 720px;
    margin: 40px auto 0;
    color: #fff;
    line-height: 1.8;
    text-align: center
}

.applications-block .applications-box {
    position: relative;
    z-index: 1
}

.applications-block .applications-bg {
    width: 100%;
    height: 800px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0
}

.applications-block .applications-box {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 135px 0
}

.applications-block .applications-title {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 75px
}

.applications-block .applications-class-box {
    margin-bottom: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.applications-block .applications-class-box .applications-class {
    display: block;
    margin-right: 65px
}

.applications-block .applications-class-box .applications-class .icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s
}

.applications-block .applications-class-box .applications-class .icon span {
    width: 52px;
    height: 50px;
    display: flex
}

.applications-block .applications-class-box .applications-class .title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    display: block
}

.applications-list-box .applications-list {
    position: relative;
    margin-bottom: 145px
}

.applications-list-box .applications-list .applications-list-img {
    position: absolute;
    width: 58%;
    max-width: 800px;
    height: 100%;
    overflow: hidden
}

.applications-list-box .applications-list .applications-list-info {
    width: 49%;
    max-width: 680px;
    float: right;
    position: relative;
    z-index: 1;
    margin: 85px 0;
    padding: 55px 65px;
    background-color: #fff;
    min-height: 420px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.applications-list-box .applications-list .applications-list-info .title {
    font-size: 28px;
    font-weight: 700;
    color: #323232;
    display: block;
    margin-bottom: 30px;
    transition: .5s
}

.applications-list-box .applications-list .applications-list-info .info {
    font-size: 16px;
    color: #646464;
    margin-bottom: 50px;
    line-height: 1.6;
    display: block
}

.applications-list-box .applications-list .applications-list-info .sencond-class-box span {
    display: block;
    font-size: 16px;
    color: #969696;
    margin-right: 20px;
    padding: 8px 20px;
    background-color: #e0e0e0;
    letter-spacing: 1px;
    margin-bottom: 20px;
    transition: .5s
}

.applications-list-box .applications-list .tag {
    position: relative;
    top: -110px
}

.applications-list-box .applications-list:nth-child(odd) .applications-list-img {
    left: 0
}

.applications-list-box .applications-list:nth-child(2n) .applications-list-info {
    float: left
}

.application-banner-block {
    height: 100vh
}

.application-banner-block .page-second-class-box {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%
}

.application-banner-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.application-banner-box .application-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    display: block
}

.application-banner-block .application-slick-button {
    position: absolute;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    cursor: pointer
}

.application-banner-block .application-slick-button span {
    width: 15px;
    display: flex
}

.application-banner-block .application-slick-prev {
    left: 80px
}

.application-banner-block .application-slick-next {
    right: 80px
}

.application-top-box {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 115px;
    padding-bottom: 50px
}

.application-top-img {
    width: 100%;
    display: block;
    border: 1px solid #cecece;
    margin-bottom: 80px
}

.application-top-info-box,
.sitemap-list nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.application-top-info-box .application-top-info {
    width: calc((100% - 80px)/ 3);
    position: relative;
    border: 1px solid #cecece;
    padding: 55px 35px;
    margin-right: 40px;
    margin-bottom: 40px
}

.application-top-info-box .application-top-info .application-top-info-title {
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0
}

.application-top-info-box .application-top-info .application-top-info-title h2 {
    font-size: 20px;
    width: 225px;
    height: 60px;
    text-align: center;
    background-color: #252c59;
    color: #fff;
    margin: 0 auto;
    line-height: 60px
}

.application-top-info-box .application-top-info p {
    font-size: 18px;
    color: #000
}

.application-bottom-block {
    padding-top: 50px;
    padding-bottom: 130px
}

.application-bottom-block .tab {
    position: relative;
    top: -120px
}

.application-bottom-block .inner {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto
}

.application-bottom-block .products2-list-box .products2-list h2 {
    margin-bottom: 60px
}

.application-bottom-block .application-bottom-ps {
    padding: 30px 35px;
    border: 1px solid #cecece;
    margin-top: 70px
}

.application-bottom-block .application-bottom-ps p {
    font-size: 18px;
    line-height: 1.6
}

.videos-block {
    padding-top: 95px;
    padding-bottom: 135px
}

.member-download,
.videos-block .inner {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto
}

.videos-block .videos-box {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px
}

.videos-block .videos-list {
    width: calc((100% - 140px)/ 3);
    margin-bottom: 70px;
    margin-right: 70px;
    cursor: pointer
}

.videos-block .videos-list .video-img-box {
    width: 100%;
    padding-bottom: 66.66%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden
}

.videos-block .videos-list .video-img-box .video-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    background-color: #ce2620;
    border-radius: 50%;
    transition: .5s
}

.videos-block .videos-list .video-img-box .video-icon span {
    width: 24px;
    margin-left: 5px;
    display: flex
}

.videos-block .videos-list h2 {
    font-size: 20px;
    font-weight: 500;
    color: #0d0d0d
}

@media (min-width:992px) {
    .videos-block .videos-list:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (max-width:1400px) {
    .application-top-box {
        padding-top: 60px
    }

    .videos-block .videos-list {
        width: calc((100% - 70px)/ 3);
        margin-bottom: 50px;
        margin-right: 35px
    }
}

@media (max-width:991px) and (min-width:551px) {
    .videos-block .videos-list {
        width: calc(50% - 15px);
        margin-right: 30px;
        margin-bottom: 40px
    }

    .videos-block .videos-list:nth-child(2n) {
        margin-right: 0
    }
}

.contact-block,
.member-block {
    padding-top: 90px;
    padding-bottom: 125px
}

.contact-block .inner .contact-list {
    padding: 47px 55px;
    box-sizing: border-box;
    border: 1px solid #cecece;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 55px
}

.contact-block .inner .contact-list .contact-list-right {
    width: 560px
}

.contact-block .inner .contact-list .contact-list-left {
    width: calc(100% - 560px);
    padding-right: 20px
}

.contact-block .inner .contact-list .contact-list-left h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0d0d0d;
    margin-bottom: 25px
}

.contact-block .inner .contact-list .contact-list-left .contact-info-list {
    display: flex;
    margin-bottom: 15px;
    font-size: 16px
}

.contact-block .inner .contact-list .contact-list-left .contact-info-list i {
    font-size: 18px;
    color: #646464
}

.contact-block .inner .contact-list .contact-list-left .contact-info-list>span {
    width: 35px
}

.contact-block .inner .contact-list .contact-list-left .contact-info-list a {
    width: calc(100% - 30px);
    color: #646464;
    font-size: 16px
}

@media (max-width:1300px) {
    .contact-block .inner .contact-list {
        padding: 35px 40px
    }

    .contact-block .inner .contact-list .contact-list-left,
    .contact-block .inner .contact-list .contact-list-right {
        width: 50%
    }
}

.custom-select {
    position: relative;
    padding: 0;
    border: none;
    background: 0 0
}

.custom-select select {
    opacity: 0;
    position: absolute;
    pointer-events: none
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 21px;
    right: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #cecece transparent transparent
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #cecece;
    top: 10px
}

.select-items div,
.select-selected {
    color: #969696;
    padding: 9.5px 16px;
    border: 1px solid #cecece;
    cursor: pointer;
    background-color: #fff
}

.select-items div {
    border-top: none
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow-y: auto;
    max-height: 235px
}

.form-ps,
.form-ps span,
.login-block {
    position: relative
}

.select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}

.same-as-selected {
    background-color: #3b48a6 !important;
    color: #fff !important
}

.form-box {
    max-width: 1050px;
    line-height: 1.6;
    margin: 0 auto
}

.contact-ok-box .contact-back,
.page404-block .page404-box a,
.password-back {
    line-height: 60px;
    text-align: center;
    transition: .5s
}

.form-list {
    display: flex;
    margin-bottom: 25px
}

.form-list .form-list-title {
    width: 120px;
    align-items: flex-start;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #646464
}

.form-list .form-list-code {
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: wrap
}

.form-list .form-list-code .custom-select {
    width: 100%;
    height: auto
}

.form-list .form-list-code input {
    width: 100%;
    height: 48px;
    border: 1px solid #cecece;
    padding: 0 20px
}

.form-list .form-list-code textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #cecece;
    resize: none;
    padding: 10px
}

.form-list .w-120 {
    width: 120px;
    max-width: 100%
}

.form-list .w-300 {
    width: 300px;
    max-width: 100%
}

.form-list .w-name {
    width: calc(100% - 140px)
}

.form-list .mt-20 {
    margin-top: 20px
}

.form-list .phone-line::after {
    content: "-";
    position: absolute;
    right: -13px;
    top: 7px;
    color: #cecece
}

.form-list.verify .w-450 {
    width: calc(100% - 155px);
    max-width: 450px
}

.form-list .verify-box {
    max-width: 135px;
    align-self: center;
    cursor: pointer
}

.form-ps {
    text-align: center;
    margin-bottom: 20px
}

.form-ps span {
    display: inline-block;
    z-index: 1;
    background-color: #fff;
    padding: 10px 35px;
    font-size: 18px;
    color: #969696
}

.form-ps::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: calc(50% - .5px);
    left: 0;
    background-color: #cecece
}

.form-button-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px
}

.form-button-box .form-button {
    width: 240px;
    max-width: 100%;
    height: 60px;
    border-radius: 40px;
    transition: .5s;
    background-color: #f4f4f4;
    margin-right: 25px;
    color: #323232
}

.form-button-box .form-button:hover,
.page404-block .page404-box a:hover,
.password-back:hover {
    background-color: #3b48a6;
    color: #fff
}

@media (max-width:800px) {
    .products-box .products-list .products-list-img {
        width: 180px;
        padding-right: 30px
    }

    .products-banner-block .products-class-box .products-class.active:after,
    .products-box .products-list .products-list-link {
        display: none
    }

    .products-box .products-list .products-list-info {
        width: calc(100% - 180px);
        padding-right: 0
    }

    .products-box .products-list .products-list-info .products-list-title {
        font-size: 24px;
        margin-bottom: 10px
    }

    .products-banner-block .products-class-box {
        flex-wrap: wrap;
        align-items: self-start
    }

    .products-banner-block .products-class-box .products-class {
        width: 50%;
        padding: 0 20px 30px;
        margin: 0 15px
    }

    .products-banner-block .products-banner-info {
        padding: 80px 0
    }

    .products-banner-block .products-banner-info .products-banner-title h2 {
        font-size: 36px
    }

    .products-box {
        top: -50px
    }

    .products-banner-block .products-class-box .products-class .products-class-title {
        font-size: 18px
    }

    .applications-block .applications-title {
        font-size: 34px;
        margin-bottom: 40px
    }

    .form-list {
        flex-wrap: wrap
    }

    .form-list .form-list-title {
        margin-bottom: 20px
    }

    .form-list .form-list-code {
        width: 100%
    }
}

.contact-ok-box {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-top: 160px;
    padding-bottom: 215px
}

.contact-ok-box p {
    font-size: 18px;
    color: #646464;
    margin-bottom: 40px
}

.contact-ok-box .contact-back {
    width: 240px;
    max-width: 100%;
    height: 60px;
    background-color: #ce2620;
    color: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 40px
}

.login-header .breadnav-box {
    right: 0;
    top: 70px;
    padding-top: 0
}

.login-block {
    padding: 150px 5%;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.login-block .login-box {
    width: 1400px;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.login-block .login-box .login-left {
    width: calc(100% - 800px);
    padding-right: 20px
}

.login-block .login-box .login-left h2 {
    color: #fff;
    font-weight: 700;
    font-size: 64px;
    margin-bottom: 25px
}

.login-block .login-box .login-left h3 {
    font-size: 40px;
    color: #fff
}

.login-block .login-box .login-right {
    width: 800px;
    max-width: 100%;
    background-color: #fff
}

.login-block .login-box .login-right .login-info {
    padding: 65px 110px 40px;
    border-bottom: 1px solid #cecece
}

.login-block .login-box .login-right .login-info h4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 55px
}

.login-block .login-box .login-right .login-info .form-list .form-list-title {
    width: 110px
}

.login-block .login-box .login-right .login-info .form-list .form-list-code {
    width: calc(100% - 110px)
}

.login-block .login-box .login-right .login-info .form-button,
.member-password-block .inner .form-button {
    width: 100%;
    height: 60px;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    background-color: #ce2620;
    margin-top: 15px;
    transition: .5s
}

.login-block .login-box .login-forget {
    width: 100%;
    padding: 28px 0;
    text-align: center;
    display: block;
    color: #646464;
    transition: .5s
}

.login-block .login-box .login-forget:hover {
    color: #ce2620;
    font-weight: 700;
    letter-spacing: 2px
}

@media (max-width:1599px) {
    .products2-list-box .products2-list table thead th {
        padding: 0 5px
    }

    .login-block .login-box .login-right {
        width: 60%
    }

    .login-block .login-box .login-right .login-info {
        padding: 50px 80px 40px
    }

    .login-block .login-box .login-left {
        width: 40%
    }
}

@media (max-width:1199px) {
    .videos-block .videos-list .video-img-box .video-icon {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 30px)
    }

    .videos-block .videos-list .video-img-box .video-icon span {
        width: 16px
    }

    .select-items {
        max-height: 220px
    }

    .login-block .login-box .login-right {
        width: 55%
    }

    .login-block .login-box .login-right .login-info {
        padding: 50px 60px 40px
    }

    .login-block .login-box .login-right .login-info h4 {
        font-size: 34px;
        margin-bottom: 30px
    }

    .login-block .login-box .login-left {
        width: 45%
    }

    .login-block .login-box .login-left h2 {
        font-size: 48px
    }

    .login-block .login-box .login-left h3 {
        font-size: 34px
    }
}

@media (max-width:1000px) {
    .about4-2-3-title-box {
        display: block
    }

    .about4-2-3-title-box .about4-2-3-title {
        margin-right: 0;
        margin-bottom: 20px
    }

    .about4-2-3-title-box .about4-2-3-title p {
        width: calc(100% - 45px)
    }

    .about4-2-3-title-box .about4-2-3-title:last-child {
        margin-bottom: 0
    }

    .product-class-box {
        top: 86px
    }

    .product-class-box .product-class a {
        font-size: 20px;
        padding: 15px 0
    }

    .product-tag {
        top: -120px
    }

    .login-header .breadnav-box {
        display: none
    }

    .login-block .login-box .login-left {
        padding-right: 0;
        margin-bottom: 30px
    }

    .login-block .login-box .login-left,
    .login-block .login-box .login-right {
        width: 100%
    }
}

.member-password-block .inner {
    padding-top: 185px;
    padding-bottom: 200px;
    width: 90%;
    margin: 0 auto
}

.member-password-block .inner .forget-password-box {
    width: 580px;
    max-width: 100%;
    margin: 0 auto
}

.member-password-block .inner .forget-password-box p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px
}

.member-password-block .inner .forget-password-box .form-list-title {
    width: 90px
}

.member-password-block .inner .forget-password-box .form-list-code {
    width: calc(100% - 90px)
}

.phone-verify .form-list-code input {
    width: 67.5%;
    border-right: 0
}

.phone-verify .form-list-code .btn {
    width: 32.5%;
    height: 48px;
    background-color: #f4f4f4;
    border: 1px solid #cecece;
    border-radius: 0;
    border-left: 0;
    font-size: 16px;
    color: #646464;
    font-weight: 500;
    transition: .5s
}

.password-ok-icon {
    text-align: center;
    margin-bottom: 40px
}

.password-back {
    width: 240px;
    max-width: 100%;
    height: 60px;
    font-size: 18px;
    background-color: #ce2620;
    color: #fff;
    border-radius: 40px;
    display: block;
    margin: 0 auto
}

.member-block .inner {
    border: 2px solid #e8e8e8;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto
}

.member-block .inner .form-box {
    max-width: 100%;
    padding: 70px 70px 0
}

.member-block .inner .form-button-box {
    border-top: 1px solid #e8e8e8;
    padding: 50px 0
}

.member-block .readonly input {
    background-color: #f4f4f4;
    border: none;
    color: #969696
}

.member-block input {
    color: #969696
}

.member-block .member-out-box {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.member-block .member-out-box a .title {
    font-size: 18px;
    color: #969696;
    padding-right: 10px;
    transition: .5s
}

.member-block .member-out-box a .icon {
    width: 20px;
    display: flex
}

.member-password {
    width: 240px;
    max-width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #323232;
    background-color: #f4f4f4;
    transition: .5s
}

.member-change-ok {
    width: 100%;
    height: 50px;
    border: 1px solid #252c59;
    background-color: #e8eaf8;
    display: flex;
    align-items: center;
    padding: 0 50px;
    margin-bottom: 35px
}

.member-change-ok .icon {
    padding-right: 25px
}

.member-download .title-Name {
    width: 27%
}

.member-download .title-Description {
    width: 40%
}

.page404-block {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.page404-block .page404-top {
    width: 100%;
    display: flex;
    min-height: 50vh;
    align-items: flex-end;
    padding-top: 100px
}

.page404-block h3 {
    font-size: 250px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    line-height: 193px;
    color: #ce2620
}

.page404-block .page404-box {
    width: 100%;
    min-height: 50vh;
    text-align: center;
    background-color: #ce2620;
    padding: 40px 5% 100px
}

.page404-block .page404-box h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400
}

.page404-block .page404-box p {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.page404-block .page404-box a {
    width: 240px;
    max-width: 100%;
    height: 60px;
    margin: 50px auto 0;
    border-radius: 40px;
    background-color: #fff;
    color: #ce2620;
    font-size: 17px;
    font-weight: 500;
    display: block
}

@media (max-width:767px) {

    .about-class-block .about-second-class-box li:nth-child(2n)::after,
    .page-banner-block .breadnav-box {
        display: none
    }

    .about-class-block .about-second-class-box {
        flex-wrap: wrap
    }

    .about-class-block .about-second-class-box li {
        width: 50%;
        margin-bottom: 15px
    }

    .about-class-block .about-second-class-box li a {
        font-size: 20px;
        text-align: center;
        width: 100%;
        display: block
    }

    .page-title {
        font-size: 26px;
        margin-bottom: 20px
    }

    .about-block .font-24,
    .about1-list-box .about1-list .about1-list-title-box .about1-list-title,
    .question-block .question-list .question-title h2 {
        font-size: 18px
    }

    .about1-list-box .about1-list {
        margin-bottom: 90px
    }

    .about1-video-block {
        padding-bottom: 50px
    }

    .about1-video-block .about-video-slick-block .slick-list {
        overflow: hidden
    }

    .about1-video-block .page-title {
        margin-bottom: 40px
    }

    .about1-video-block .video-slick-next {
        right: -25px
    }

    .about1-video-block .video-slick-prev {
        left: -25px
    }

    .about1-2-block .about1-2-top {
        padding-bottom: 30px
    }

    .about-history-box .about-history li {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0
    }

    .about-history-box .about-history li .about-history-month {
        width: 100%;
        padding: 10px 5%
    }

    .about-history-box .about-history li .about-history-month:after {
        top: initial;
        bottom: 0;
        height: 1px;
        left: 5%;
        width: 90%
    }

    .about-history-box .about-history li .about-history-info {
        width: 100%;
        padding: 10px 5%;
        font-size: 16px
    }

    .about1-4-box .page-title {
        margin-bottom: 30px
    }

    .about1-4-box {
        width: 100%;
        padding: 80px 0
    }

    .about3-block .page-title {
        margin-bottom: 20px
    }

    .about-pdf-block {
        padding-top: 30px
    }

    .login-block .login-box .login-left h3,
    .new-banner-block .new-banner-box .new-class-title,
    .page404-block .page404-box h2 {
        font-size: 30px
    }

    .technical-page-box {
        justify-content: center;
        align-items: center
    }

    .technical-page-box .technical-page {
        width: 100%;
        padding: 0;
        margin-bottom: 15px
    }

    .question-block {
        padding: 50px 0
    }

    .question-block .question-list .question-title h2::before {
        top: 18px;
        font-size: 22px
    }

    .question-block .page-block {
        margin-bottom: 0
    }

    .login-block {
        padding: 100px 5%
    }

    .login-block .login-box .login-left h2 {
        font-size: 36px
    }

    .login-block .login-box .login-right .login-info {
        padding: 30px 40px
    }

    .login-block .login-box .login-right .login-info h4 {
        font-size: 28px
    }

    .page404-block h3 {
        font-size: 160px;
        line-height: 123px
    }

    .page404-block .page404-box p {
        font-size: 16px
    }
}

@media (max-width:500px) {

    .about5-workplace-bottom .about5-workplace-title h3,
    .about5-workplace-box .about5-workplace-list .about5-workplace-top .about5-workplace-title h5,
    .page404-block .page404-box h2 {
        font-size: 24px
    }

    .about5-workplace-box .about5-workplace-list .about5-workplace-top .about5-workplace-title h3 {
        font-size: 20px
    }

    .about5-workplace-bottom .about5-workplace-title p,
    .about5-workplace-box .about5-workplace-list p {
        font-size: 16px
    }

    .about5-workplace-bottom .about5-workplace-title,
    .about5-workplace-box .about5-workplace-list .about5-workplace-top .about5-workplace-title {
        padding-left: 15px
    }

    .page404-block h3 {
        font-size: 100px;
        line-height: 78px
    }
}

.sitemap-list-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
    color: rgba(0, 0, 0, .9)
}

.sitemap-list nav ul li a.sitemap-list-s-title:hover,
.sitemap-list-title:hover {
    color: #3b48a6 !important
}

.sitemap-list,
.sitemap-list-w100 nav ul {
    width: 20%
}

.sitemap-list nav ul {
    width: 100%;
    list-style: none;
    position: relative;
    padding-top: 30px;
    margin-bottom: 110px
}

.sitemap-list nav ul li {
    margin-bottom: 15px;
    padding-right: 10px
}

.sitemap-list nav ul li a {
    font-size: 18px;
    color: #848484;
    font-weight: 400
}

.sitemap-list nav ul li a.sitemap-list-s-title {
    color: #0d0d0d;
    font-weight: 500
}

.sitemap-list nav ul::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #cecece;
    top: 0;
    left: 0
}

.sitemap-list nav ul::after {
    content: "";
    width: 0%;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #ce2620;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: 1
}

.search-banner .breadnav-box {
    padding-top: 0;
    bottom: 110px
}

.search-form-box {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    border-bottom: 1px solid #cecece
}

.search-form {
    margin: 0 auto;
    width: 90%;
    position: relative
}

.search-form input {
    width: 100%;
    font-size: 20px;
    color: #646464;
    text-align: center;
    padding: 25px 0
}

.search-form button {
    position: absolute;
    right: 0;
    top: calc(50% - 15px)
}

.search-form button span {
    width: 30px;
    display: block
}

.search-form button span svg path {
    stroke: #646464 !important;
    transition: .5s
}

.search-box {
    width: 90%;
    margin: 0 auto;
    padding: 75px 0 100px
}

.search-box .search-p {
    font-size: 24px;
    color: #646464;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px
}

.search-list-box {
    padding-bottom: 50px
}

.search-list-box .search-list {
    margin-bottom: 30px;
    border: 1px solid #cecece;
    padding: 30px 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.search-list-box .search-list:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, .3)
}

.search-list-box .search-list:hover .search-list-arrow span path {
    fill: #FFF !important;
    transition: .5s
}

.search-list-box .search-list-left {
    width: calc(100% - 50px);
    max-width: 100%;
    padding-right: 100px;
    display: block
}

.search-list-box .search-list-left .search-list-title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 25px;
    color: #000;
    transition: .5s
}

.search-list-box .search-list-left .search-list-p {
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    transition: .5s;
    line-height: 1.8
}

.search-list-box .search-list-right {
    width: 50px;
    display: block
}

.search-list-box .search-list-right .search-list-arrow {
    width: 100%;
    height: 50px;
    border: 1px solid #252c59;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.search-list-box .search-list-right .search-list-arrow span path {
    fill: #252C59 !important;
    transition: .5s
}

@media (max-width:1199px) {
    .search-list-box .search-list {
        padding: 30px 40px
    }

    .search-list-box .search-list-left {
        padding-right: 40px
    }
}

@media (max-width:991px) {
    .rwd-bg-F4F4F4 {
        background-color: #f4f4f4
    }

    .rwd-bg-F4F4F4 .page-class-block {
        margin-top: 0;
        padding-top: 30px
    }

    .search-box,
    .technical2-box {
        padding: 50px 0
    }

    .page-class-block.technical2 {
        margin: 25px auto 0
    }

    .applications-block .applications-box {
        max-width: 600px;
        padding-top: 80px
    }

    .applications-block .applications-class-box {
        max-width: 380px;
        margin-bottom: 80px;
        margin-left: auto;
        margin-right: auto;
        font-size: 0;
        display: block
    }

    .applications-block .applications-class-box .applications-class {
        width: calc(50% - 20px);
        margin-right: 40px;
        margin-bottom: 20px;
        display: inline-block;
        vertical-align: top
    }

    .applications-block .applications-class-box .applications-class .icon {
        margin-left: auto;
        margin-right: auto
    }

    .applications-block .applications-class-box .applications-class:nth-child(2n) {
        margin-right: 0
    }

    .applications-list-box .applications-list {
        flex-wrap: wrap;
        margin-bottom: 80px
    }

    .applications-list-box .applications-list .applications-list-img {
        width: 100%;
        position: relative;
        height: 0;
        padding-bottom: 75%;
        display: block
    }

    .applications-list-box .applications-list .applications-list-img img {
        position: absolute
    }

    .applications-list-box .applications-list .applications-list-info {
        width: 100%;
        margin: 0;
        padding: 30px 40px;
        min-height: initial
    }

    .application-top-info-box {
        justify-content: space-between
    }

    .application-top-info-box .application-top-info .application-top-info-title {
        top: -25px
    }

    .application-top-info-box .application-top-info .application-top-info-title h2 {
        width: 180px;
        max-width: 100%;
        font-size: 18px;
        height: 50px;
        line-height: 50px
    }

    .application-top-info-box .application-top-info {
        width: calc((100% - 40px)/ 2);
        margin-right: 0;
        padding: 40px 30px
    }

    .application-banner-block .application-slick-button {
        display: none !important
    }

    .contact-block,
    .member-block {
        padding-top: 50px;
        padding-bottom: 80px
    }

    .contact-block .inner .page-title {
        font-size: 28px;
        margin-bottom: 50px
    }

    .contact-block .inner .contact-list {
        flex-wrap: wrap;
        padding: 20px
    }

    .contact-block .inner .contact-list .contact-list-left {
        width: 100%;
        order: 2
    }

    .contact-block .inner .contact-list .contact-list-left h2 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .contact-block .inner .contact-list .contact-list-left .contact-info-list {
        margin-bottom: 10px
    }

    .contact-block .inner .contact-list .contact-list-right {
        width: 100%;
        margin-bottom: 20px
    }

    .member-password-block .breadnav-box,
    .search-list-box .search-list-right {
        display: none
    }

    .member-password-block .inner {
        padding-top: 85px;
        padding-bottom: 100px
    }

    .member-block .page-title,
    .sitemap-list nav ul {
        margin-bottom: 50px
    }

    .member-block .inner .form-box {
        padding: 40px 40px 0
    }

    .member-download .about-download-list-box .about-download-list .title-Download,
    .sitemap-list,
    .sitemap-list-w100 nav ul {
        width: 100%
    }

    .member-download .about-download-list-box .about-download-list>div:nth-child(5) {
        border-right: none
    }

    .search-box .search-p {
        font-size: 20px
    }

    .search-list-box .search-list {
        display: block
    }

    .search-list-box .search-list-left {
        width: 100%;
        padding-right: 0
    }
}

@media (max-width:550px) {
    .page-banner-block .page-banner .page-banner-img {
        height: 300px
    }

    .about1-list-box .about1-list .about1-list-title-box {
        width: 90%;
        left: 5%
    }

    .about-class-block .about-second-class-box li {
        padding: 0 15px
    }

    .about-class-block .about-second-class-box li a,
    .about-pdf-block .about-pdf-table tbody tr td,
    .about-ul li {
        font-size: 16px
    }

    .about1-video-block .about-video-slick .video-slick-title-icon {
        top: calc(50% - 25px);
        left: calc(50% - 25px)
    }

    .about1-video-block .about-video-slick-block {
        padding: 0 30px
    }

    .about1-video-block .video-slick-next {
        right: 0
    }

    .about1-video-block .video-slick-prev {
        left: 0
    }

    .about3-top-box {
        padding-bottom: 50px
    }

    .about3-top-box .about3-top-list {
        margin-bottom: 40px
    }

    .about3-top-box .about3-top-list .about3-top-info {
        padding-top: 30px
    }

    .about-pdf-block .about-pdf-table tbody tr td:first-child {
        padding: 26px 10px
    }

    .about-pdf-block .about-pdf-table thead tr th:first-child {
        padding: 26px 10px;
        width: calc(100% - 170px)
    }

    .about-pdf-block .about-pdf-table thead tr th:nth-child(2) {
        width: 100px
    }

    .about-pdf-block .about-pdf-table thead tr th:nth-child(3) {
        width: 70px
    }

    .about3-2-box .about3-2-list .about3-2-right .about3-2-link,
    .form-list.phone .flex,
    .member-block .form-button-box,
    .products2-info-head-box .products2-info-class-box {
        flex-wrap: wrap
    }

    .about3-2-box .about3-2-list .about3-2-right .about3-2-link a span,
    .form-list.phone .flex .w-120:nth-child(2)::after,
    .new-button-box .new-button .page-button-p,
    .product-pdf-block .product-pdf-box .product-pdf a .download-icon,
    .products2-top-box .breadnav-box {
        display: none
    }

    .about4-block .about1-list-box:after {
        height: calc(100% + 10vw)
    }

    .about4-table-top {
        margin-top: 30px
    }

    .about4-table-top h2,
    .about5-block .about5-bottom-box .about5-bottom-list h4,
    .contact-block .inner .contact-list .contact-list-left h2,
    .products2-top-box .products2-top-info h3 {
        font-size: 20px
    }

    .about4-3-box,
    .applications-list-box .applications-list,
    .search-box .page-block {
        margin-bottom: 50px
    }

    .about5-block .about5-mid-box .about5-mid-list {
        width: calc(50% - 10px)
    }

    .page-class-block .page-class-title {
        height: 60px;
        line-height: 60px
    }

    .news-block .news-list .news-list-left {
        padding-left: 10px
    }

    .news-block .news-list .news-list-left .news-list-title {
        font-size: 12px
    }

    .share-box p {
        font-size: 20px;
        margin-right: 15px
    }

    .share-box a {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        margin-right: 10px
    }

    .new-button-box .new-button .page-button {
        height: 60px
    }

    .products-box .products-list {
        flex-wrap: wrap;
        padding: 20px 30px
    }

    .products-box .products-list .products-list-img {
        width: 100%;
        padding-right: 30px;
        margin-bottom: 20px
    }

    .product-top-box .product-top .product-title,
    .products-box .products-list .products-list-info,
    .products2-info-head-box .products2-info-class-box .products2-info-class,
    .products2-info-head-box .products2-info-class-box p {
        width: 100%
    }

    .products-box .products-list .products-list-info .products-list-title {
        font-size: 22px;
        margin-bottom: 10px
    }

    .products-banner-block .products-class-block .products-slick-button {
        width: 16px;
        top: calc(50% - 14px)
    }

    .products-banner-block .products-class-block .products-class-prev {
        left: -30px
    }

    .products-banner-block .products-class-block .products-class-next {
        right: -30px
    }

    .products-banner-block .products-class-block {
        max-width: calc(100% - 100px)
    }

    .products2-top-box {
        padding-top: 0
    }

    .applications-list-box .applications-list .applications-list-info .title,
    .products2-top-box .products2-top-info h2 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .products2-info-head-box .products2-info-class-box .products2-info-class a {
        min-width: auto;
        font-size: 16px
    }

    .login-block .login-box .login-left h3,
    .login-block .login-box .login-right .login-info h4,
    .products2-list-box .products2-list h2 {
        font-size: 24px
    }

    .product-top-box {
        padding: 50px 0
    }

    .product-top-box .product-top {
        display: block
    }

    .product-top-box .product-back {
        margin-bottom: 10px
    }

    .product-class-box,
    .technical-table-box .technical-table-left .table-left-top-title,
    .technical-table-box .technical-table-right .table-right-top {
        top: 66px
    }

    .product-class-box .product-class a {
        font-size: 16px;
        margin-right: 20px
    }

    .product-pdf-block .product-pdf-box {
        padding-top: 50px
    }

    .product-pdf-block .product-pdf-box h2 {
        font-size: 26px;
        margin-bottom: 20px
    }

    .product-pdf-block .product-pdf-box h3 {
        font-size: 22px;
        margin-bottom: 20px
    }

    .product-pdf-block .product-pdf-box .product-pdf {
        margin-bottom: 20px
    }

    .product-pdf-block .product-pdf-box .product-pdf a {
        margin-bottom: 15px;
        padding: 15px 20px
    }

    .product-pdf-block .product-pdf-box .product-pdf a .product-pdf-title {
        width: calc(100% - 30px);
        padding: 0 20px;
        font-size: 16px;
        display: block
    }

    .technical-table-box .technical-table-left .table-left-title,
    .technical-table-box .technical-table-left .table-left-top-title .table-left-top-titleA,
    .technical-table-box .technical-table-left .table-left-top-title .table-left-top-titleB,
    .technical-table-box .technical-table-right .part-class p,
    .technical-table-box .technical-table-right .table-right-info {
        font-size: 14px
    }

    .technical-table-box .technical-table-right .table-right-info {
        padding: 15px
    }

    .technical-table-box .technical-table-right .part-class {
        padding: 10px 20px
    }

    .applications-list-box .applications-list .applications-list-info .info {
        margin-bottom: 30px
    }

    .applications-block .applications-title {
        font-size: 28px
    }

    .applications-block .applications-class-box .applications-class .title {
        font-size: 18px
    }

    .applications-list-box .applications-list .applications-list-info {
        padding: 20px
    }

    .application-top-info-box .application-top-info {
        width: 100%;
        margin-right: 0;
        padding: 40px 15px 20px
    }

    .videos-block {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .form-list.verify .w-450,
    .videos-block .videos-list {
        width: 100%;
        margin-right: 0
    }

    .contact-block,
    .member-block {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .contact-block .inner .page-title {
        font-size: 26px;
        margin-bottom: 30px
    }

    .contact-block .inner .contact-list .contact-list-right {
        width: 100%;
        margin-bottom: 20px
    }

    .form-list.phone .flex .w-120 {
        max-width: 100px;
        margin-bottom: 20px
    }

    .form-list.phone .flex .w-120:nth-child(2) {
        margin-right: 0
    }

    .form-list.phone .flex .w-300 {
        width: calc(100% - 120px)
    }

    .form-list.verify .verify-box {
        margin-top: 20px
    }

    .form-button-box .form-button {
        margin-right: 15px
    }

    .login-block .login-box .login-left h2 {
        font-size: 30px
    }

    .login-block .login-box .login-right .login-info,
    .search-list-box .search-list {
        padding: 30px 20px
    }

    .login-block .login-box .login-right .login-info .form-list .form-list-title {
        width: 80px
    }

    .login-block .login-box .login-right .login-info .form-list .form-list-code {
        width: calc(100% - 80px)
    }

    .member-password-block .inner {
        padding-top: 30px;
        padding-bottom: 80px
    }

    .member-password-block .inner .forget-password-box p {
        font-size: 16px;
        margin-bottom: 30px
    }

    .phone-verify .form-list-code input {
        width: calc(100% - 90px)
    }

    .phone-verify .form-list-code .btn {
        width: 90px;
        font-size: 14px
    }

    .member-change-ok {
        padding: 0 20px
    }

    .member-block .inner {
        border: none
    }

    .member-block .inner .form-box {
        padding: 0
    }

    .member-block .form-button-box .form-button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .member-block .form-button-box .form-button:last-child {
        margin-bottom: 0
    }

    .search-box {
        padding-top: 40px;
        padding-bottom: 10px
    }

    .search-box .search-p {
        font-size: 18px;
        margin-bottom: 20px
    }

    .search-list-box {
        padding-bottom: 20px
    }
}