<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.idx-block01 {
    margin-top: 40px;
}
.idx-block01 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.owl-theme .owl-dots .owl-dot span {
    background: #C0C0C0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #404040;
}
.au-text {
    max-width: 585px;
    margin-right: 65px;
}
.au-pic {
    width: calc(100% - 650px);
    text-align: right;
}
.main-title {
    font-size: 30px;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}
.main-title::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: calc(50% - 50px);
    width: 100px;
    height: 2px;
    background: #007457;
}
.more-btn {
    position: relative;
    border: 1px solid #007457;
    max-width: 100px;
    margin: 50px auto 0 auto;
}
.more-btn span {
    position: relative;
    width: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
.more-btn::before {
    position: absolute;
    content: '';
    background: #007457;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
}
.more-btn:hover::before {
    width: 100%;
}
.more-btn a {
    font-size: 15px;
    color: #007457;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.more-btn:hover a {
    color: #FFF;
}
.idx-bg-block {
    background: url('../images/index/index11.png') center no-repeat;
}
.idx-block02 {
    margin-top: 150px;
}
.idx-block02 .wrap {
    max-width: 1270px;
    padding: 0 30px;
}
.owl-pro .item { 
    width: 100%;
}
.owl-pro .fix-pic { 
    position: relative;
    padding-top: 130%;
    background: #FFF;
}
.owl-pro .fix-pic a { 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    overflow: hidden;
}
.owl-pro .fix-pic img { 
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.owl-pro .item:hover img {
    opacity: 0.5;
}
.owl-pro.owl-theme .owl-nav { 
    margin-top: 0px; 
    position: absolute; 
    top: 40%; 
    width: 100%; 
}
.owl-pro.owl-theme .owl-nav [class*=owl-] { 
    margin: 0px; 
    padding: 0px; 
    position: absolute; 
    width: 39px;
    padding-top: 50px;
    background: transparent; 
    overflow: hidden; 
}
.owl-pro.owl-theme .owl-nav .owl-prev::before { 
    content: url(../images/index/idx-arrow.png);
    position: absolute;
    top: 0px;
    left: 0;
}
.owl-pro.owl-theme .owl-nav .owl-next::before { 
    content: url(../images/index/idx-arrow.png);
    position: absolute;
    top: 0px;
    left: 0;
    transform: rotate(180deg);
}
.owl-pro.owl-theme .owl-nav .owl-prev:hover::before {
    opacity: 0.7;
    background: transparent !important;
}
.owl-pro.owl-theme .owl-nav .owl-next:hover::before {
    opacity: 0.7;
    background: transparent !important;
}
.owl-pro.owl-theme .owl-nav [class*=owl-]:hover { 
    background-color: transparent; 
}
.owl-pro.owl-theme .owl-nav .owl-prev { 
    left: -35px;
    top: 12px;
}
.owl-pro.owl-theme .owl-nav .owl-next::before {
    left: 0;
}
.owl-pro.owl-theme .owl-nav .owl-next { 
    right: -45px;
    top: 12px;
}
.owl-pro.owl-theme .owl-nav .owl-prev::before { 
    right: 0; 
}

.idx-block03 {
    margin-top: 150px;
}
.idx-pro-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.pro-list-top, .pro-list-bottom {
    display: flex;
    width: 100%;
}
.pro-list-bottom &gt; div, .pro-list-top &gt; div {
    margin: 5px;
    background: #FFF;
}
.pro-list-bottom &gt; div img, .pro-list-top &gt; div img {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.pro-list-single {
    width: calc(100%/3 - 5px);
}
.pro-list-double {
    width: calc(67% - 5px);
}
.pro-list-single .fix-pic { 
    position: relative;
    padding-top: 67%;
}
.pro-list-single .fix-pic a { 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    overflow: hidden;
    cursor: auto;
}
.pro-list-single .fix-pic img { 
    width: auto !important;
    height: auto !important;
    max-width: inherit !important;
    max-height: inherit !important;
}
.pro-list-double .fix-pic {
    position: relative;
    padding-top: 33%;
}
.pro-list-double .fix-pic a { 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    overflow: hidden;
    cursor: auto;
}
.pro-list-double .fix-pic img { 
    width: auto !important;
    height: auto !important;
    max-width: inherit !important;
    max-height: inherit !important;
}
.pro-list-single:hover img, .pro-list-double:hover img {
    opacity: 0.5;
}


@media all and (max-width: 1024px) { 
    .idx-block01 .wrap {
        align-items: center;
        flex-direction: column;
    }
    .au-text {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .au-pic {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .pro-list-top, .pro-list-bottom {
        flex-wrap: wrap;
    }
    .pro-list-double, .pro-list-single {
        width: calc(100%/2 - 10px);
    }
    .pro-list-double .fix-pic {
        position: relative;
        padding-top: 67%;
    }
}

@media only screen and (max-width: 768px) {
    .pro-list-bottom &gt; div, .pro-list-top &gt; div {
        margin: 5px 0;
    }
    .pro-list-double, .pro-list-single {
        width: 100%;
    }
}
</pre></body></html>