a {
    color: #000;
}

.clear {
    clear: both;
}

.zwfw {
    width: 1170px;
    height: auto;
    margin: 30px auto 0;
}

.ykb-tit {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ccc;
}

.ykb-tit img {
    height: 48px;
    float: left;
    border-bottom: 2px solid #2789ee;
}

.ykb-l {
    width: 670px;
    float: left;
}

.ykb-tabs {
    width: 100%;
    height: 40px;
}

.ykb-tabs li {
    margin-right: 20px;
    float: left;
}

.ykb-tabs li a {
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.ykb-tabs .active a {
    color: #2789ee;
}

.ykb-container {
    width: 100%;
}

.ykb-l .item {
    width: 294px;
    height: 150px;
    padding: 25px 10px;
    background-color: #f3f9fd;
    margin-bottom: 30px;
    box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.1);
    float: left;
}

.ykb-l .item:hover {
    box-shadow: 5px 5px 8px 5px rgba(0, 0, 0, 0.1);
}

.ykb-l .item:nth-child(2n) {
    margin-left: 30px;
}

.ykb-l .item-l {
    position: relative;
    width: 115px;
    float: left;
}

.ykb-l .item-l::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #B0D2F5;
    right: 0;
    top: 0;
}

.ykb-l .item-l a:hover {
    color: #2789ee;
}

.ykb-l .item-l span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #333333;
}

.ykb-l .item-l span:hover{
	color: #209CFF;
}

.ykb-l .item-l img {
    display: block;
    width: 50px;
    margin: 10px auto;
}

.ykb-l .item-r {
    width: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: right;
}

.ykb-l .item-r li a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ykb-l .item-r li a:hover {
    color: #2789ee;
}

.ykb-r {
    width: 470px;
    float: right;
}

.ykb-r .tit {
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 0.03rem;
}

.ykb-r-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ykb-r-list li {
    width: 202px;
    padding: 13px 10px;
    margin-bottom: 13px;
    box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.1);
    background-color: #f3f9fd;
}

.ykb-r-list li:hover {
    box-shadow: 5px 5px 8px 5px rgba(0, 0, 0, 0.1);
}

.ykb-r-list li a:hover {
    color: #2789ee;
}

.ykb-r-list li img {
    display: block;
    width: 50px;
    margin: 0 auto 10px;
}

.ykb-r-list li span {
    display: block;
    text-align: center;
    font-size: 18px;
}

.ykb-r-list li:first-child {
    position: relative;
}

.ykb-r-list li .ykb-app {
    display: none;
    position: absolute;
    width: 150px;
    right: -100px;
    top: 0;
}

.ykb-r-list li:first-child:hover .ykb-app {
    display: block;
}

.pub-tit {
    width: 100%;
    height: 40px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.pub-tit a {
    display: inline-block;
    line-height: 38px;
    color: #2789ee;
    border-bottom: 2px solid #2789ee;
    cursor: pointer;
}

.map {
    margin-top: 10px;
}

.tsfw {
    width: 100%;
    height: 170px;
    margin-top: 20px;
}

.tsfw a {
    position: relative;
    display: block;
    width: 370px;
    height: 180px;
}

.tsfw a img {
    display: block;
    width: 100%;
    height: 100%;
}

.tsfw a span {
    position: absolute;
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    left: 0;
    top: 70px;
    background: rgba(39, 137, 298, 0.7);
}

.bmfw {
    width: 670px;
    float: left;
}

.bszn {
    width: 470px;
    float: right;
}

.bszn-tabs,
.cjfw-tabs {
    width: 100%;
    height: 40px;
}

.bszn-tabs {
    border-bottom: 1px solid #ccc;
}

.bszn-tabs li,
.cjfw-tabs li {
    margin-right: 20px;
    float: left;
}

.bszn-tabs li a,
.cjfw-tabs li a {
    line-height: 40px;
    font-size: 22px;
    cursor: pointer;
}

.bszn-tabs .active,
.cjfw-tabs .active {
    border-bottom: 2px solid #2789ee;
}

.bszn-tabs .active a,
.cjfw-tabs .active a {
    color: #2789ee;
    font-weight: bold;
}

.icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon-list li {
    width: 27%;
    padding: 20px;
    margin-top: 20px;
    background-color: #f3f9fd;
}

.icon-list li:hover {
    box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.1);
}

.icon-list li img {
    display: block;
    margin: 0 auto;
}

.icon-list li span {
    display: block;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}

.bszn-container {
    position: relative;
    width: 470px;
    height: 260px;
    margin-top: 20px;
}

.bszn-container img {
    width: 100%;
    height: 100%;
}

.bszn-container p {
    position: absolute;
    width: calc(100% - 20px);
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    background: rgba(39, 137, 298, 0.7);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cjfw-container {
    width: 1170px;
    height: 580px;
    margin-top: 20px;
    background-color: #eaf3f8;
}

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

/* .person-container .swiper-slide-active {
    animation: shake 1s ease-in-out;
    animation-delay: 1s;
    animation-iteration-count: .5;
  }
  
@keyframes shake {
    0% { transform: translateY(0); }
    20% { transform: translateY(-100px); }
    40% { transform: translateY(100px); }
    60% { transform: translateY(-100px); }
    80% { transform: translateY(100px); }
    100% { transform: translateY(0); }
} */

.pl {
    position: absolute;
    width: 40%;
    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: #4ebbe9;
    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: 10% !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: 30px;
    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: #df7b2d;
    font-weight: bold;
}

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

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

.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: 14%;
}
.mr{
    height: 30px;
    position: relative;
    float: left;
    margin:10px 20px 0px 0px;
}
.mr-1{
    height: 0.3rem;
    display: inline-block;
    margin-right: 10px;
    margin-right: 0.1rem;
}

 .bmData {
    margin-top: 44px;
    margin-bottom: 80px;
    height: 420px;
    background: url(bmdatabg.png) center bottom no-repeat;
    background-size: cover;
    padding: 40px 20px;
}
 .bmData .lef,
 .bmData .rig {
  height: 100%;
  background: rgba(17,93,178,.5);
  border-radius: 15px;
  padding: 10px 30px 0 40px;
}
 .bmData .lef {
  width: 57.627%;
}
 .bmData .rig {
  width: 40.677%;
}
 .bmData .bmDataBt {
  text-align: center;
}
 .bmData .bmDataBt p {
  background: url(bmbsbtbg.png) no-repeat center center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
}
 .bmData .bmDataBt span {
  font-size: 14px;
  color: #fff;
}
 .bmData .bmDataItem {
  width: 50%;
  color: #fff;
  padding-top: 20px;
}
 .bmData .bmDataItem span {
  font-size: 36px;
  font-weight: bold;
}
 .bmData .bmDataItem p {
  font-size: 16px;
  line-height: 2;
}
 .bmDataConLeft {
  align-items: flex-start;
}
 .bmDataConLeft .bmDataCon {
  width: calc(100% - 150px);
}
 .bmDataConLeft .bmDataList {
  width: 130px;
  position: relative;
  margin-top: -30px;
}
 .bmDataConLeft .bmDataList a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}
 .bmDataConLeft .bmDataList a:hover {
    background: #fff;
    color: #3554ad;
    font-weight: 700;
    border-color: #3554ad;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.bmData .bmDataCon,.bmDataConLeft,.bmData {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bmData::before,.bmDataConLeft::before,.bmData .bmDataCon::before,.bmDataConLeft::after, .bmData .bmDataCon::after {
  content: normal;
}
.bmDataConLeft > *, .bmData .bmDataCon > *, .bmData > * {
  float: left;
}
/* 服务场景分页样式END */