/*领域服务页面*/
.container {
    width: 1280px;
    margin: 0 auto;
}

.container.bgfff {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.center-introduce-text p {
    text-indent: 28px;
}

.ffsv-side-wrap, .ffsv-content {
    min-height: unset;
}

.field-service-wrap > .container {
    padding: 0 18px 5px;
    box-sizing: border-box;
}

.ffsv-side-wrap {
    width: 240px;
    min-height: 1400px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 2px rgba(121, 121, 121, 0.07);
    border-radius: 3px;
    padding: 20px 0;
}

.ffsv-title {
    font-size: 16px;
    color: #3864E2;
    line-height: 16px;
    padding-left: 19px;
}

.ffsv-title a {
    color: #333333;
}

.ffsv-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3864E2;
    margin-right: 3px;
}

.ffsv-tip {
    font-size: 12px;
    color: #fe8416;
    padding-left: 19px;
    height: 16px;
    display: flex;
    align-items: center;
}

.ffsv-side-list > li {
    font-size: 16px;
    padding-left: 19px;
    line-height: 34px;
    cursor: pointer;
}

.ffsv-side-list > li:hover {
    background: #f9f9f9;
}

.ffsv-side-list > li.active {
    font-weight: bold;
    color: #3864E2;
}

.ffsv-side-list > li.active a {
    color: #3864E2;
}

.ffsv-side-list > li a {
    display: block;
    color: #333333;
}

.ffsv-content {
    width: 900px;
    min-height: 1400px;
}

.center-introduce-title {
    height: 37px;
    line-height: 37px;
    background-color: #f7f7f7;
    padding: 0 20px;
    color: #3864E2;
    font-weight: 400;
    font-size: 14px;
}

.center-introduce-title span {
    border-bottom: 2px solid #3864E2;
    position: relative;
    line-height: 35px;
    display: inline-block;
}

.center-introduce-title span:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 3px solid #3864E2;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.center-introduce-text {
    line-height: 24px;
    font-size: 14px;
}

.center-introduce-text > p, .center-introduce-text > div {
    margin-top: 20px;
}

.center-introduce-text.english {
    color: #999999;
}

.show-videos-img {
    position: relative;
    width: 851px;
    height: 241px;
    cursor: pointer;
    margin: 35px auto 0;
}

.show-play-icon {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url(../img/zlive-play.png) no-repeat;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.fs-pdf-bar {
    width: 851px;
    height: 64px;
    line-height: 64px;
    color: #3864E2;
    background: #f4f4f4;
    box-sizing: border-box;
    padding: 0 17px;
    margin: 17px auto;
    cursor: pointer;
}

.subCenter-img {
    text-align: center;
}

.subCenter-img img {
    max-width: 90%;
}

.go-subCenter-btn {
    font-size: 14px;
    margin-top: 10px;
}

.go-subCenter-btn a {
    color: #3864E2;
    text-decoration: underline;
}

/*旋转木马*/
.poster-main {
    position: relative;
    width: 942px;
    height: 338px;
    margin: 0 auto;
}

.poster-main a, .poster-main img {
    display: block;
}

.poster-main .poster-list {
    width: 620px;
    height: 338px;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
}

.poster-main .poster-btn {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    z-index: 10;
    cursor: pointer;
}

.poster-main .poster-prev-btn {
    left: 10px;
    background: url(../img/ks-btn-left.png) no-repeat center;
    background-size: 100% 100%;
}

.poster-main .poster-next-btn {
    right: 32px;
    background: url(../img/ks-btn-right.png) no-repeat center;
    background-size: 100% 100%;
}

.poster-main .poster-btn:hover {
    opacity: .8;
}
