@import "base.css";

.products{
    position: relative;
}
.products-show .app-menu,
.products .app-menu{
    background-color: #F0F1EB
}
.products .pic-list{
    overflow: hidden;
    margin-bottom: 80px;
}

.products .pic-list ul{
    list-style: none;
    margin: 0;
    padding: 0 156px;
    display: flex;
    flex-wrap: wrap;
}

.products .pic-list ul li{
    width: 222px;
    padding: 0 31px;
    margin-top: 45px;
}

.products .pic-list ul li a{
    display: block;
}

.products .pic-list ul li a .img img{
    width: 100%;
}

.products .pic-list ul li a .text{
    height: 70px;
    border-bottom: 1px solid #8B939A;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #FCFBF7;
    color: #66727B;
}

.products .pic-list ul li a:hover .text{
    background-color: #66727B;
    color: #FFFFFF;
}

.products-show .app-body{
    text-align: center;
}

.products-show .app-body p{
    margin: 0;
}

.about{
    padding: 100px 200px;
}

.about .a1{
    color: #838383;
    line-height: 1.6;
    position: relative;
    padding: 10px 200px 10px 20px;
    margin-bottom: 20px;
}

.about .a1::before{
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: #662B41;
    content: "";
}

.about .a1::after{
    position: absolute;
    top: 20px;
    right: 140px;
    width: 52px;
    height: 69px;
    background: url(../img/i6.jpg) 0 0 no-repeat;
    content: "";
}

.about .a3{
    color: #838383;
    line-height: 1.6;
    position: relative;
    padding: 10px 100px 10px 20px;
    margin-top: 20px;
}

.about .a3::before{
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: #662B41;
    content: "";
}

.app-body .row2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    position: relative;
}

.app-body .row2::before{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    content: ""
}

.app-body .row2 img{
    padding: 0 40px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.contact{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0 150px;
}

.message{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0 150px;
}