@charset "UTF-8";

.about_swiper_banner_text{
    position: absolute;
    top: 50%;
    left: 10%;
    color: #FFFFFF;
    transform:translateY(-50%);
}
.about_swiper_banner_text .f1{
    display:block;
    font-weight: bold;
    font-size: 65px;
    text-shadow: 21px 11px 64px rgba(111,79,68,0.48);
}
.about_swiper_banner_text .f2{
    display:block;
    font-size: 26px;
    text-shadow: 7px 4px 40px rgba(111,79,68,0.53);
}
.about-contain{
    width:90%;
    margin: 0 auto;
}

.about-item1_bd{
    padding:100px 0 ;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-item1_left{
    width:60%;
    padding-right:60px;
}
.about-item1_left .f1{
   font-size: 48px;
   color: #0A0A0A;
}
.about-item1_left .f2{
   font-size: 30px;
   color: #DFB599;
   padding-top:5px;
   padding-bottom:25px;
}
.about-item1_left .f3{
    font-size: 22px;
    color: #000000;
    line-height:1.8;
}
.about-item1_left .f4{
    padding-top:60px;
    font-size: 22px;
    color: #000000;
    line-height:1.8;
}
.about-item1_right{
    width:40%;
}

.about-item2{
    width: 100% !important;
}
.about-item2_bd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.about-item2_contain{
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:90%;
    padding:50px 0 ;
}
.about-item2_left{
    width:60%;
    padding-right:60px;
}
.about-item2_right{
    width:50%;
}
.about-item2_right .f1{
   font-size: 32px;
   color: #D9AA8F ;
}
.about-item2_right .f2{
    font-size: 22px;
    color: #000;
    padding-top:20px;
    padding-bottom:25px;
    line-height:1.8;
}
.about-item2_right .f3{
    color: #D9AA8F;
}
.about-item2_right .f4{
    padding-top:60px;
    font-size: 22px;
    color: #000000;
    line-height:1.8;
}

.about-item3_bd{
    padding-top:100px ;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-item3_left{
    width:60%;
    padding-right:60px;
}
.about-item3_left .f1{
    font-size: 30px;
    color: #DFB599;
}
.about-item3_left .f2{
    font-size: 22px;
    padding-top:35px;
    line-height:1.8;
   color: #0A0A0A;
}
.about-item3_right{
    width:40%;
}
