.head {
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow:0px 3px 4px #bdbdbd;
    -moz-box-shadow:0px 3px 4px #bdbdbd;
    box-shadow:0px 3px 4px #bdbdbd;
    /* background-color: #009057; */
}

.img {
   width: 56px;
   height: 75px;
   /* background-color: aqua; */
}
.img img {
    width: 100%;
    height: 100%;
}
.head .head-js{
    width: calc(100% - 56px);
    height: 75px;
    background-color: #009057;
}
/* .head .head-js .js-box{

} */
.head .head-js .js-box .box-l{
    color: #fff;
    text-align: center;
    margin-top: 19px;
    margin-left: 50px;
}
.head .head-js .js-box .box-l .box-l-title-c{
    font-size: 16px;
}
.head .head-js .js-box .box-l .box-l-title-e{
    /* font-size: 8px; */
    transform: scale(0.9);
    margin-left: -6px;
}
.head .head-js .js-box .box-r{
    color: #fff;
    font-size: 13px;
    margin-top: 46px;
    margin-right: 80px;
}
