@charset "UTF-8";









.about{
    width: 1200px;
    margin:auto;
    padding-top: 50px;
    padding-bottom: 55px;
}
.about .title{
    margin-bottom: 65px;
    text-align: center;
}
.about .title h2{
    margin-bottom: 10px;
    color: #b3936c;
    font-size: 22px;
}
.about .title p{
    color: #ccc;
    font-size: 14px;
}
.about .introduce{
    margin-bottom: 50px;
}
.about .introduce:after{
    content: '';
    display: block;
    clear: both;
}
.about .introduce .left{
    float: left;
    width: 47%;
}
.about .introduce .left h3{
    margin-bottom: 15px;
    color: #333;
    font-size: 24px;
}
.about .introduce .left div{
    margin-bottom: 15px;
    color: #ccc;
    font-size: 14px;
}
.about .introduce .left p{
    color: #4c4c4c;
    font-size: 14px;
    text-align: justify;
    line-height:25px;
}
.about .introduce .right{
    float: right;
    width: 50%;
    overflow: hidden;
}
.about .introduce .right img{
    transition: .3s;
}
.about .introduce .right:hover img{
    transform: scale(1.1);
}
.about .one{
    margin-bottom: 50px;
    padding-bottom: 25px;
}
.about .border{
    border-bottom: 1px solid #e5e5e5;
}
.about .one h3{
    margin-bottom: 15px;
    color: #333;
    font-size: 24px;
}
.about .one div{
    margin-bottom: 20px;
    color: #ccc;
    font-size: 14px;
}
.about .one p{
    margin-bottom: 15px;
    color: #4c4c4c;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
}






