@charset "utf-8";
/* Css Document */

/* 通用部分 */
body{
    background: #f5f5f5;
}
/* 主要内容盒子 */
.bsls{
    width: 1200px;
    margin: 0 auto;
}
/* 大标题 */
.same-title{
    margin-bottom: 20px;
}
.same-title-top{
    height: 100px;
    line-height: 100px;
    font-size: 42px;
    font-weight: bold;
    color: #000;
}
/* 二级标题 */
.second-title h2{
    height: 106px;
    line-height: 106px;
    font-size: 32px;
    font-weight: bold;
    color: #000;
}
/* 三级标题 */
.third-title h3{
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
/* 相同结构盒子 */
.same-box{
    margin-bottom: 30px;
}
.same-box p{
    line-height: 30px;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.same-image{
    float: right;
    width: 41.58%;
}
.same-image img{
    display: block;
    width: 100%;
}
.same-text{
    float: left;
    width: 55%;
}
.same-left-img{
    float: left;
}
.same-right-text{
    float: right;
}

/* banner */
.banner{
    width: 1400px;
    height: auto;
    margin: 0 auto 30px;
}
.banner img{
    width: 100%;
    height: auto;
}

/* 内涵 */
.bsls-nh{
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 22px;
}

/* 椭圆形标识的含义 */
.hy-box p{
    line-height: 30px;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

/* 品牌力量 */
.ppll-box{
    margin-bottom: 0;
}
.ppll-box .same-image:after{
    content: "A 1989 丰田Celsior轿车";
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #000;
}

/* 历史 */
.bsls-ls{
    margin-bottom: 60px;
}

/* 早期标识 */
.zqbs-box{
    padding-top: 7px;
}
.zqbs-list{
    width: 48%;
}
.zqbs-list:first-child{
    float: left;
}
.zqbs-list:last-child{
    float: right;
}
.zqbs-img{
    float: left;
    width: 26%;
}
.zqbs-img img{
    display: block;
    width: 100%;
    height: auto;
}
.zqbs-text{
    float: right;
    width: 69%;
}
.zqbs-text p{
    line-height: 28px;
    font-size: 16px;
    color: #000;
}

@media screen and (max-width:1440px){
    .banner{
        width: 100%;
    }
}
