﻿/* Home page custom styles extracted from jinao Blade template */

#product,
        #about,
        #new {
            position: relative;
        }
        #product {
            margin-top: 50px !important;
            margin-bottom: 40px;
            padding-bottom: 0;
        }
        #product .main-part,
        #new .main-part {
            font-size: 40px;
            letter-spacing: .4px;
        }
        #product .main-title,
        #new .main-title {
            width: auto !important;
            color: #5b6472;
            text-align: center;
            line-height: 1.9;
            font-size: 16px;
        }
        #product .pro-list {
            margin: 56px -20px 0;
            display: flex;
            flex-wrap: wrap;
        }
        #product .pro-list li {
            width: 25%;
            padding: 0 20px;
            margin-bottom: 36px;
            box-sizing: border-box;
        }
        #product .pro-item {
            padding: 30px 36px;
            border: 1px solid #e3e3e3;
            background: #fff;
            border-radius: 0 !important;
            box-shadow: none !important;
            transition: border-color .3s ease;
        }
        #product .pro-item:hover {
            border-color: #f47920;
        }
        #product .pro-img {
            margin-bottom: 18px;
            position: relative;
            padding-top: 100%;
        }
        #product .pro-img .img-wrap {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            box-shadow: none !important;
            display: block;
            padding: 14px;
            background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
            border-radius: 4px;
        }
        #product .pro-img img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            transition: transform .3s ease;
        }
        #product .pro-item:hover .pro-img img {
            transform: scale(1.05);
        }
        #product .pro-name {
            display: block;
            margin: 30px 0 22px;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.5;
            color: #000;
            text-align: center;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            min-height: 27px;
        }
        #product .pro-more {
            width: 100%;
            display: block;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background: #f2f2f2;
            color: #09162a;
            font-weight: 400;
            border-radius: 0 !important;
            box-shadow: none !important;
            transition: color .3s ease, background .3s ease;
        }
        #product .pro-more:hover {
            color: #fff;
            background: #f47920;
        }
        #ind {
            padding: 18px 0 40px !important;
        }
        #about {
            padding-top: 26px !important;
            padding-bottom: 26px;
        }
        #about .about-img .img-wrap {
            position: relative;
            background: #fff;
            padding: 22px;
            box-shadow: 0 24px 60px rgba(18, 33, 74, 0.16);
            overflow: visible;
        }
        #about .about-img .img-wrap .dot {
            position: absolute;
            width: 180px;
            height: 180px;
            left: -38px;
            bottom: -38px;
            background-image: radial-gradient(#f47920 2px, transparent 2px);
            background-size: 18px 18px;
            opacity: 0.78;
            z-index: 0;
        }
        #about .about-img .img-wrap .box {
            position: absolute;
            right: -26px;
            top: -26px;
            width: 92%;
            height: 92%;
            border: 2px solid rgba(244, 121, 32, 0.38);
            z-index: 0;
        }
        #about .about-img video {
            position: relative;
            z-index: 1;
            background: #000;
            object-fit: cover;
            min-height: 430px;
        }
        #about .about-con .title {
            letter-spacing: 1px;
        }
        #about .about-con h3 span {
            color: #f47920;
            font-weight: 700;
        }
        #about .about-con .con {
            color: #5b6472;
            line-height: 1.95 !important;
            margin-bottom: 20px;
        }
        #about .about-con ul li {
            position: relative;
            padding-left: 22px;
            margin-bottom: 12px;
            font-size: 18px;
            line-height: 1.7;
            color: #111827;
        }
        #about .about-con ul {
            position: relative;
            padding-left: 46px;
        }
        #about .about-con ul::before,
        #about .about-con ul::after {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            width: 1px;
            background: #ff7a1a;
        }
        #about .about-con ul::before {
            height: 194px;
        }
        #about .about-con ul::after {
            left: 28px;
            top: 28px;
            height: 138px;
        }
        #about .about-con ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 11px;
            width: 12px;
            height: 12px;
            background: #f47920;
        }
        #about .about-con ul li::after {
            display: none !important;
        }
        #about .more-btn {
            min-width: 128px;
            height: 54px;
            line-height: 54px;
            text-align: center;
            border-radius: 0;
            background: #ff7a1a;
            color: #fff;
            box-shadow: none;
            margin-top: 26px;
            padding: 0 28px;
        }
        #appli {
            padding: 34px 0 18px;
        }
        #appli .sol-top {
            padding: 48px 0 56px;
            border-radius: 6px;
            overflow: hidden;
        }
        .jinao-drop-title {
            margin-bottom: 28px;
            color: #000;
            opacity: 0;
            transform: translateY(-62px);
            transition: opacity .85s ease, transform .85s ease;
            will-change: opacity, transform;
        }
        .is-visible .jinao-drop-title {
            opacity: 1;
            transform: translateY(0);
        }
        #appli .picutre_many {
            position: relative;
            overflow: hidden;
            white-space: nowrap;
            padding: 8px 0 12px;
        }
        #appli .picutre_track {
            display: inline-flex;
            align-items: center;
            gap: 34px;
            width: max-content;
            animation: jinao-cert-marquee 42s linear infinite;
        }
        #appli .picutre_many:hover .picutre_track {
            animation-play-state: paused;
        }
        #appli .picutre_many a {
            display: inline-flex;
            flex: 0 0 auto;
        }
        #appli .picutre_many img {
            width: 248px;
            margin: 0;
            border: 1px solid rgba(255, 255, 255, .6);
            box-shadow: 0 16px 32px rgba(0, 0, 0, .12);
            background: #fff;
            object-fit: cover;
        }
        @keyframes jinao-cert-marquee {
            from {
                transform: translateX(0);
            }
            to {
                transform: translateX(calc(-50% - 15px));
            }
        }
        #new {
            padding: 46px 0 74px !important;
        }
        #new .new-list {
            display: flex;
            flex-wrap: wrap;
            margin: 36px -25px 0;
        }
        #new .new-list li {
            width: 33.3333%;
            padding: 0 25px;
            box-sizing: border-box;
        }
        #new .new-item {
            height: 100%;
            padding: 0 0 30px;
            background: #fff;
            box-shadow: 0 0 70px 0 rgba(184, 184, 184, .33);
            transition: transform .22s ease, box-shadow .22s ease;
        }
        #new .new-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 44px rgba(184, 184, 184, .4);
        }
        #new .new-img {
            position: relative;
            display: block;
        }
        #new .new-img img {
            display: block;
            width: 100%;
            height: auto;
        }
        #new .new-date {
            position: absolute;
            left: 30px;
            bottom: 0;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            min-height: 44px;
            padding: 10px 14px;
            font-size: 14px;
            font-weight: 700;
            background: #f47920;
            color: #fff;
            box-sizing: border-box;
        }
        #new .new-date-icon {
            position: relative;
            width: 14px;
            height: 14px;
            display: inline-block;
            border: 2px solid #fff;
            border-radius: 50%;
            box-sizing: border-box;
            flex: 0 0 14px;
        }
        #new .new-date-icon::before,
        #new .new-date-icon::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            background: #fff;
            transform-origin: left top;
        }
        #new .new-date-icon::before {
            width: 1.5px;
            height: 4px;
            transform: translate(-50%, -85%);
        }
        #new .new-date-icon::after {
            width: 3px;
            height: 1.5px;
            transform: translate(0, -50%);
        }
        #new .new-title {
            display: block;
            font-weight: 700;
            margin: 18px 30px;
            padding-bottom: 18px;
            border-bottom: 1px solid #e3e3e3;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 1.125em;
            color: #222;
            line-height: 1.5;
        }
        #new .new-title:hover {
            color: #f47920;
        }
        #new .new-more {
            margin: 0 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #222;
            font-size: 16px;
        }
        #new .new-more span {
            color: inherit;
        }
        #new .new-arrow {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-top: 2px solid currentColor;
            border-right: 2px solid currentColor;
            transform: rotate(45deg);
            flex: 0 0 10px;
        }
        #contact {
            padding: 50px 0;
            background: #2e2e2e;
        }
        #contact .l-wrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
        }
        #contact .foot-title {
            flex: 1 1 auto;
            margin: 0;
            line-height: 50px;
            text-transform: uppercase;
            font-size: 20px;
            color: #fff;
            text-align: center;
        }
        #contact .foot-contact {
            flex: 0 0 auto;
            min-width: auto;
            padding: 0 14px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-radius: 0;
            background: #f47920;
            color: #fff;
            white-space: nowrap;
            box-shadow: none;
            font-size: 16px;
        }
        @media (max-width: 768px) {
            #product .pro-list,
            #new .new-list {
                display: flex;
                flex-wrap: wrap;
            }
            #product .pro-list {
                margin: 4vw -2vw;
            }
            #product .pro-list li {
                width: 50%;
                padding: 0 2vw 4vw;
                margin-bottom: 0 !important;
            }
            #product .pro-item {
                padding: 3.2vw 4.5333333333vw;
            }
            #product .pro-img .img-wrap {
                padding: 2vw !important;
            }
            #product .pro-img img {
                max-width: 90%;
                max-height: 90%;
            }
            #product .pro-name {
                font-size: 14px;
                margin: 4vw 0;
                min-height: auto;
            }
            #product .pro-more {
                font-size: 12px;
            }
            #new .new-list {
                margin: 4vw -2vw 0;
            }
            #new .new-list li {
                width: 50%;
                padding: 0 2vw;
            }
            #new .new-date {
                left: 10px;
                min-height: 30px;
                padding: 6px 8px;
                font-size: 12px;
            }
            #new .new-date-icon {
                width: 12px;
                height: 12px;
                flex-basis: 12px;
            }
            #new .new-title {
                font-size: 16px;
                margin: 10px;
                padding-bottom: 10px;
            }
            #new .new-more {
                margin: 0 10px;
                font-size: 14px;
            }
            #new .new-item {
                padding-bottom: 10px;
            }
            #contact .l-wrap {
                flex-direction: column;
                align-items: flex-start;
            }
            #contact .foot-title {
                font-size: 18px;
                line-height: 1.7;
                text-align: left;
            }
            #about .about-img .img-wrap {
                padding: 12px;
                box-shadow: none;
            }
            #about .about-img .img-wrap .dot,
            #about .about-img .img-wrap .box {
                display: none;
            }
            #about .about-img video {
                width: 100%;
                min-height: 240px;
            }
            #about .about-con ul {
                padding-left: 24px;
            }
            #about .about-con ul::before,
            #about .about-con ul::after {
                display: none;
            }
            #appli .picutre_track {
                gap: 18px;
                animation-duration: 28s;
            }
            #appli .picutre_many img {
                width: 188px;
            }
        }
