.miniback {
    width: 100%;
    height: 200px;
    background: #aaa;
    background-size: cover;
    background-position: center;
}

#logo {
    max-width: 65px;
    max-height: 60px;
}

.cp {
    cursor: pointer;
}

.minititle {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    height: 70px;
    max-height: 70px;
    overflow: hidden;
}

.showmore {
    width: 100%;
    height: 200px;
    padding-top: 85px;
    padding-left: calc(50% - 50px);
    font-weight: 600;
}

.section {
    padding-bottom: 0px!important;
}

.detail {
    min-height: 90vh;
    margin-top: 100px;
    padding-bottom: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.minibackv2 {
    background: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 145px;
}

.contacts {
    padding-bottom: 75px;
}