﻿@charset "utf-8";

/* CSS Document */
/*2025.1.13*/


.right-nr {
    font-size: 16px;
    color: #333;
    position: relative;
    padding-bottom: 50px;
    padding-top: 15px;
}

.znqbg {
    background: #fffffe url(../../images/znqbg.jpg) no-repeat center top;
    padding-bottom: 60px;
    background-size: cover;
    position: relative;
}

    .znqbg .flimg1 {
        position: absolute;
        left: -90px;
        top: -108px;
        text-align: left;
    }

    .znqbg .flimg2 {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .znqbg .flimg3 {
        position: absolute;
        right: -10px;
        top: -126px;
        text-align: right;
    }

.znq {
    padding-top: 30px;
}

.znq-pp {
    z-index: 1;
    position: relative;
}

    .znq-pp p {
        font-size: 26px;
        font-weight: bold;
        color: #c60104;
        line-height: 52px;
        text-shadow: 1px 1px 3px #ffffff;
    }

.znq-one {
    margin-top: 110px;
    padding-bottom: 120px;
}

   .znq-one a{
	text-decoration: none;
	display: flex;
	align-items: flex-end;
	padding-top: 20px;
	flex-wrap: wrap;
}

.znq-one a .z-oneimg{
	width: 44%;
	/*float: left;*/
	margin-right:10px;
	background: #dfc7aa;
	margin-left: 15px;
	padding-bottom: 10px;
}

.znq-one a .z-oneimg img{
	margin-left: -15px;
	margin-top: -20px;	
}

.znq-one a .z-onett{
	width:52%;
	padding-left: 40px;
	align-content: flex-end;
}

            .znq-one a .z-onett span {
                display: block;
                font-size: 32px;
                color: #999;
            }

            .znq-one a .z-onett p {
                font-size: 42px;
                color: #333;
                font-weight: bold;
                text-transform: uppercase;
                margin-bottom: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

    .znq-one .swiper-button-prev, .znq-one .swiper-container-rtl .swiper-button-next {
        background: none;
    }

    .znq-one .swiper-button-next, .znq-one .swiper-container-rtl .swiper-button-prev {
        background: none;
    }


        .znq-one .swiper-button-prev img, .znq-one .swiper-button-next img {
            width: 29px;
            height: 34px;
        }

    .znq-one .swiper-button-prev {
        left: auto;
        right: 50px;
    }

    .znq-one .swiper-button-next, .znq-one .swiper-button-prev {
        top: 68%;
    }

.znq-two {
}

.znq-twocon {
    margin-top: 50px;
    clear: both;
    overflow: hidden;
    position: relative;
}

    .znq-twocon .swiper-container {
        padding-bottom: 70px;
    }

.znq-two .swiper-button-prev, .znq-two .swiper-container-rtl .swiper-button-next {
    background: none;
}

.znq-two .swiper-button-next, .znq-two .swiper-container-rtl .swiper-button-prev {
    background: none;
}


    .znq-two .swiper-button-prev img, .znq-two .swiper-button-next img {
        width: 29px;
        height: 34px;
    }

.znq-two .swiper-button-prev {
    left: auto;
    right: 50px;
}

.znq-two .swiper-button-next, .znq-two .swiper-button-prev {
    bottom: 0;
    z-index: 11;
    top: auto;
}

.opacity0 {
    opacity: 0;
}


@media (min-width: 1200px) {
}

@media (max-width: 1440px) {

    .znq-one a .z-onett p {
        font-size: 36px;
    }

    .znqbg .flimg3 img {
        width: 70%;
    }

    .znqbg .flimg1 img {
        width: 70%;
    }

    .znqbg .flimg2 img {
        width: 70%;
    }
}

@media (max-width: 1300px) {

    .znq-pp p {
        font-size: 24px;
        line-height: 45px;
    }

    .znq-one a .z-onett p {
        font-size: 30px;
    }

    .znq-one a .z-oneimg {
        /*padding-right: 20px;*/
    }

    .znq-one a .z-onett {
        padding-left: 20px;
    }

    .znq-two h4 img {
        width: 80%;
    }

    .znq-one {
        margin-top: 50px;
    }

        .znq-one a .z-oneimg img {
            /*margin-left: 0;*/
        }

        .znq-one a .z-onett p {
            font-size: 26px;
        }

        .znq-one a .z-onett span {
            font-size: 24px;
        }
}

@media (max-width: 1200px) {

    .znq-one a .z-onett p {
        font-size: 22px;
    }

    .znq-pp p {
        font-size: 20px;
        line-height: 35px;
    }

    .znqbg .flimg2 img {
        width: 40%;
    }

    .znq-one a .z-onett {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {

    .znqbg .flimg1 img {
        width: 59%;
    }

    .znq-pp p {
        font-size: 18px;
        line-height: 30px;
    }

    .znq-one a .z-onett p {
        font-size: 18px;
    }

    .znq-one a .z-onett span {
        font-size: 20px;
    }

    .opacity0 {
        opacity: 1;
    }

    .znq-two .swiper-button-next, .znq-two .swiper-button-prev {
        bottom: 1%;
    }
}





.ani-img {
    animation: roundAnimation 4s linear infinite;
}

/*.ani-img img{
   filter: drop-shadow(rgba(255, 255, 255, .55) 4px 7px 32px);
}*/

@-webkit-keyframes roundAnimation {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    33% {
        -webkit-transform: translateX(-3px) translateY(-8px);
        transform: translateX(-3px) translateY(-8px);
    }

    66% {
        -webkit-transform: translateX(-3px) translateY(0);
        transform: translateX(-3px) translateY(0);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}



@media (max-width: 767px) {
.znqbg .flimg1 {
    left: -52px;
    top: -68px;
}
    .znqbg .flimg1 img {
        width: 39%;
    }

    .znqbg .flimg3 img {
        width: 39%;
    }
.znqbg .flimg3 {
    right: -10px;
    top: -75px;
}
    .znq-pp p {
        font-size: 16px;
        line-height: 26px;
    }

    .znq-one {
        margin: 30px 0 10px;
        padding: 0;
    }

        .znq-one a {
            display: block;
        }

            .znq-one a .z-oneimg {
                width: 100%;
                margin: 0;
                padding: 0;
                background: none;
                float: none;
                text-align: center;
            }

            .znq-one a .z-onett {
                padding: 0;
                text-align: left;
                align-content: normal;
            }

                .znq-one a .z-onett p {
                    font-size: 16px;
                }

                .znq-one a .z-onett span {
                    font-size: 16px;
                    display: block;
                    margin: 10px 0;
                }

    .znq-two h4 img {
        width: 100%;
    }

    .znq-twocon {
        margin-top: 20px;
    }

    .znq-one .swiper-container {
        padding-bottom: 30px;
    }

    .znq-one .swiper-button-next, .znq-one .swiper-button-prev {
        display: none;
    }

    .znq-one .swiper-pagination {
        bottom: 6px;
        width: 100%;
        float: none;
        z-index: 11;
        display: block !important;
    }

    .znq-one .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #c90007;
        cursor: pointer;
        opacity: 0.65;
        border-radius: 100%;
        margin: 0 6px;
    }

    .znq-one .swiper-container .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .znq-two .swiper-button-next, .znq-two .swiper-button-prev {
        display: none;
    }

    .znq-two .swiper-pagination {
        bottom: 36px;
        width: 100%;
        float: none;
        z-index: 11;
        display: block !important;
    }

    .znq-two .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #c90007;
        cursor: pointer;
        opacity: 0.65;
        border-radius: 100%;
        margin: 0 6px;
    }

    .znq-two .swiper-container .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .znq-t {
        margin: 15px 0 25px 0;
    }

    .znq-two h4 {
        font-size: 18px;
        color: #df1607;
        font-weight: bold;
        text-shadow: 5px 4px 0px #e5dec9;
        background-image: url(../../images/h4bg.png);
        -webkit-background-clip: text;
        background-clip: text;
        color: #df1607;
    }

    .znqbg {
        padding-bottom: 30px;
    }
}
