<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ä¸»ä½“æ&nbsp;·å¼ */
.main-bannerImg{
    box-sizing: border-box;
    width: 100%;
    height: 500px;
    /*background: url("../images/banner01.jpg") center no-repeat;*/
    background-size: cover;
}
.main-bannerImg1{
    box-sizing: border-box;
    width: 100%;
    height: 500px;
    background: url("../images/1.png") center no-repeat;
}
.main-bannerImg2{
    box-sizing: border-box;
    width: 100%;
    height: 500px;
    background: url("../images/2.png") center no-repeat;

}
.main-content-top-box{
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    padding-top: 50px;
    margin: 0 auto;
}

.main-content-bottom-box{
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    padding: 50px 0;
    margin: 0 auto;
}
.main-content-top-box-con{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /* border: 1px solid red; */
}
.main-content-top-box-con-title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    text-align: center;
}
.dashed-style{
    width: 100%;
    height: 12px;
    color: #0b6b0b;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.dashedline{
    width: 43%;
    border-bottom: 1px dashed #0b6b0b;
}
.four-picture-box-one{
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.four-picture-box{
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
}
.four-picture-box-oneimg{
    position: relative;
    box-sizing: border-box;
    width: 250px;
    height: 333px;
}
.four-picture-box-oneimg:hover p{
    display: block;
}
.four-picture-box-txt{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.four-picture-box-txt h3{
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}
.four-picture-box-txt p{
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    height: 100%;
    display: none;
    padding: 0 20px;
}
.swiper-container {
    width: 1200px;
    height: 260px;
}
.swiper-slide-a{
    text-decoration: none;
    color: #46484a;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 13px;
}</pre></body></html>