.fwly_content {
    padding-bottom: 142px;
}

.we_service {
    text-align: center;
    margin: 96px 0;
}

.we_service h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    color: #373737;
}

.we_service p {
    font-size: 16px;
    line-height: 16px;
    color: #9E9E9E;
    margin-top: 26px;
}

.service_tabs .tabs_item {
    position: relative;
    width: 420px;
    margin-right: 30px;
    cursor: pointer;
    padding-bottom: 19px;
    border-bottom: 1px solid #D8D8D8;
}

.service_tabs .tabs_item:hover p, .service_tabs .tabs_item.active p {
    color: #006FC0 !important;
}

.service_tabs .tabs_item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 0%;
    height: 1px;
    background-color: #006FC0;
    transition: all .36s;
}

.service_tabs .tabs_item:hover::after, .service_tabs .tabs_item.active::after {
    width: 100%;
}

.service_tabs .tabs_item:last-child {
    margin-right: 0;
}

.service_tabs .tabs_item p {
    transition: all .36s ease;
}

.service_tabs .tabs_item .tit {
    font-size: 20px;
    line-height: 20px;
    color: #373737;
}

.service_tabs .tabs_item .desc {
    font-size: 13px;
    line-height: 13px;
    color: #9E9E9E;
    margin-top: 11px;
}

.service_shows {
    margin: 86px 0 0 0;
}

.service_shows .shows {
    display: none;
}

.service_shows .shows1 {
    display: block;
}

.service_shows .item {
    position: relative;
    width: 218px;
    height: 688px;
    overflow: hidden;
    cursor: pointer;
    transition: all .36s ease;
}

.service_shows .item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 377px;
    /* background-color: rgba(0, 0, 0, .4); */
    background: linear-gradient(0, #373737 0, rgba(255, 255, 255, 0) 100%);
    z-index: 5;
}

.service_shows .item.active {
    width: 666px;
}

.service_shows .item img {
    width: 666px;
    height: 688px;
}

.service_shows .item .show_item_txt {
    position: absolute;
    left: 30px;
    bottom: 68px;
    z-index: 6;
}

.service_shows .item .show_item_txt strong {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.service_shows .item .show_item_txt p {
    display: none;
    max-width: 80%;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    margin-top: 28px;
}

.service_shows .item.active .show_item_txt p {
    display: block;
}