<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .mySwiper{
        width: 100%;
    }

        .footer{
            width: 100%;
            background: rgb(13, 59, 112);
        }
        .center-logo{
            text-align: center;
        }
        .menus{
            display: flex;
            flex-wrap: wrap;
            text-align: center;
            justify-content: center;
            width: 100%;

        }
        .one-navs{
            list-style: none;
            margin: 15px;
        }
        .one-navs:hover{
            color: #FFF;
        }
        .bq{
            text-align: center;
            color: rgba(255, 255, 255, 0.6);
            padding: 10px 0;
        }
        .contact{
            max-width: 360px;
            height: 80px;
            margin: 15px auto;
            text-align: left;
        }
        .contact p{
            color: rgba(255, 255, 255, 0.6);    
            font-size: 14px;
        }

        .cotes{
            height: 100%;
            width: 100%;
            position: relative;
        }
        .tect{
            margin-top: 15%;
            padding-left: 20%;
            position: absolute;
            top: 0;
            color: #FFF;
            text-align: left;
        }
        .h2s-title{
            font-weight: bold;
        }
        @media(max-width:1000px){
            .tect{
                margin-top: 0;
                padding-left: 20%;
                position: absolute;
                
                text-align: left;
            }
        }</pre></body></html>