/*图片展示部分*/
.picture{
    min-width: 1178px;
    width: 100%;
    height:auto;
    position: relative;
}
.picture img{
    min-width: 1178px;
    width: 100%;
    height: auto;
}
.picture .SvideoTop{
    position: absolute;
    width:400px;
    height:132px;
    top:50%;
    left:50%;
    margin-top: 28px;
    margin-left: 110px;
    /*border: 1px solid red;*/
    text-align: center;
    color:#fff;
    font-size: 20px;
}
.picture .SvideoTop h3{
    font-size: 38px;
    margin-bottom: 30px;
}
.picture .SvideoTop p.pTs{
    font-size: 22px;
    margin: 15px 0 8px;
}
@media (min-width: 992px) {
    .Svideo .SvideoTop{
        position: absolute;
        width:432px;
        height:142px;
        top:50%;
        left:50%;
        margin-top: 38px;
        margin-left: 110px;
        /*border: 1px solid red;*/
        text-align: center;
        color:#fff;
        font-size: 16px;
    }
    .picture .SvideoTop h3{
        font-size: 36px;
        margin-bottom: 26px;
    }
    .picture .SvideoTop p{
        font-size: 18px;
        line-height: 18px;
    }
    .picture .SvideoTop p.pTs{
        font-size: 20px;
        margin: 15px 0 8px;
    }
}


/*文字展示部分*/
.descript{
    min-width: 1178px;
    width: 100%;
    height: auto;
    margin-top: 32px;
}
.descript .descriptContent{
    width: 1164px;
    margin: 0 auto;
    /*border: 1px solid red;*/
    font-size: 12px;
    position: relative;
}
@media (min-width: 992px){
    .descript .descriptContent{
        width: 1164px;
        margin: 0 auto;
        /*border: 1px solid red;*/
        font-size: 16px;
        position: relative;
    }
}
.descript .descriptContent p{
    line-height: 30px;
    letter-spacing: 1.5px;
}
.descript .descriptContent .pPicture{
    width: 1060px;
    /*border: 1px solid red;*/
    margin: 74px 0 52px 0;
}
.descript .descriptContent .pPicture p{
    float: right;
    width: 400px;
    margin-top: 42px;
}
.descript .descriptContent .pPicture img{
    width: 400px;
}
.descript .descriptContent .pBodyer{
    margin-top: 74px;
}
.descript .descriptContent .pBodyer p{
    margin-bottom: 16px;
}
.descript .descriptContent .pBodyer ul li{
    width: 372px;
    margin-right: 24px;
    float: left;
}
.descript .descriptContent .pBodyer ul li.liTs{
    margin-right: 0;
}
.descript .descriptContent .pBodyer ul li img{
    width: 372px;
}
.descript .descriptContent .pFooter{
    clear: both;
    margin-bottom:46px;
    padding-top: 32px;
}

/*信息孤岛部分*/
.info{
    min-width: 1178px;
    width: 100%;
    height: 352px;
    background: url("../images/car4s/tu1.jpg") no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
}
.info .infoContent{
    width: 1164px;
    margin: 0 auto;
    padding: 90px 0 60px 0;
}
.info .infoContent h3{
    color: #BA864A;
    font-size: 26px;
    margin-bottom: 65px;
}
.info .infoContent p{
    color:#fff;
    font-size: 12px;
    line-height: 20px;
}
.info .infoContent p.pHeader{
    margin-bottom: 14px;
}
@media (min-width: 992px){
    .info .infoContent h3{
        color: #BA864A;
        font-size: 26px;
        margin-bottom: 65px;
    }
    .info .infoContent p{
        color:#fff;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1.5px;
    }
    .info .infoContent p.pHeader{
        margin-bottom: 14px;
    }
}

/*指标体系部分*/
.norm{
    min-width: 1178px;
    width: 100%;
}
.norm .normContent{
    border-bottom: 2px solid #4D4D4D;
    padding: 38px 0 26px;
    width: 1160px;
    margin: 0 auto;
    /*border: 1px solid red;*/
}
/*.norm .normContent h3{
    color: #D58A53;
    font-size: 24px;
    margin-bottom: 42px;
}*/
.norm .normContent .normTp{
    width: 100%;
    height: 360px;
    margin: 0 auto 62px;
}
.norm .normContent img{
    height: 308px;
}
/*.norm .normContent .pContent{
    !*border: 1px solid green;*!
    height: 368px;
    width: 100%;
}
.norm .normContent .pContent .pContentLeft{
    margin-right: 36px;
    width: 562px;
    float: left;
}
.norm .normContent .pContent .pContentRight{
    width: 562px;
    float: right;
}
.norm .normContent p{
    font-size: 12px;
    line-height: 14px;
}*/
/*@media (min-width: 992px){
    .norm .normContent p{
        font-size: 16px;
        line-height: 24px;
    }
}*/

/*报表科目部分*/
.report{
    clear: both;
    width: 100%;
    min-width: 1178px;
}
.report .reportContent{
    width: 1160px;
    margin: 0px auto;
    /*border: 1px solid red;*/
    font-size: 16px;
    padding: 65px 0 80px;
}
.report .reportContent h3{
    font-size: 24px;
    color:#D58A53;
}
.report .reportContent h3.h3First{
    margin-bottom: 36px;
}
.report .reportContent h3.h3Second{
    margin: 50px 0 68px;
}
.report .reportContent .reportImg{
    width: 100%;
    /*border: 1px solid green;*/
}
.report .reportContent .reportImg img{
    height: 516px;
    margin-bottom: 30px;
}
.report .reportContent p{
    font-size: 12px;
    line-height: 24px;
    color: black;
}
@media (min-width: 992px){
    .report .reportContent p{
        font-size: 16px;
        line-height: 30px;
        color: #666;
    }
}


/*了解产品部分*/
.know{
    min-width: 1178px;
    width: 100%;
    margin-bottom: 100px;
    height: 216px;
    background-image: url("../images/123.jpg");
    background-size: 100% 100%;
}
.know .knowContent{
    padding: 84px 0 90px 0;
    width: 1092px;
    margin: 0 auto;
    /*border: 1px solid red;*/
}
.know .knowContent span.spanLeft{
    margin-right: 25px;
    font-size: 44px;
    display: inline-block;
    color:#fff;
}
.know .knowContent span.spanRight{
    font-size: 26px;
    color:#fff;
}
.know .knowContent a{
    color:#fff;
    font-size: 24px;
    float: right;
    padding: 8px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
}

