/* 轮播内容 */
.banner{
    width: 100%;
    height: 400px;
}
.banner-con{
    width: 1200px;
    margin: auto;
    padding: 76px 0 68px;
    box-sizing: border-box;
    color: #fff;
}
.banner-con .title h2{
    line-height: 48px;
    font-size: 40px;
}
.banner-con .title p{
    line-height: 30px;
    font-size: 24px;
}
.banner-con .info{
    font-size: 16px;
    line-height: 28px;
    margin: 22px 0 16px;
}
.banner-con>p{
    font-size: 20px;
    line-height: 30px;
}
.banner-con>p>a{
    line-height: 22px;
    color: #fff;
}