.navigation {
    width: 1200px;
    line-height: 64px;
    margin: auto;
}

.navigation a {
    line-height: 64px;
    font-size: 1em;
    color: #333;
    text-align: left;
}

.main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.cjfw-tabs {
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
}

.cjfw-tabs li {
    width: 33.3%;
    height: 80px;
    background-color: #edeef2;
}

.cjfw-tabs li a {
    display: block;
    line-height: 80px;
    font-size: 32px;
    text-align: center;
}

.cjfw-tabs .active {
    background-color: #005ca7;
}

.cjfw-tabs .active a {
    color: #fff;
}

.cjfw-container {
    width: 1200px;
    height: 580px;
    margin-top: 20px;
}

.person-container,
.company-container {
    width: 100%;
    height: 100%;
}

.zwykb {
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 36px;
    padding: 10px;
    margin: 0 auto;
    font-size: 22px;
    color: #0662b1;
    border-radius: 30px;
    z-index: 2;
}

.zwykb:hover {
    color: #0662b1;
    text-decoration: underline;
}

.pl {
    position: absolute;
    width: 55%;
    top: 25%;
    left: 5%;
}

.c-tit {
    display: block;
    font-weight: 800;
    font-size: 38px;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    color: #0662b1;
    opacity: 0;
    transition: .2s ease .4s;
}

.person-container .swiper-slide-active .c-tit,
.company-container .swiper-slide-active .c-tit {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.6s;
}

.person-container .pl .item,
.company-container .pl .item {
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .6s;
}

.person-container .swiper-slide-active .pl .item,
.company-container .swiper-slide-active .pl .item {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.6s;
}

.pl .item li {
    margin-right: 30px;
}

.pl .item a {
    display: block;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
    background-color: #005ca7;
    border-radius: 50px;
    margin-top: 20px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.pl .item a:hover {
    text-decoration: underline;
}

/* 服务场景分页样式START */
.cjfw-container .swiper-pagination {
    width: 90% !important;
    left: 5% !important;
    top: 13% !important;
    height: 50px;
    display: flex;
    justify-content: center;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
    background: url(cjgw-pagination-bg.png) bottom repeat-x;
}

.cjfw-container .swiper-pagination-bullet {
    width: 200px;
    height: 25px;
    text-align: center;
    opacity: 1;
    background-color: #8393ac;
    color: #fff;
    margin: 0 15px !important;
    position: relative;
    border-radius: 20px;
    padding: 5px;
    cursor: pointer;
}

.cjfw-container .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 44px;
    left: calc(50% - 5px);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(1);
    transition: .2s;
    border: 2px solid #fff;
}

.cjfw-container .swiper-pagination-bullet i {
    width: 0;
    height: 0;
    position: absolute;
    top: 35px;
    left: calc(50% - 8px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #8393ac;
}

.cjfw-container .swiper-pagination-bullet-active {
    background-color: #0650b9;
    font-weight: bold;
}

.cjfw-container .swiper-pagination-bullet-active i {
    border-top: 10px solid #0650b9;
}

.cjfw-container .swiper-pagination-bullet-active::before {
    background-color: #0650b9;
}

.cjfw-container .swiper-button-next:after,
.cjfw-container .swiper-button-prev:after {
    font-size: 26px;
    font-weight: bold;
}

.cjfw-container .swiper-button-next,
.cjfw-container .swiper-button-prev {
    top: 16%;
}

.ban {
    width: 100%;
    height: 100px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ban2 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.ban2 a img {
    width: 380px;
    height: 100px;
    object-fit: cover;
}

.special {
    margin-top: 30px;
}

.special .tit {
    line-height: 30px;
    background: url(f_zwgk_gkml.png) no-repeat;
    font-size: 24px;
    font-weight: bold;
    color: #0650b9;
    text-align: center;
}

.special-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.special-list a {
    width: 200px;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    margin: 20px 10px 0;
    font-size: 18px;
    background-color: #edf2f9;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.special-list a:hover {
    background-color: #0650b9;
    color: #fff;
}

/* 服务场景分页样式END */

.video-list {
    width: 100%;
    margin: 30px auto;
}

.video-list .tit {
    width: 100%;
    line-height: 30px;
    background: url(f_zwgk_gkml.png) no-repeat;
}

.video-list .tit a {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #0650b9;
    text-align: center;
}

.video-container {
    margin-top: 20px;
}

.video-container a img {
    display: block;
    width: 285px;
    height: 210px;
}

.video-container a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 265px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.person-container .swiper-pagination-bullet:nth-child(4) {
    width: 500px;
}

.person-container .swiper-pagination-bullet:last-child {
    width: 300px;
}

.company-container .swiper-pagination-bullet:nth-child(2) {
    width: 300px;
}