
.swiper-container{
    width: 100%;
    height: 900px;
}
.swiper1{
    height: 100%;
    background: url(./img/lun1.webp);
    padding-top: 140px;
}
.swiper2{
    height: 100%;
    background: url(./img/lun.webp);
    padding-top: 140px;
}
.swiper-main{
    width: 35%;
    height: 250px;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 auto;
}
.ani .title-span{
    display: block;
    font-size: 39px;
    letter-spacing: 0.3em;
    text-align: center;
    padding: 0.4em;
}
.text-span{
    width: 59%;
    display: block;
    letter-spacing: 0.1em;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    margin: 0 auto;
    font-family: brandon-grot-w01-light,sans-serif;
}
.btn-span{
    width: 160px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid black;
    margin-top: 7px;
}
.btn-span:hover{
    background: rgba(255, 255, 255, 0.8);
    border: none;
}
.btn-span a{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: black;
}
.ani1{
    padding-top: 26px;
}
.ani1 .btn-span{
    margin-top: 15px;
}


.product-main{
    height: 470px;
    /* background-color: red; */
}
.product-content{
    width: 55%;
    height: 100%;
    margin: 0 auto;
    margin-top: 160px;
    margin-bottom: 40px;
}
.product-content h2{
    text-align: center;
    font-size: 28px;
}
.product-content h3{
    width: 116px;
    height: 10px;
    margin: 15px auto;
    background-color: rgb(61,89,117);
}
.product-list{
    /* background-color: green; */
    width: 100%;
    height: 300px;
    display: flex;
}
.list-main{
    display: flex;
    width: 50%;
}
.product-title{
    line-height: 1.1em;
    font-size: 22px;
    letter-spacing: normal;
    color: rgb(61,89,117);
}
.product-title1{
    line-height: 1.1em;
    font-size: 22px;
    letter-spacing: normal;
    color: rgb(61,89,117);
    margin: 0 0 10px 0;
}
.product-text{
    line-height: 1.6em;
    text-align: justify;
    font-size: 15px;
    /* color: rgb(249,238,177); */
    font-family: brandon-grot-w01-light,sans-serif;
    font-weight: 100;
    padding: 20px 0;
    height: 35%;
}
.product-btn{
    width: 149px;
    height: 35px;
    background-color: #C6D4E1;
    margin: 0 auto;
}
.product-btn a{
    width: 100%;
    height: 100%;
    color: #5B86B5;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}   
.product-btn:hover{
    background:rgb(238, 206, 27);
}


.designs{
    height: 451px;
    background-color: rgb(247,247,247);
    padding-top: 40px;
}
.designs h1{
    text-align: center;
    font-size: 33px;
    margin-bottom: 23px;
}
.designs h2{
    text-align: center;
    font-size: 23px;
}
.designs-list{
    width: 50%;
    height: 276px;
    display: flex;
    margin: 0 auto;
    margin-top: 40px;
}
.designs-list div{
    flex: 1;
    background: white;
    margin: 0 20px;
}
.designs-list div p{
    height: calc(100% - 100px);
    line-height: 20px;
    padding: 0 15px;
    text-align: justify;
    font-size: 15px;
    font-family: brandon-grot-w01-light,sans-serif;
    font-weight: 100;
}

.about{
    height: 600px;
    /* background-color: red; */
    padding: 80px 0;
    padding-bottom: 0;
}
.about-main{
    position: relative;
    height: calc(100% - 70px);
    overflow: hidden;
}
.bj-scrool{
    background: url(./img/bj.webp) no-repeat;
    width: 100%;
    height: 1200px;
    background-size: 77% 100%;
    background-position: right;
    will-change: transform;
    transform: translate3d(0px,  -225px, 0px);
}
.bj-scrool:active {
    transform: translate3d(0px, -532px, 0px);
 }
.about-left{    
    width: 52%;
    height: 530px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}
.about-left h2{
    text-align: left;
    font-size: 28px;
}
.about-left h3{
    width: 116px;
    height: 10px;
    margin: 15px 0;
    background-color: rgb(61,89,117);
}
.about-left div{
    width: 50%;
    height: 100%;
}
.about-left div p{
    padding-right:20px;
    line-height: 1.7em;
    text-align: justify;
    font-size: 17px;
}
.about-left div h1{
    font-size: 23px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.img-main{
    width: 100%!important;
    height: auto!important;
    text-align: center!important;
}
.img-main img{
    width: 78px;
    height: 78px;
}

.img-all{
    width: 50%;
    margin: 0 auto;
    display: flex;
    padding: 20px 0;
    height: 200px;
    /* background: red; */
}
.img-all h1{
    font-size: 16px;
    padding: 20px 0;
}
.f-title{
    font-size: 16px;
    padding: 20px 0;
}
.f-title span{
    width: 270px;
    display: inline-block;
    height: 2px;
    background: black;
    vertical-align: middle;
}
.img-allList{

}
.img-allList img{
    width: 60px;
    vertical-align: middle;
}


