.product {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 3%;
}

.title {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-left: 1%;
    margin-top: 2%;
}

.title h3 {
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 1%;
}

.title p {
    font-size: 14px;
    color: #5f5f5f;
    letter-spacing: 1px;
}

.case {
    width: 100%;
    height: auto;
    display: inline-block;
}

.i03 {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    max-height: 100%;
}

.i03 .le {
    height: 100%;
    position: relative;
    float: left;
    width: 70%;
    overflow: hidden;
}

.i03 .le video {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.i03 .le:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00041e;
    opacity: 0.5;
    z-index: 3;
}

.i03 .le img {
    z-index: 5;
    position: relative;
    transition: all .6s;
}

.i03 .le:hover img {
    opacity: 1;
}

.i03 .le .text {
    width: 68%;
    position: absolute;
    top: 44%;
    z-index: 6;
    transform: translate(0%, -50%);
}

.i03 .le .text h3 {
    margin-bottom: 20px;
    color: #ffb624;
    font-size: 35px;
    letter-spacing: 4px;
}

.i03 .le .text h3:after {
    position: relative;
    content: "";
    width: 50px;
    height: 8px;
    background-color: var(--dex);
    display: block;
    margin-top: 22px;
}

.i_title {
    font-size: 40px;
    font-weight: bold;
}

.i03 .le .text p {
    font-size: 16px;
    line-height: 35px;
    color: #eee;
}

.i03 .le dl {
    padding-top: 125px;
    margin-bottom: 30px;
}

.i03 .le dl dd {
    float: left;
    width: 41.5%;
    margin-right: 17%;
    margin-bottom: 30px;
}

.i03 .le dl dd:nth-of-type(2n) {
    margin-right: 0%;
}

.i03 .le dl dd h4 {
    display: flex;
    align-items: flex-end;
}

.i03 .le dl dd h4 strong {
    font-family: 'Num';
    font-weight: bold;
    font-size: 80px;
    margin-right: 0.8rem;
    line-height: 1em;
    color: #ffb624;
    border-bottom: 2px solid#ffb624;
    margin-bottom: -1.5px;
    z-index: 0;
}

.i03 .le dl dd h4 span {
    font-size: 18px;
    position: relative;
    top: -10px;
    color: #ffb624;
}

.i03 .le dl dd h5 {
    font-size: 15px;
    position: relative;
    margin-top: 0;
    padding-top: 6px;
    color: #eee;
    z-index: 9999;
    letter-spacing: 2px;
    font-weight: normal;
}

.i03 .le dl dd h5::before {
    left: 0px;
    top: 0;
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    background-color: var(--dex);
    z-index: 14;
}

.i03 .le dl dd h5::after {
    height: 1px;
    position: absolute;
    content: "";
    width: 75%;
    left: 25%;
    top: 0;
    background-color: #a9a9a9;
}

.i03 .ri {
    height: 100%;
    float: right;
    width: 30%;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
}

.i03 .ri .t {
    height: 50%;
    position: relative;
}

.i03 .ri .t img {
    z-index: 5;
    position: relative;
    transition: all .6s;
}

.i03 .ri .t:hover img {
    opacity: 1;
}

.i03 .ri .t video {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.i03 .ri .t .text, .i03 .ri .b .text {
    position: absolute;
    left: 50px;
    bottom: 30px;
    height: auto;
    z-index: 6;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.i03 .ri .t .text h4 {
    font-size: 21px;
    margin-bottom: 20px;
    width: 70%;
    font-weight: bold;
    text-align: left;
    line-height: 35px;
    color: #fff;
}

.i03 .ri .t .text h5 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1em;
    color: #fff;
    letter-spacing: 3px;
}

.i03 .ri .b {
    height: 50%;
    position: relative;
}

.i03 .ri .b .text h5 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1em;
    color: #fff;
    letter-spacing: 1px;
}

.i03 .ri .b .text h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    width: 70%;
    text-align: left;
    color: #fff;
}

.i03 .le img, .i03 .ri .b img, .i03 .ri .t img {
    height: 100%;
}

.i03 .ri .b .more {
    background-color: rgba(255,255,255,0.5);
}

.i03 .ri .b .more:hover {
    background-color: rgba(255,255,255,1);
}

.honour {
    width: 100%;
    display: inline-block;
    background: url(../images/cooperate.jpg) center center no-repeat;
    background-size: cover;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeIn;
    overflow: hidden;
    margin-top: -4px;
    padding-top: 6%;
    padding-bottom: 4%;
}

