.bg {
    background: #f0f2f5;
}

.top {
    width: 100%;
    height: 140px;
}
.top>img{
   width:47.3%;
   height:100%;
}

.top .tab > ul > li > a {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.top .tab > ul > li > .tabactive {
    font-weight: 600;
    font-size: 17px;
    color: #0C2F5F;
}

.cont {
    position: relative;
    width: 100%;
    text-align: right;
}
.cont>img{
  width:87.9%;
   height: 100%;
  position: absolute;
    right: 0;
}
.cont_bj {
    display: flex;
    justify-content: flex-start;
}

.cont_w > .cont_l {
   width:15%;
  min-width: 200px;
    display: flex;
    flex-direction: column;
    color: #0C2F5F;
}

.cont_w > .cont_l > .cont_title {
    font-size: 48px;
    font-weight: 600;
    line-height: 67px;
}

.cont_w > .cont_l > .cont_twotitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
}

.cont_r {
    width: 85%;
    cursor: pointer;
}

.cont_r   .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 20px;
}

.slide_cont {
    display: flex;
    justify-content: space-between;
   padding: 20px 20px 0 20px;
    box-sizing: border-box;
}
.slide_cont>.cont_one{
    width:38%;
    margin-top: 81px;
}
.cont_one>img{
    width: 100%;
}
.cont_one>.one_ms{
    width: 100%;
    height: 62px;
    line-height: 62px;
    background: #F3F3F3;
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;font-size: 24px;
    font-weight: 600;
    color: #333333;
}
.cont_two{
  width:29%;
}
.cont_two>.two_one{
   width:100%;
    margin-bottom: 36px;
}
.cont_two>.two_one>img{
    width: 100%;
}
.cont_two>.two_one>.two_ms{
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: left;
    padding-left: 21px;
    background: #F3F3F3;
    box-sizing: border-box;
		font-size: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.cont_r .swiper-pagination{
    display: flex;
    align-items: center;
    margin-left: 94px;
}
.cont_r  .swiper-pagination-bullet{
    opacity: .7;
    background: #D8D8D8;
}
.cont_r .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #FFFFFF;
}
