.contents {}

.back {
    width: 100%;
    height: 500px;
}

.back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title2 {
    font-size: 33px;
}

.button-s {
    background: #268bff;
    color: #fff;
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #268bff;
    border-radius: 4px;
}

.button-n {
    border: 1px solid #268bff;
    color: #268bff;
    line-height: 50px;
    text-align: center;
    width: 165px;
    height: 50px;
    border-radius: 4px;
}

.titles {
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 36px;
}

.manage li {
    width: 384px;
    line-height: 2;
    position: relative;
    padding-left: 10px;
}

.manage li::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 12px;
    background-color: #268bff;
    border-radius: 2px;
}

.lefts {
    width: 380px;
    height: 540px;
}

.lefts-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
}

.lefts img {
    width: 100%;
    height: 100%;
}

.rights {
    width: 800px;
    height: 540px;
    background-color: #fff;
}

.rights img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-item {
    background: rgba(255, 255, 255, .59);
    width: 380px;
    height: 80px;
    margin-bottom: 4px;
    line-height: 80px;
    padding-left: 30px;
    cursor: pointer;
}

.tabs {
    box-shadow: 0px 5px 8px rgba(0, 0, 0, .1);
}

.tabs .lis {
    /* padding: 0 30px; */
    line-height: 1.5;
    font-size: 14px;
    width: 84%;
    padding-left: 8px;
    position: relative;
    color: #333;
}

.tabs .lis::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 4px;
    height: 12px;
    background-color: #268bff;
    border-radius: 2px;
}

.tab-active {
    height: 166px !important;
}

.tab-active span {
    color: #268bff !important;
}

.tab-active .none {
    display: block !important;
}

.tab-active .show {
    display: none !important;
}

.tabs .show {
    display: block;
}

.tabs .none {
    display: none;
}

.funeng {
    background-color: #fafafa;
    width: 510px;
    height: 188px;
    padding: 0 30px;
    border-radius: 6px;
    margin-bottom: 25px;
}

.funeng img {
    margin-right: 30px;
}

.imgs {
    width: 180px;
    height: 180px;
    margin-right: 20px;
}

.imgs:last-child {
    margin: 0;
}

.imgs img {
    width: 100%;
    height: 100%;
}

.l-imgs {
    width: 127px;
    height: 120px;
    margin-right: 20px;
}

.l-imgs img {
    width: 100%;
    height: 100%;
}

.l-imgs p {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
}

@media (min-width: 320px) and (max-width: 1200px) {
    .back {
        width: 1180px;
    }
    .w100 {
        width: 1180px !important;
    }
}