h-title {
}

.ht-left {
    width: 75%;
    float: left;
}

.ht-left h3 {
    font-size: 26px;
    letter-spacing: 2px;
    float: left;
}

.ht-left p {
    font-size: 14px;
    color: #5f5f5f;
    letter-spacing: 1px;
    margin-left: 6%;
    display: inline-block;
    float: left;
    margin-top: 1%;
}

.ht-rights {
    padding-right: 1%;
    float: right;
    margin-top: 6px;
}

.ht-rights a {
    font-size: 14px;
    color: #5f5f5f;
    letter-spacing: 2px;
}

.h-box {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}

.hs-left {
    width: 10%;
    float: left;
}

.hls-one {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 51%;
}

.hls-one a {
    font-size: 18px;
    color: #5f5f5f;
    border-bottom: 1px solid;
    padding-bottom: 7%;
}

.hls-ones {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 22%;
}

.hls-ones a {
    font-size: 18px;
    color: #5f5f5f;
    border-bottom: 1px solid;
    padding-bottom: 7%;
}

.hs-right {
    width: 87%;
    float: right;
}

.hs-right ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.hs-right li {
    width: 25%;
    float: left;
    margin-bottom: 2%;
}

.hs-right li a {
}

.hs-right li img {
    width: 85%;
}

#ons {
    display: none;
}

.news {
    width: 100%;
    display: inline-block;
    margin-top: -4px;
    padding-top: 4%;
    padding-bottom: 4%;
}

.n-box {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}

.nb-left {
    width: 73%;
    float: left;
    background: #ffb624;
    position: relative;
}

.nbl-left {
    width: 40%;
    float: left;
    position: absolute;
    top: 22%;
    left: 6%;
}

.nbl-left span {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}

.nbl-left h3 {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 16px 0;
}

.nbl-left p {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 27px;
}

.nbl-left .more {
}

.nbl-left .more a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    float: left;
    border: 1px solid#fff;
    padding: 8px 15px;
    margin-top: 7%;
}

.nbl-right {
    width: 50%;
    float: right;
}

.nbl-right img {
    width: 100%;
}

.nb-right {
    width: 25%;
    float: right;
}

.nb-right ul {
}

.nb-right li {
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#dcdcdc;
    padding-bottom: 5%;
    margin-bottom: 5%;
}

.nb-right li span {
    font-size: 13px;
    color: #5f5f5f;
    letter-spacing: 1px;
}

.nb-right li h3 {
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}

.nb-right li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
    font-size: 14px;
    color: #5f5f5f;
}

.sil-text {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    top: 25%;
}

.sil-text h3 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 55px;
}

.sil-text h5 {
    color: #fff;
    letter-spacing: 5px;
    font-size: 39px;
    padding: 15px 0;
}

.sil-text p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 31px;
}
.case-phone{
    display: none;
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
    .product {
        width: 100%;
        height: auto;
        display: inline-block;
        margin: 3% 0;
    }
    .title {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-left: 1%;
        margin-top: 4%;
    }
    .title h3 {
        font-size: 22px;
        letter-spacing: 2px;
        margin-bottom: 0%;
    }
    .card-area .card-item.active {
        z-index: 6;
        width: 100%;
        height: auto;
        margin-right: 0%;
        margin-left: 1%;
    }
    .card-area .card-item {
        z-index: 4;
        transition: all .3s cubic-bezier(.4,0,.2,1), z-index 0s .12s;
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .nb-left {
        width: 100%;
        float: left;
        background: #ffb624;
        position: relative;
    }
    .nb-right {
        width: 100%;
        float: right;
    }
    .nbl-left {
        width: 40%;
        float: left;
        position: absolute;
        top: 9%;
        left: 6%;
    }
    .nbl-left h3 {
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
        margin: 9px 0;
    }
    .nbl-left .more {
        display: none;
    }
    .case{
        display: none;
    }
    .case-phone{
        width: 100%;
        height: auto;
        display: inline-block;
        padding-bottom: 11%;
    }
    .cp-video{
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .cp-video video{
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .t_syvides{
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .case-phone h2{
        font-size: 20px;
        color: #333;
        line-height: 31px;
        padding: 10px 0;
    }
    .case-phone p{
        color: #666;
        font-size: 15px;
        line-height: 27px;
        padding-bottom: 7%;
    }
}