.about{
    width: 100%;
    min-width: 960px;
}
.about .title{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 420px;
}
.about .title>img{
    width: 1920px;
    height: 420px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
.about .con {
    display: block;
    width: 37%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -39%;
}
.about .con h2 {
    font-size: 32px;
    color: #fff;
    line-height: 52px;
}
.about .con .font {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
}
.about .center{
    min-width: 960px;
    text-align: center;
}
.about .center img{
    width: 960px;
}
