@charset "utf-8";
/*关于我们*/

.aboutus{
    background: url(../image/aboutBg.png) fixed no-repeat top;
    background-size: 100% auto;
}


.aboutContainer{
    width:63.5%;position: absolute;height:39%;
    left:18%;top:36.8%;
}
.about1{
    width:10%;position: absolute;left:0;top:0;
}
.about2{
    width:23.3%;position: absolute;right:0;top:15%;
}

.aboutWrapper{
    width:57.3%;position: absolute;left:11%;top:44%;
    font-size: 14px;color:#757575;line-height: 28px;padding-bottom:50px;
    border-bottom:1px solid #7b7b7b;
}
.aboutMore{
    display:block;position: absolute;text-align: center;left:0;background-color: #7b7b7b;color:#fff;
    line-height: 40px;width:230px;font-size: 18px;bottom:-40px;
}
.aboutMore:hover{
    color:#8d4549;
}

@media screen and (min-device-width:1024px) and (max-device-width:1290px){  /*.6*/
    .aboutWrapper{
        font-size: 12px;color:#757575;line-height: 24px;padding-bottom:30px;
    }
    .aboutMore{
        line-height: 28px;width:140px;font-size: 12px;bottom:-28px;
    }
}
@media screen and (min-device-width:1290px) and (max-device-width:1580px){  /*.75*/
    .aboutWrapper{
        font-size: 13px;color:#757575;line-height: 24px;padding-bottom:40px;
    }
    .aboutMore{
        line-height: 30px;width:170px;font-size: 14px;bottom:-30px;
    }
}
@media screen and (min-device-width:1580px) and (max-device-width:1680px){  /*.85*/
    .aboutWrapper{
        font-size: 14px;color:#757575;line-height: 26px;padding-bottom:43px;
    }
    .aboutMore{
        line-height: 35px;width:200px;font-size: 15px;bottom:-35px;
    }
}