.mediaDatabaseList .js_list .img-wrap {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 25px;
    box-sizing: border-box;
    cursor: pointer;
}

.mediaDatabaseList .js_list .img-wrap:hover p .txt {
    color: #0a3f89;
}

.mediaDatabaseList .js_list .img-wrap .cover img {
    max-width: 100%;
}

.mediaDatabaseList .js_list .img-wrap p {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.mediaDatabaseList .js_list .img-wrap p .txt {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    flex: 1;
}

.mediaDatabaseList .js_list .img-wrap p .more {
    display: inline-block;
    background-color: #0a3f89;
    color: #fff;
    font-size: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
}

.serveice-swiper-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
}

.serveice-swiper-wrap .view,
.serveice-swiper-wrap .view .swiper-container {
    width: 498px;
    height: 400px;
    margin: 0 auto;
}

.serveice-swiper-wrap img {
    max-width: 100%;
}

.serveice-swiper-wrap .preview {
    position: relative;
}

.serveice-swiper-wrap .preview img {
    padding: 1px;
}

.serveice-swiper-wrap .preview .swiper-slide {
    width: 150px;
    height: 118px;
    margin: 0 5px;
}

.serveice-swiper-wrap .preview .active-nav img {
    padding: 0;
    border: 1px solid #005197;
}

.serveice-swiper-wrap .preview .arrow-left,
.serveice-swiper-wrap .preview .arrow-right {
    display: inline-block;
    font-size: 48px;
    color: #005aab;
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.serveice-swiper-wrap .preview .arrow-left {
    position: absolute;
    left: 0;
    z-index: 10;
}

.serveice-swiper-wrap .preview .arrow-right {
    position: absolute;
    right: 0;
    z-index: 10;
}

.serveice-swiper-wrap .preview .swiper-container {
    width: 100%;
    padding: 0 55px;
    height: 119px;
    box-sizing: border-box;
}

.serveice-swiper-wrap .preview .swiper-container .swiper-wrapper {
    width: 100% !important;
}

.five-power {
    text-align: center;
    overflow: hidden;
    background-image: url('/static/home/img/kfc.jpg');
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 180px;
}

.five-power .title-wrap {
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0;
    color: #32beff;
    text-align: center;
    background: linear-gradient(270deg, #005aab 0, #32beff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: none\0;
    margin-bottom: 25px;
}

.five-power .desc {
    font-size: 16px;
    color: #666666;
    margin-bottom: 120px;
}

.five-power .list-wrap .list-container .item {
    background-color: #005197;
    padding: 50px;
    box-sizing: border-box;
    text-align: left;
}

.five-power .list-wrap .list-container .item .title {
    font-size: 24px;
    color: #fff;
}

.five-power .list-wrap .list-container .item .desc {
    font-size: 12px;
    color: #ffffff;
    margin: 5px 0;
}

.five-power .list-wrap .list-container .item .en-desc {
    font-size: 10px;
    color: #b3b3b3;
}