<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.swiper-container .swiper-pagination {
    position: absolute;
    bottom: 20px;
    z-index: 20;
    left:0;
    right: 0;
    width:720px;
    margin:auto;
    text-align: center;
}

.swiper-container .swiper-pagination&gt;span.swiper-pagination-bullet{
    cursor: pointer;
    height: 6px;
    width: 6px;
    background-color: rgba(255,255,255,0);
    margin: 0 8px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0 0 4px rgba(255,255,255,0);
}
.swiper-container .swiper-pagination&gt;span.swiper-pagination-bullet-active {
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0 0 4px rgba(255,255,255,.3);
}



.section1{
    padding-top: 90px;
    background: url(/static/www/default/p/site5/img/img_2.jpg) center center/cover no-repeat;
    height: 580px;
}
.section1 .section-layer{
    width: 570px;
    position: absolute;
    right: 7%;
}
.section1 h2{
    font-size: 45px;
    letter-spacing: 4px;
    color: #740306;
    margin-bottom: 30px;
}
.section1 hr{
    margin: 22px 0 45px;
    height: 3px;
    background-color: #333333;
}
.s2-wrap1 p{
    line-height: 1.7;
    text-align: justify;
    letter-spacing: 2px;
    margin: 0 5px 35px;
}

.section.section2{
    background: url(/static/www/default/p/site5/img/img_3.jpg) center center/cover no-repeat;
}
.section2 li{
    width: 386px;
    border-radius:2px;
    overflow: hidden;
    position: relative;
    float: left;
}
.section2 li+li{
    margin-left: 21px;
}
.section2 .cell-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.8);
}
.section2 .cell-bottom p{
    font-size: 28px;
}
.section2 .cell-bottom .i-ellipsis{
    margin-top: 10px;
    line-height: 26px;
    height: 52px;
}

.section.section3{
    background: url(/static/www/default/p/site5/img/img_10.jpg) center center/cover no-repeat;
    position: relative;
    padding: 80px 0 60px;
}
.section3:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    opacity: 0.9;
}
.section3 .content{
    position: relative;
    z-index: 100;
}
.section3 li{
    width: 29%;
    float: left;
    padding:0 2.165%;
    text-align: center;
}
.section3 li&gt;a{
    position: relative;
    display: block;
    transition: top 0.2s;
    top: 0;
}
.section3 li:hover a{
    top: -16px;
}
.section3 li h3{
    font-size: 30px;
    color: #740306;
}
.s3-text1{
    margin-top: 16px;
    line-height: 1.8;
}
.section3 li img{
    width: 260px;
    margin: 0 auto;
}
.s3-text2{
    vertical-align: bottom;
    margin: 14px 0 13px;
}
.s3-text2 b{
    font-size: 28px;
    color: #740306;
}
.s3-text3{
    text-decoration: underline;
    color: #740306;
}
body .footer{
    margin-top: 0;
}</pre></body></html>