.banner {
    width: 100%;
}
.banner img {
    width: 100%;
}
.quotation .quotation-title {
    height: 14rem;
    text-align: center;
    padding-top: 3rem;
}
.quotation .quotation-title img {
    width: 63%;
}
.quotation  .quotation-btns{
    width: 100%;
    text-align: center;
}
.quotation  .quotation-btns .btns {
    background: #EEF7FF;
    border-radius: 25px;
    width: 23%;
    margin: 0 auto;
}
.quotation  .quotation-btns span{
    display: inline-block;
    width: 5.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: 0.8rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #005197;
    cursor: pointer;
    background-color: #EEF7FF;
    align-items: center;
    border-radius: 25px;
}
.quotation  .quotation-btns span img {
    margin-bottom: 6%;
    width: 20%;
}
.quotation  .quotation-btns  .active{
    background: #005197;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
}
.quotation .quotation-imgs {
    width: 67%;
    margin: 5rem auto;
}
.quotation .quotation-imgs div {
    height: 30rem;
}
.quotation .quotation-imgs img {
    width: 100%;
}