



        main .heading{
            width: 80%;
            margin: 0 auto;
            padding-top: 100px;
            padding-bottom: 170px;
            justify-content: space-between;
        }
        main .heading .ttl{
            padding-left: 60px;
        }
        main .heading>p{
            width: 50%;
            line-height: 2.25;
            font-size: 22px;
            padding-left: 65px;
            letter-spacing: 1px;
        }
        main .heading .ttl{
            text-align: left;
        }
        main .heading .ttl .cn{
            font-size: 77px;
            margin-bottom: 25px;
        }
        main .heading .ttl .eng{
            font-size: 36px;
        }

        main .swiper{
            position: relative;
            z-index: 2;
        }
        main .swiper .cn,
        main .list .title .cn{
            font-size: 33px;
            margin-bottom: 25px;
        }
        main .swiper .eng,
        main .list .title .eng{
            font-size: 19px;
        }
        main .swiper{
            height: 610px;
            margin-bottom: 80px;
        }
        main .swiper>*{
            height: 100%;
        }
        main .swiper>.lft{
            padding: 0px 5.4vw;
            padding-top: 7vw;
            margin-right: 50px;
            background: #f9faf5;
            position: relative;
            width: 25%;
            min-width: 300px;
        }
        main .swiper>.lft .border,
        main .list .title .border{
            position: absolute;
            height: 100%;
            pointer-events: none;
        }
        main .swiper>.lft .border{
            width: calc(100% - 72px);
            left: 50%;
            transform: translateX(-50%);
            top: -30px;
        }
        main .swiper>.lft .border i,
        main .list .title .border i{
            position: absolute;
            background: #f0f0e6;
        }
        main .swiper>.lft .border .hor,
        main .list .title .border .hor{
            width: 0px;
            height: 4px;
            transition: width .25s;
        }
        main .swiper>.lft .border .ver,
        main .list .title .border .ver{
            height: 0px;
            width: 4px;
            transition: height .25s;
        }
        main .swiper>.lft.frozen .border .hor,
        main .list .title.frozen .border .hor{
            width: 100%
        }
        main .swiper>.lft.frozen .border .ver,
        main .list .title.frozen .border .ver{
            height: 100%
        }
        main .swiper>.lft .border .tp,
        main .swiper>.lft .border .tp + *,
        main .list .title .border .tp,
        main .list .title .border .tp + *{
            top: 0px;
        }
        main .swiper>.lft .border .rht,
        main .swiper>.lft .border .rht + *,
        main .list .title .border .rht,
        main .list .title .border .rht + *{
            right: 0px;
        }
        main .swiper>.lft .border .btm,
        main .swiper>.lft .border .btm + *,
        main .list .title .border .btm,
        main .list .title .border .btm + *{
            bottom: 0px;
        }
        main .swiper>.lft .border .lft,
        main .swiper>.lft .border .tp,
        main .list .title .border .lft,
        main .list .title .border .tp{
            left: 0px;
        }

        main .swiper>.lft .border .tp,
        main .list .title .border .tp{
            transition-delay: .5s;
        }
        main .swiper>.lft .border .rht,
        main .list .title .border .rht{
            transition-delay: .75s;
        }
        main .swiper>.lft .border .btm,
        main .list .title .border .btm{
            transition-delay: 1s;
        }
        main .swiper>.lft .border .lft,
        main .list .title .border .lft{
            transition-delay: 1.25s;
        }


        main .swiper>.lft .control{
            margin-top: 7.29vw;
            position: relative;
            z-index: 2;
            flex-direction: column;
            text-align: center;
            width: 180px;
        }
        main .swiper>.lft .control::after{
            content: '';
            opacity: .9;
            z-index: -1;
        }
        main .swiper>.lft .control .nums{
            font-size: 19px;
        }
        main .swiper>.lft .control .process p{
            margin: 35px 0px;
            position: relative;
            display: inline-block;
            vertical-align: top;
            background: #000;
            height: 2px;
            width: 116px;
        }
        main .swiper>.lft .control .process p span{
            display: block;
            width: 0%;
            background: #e60012;
            transition: transform ease .3s,width .3s ease;
            transform: translateX(0%);
            margin-top: -1px;
            height: 4px;
        }
        main .swiper>.lft .control img{
            position: absolute;
            width: 16px;
            top: 50%;
            transform: translateY(-50%);
            left: calc(100% + 24px);
        }
        main .swiper>.lft .control .prev{
            left: auto;
            right: calc(100% + 24px);
        }
        main .swiper .recSwp{
            flex: 1;
        }
        main .swiper .recSwp .swiper-slide{
            width: 43vw;
            height: 100%;
        }

        main .list{
            /* margin-top: 75px; */
            padding: 0px 35px;
            flex-direction: row-reverse;
            flex-wrap: wrap;
            font-weight: bold;
            padding-bottom: 30px;
        }
        main .list .title{
            width: calc(100% / 3 - 125px);
            margin-right: -35px;
            position: relative;
            background: #f9faf5;
            padding-left: 30px;
            padding-top: 7vw;
            margin-bottom: 60px;
        }
        main .list .title .border{
            top: 0px;
            left: 0px;
            width: 400px;
            transform: translate(-40px,-25px);
        }
        main .list .title>p:last-child{
            width: 300px;
            line-height: 2;
            margin-top: 50px;
            font-size: 22px;
            opacity: 0;
            transition-property: filter,opacity,transform;
            transition-duration: .5s;
            transition-timing-function: ease;
            filter: blur(10px);
            -webkit-filter: blur(10px);
            -ms-filter: blur(10px);
            -moz-filter: blur(10px);
            transform: scale(1.1);
            transition-delay: .2s;
        }
        main .list .title>p:last-child span{
            display: inline-block;
            opacity: 0;
            transform: translateY(-200%) scale(3);
            transform-origin: top;
            transition: all .5s .7s;
        }
        main .list .title .ttl.frozen + p{
            filter: blur(0px);
            -webkit-filter: blur(0px);
            -ms-filter: blur(0px);
            -moz-filter: blur(0px);
            opacity: 1;
            transform: scale(1);
        }
        main .list .title .ttl.frozen + p span{
            opacity: 1;
            transform: translateY(0px) scale(1);
        }
        
        main .list .item{
            position: relative;
            width: calc(100% / 3 - 40px);
            background: #f0f0e6;
            padding: 4.9vw 4.1vw;
            margin-bottom: 60px;
        }
        main .list .item::after{
            content: '';
            pointer-events: none;
            box-sizing: border-box;
            border: 4px solid #e60012;
            transition: .5s ease;
            opacity: 0;
        }
        main .list .item:hover::after {
            opacity: 1;
            transform: translate(-40px,-30px);
        }
        main .list .item:nth-child(3n - 1),
        main .list .item:nth-child(3n){
            margin-right: 60px;
        }
        main .list .item:nth-child(2),
        main .list .item:nth-child(3){
            width: calc(100% / 3 + 20px);
        }
        main .list .item .name,
        main .dtlBox .txt .name{
            font-size: 33px;
        }
        main .list .item .des{
            font-size: 25px;
            line-height: 1.6;
            margin-top: 3.6vw;
            margin-bottom: 4.1vw;
            font-weight: normal;
            position: relative;
            /*max-height: 160px;*/
            overflow: hidden;
            text-align: justify;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            white-space: normal;
            word-break: break-all;
        }
        main .list .item .des .more{
            display: none;
            width: 160px;
            text-align: right;
            font-size: 25px;
            line-height: 1.6;
            right: 0px;
            bottom: 0px;
            color: #e60012;
            background: linear-gradient(to left,#f0f0e6 0%,#f0f0e6 70%,rgba(240,240,230,0) 100%);
            position: absolute;
        }

        main .list a{
            margin-top: 80px;
            width: 250px;
            position: relative;
            font-size: 22px;
            display: block;
            line-height: 70px;
            border: 2px solid #000;
            text-align: left;
            padding-left: 50px;
            transition: background .4s,color .4s,border .4s;
        }
        main .list a:hover{
            background: #e60012;
            color: #fff;
            border-color: #fff;
        }

        main .list a img{
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 30px;
            width: 10px;
        }
        

        main .dtlBox{
            position: fixed;
            height: 100vh;
            z-index: 110;
            pointer-events: none;
        }
        main .dtlBox::after{
            content: '';
            z-index: -1;
            background: #000;
            opacity: 0;
            transition: .5s;
        }
        main .dtlBox.show{
            pointer-events: all;
        }
        main .dtlBox.show::after{
            opacity: .3;
        }
        main .dtlBox .txt{
            width: 1000px;
            height: 650px;
            padding: 55px 60px;
            background: #fff;
            opacity: 0;
            transition: opacity .5s,margin .3s .5s;
            margin-top: -50px;
        }
        main .dtlBox .txt .des{
            font-size: 25px;
            counter-reset:section;
        }
        main .dtlBox .txt .des p::before{
            counter-increment:section;
	        content:counter(section) ". ";
        }
        
        main .dtlBox.show .txt{
            transition-delay: .5s;
            transition-duration: .3s;
            opacity: 1;
            margin-top: 0px;
        }
        main .dtlBox .txt .name{
            margin-bottom: 25px;
        }
        
        main .dtlBox .txt .des{
            overflow-y: auto;
            height: 390px;
            font-size: 16px;
            color: #000;
            padding-right: 20px;
            margin-top: 50px;
        }
        main .dtlBox .txt .des::-webkit-scrollbar{
            width: 4px;
            height: 4px;
        }
        main .dtlBox .txt .des::-webkit-scrollbar-thumb{
            border-radius: 3px;
            background: rgba(0,0,0, .05);
            
        }
        main .dtlBox .txt .des:hover::-webkit-scrollbar-thumb{
            background: rgba(0,0,0, .1);
        }
        main .dtlBox .txt .des::-webkit-scrollbar-track{
            background: rgba(0,0,0,0);
        }
        main .dtlBox .txt .des p{
            margin-top: 10px;
        }
        main .dtlBox .txt .close{
            position: absolute;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border:3px solid #000;
            top: 55px;
            right: 15px;
            cursor: pointer;
        }
        main .dtlBox .txt .close span{
            position: absolute;
            width: 22px;
            height: 3px;
            background: #000;
            border-radius: 3px;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%) rotate(45deg);
        }
        main .dtlBox .txt .close span:last-child{
            transform: translate(-50%,-50%) rotate(-45deg);
        }
        

        @media(max-width:1600px){
            main .heading{
                padding-top: 80px;
                padding-bottom: 140px;
            }
            main .heading .ttl{
                padding-left: 30px;
            }
            main .heading .ttl .cn{
                font-size: 60px;
            }
            main .heading .ttl .eng{
                font-size: 30px;
            }
            main .heading>p{
                font-size: 20px;
            }

            main .swiper .cn, 
            main .list .title .cn{
                font-size: 28px;
                margin-bottom: 10px;
            }
            main .swiper .eng, 
            main .list .title .eng{
                font-size: 17px;
            }
            main .swiper{
                height: 31vw;
                min-height: 400px;
            }
            main .swiper>.lft{
                margin-right: 40px;
            }
            main .swiper>.lft .border{
                width: calc(100% - 50px);
                top: -20px;
            }

            main .list .title>p:last-child{
                font-size: 18px;
                width: 100%;
                padding-right: 30px;
            }
            main .list .item .name,
            main .dtlBox .txt .name{
                font-size: 28px;
            }
            main .list .item .des{
                font-size: 22px;
                /*max-height: 140px;*/
            }
            main .dtlBox .txt .des{
                font-size: 22px;
            }
            main .list a{
                line-height: 60px;
                padding-left: 30px;
                width: 200px;
                font-size: 20px;
                font-weight: bold;
                margin-top: 60px;
            }
            main .list a img{
                right: 20px;
            }
            main .list .item{
                width: calc(100% / 3 - 80px / 3);
                margin-bottom: 40px;
            }
            main .list .title{
                width: calc(25% + 35px);
                margin-bottom: 40px;
            }
            main .list .title .border{
                width: 100%;
                transform: translate(-20px,-15px);
            }
            main .list .item:nth-child(2), 
            main .list .item:nth-child(3){
                width: calc(75% / 2 - 40px);
            }
            main .list .item:nth-child(3n - 1), 
            main .list .item:nth-child(3n) {
                margin-right: 40px;
            }
        }

        @media(max-width:1200px){
            main .heading{
                padding-top: 6.6vw;
                padding-bottom: 11.6vw;
            }
            main .heading .ttl .cn{
                font-size: 50px;
                margin-bottom: 20px;
            }
            main .heading .ttl .eng{
                font-size: 24px;
            }
            main .heading>p{
                padding-left: 25px;
            }

            main .swiper{
                min-height: 360px;
            }
            main .swiper>.lft{
                margin-right: 30px;
            }
            main .swiper>.lft .control .process p{
                margin: 30px 0px;
            }
            main .swiper>.lft .control .nums{
                font-size: 17px;
            }
            main .list .title{
                padding-top: 20px;
            }
            main .list .item{
                padding: 20px 25px;
            }
            main .list .item .name,
            main .dtlBox .txt .name{
                font-size: 24px;
            }
            main .list .item .des{
                font-size: 18px;
                /*max-height: 115px;*/
            }
            main .dtlBox .txt .des{
                font-size: 18px;
            }
            main .list a{
                line-height: 40px;
                padding-left: 20px;
                width: 140px;
                font-size: 16px;
                margin-top: 45px;
            }
            main .list a img{
                right: 15px;
            }
            main .list .item{
                width: calc(100% / 3 - 50px / 3);
            }
            main .list .item:hover::after {
                transform: translate(-12px,-10px);
            }
            main .list .item:nth-child(2), 
            main .list .item:nth-child(3){
                width: calc(75% / 2 - 25px);
            }
            main .list .item:nth-child(3n - 1), 
            main .list .item:nth-child(3n) {
                margin-right: 25px;
            }

            main .dtlBox .txt{
                padding: 45px;
                width: 850px;
                height: 530px;
            }
            main .dtlBox .txt .close{
                top: 45px;
            }
            main .dtlBox .txt .name{
                margin-bottom: 20px;
            }
            
            main .dtlBox .txt .des{
                height: 280px;
                margin-top: 40px;
            }
        }

        @media(max-width:1024px){
            main .heading .ttl{
                padding-left: 0px;
            }
            main .heading .ttl .cn{
                font-size: 42px;
                margin-bottom: 15px;
            }
            main .heading .ttl .eng{
                font-size: 20px;
            }
            main .heading>p{
                font-size: 18px;
            }

            main .swiper>.lft .control .process p{
                margin: 20px 0px;
            }
            main .swiper>.lft .control .nums{
                font-size: 14px;
            }
            main .swiper>.lft .control img{
                width: 12px;
                left: calc(100% + 16px);
            }
            main .swiper>.lft .control .prev{
                right: calc(100% + 16px);
            }

            main .list a{
                padding-left: 10px;
                width: 120px;
                font-size: 14px;
                margin-top: 30px;
            }
            main .list a img {
                right: 10px;
                width: 8px;
            }

            main .dtlBox .txt{
                padding: 35px;
                width: 80%;
                height: initial;
            }
            main .dtlBox .txt .close{
                top: 35px;
                width: 32px;
                height: 32px;
                border-width: 2px;
            }
            main .dtlBox .txt .close span{
                width: 18px;
                height: 2px;
                border-radius: 2px;
            }
            main .dtlBox .txt .des{
                font-size: 14px;
                height: initial;
                max-height: 40vh;
                margin-top: 25px;
            }
        }

        @media(max-width:767px){
            main .heading{
                width: 100%;
                padding: 0px 25px;
                padding-top: 40px;
                padding-bottom: 50px;
                display: block;
            }
            main .heading>p{
                width: 100%;
                font-size: 14px;
                margin-top: 25px;
            }
            main .heading .ttl .cn{
                font-size: 30px;
                margin-bottom: 10px;
            }
            main .heading .ttl .eng{
                font-size: 16px;
            }

            main .swiper .cn, 
            main .list .title .cn{
                font-size: 24px;
            }
            main .swiper .eng, 
            main .list .title .eng{
                font-size: 15px;
            }
            main .swiper{
                display: block;
                height: initial;
                min-height: initial;
            }
            main .swiper>.lft{
                min-width: initial;
                margin-bottom: 30px;
            }
            main .list .title,
            main .swiper>.lft{
                width: 100%;
                margin-right: 0px;
                padding: 30px 35px;
            }
            main .swiper>.lft .border,
            main .list .title .border{
                width: calc(100% - 15px);
                top: -10px;
            }
            main .swiper .recSwp{
                height: 360px;
                width: calc(100% - 70px);
                margin-left: 35px;
            }
            main .swiper .recSwp .swiper-slide{
                width: 100%;
            }
            main .swiper>.lft .control{
                position: absolute;
                left: 20px;
                bottom: -450px;
            }
            main .swiper>.lft .control .process p{
                margin: 15px 0px;
                width: 90px;
            }
            main .swiper>.lft .control img{
                width: 10px;
                left: calc(100% + 8px);
            }
            main .swiper>.lft .control .prev{
                right: calc(100% + 8px);
            }

            main .list{
                padding: 0px;
                padding-bottom: 50px;
            }
            main .list .title .border{
                left: 50%;
                transform: translate(-50%,0px);
            }
            main .list .title>p:last-child{
                margin-top: 15px;
            }
            main .list .title{
                width: 100%;
                margin-top: 30px;
                margin-right: 0px;
            }
            main .list{
                padding-top: 30px;
                display: block;
            }
            main .list a{
                margin:0 auto;
                margin-top: 25px;
            }
            main .list .item{
                width: calc(100% - 70px) !important;
                margin-right: 0px !important;
                margin-left: 35px;
                margin-bottom: 0px;
                margin-top: 30px;
            }
            main .list .item .name,
            main .dtlBox .txt .name{
                font-size: 20px;
            }
            main .list .item .des{
                font-size: 16px;
                /*max-height: 102px;*/
            }
            main .dtlBox .txt .des{
                font-size: 16px;
            }

            main .dtlBox .txt{
                padding: 20px;
            }
            main .dtlBox .txt .close{
                top: 20px;
            }
            main .dtlBox .txt .des{
                padding-right: 10px;
                font-size: 12px;
                margin-top: 15px;
            }
        }