.stock .banner img{
    width: 100%;
}
.stock  .breadcrumb{
    background: transparent;
}
.stock #section1 {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    background:  no-repeat;
    background-size: 100% auto;
    box-shadow: 0px 10px 8px #e3ddcd;

}

.stock #section1 .title:before {
    content: ;
    padding-right: 10px;
}

.stock #section1 img {
    padding: 30px;
    width: 100%;
}

.stock #section1 .view a{
    display: inline-block;
    width: 280px;
    height: 40px;
    border-radius: 6px;
    background: #997545;
    border: none;
    margin-top: 15px;
    line-height: 40px;
}

.stock #section1 .view a,
.stock #section1 .view a:hover,
.stock #section1 .view a:active,
.stock #section1 .view a:focus {
    color: #fff;
}