.zs-banner-yingxiao{
    background: url(../img/img-banner-yingxiao.jpg) no-repeat center top;
    width: 100%;
    height: 720px;
    text-align: center;
}
.zs-banner-yingxiao .title{
    font-size: 72px;
    font-weight: 700;
    color: #FF6600;
    padding-top: 270px;
}
.zs-banner-yingxiao .subtitle{
    font-size: 28px;
    margin-top: 30px;
    color: #FFFFFF;
}
.zs-banner-yingxiao .desc{
    font-size: 24px;
    margin-top: 20px;
    color: #999999;
}
.zs-banner-yingxiao .line{
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
}

/*自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.zs-banner-yingxiao{
     height: 37.5vw;
}
 .zs-banner-yingxiao .title{
     font-size: 3.75vw;
     padding-top: 14.0625vw;
}
 .zs-banner-yingxiao .subtitle{
     font-size: 1.458333vw;
     margin-top: 1.5625vw;
}
 .zs-banner-yingxiao .desc{
     font-size: 1.25vw;
     margin-top: 1.041667vw;
}
 .zs-banner-yingxiao .line{
     margin: 0.78125vw auto;
     width: 2.083333vw;
     height: 0.208333vw;
}
}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-banner-yingxiao {
    background-size: auto 100%;
    height: 260px;
}
.zs-banner-yingxiao .title {
    font-size: 26px;
    padding-top: 50px;
}
.zs-banner-yingxiao .subtitle {
    font-size: 18px;
    margin-top: 10px;
    color: #FFFFFF;
}
.zs-banner-yingxiao .desc {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 4%;
}

}