body{
    background-color: #f3f3f3;
}
.about_bloc_tab{
    width:100%;
    height:80px;
    background-color: #fff;
}
.about_bloc_tab > div{
    width:16.667%;
    height:100%;
    flex-grow:1;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.tab_active{
    color:#103595;
    border-bottom: 2px solid #103595;
}
.tab_line{
    position: absolute;
    right: 0;
    width: 2px;
	height: 48px;
    border-right: solid 1px #103595;
    top:50%;
    transform: translate(0,-50%);
}
.main_div_container{
    background-color: #fff;
    width:1200px;
    margin:20px auto;
    padding-bottom: 40px;
}
.main_div_container > div{
    width:100%;
    box-sizing: border-box;
}
.details_div{
    width:1132px;
    margin:0 auto;
    position: relative;
}
.normal_title_div{
    height:118px;
}
.label_div{
    /*width: 116px;*/
    text-align: center;
    height: 42px;
    line-height: 42px;
	border-radius: 21px;
    border: solid 1px #20429c;
    color:#20429c;
    font-size: 20px;
    margin:0 10px 10px;
    padding: 0 18px;
}
.swiper-container {
    width: 100%;
    height: 400px;
}
.swiper_div{
    width:1170px;
    margin:0 auto;
    position: relative;
}

.swiper-slide{
    padding:0 70px !important;
    box-sizing: border-box;
}
.swiper-button-prev,
.swiper-button-next{
    width:58px !important;
    height:58px !important;
    z-index: 3 !important;
}
.swiper-button-prev{
    background: url('../img/holding_company/kgqy-icon2.png') !important;
    left:0 !important;
}
.swiper-button-next{
    background: url('../img/holding_company/kgqy-icon1.png') !important;
    right:0 !important;
}
.swiper-slide img{
    margin-right: 10px;
    border:1px solid #d2d2d2;
}
.swipe_left_div,.swipe_right_div{
    height:100%;
    width:70px;
    position: absolute;
    top:0;
    background-color: #fff;
    z-index: 2;
}
.swipe_right_div{
    right:0;
}
.swipe_left_div{
    left:0;
}
