@charset "utf-8";



/* one */
.print_banner {
    position: relative;
    padding-bottom: 136px;
    background-image: url(../images/print_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.print_banner .index_one_text {
    padding-top: 20px;
}

.print_banner .index_one_text .text_line {
    margin-top: 64px;
    text-align: center;
}

.words {
    margin-top: 24px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.text_line {
    position: relative;
    overflow: hidden;
}

.text_line .word-wrap {
    overflow: hidden;
}

.text_line .tt {
    font-weight: 600;
    color: #071A34;
    letter-spacing: -2px;
    line-height: 1.2;
    overflow: hidden;
}

.text_line .word-wrap:nth-child(2) .tt {
    animation-delay: 0.6s;
}

.text_line .word-wrap:nth-child(3) .tt {
    animation-delay: 0.7s;
}

.text_line span {
    color: var(--main-color);
}

.words .mr4 {
    margin-right: 14px;
}

.words .ml4 {
    margin-left: 14px;
}

.index_one_des {
    padding-top: 24px;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.aos-animate .index_one_des {
    animation: an_5 1s 1 both;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0.7s;
}

@media (min-width:768px) {
    .index_one_des {
        opacity: 0;
    }
}

@keyframes an_5 {
    from {
        opacity: 0;
        transform: translate3d(0px, 80px, 0px);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes an_7 {
    from {
        opacity: 0;
        transform: perspective(1000px) translate3d(0px, 300px, 0px) rotate3d(-100, 0, 0, 45deg);
    }

    to {
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0);
    }
}


.index_link {
    padding-top: 55px;
}

.index_link a {
    display: inline-flex;
    padding: 16px 20px 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--main-color);
    border: 1px solid transparent;
    transition: background .3s;
}

.index_link a {
    color: var(--white-color);
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.index_link a i {
    position: relative;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
}

.index_link a i img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.index_link a i img:nth-child(2) {
    top: 100%;
}

.index_link a:hover {
    border: 1px solid var(--main-color);
    background: #FFF;
    color: var(--main-color);

}

.index_link a:hover i img:first-child {
    top: -100%;
}

.index_link a:hover i img:nth-child(2) {
    top: 0;
}
@media (max-width:991px) {

.print_banner {
    padding-bottom: 100px;
}

}

@media (max-width:767px) {
    .print_banner .index_one_text .text_line {
        margin-top: 40px;
    }
    .print_banner {
        padding-bottom: 60px;
    }
    .index_link a {
        padding: 10px 12px 10px 14px;
    }

    .index_link a i {
        margin-left: 6px;
        width: 20px;
        height: 20px;
    }

    .text_line .tt {
        font-size: 28px;
        letter-spacing: -1.56px;
        font-weight: 400;
    }

    .index_link {
        padding-top: 35px;
    }

}

@media (max-width:540px) {
    .index_one_text {
        padding-top: 30px;
    }
    .index_one_des p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .text_line .tt {
        font-size: 26px;
    }
}

@media (max-width:380px) {
    .text_line .tt {
        font-size: 24px;

    }

}

@media (max-width:360px) {
    .text_line .tt {
        font-size: 24px;
    }

}

.about-sidebar {
    display: none;
}




/* introduction */
.priont_technical_box {
    padding: 90px 0 80px 0;
    background-color: #F5F7FA;
    overflow: hidden;
}

.print_technical_text {
    padding-top: 49px;
    padding-bottom: 158px;
    max-width: 1140px;
    margin: 0 auto;
}

.print_technical_text p {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.print_choose_list {
    padding-top: 24px;
}

.print_choose_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.print_choose_list ul li {
    width: 50%;
    float: left;
    padding: 20px 12px;
    display: flex;
}

.print_choose_list .icon {
    width: 52px;
    height: 52px;
}

.print_choose_list .choose_list_r {
    flex: 1;
    padding-left: 24px;
}

.print_choose_list .choose_list_r .t {
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.5;
}

.print_choose_list .choose_list_r .text {
    padding-top: 20px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.print_choose_list .choose_list_r .text span {
    color: var(--main-color);
}

.print_industry_box {
    padding-top: 90px;
    padding-bottom: 60px;
    background-color: var(--white-color);
}

.industry_swiper {
    margin-top: 44px;
    padding-bottom: 30px;
}

.industry_swiper .swiper-wrapper {
    align-items: stretch;
}

.industry_swiper .swiper-slide {
    height: auto;
}

.industry_swiper .bg {
    height: 100%;
    width: 100%;
    border-radius: 8px 8px 6px 6px;
    background: rgba(247, 249, 252, 0.90);
    backdrop-filter: blur(5px);
    overflow: hidden;
}

.industry_swiper .bg .thumb {
    position: relative;
    overflow: hidden;
}

.industry_swiper .bg .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.industry_swiper .bg .text {
    padding: 21px 20px;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(247, 249, 252, 0.90);
    backdrop-filter: blur(5px);
}

.industry_swiper .bg .text h2 {
    text-align: center;
    color: var(--dark-color);
    font-weight: 400;
    line-height: 26px;
}

.industry_swiper .bg:hover .thumb i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.industry_swiper .industry_number {
    bottom: 0;
}

.industry_swiper .industry_number span {
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #D9D9D9;
    opacity: 1;
    margin-right: 8px;
}

.industry_swiper .industry_number span.swiper-pagination-bullet-active {
    width: 24px;
    background-color: var(--main-color);
}
@media (max-width:991px) {
    .priont_technical_box {
        padding: 60px 0 50px 0;
    }
    .print_technical_text {
        padding-top: 45px;
        padding-bottom: 100px;
    }   
    .print_choose_list ul li {
        width: 100%;
    }
    .print_industry_box {
        padding-top: 60px;
    }

}
@media (max-width:767px) {
    .print_industry_box {
        padding-top: 50px;
        padding-bottom: 50px;
    }
.priont_technical_box {
    padding: 50px 0 50px 0;
}
.print_technical_text{
    padding-bottom: 80px;
}

}

/* product */
.print_smart_box {
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: #F5F7FA;
    overflow: hidden;
}

.print_smart_text {
    padding-top: 24px;
    text-align: center;
    font-size: 16px;
}

.print_smart_list {
    padding-top: 34px;
}

.print_smart_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.print_smart_list ul li {
    width: 33.33%;
    padding: 12px;
}

.print_smart_list .number {
    line-height: 1.1;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
}

.print_smart_list .title {
    padding-top: 26px;
    color: var(--dark-color);
    font-weight: 400;
    line-height: 26px;
}

.print_smart_list .text {
    padding-top: 18px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.print_spectrum_box {
    padding-top: 90px;
    overflow: hidden;
}

.spectrum_wrap {
    padding-top: 32px;
}

.spectrum_list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.spectrum_list ul li {
    width: 20%;
    float: left;
    padding: 14px 12px;
}

.spectrum_list_hiden {
    display: none;
}

.spectrum_list .thumb {
    position: relative;
    padding: 15px;
    border-radius: 12px;
    overflow: hidden;
}

.spectrum_list .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: -webkit-transform 1.3s;
    transition: -webkit-transform 1.3s;
    -o-transition: transform 1.3s;
    transition: transform 1.3s;
    transition: transform 1.3s, -webkit-transform 1.3s;
    -webkit-transition: transform 1.3s;
}

.spectrum_list .thumb .text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -100%;
    border-radius: 0px 0px 12px 12px;
    background: rgba(0, 0, 0, 0.24);
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px;
    transition: bottom .4s;
}

.spectrum_list .text h2 {
    color: var(--white-color);
    font-weight: 400;
    line-height: 1.2;
}

.spectrum_list ul li:hover .thumb {
    background-color: #F5F7FA;
}

.spectrum_list ul li:hover .thumb .text {
    bottom: 0;
}

.spaec_more {
    padding-top: 32px;
    justify-content: center;
}

.spaec_more span {
    display: inline-flex;
    padding: 16px 20px 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--main-color);

    cursor: pointer;
}

.spaec_more span em {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.spaec_more span em:nth-child(2) {
    display: none;
}

.spaec_more span i {
    margin-left: 10px;
    width: 24px;
    height: 24px;
}

.spaec_more.active span i img {
    transform: rotate(180deg);
}

.spaec_more.active span em:nth-child(2) {
    display: block;
}

.spaec_more.active span em:nth-child(1) {
    display: none;
}

.print_material_box {
    padding-top: 90px;
    overflow: hidden;

}

.print_material_text {
    padding-top: 46px;
    max-width: 1038px;
    margin: 0 auto;
}

.print_material_text p {
    color: #666;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

@media (max-width:991px) {
 .print_spectrum_box {
    padding-top: 60px;
 }
 .spectrum_list ul {
    margin-left: -6px;
    margin-right: -6px;
}

.spectrum_list ul li {
    padding: 14px 6px;
}

.spectrum_list .text h2 {
    font-size: 18px;
}

}
@media (max-width:767px) {
    .print_spectrum_box {
        padding-top: 50px;
     }
    .print_smart_box {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .print_smart_list ul li {
        width: 100%;
    }
    .print_smart_list .number {
        padding-bottom: 10px;
    }
    .print_smart_list .title {
        padding-top: 16px;
        line-height: 24px;
    }
    .spectrum_list ul li {
        width: 50%;
    }
    .spectrum_list .text h2 {
        font-size: 16px;
    }
    
 }

/* print material */
.print_material_tab {
    padding-top: 40px;
}

.print_material_tab .tab_nav {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.print_material_tab .tab_nav::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}

.print_material_tab .tab_nav a {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #666;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}

.print_material_tab .tab_nav a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    transform-origin: center;
    transform: translate(-50%, 0) scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.print_material_tab .tab_nav a.active::before {
    transform: translate(-50%, 0) scaleX(1);
}

.print_material_tab .tab_nav .active {
    color: var(--main-color);
}


.print_material_tab .material_tabcont .pub-t1 {
    display: none;
}

.print_material_tab .material_tabcont .pub-t1.d-show {
    display: block;
}

.material_table table tr {
padding-bottom: 20px;
}
.material_table table tr td{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.material_table table tr td:nth-child(1) {
    color: var(--dark-color);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
}
.print_material_cont {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.print_material_cont .thumb {
    width: 477px;
    height:max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #F5F7FA;
    overflow: hidden;
}

.print_material_tab .material_table {
    flex: 1;
    padding-left: 180px;
}

@media (min-width:768px) {
    .material_table table {
        width: 100%;
    }
    .material_table table tr {
    display: flex;
    }
    .material_table table tr td{
        width: 50%;
        min-height: 42px;
    }

}
@media (max-width:1440px) {
    .print_material_tab .material_table {
        padding-left: 100px;
    }

}
@media (max-width:1280px) {
    .print_material_tab .tab_nav a {
        font-size: 22px;
    }
    .print_material_tab .material_table {
        padding-left: 100px;
    }

}
@media (max-width:1279px) {
    .print_material_tab .tab_nav a {
        font-size: 20px;
    }
    .print_material_cont .thumb {
        width: 45%;
    }
    .print_material_tab .material_table {
        padding-left: 60px;
    }
    .material_table table tr {
        padding-bottom: 15px;
    }


}
@media (max-width:991px) {
    .print_material_tab .material_table {
        padding-left: 30px;
    }

}
@media (max-width:767px) {
    .print_material_box {
        padding-top: 50px;
    }
    .print_material_tab .tab_nav {
        flex-wrap: wrap;
       
    }
    .print_material_tab .tab_nav a {
        width: 100%;
        margin-bottom: 10px;
    }
    .print_material_tab .tab_nav a:last-child {
        margin-bottom: 0;
    }
    .print_material_cont {
        flex-wrap: wrap;
        display: block;
    }
    .print_material_cont .thumb {
        width: 100%;
    }
    .print_material_tab .material_table {
        padding-left: 0;
        flex: inherit;
        width: 100%;
        padding-top: 30px;
        overflow-x: auto;
    }
    .material_table table tr td {
        min-height: inherit;
        padding: 5px 10px;
        line-height: 22px;
        white-space: nowrap;
    }
    .material_table table tr td:first-child {
        padding-right: 20px;
    }

}

/*  */
.print_certification_box {
    margin-top: 90px;
    padding: 90px 0;
    background-color: #F5F7FA;
    background-image: url(../images/print_cer_bg.png);
    overflow: hidden;

}

.certi_loop {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 44px;
    padding-left: 30px;
    padding-right: 30px;
}

.certi_swiper {}

.certi_swiper .thumb {
    overflow: hidden;
}

.certi_swiper .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.certi_swiper .title {
    padding-top: 24px;
    height: 108px;
    color: var(--dark-color);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.certi_loop .cer_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -54px;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.80);
    border: 1px solid rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 8;
}

.certi_loop .cer_prev {
    left: 0;
}

.certi_loop .cer_next {
    right: 0;
}

.certi_loop .cer_button:hover {
    background-color: var(--main-color);
}

.certi_loop .cer_button:hover svg path {
    stroke: var(--white-color);
}

.certi_swiper .swiper-slide:hover .title {
    color: var(--main-color);
}
@media (max-width:991px) {

.print_certification_box {
    margin-top: 60px;
    padding: 60px 0;
}


}
@media (max-width:767px) {

.print_certification_box {
    margin-top: 40px;
    padding: 40px 0;
}
.certi_swiper .title {
    padding-top: 20px;
    height: auto;
}

}

/* Our Security */

.print-security {
    padding-top: 92px;
    margin-bottom: 90px;
    overflow: hidden;

}

.print-security-title {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    font-size: 52px;
    padding-top: 30px;
}


.print-security .security_list {
    padding-top: 46px;
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.print-security .security_list>div {
    display: flex;
    width: calc(50% - 12px);
    padding: 36px 32px;
    background-color: #F5F7FA;
    border-radius: 12px;

    margin-bottom: 20px;
}

.print-security .security-logo {
    width: 68px;
}

.print-security .security-text {
    flex: 1;
    margin-left: 24px;
}

.print-security .security-text h2 {
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.5;

}

.print-security .security-text p {
    padding-top: 20px;
    font-size: 16px;
    line-height: 26px;
}

.print-security .clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.design-text {
    padding-top: 46px;
}

.print-security .design-text p {
    max-width: 1038px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

.print-security .design-text p span {
    color: var(--main-color);
}


.print-inquiry {
    padding: 90px 0;
    background-color: #F5F7FA;
    background-image: url('../images/print-inquiry-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.print_form {
    padding-top: 46px;
}

.print_form .w2 .container-input {
    width: calc(33.33% - 48px);
}

.print_form .w00 .container-input:first-child {
    width: calc(33.33% - 48px);
}

.print_form .w00 .container-input:nth-child(2) {
    width: calc(66.66% - 24px);
}

.print-inquiry .bar {
    background-color: rgba(0, 0, 0, 0.10);
}

.print-inquiry .upload-file {
    margin-top: 50px;
    width: 100%;
    max-width: 167px;
    height: 50px;
    display: inline-flex;
    padding: 16px 20px 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: linear-gradient(102deg, rgba(52, 186, 228, 0.00) 47.92%, rgba(52, 186, 228, 0.40) 92.5%), #0249D9;
    border: 1px solid transparent;
    transition: background .3s;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.print-inquiry .upload-img {
    margin-top: 50px;

}

.print-inquiry .upload-img img {
    cursor: pointer;
    max-width: 100%;
    height: auto;
}

.print-inquiry #img-upload {
    display: none;
}

.print-inquiry .upload-success {
    width: 80%;
    max-width: 300px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 47px;
    line-height: 50px;
    padding-left: 20px;
    display: none;
    position: relative;
}
.print-inquiry .upload-success span {
    font-size: 16px;
    color: var(--dark-color);
    margin-left: 2px;
}
.print-inquiry .upload-success .img-ok {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.print-inquiry .upload-success .img-del {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.print-inquiry .upload-img div {
    margin-top: 20px;
}

.print-inquiry .form_last {
    display: block;
    text-align: center;
}

.print-inquiry button {
    width: 80%;
    max-width: 215px;
    margin: 0 18px;
}

.print-inquiry .btn_reset {
    display: inline-flex;
    padding: 16px 20px 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #999999;
    transition: background .3s;
    color: var(--dark-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 991px) {

    .print-inquiry {
        padding: 60px 0;
    }
.print-security {
    padding-top: 60px;
    margin-bottom: 60px;
}
.print-security .security_list>div {
    padding: 30px 26px;
}
.print-security .security-text {
    margin-left: 16px;
}
.print-security .security-logo {
    width: 58px;
}
.print_form .w2 .container-input {
    width: calc(33.33% - 24px);
}
.print_form .w00 .container-input:first-child {
    width: calc(33.33% - 24px);
}
.print_form .w00 .container-input:nth-child(2) {
    width: calc(66.66% - 12px);
}


}

@media (max-width: 767px) {
    .print-security {
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .print-inquiry {
        padding: 50px 0;
    }
    .certi_loop {
        margin-left: 0;
        margin-right: 0;
      padding:0;
    }
    .certi_loop .cer_button {
        width: 46px;
        height: 46px;
    }
    .certi_swiper .swiper-slide {
        padding-left: 30px;
        padding-right: 30px;
    }
    .certi_swiper .thumb {
        padding-left: 20px;
        padding-right: 20px;
    }
    .certi_swiper .thumb i img{
        width: 100%;
    }
 
    .print-security .security_list {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }
    .print-security .security_list>div {
        width: 100%;
        padding: 30px 16px
    }
    .print-security .security-logo {
        width: 50px;
    }
    .print_form .w2,.print_form .w00 {
        flex-wrap: wrap;
    }
    .print_form .w2 .container-input {
        width: 100% !important;
    }
    .print_form .w00 .container-input {
        width: 100% !important;
    }
    .print-inquiry .form_last {
        display: flex;
        justify-content: space-between;
    }
    .print-inquiry .btn_reset,.print-inquiry button {
        width: calc(50% - 5px);
        padding: 16px 10px 16px 10px;
        margin: 0;
    }
}

