html,
body {
    height: 100%;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

/*p {*/
/*    font-size: 16px;*/
/*    line-height: 1.5;*/
/*    margin-bottom: 20px;*/
/*}*/

.navbar-default {
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-weight: 200;
    letter-spacing: 1px;
    color: #474157;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #474157;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #474157;
    padding: 8px 10px;
}

.navbar-default .nav>li>a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #7a798c;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #474157;
}

.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #474157 !important;
    background-color: transparent;
}

.navbar-default .nav>li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;
    height: calc(100vh - 61px);
}

#mainbody .index-text {
    text-align: center;
    padding: 250px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody .index-text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody .index-gallery {
    text-align: center;
    padding: 200px 0 50px;
    position: relative;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .navbar-default {
        background-color: #f1f6fd;
        border-color: #f1f6fd;
    }

    .navbar-default .navbar-collapse {
        background: #f1f6fd;
        box-shadow: 5px 9px 5px rgba(0, 0, 0, 0.07);
    }

    #mainbody {
        height: unset;
    }

    #mainbody .index-text {
        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody .index-gallery {
        padding: 30px 0 50px 0;
    }

    #mainbody .index-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
}

footer {
    /* background-color: #222222; */
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

footer p {
    font-size: 14px;
    margin: 0;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
}

.btn-xl {
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
}

/* 首页 */
.top {
    border: 1px solid red;
    height: 480px;
    background: url(../img/index_bg.png) no-repeat;
    background-size: 100% 100%;
}
.nav_index{
    width: 1200px;
    margin: auto;
    position: relative;
}
.bk-one-inn {
    width: 305px;
    height: 388px;
    background: #252a31;
    /* background: rgb(0, 0, 0, 0.41); */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 46px;
    z-index: 1;
}

.bk-one-inn ul {
    margin: 10px 28px;
    padding-left: 0;
}

.bk-one-inn ul li {
    padding-top: 10px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.41);
    /* opacity: 0.08; */
    font-size: 18px;
    font-weight: 500;
}

.bk-one-inn ul li:hover {}

.bk-one-inn ul li:nth-child(4) {
    border-bottom: 0;
}

.bk-one-inn ul li a {
    display: inline-block;
    width: 100%;
    color: #FFFFFF;

}

.bk-one-inn ul li a i {
    font-style: normal;
    float: right;
}

.bk-one-inn ul li .pfont {
    color: #FFFFFF;
    /* opacity: 0.41; */
    height: 45px;
    overflow: hidden;
}

.bk-one-inn ul li p span {
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 20px;
    cursor: pointer;
    /* margin-right: 8px; */
}

.carousel>.active {
    display: block;
}

.tabcontent {
    display: none;
    position: absolute;
    /*left: 553px;*/
    top: 0px;
    background: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 50%;
    border-left: none;
    height: 320px;
    color: #fff;
    z-index: 1;
    /* opacity: 0.7; */
}
.tabcontent-body{
    padding-left: 20px;
    padding-top: 10px;
    height: 150px;
}
.tabcontent-body span{
    background: #F4F6FA;
    text-align: center;
    padding: 4px 10px 3px 10px;
    border-radius: 3px 3px 3px 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: -webkit-inline-box;
}
.tabcontent-body a{
    color: #626878;
    font-size: 9px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.tabcontent .title{
    font-size: 15px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 800;
    color: #05102D;
    padding-top: 15px;
    padding-left: 20px;
}
.tabcontent .course-body{
    height: 134px;
    background: #F4F6FA;
}
.course-body .course-list{
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    margin-left: 20px;
}
.course-list .li{
    display: flex;
    align-items: center;
    margin-right: 90px;
}
.course-list .li .info{
    padding-left: 12px;
}
.course-list .li .info .course_title{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 700;
    color: #05102D;
}
.course-list .li .info .money_info .money{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #F3254B;
}
.course-list .li .info .money_info .xuexi{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #B7BBCF;
}
.course-list div img{
    width: 90px;
    height: 55px;
    border-radius: 10px;
}
/* ------------------------------------------公开课---------------------------- */
.bk-three {
    width: 100%;
    height: 707px;
    background: #FFFFFF;
    border-radius: 0px;
}

.bk-three-center {
    width: 1200px;
    margin: auto;
}

.bk-three-center h2 {
    width: 100%;
    white-space: nowrap;
    font-size: 40px;
    text-align: center;
    padding-top: 70px;
    justify-content: center
}

.bkth-centeryi {
    display: flex;
    height: 43px;
    margin-top: 40px;

}



/* 下拉按钮样式 */
.dropdown {
    position: relative;
    display: inline-block;
}

.select {
    width: 128px;
    height: 43px;
    background-color: #FFFFFF;
    border: 1px solid #3673FE;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 22px;
    color: #3673FE;
    outline: #3673FE;
    /*清除select本身自带的箭头 */
    appearance: none;
    -moz-appearance: none;
    -moz-appearance: none;
    padding-left: 20px;

}

/*使用伪类给select添加自己想要的图标*/
.dropdown:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../img/jt_bottom.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 15px;
    /*给自定义的图标实现点击下来功能 */
    pointer-events: none;
}



.boxs {
    width: 1180px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-items: center;
}

.list_menu {
    height: 43px;
    line-height: 43px;
}

.list_menu li {
    display: inline-block;
    margin-right: 70px;
    text-align: center;
}

.list_menu li a {
    font-size: 14px;
}
.list_menu .active>a{
    color: #3673FE;
}
.lef,
.rig {
    position: absolute;
    text-align: center;
    height: 43px;
    line-height: 43px;
    color: #fff;
    cursor: pointer;
}

.lef {
    top: 0px;
    right: 20px;
}

.rig {
    top: 0px;
    right: 0px;
}

.bkth-centerer {
    width: 100%;
    white-space: nowrap;
    margin-top: 26px;
}

.bkth-centerlist {
    margin: 0 11px;
    width: 280px;
    height: 386px;
    background: #FFFFFF;
    display: inline-block;
    box-shadow: 0px 3px 10px rgba(193, 193, 193, 0.16);
    opacity: 1;
    border-radius: 10px;
}

.bkth-centerimage {
    width: 280px;
    height: 190px;
    background: #1A1D30;
    opacity: 1;
    border-radius: 10px 10px 0px 0px;
}
.bkth-centerimage>img{
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
}
.bkth-centerlist p {
    margin: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #313337;
    white-space: initial;
    height: 40px;
    overflow: hidden;
}

.bkth-centerlist h6 {
    margin: 16px 20px;
}

.bkth-centerlist h6 span {
    line-height: 20px;
    height: 20px;
    opacity: 1;
    background: #F4F6FA;
    border-radius: 3px;
    color: #B7BBCF;
    font-size: 12px;
    padding: 0 6px;
}

.bkth-centerlist h6 strong {
    color: #B7BBCF;
    margin-left: 23px;

}

.bkth-centerlist h3 {
    height: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin: 16px 20px;
}

.bkth-centerlist h3 span {
    color: #F3254B;
    font-size: 18px;
}

.bkth-centerlist h3 strong {
    color: #B7BBCF;
    font-size: 12px;
    margin-left: 90px;
}

.bkth-more {
    width: 86px;
    height: 32px;
    background: #3673FE;
    opacity: 1;
    border-radius: 16px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    margin: 40px auto 38px auto;
}
.bkth-more a{
    color: #ffffff;
}
.bkth-more img {
    margin-left: 6px;
    margin-top: -5px;
}

/*----------------------中间的第四个板块------------------------------*/
.bk-four {
    width: 100%;
    background-color: #FAFAFA;
}
.new_list{
    display: flex;
    padding-left: 13px;
    margin-bottom: 20px;
}
.new_list .left{
    font-size: 19px;
    font-family: DIN-Medium, DIN;
    font-weight: 500;
    color: #B7BBCF;
    padding-right: 13px;
}
.new_list .right{
    font-size: 9px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #626878;
}
.new_list .right p{
    font-size: 9px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #B7BBCF;
    margin-top: 9px;
}
/*----------------------权威师资---------------------------*/
.bk-four-center {
    width: 1200px;
    margin: auto;
    padding-top: 48px;
    padding-bottom: 48px;
}
.qwsz_title{
    font-size: 18px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 800;
    color: #05102D;
    text-align: center;
}
.qwsz {
    display: flex;
}

.qwsz p {
    text-align: left;
    font-size: 24px;

}
.video{
    width: 1200px;
    margin: auto;
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
}
.video .left{
    width: 710px;
    background: rgba(5,16,45,0.5);
    border-radius: 6px 6px 6px 6px;
}
.video .right div{
    width: 180px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 0px rgb(234 236 241);
    border-radius: 6px 6px 6px 6px;
    margin-left: 65px;
    margin-bottom: 25px;
    text-align: center;
}
.video .right div img{
    padding-top: 18px;
    width: 51px;
}
.video .right div p{
    font-size: 10px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 800;
    color: #05102D;
    padding-top: 15px;
}
.video .right div span{
    font-size: 8px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #626878;
}
.qwsz p,
.qwsz span,.llgd-left span{
    white-space: nowrap;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: bold;
}

.qwsz span {
    line-height: 43px;
    color: #B7BBCF;
    font-size: 14px;
    position: relative;
    left: 1000px;
}

.qwsz span img {
    margin-left: 6px;
    margin-top: -5px;
}

.bkfo-list-center {
    display: flex;
    justify-content: space-between;

}

.bkfo-list {
    margin-top: 20px;
    height: 294px;
}

.bkfo-lister {
    width: 219px;
    height: 292px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(193, 193, 193, 0.16);
    opacity: 1;
    border-radius: 10px;

}

.bkfo-listerimg {
    width: 203px;
    height: 220px;
    opacity: 1;
    border-radius: 10px;
    text-align: center;
}

.bkfo-listerimg img {
    width: 203px;
    height: 220px;
    opacity: 1;
    border-radius: 10px;
    margin: 8px;
}

.bkfo-lister h2 {
    margin-left: 20px;
    margin-top: 25px;
}

.bkfo-lister h2 p {
    color: #05102D;
    font-size: 20px;

}

.bkfo-lister h2 i {
    font-style: normal;
    line-height: 30px;
    color: #B7BBCF;
    font-size: 14px;
    margin-left: 13px;
}

/*----------------------------建筑工程-------------*/

.bk-four-jzgc {
    width: 1200px;
    margin: auto;
}

.bkfo-jzgc-tou {
    padding-bottom: 26px;
    padding-top: 63px;
    display: flex;
    justify-content: normal;
    align-items: center;
}
.bkfo-jzgc-tou img{
    width: 105px;
    height: 25px;
}
.bkfo-jzgc-tou span {
    white-space: nowrap;
    font-size: 24px;
    font-family: Source Han Sans CN;
    letter-spacing: 2px;
    font-weight: bold;
    color: #05102D;
}

.bkfo-jzgc-tou-ul {
    width: 100%;
    display: flex;
    padding-left: 20px;
}
.bkfo-jzgc-tou-ul>.active>a{
    color: #FFFFFF;
    background: #3673FE;
    border-radius: 2px 2px 2px 2px;
    padding: 2px 6px 2px 6px;
}
.bkfo-jzgc-tou-ul li {
    /* display: inline-block;*/
    padding-left: 40px;
    line-height: 30px;

}

.bkfo-jzgc-tou-ul li a {
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
   font-size: 1rem;
   font-weight: 400; */
    color: #9EA1B2;

    font-size: 14px;
}

.bkfo-jzgc-tou-ul li a:hover {
    color: #3673FE;
}

.bkfo-jzgc-xia {
    display: flex;
    justify-content: space-between;
}

.bkfo-jzgc-left {
    width: 588px;
    height: 606px;
}

.jzgc-left-img {
    width: 586px;
    height: 300px;
}

.jzgc-left-img img {
    width: 586px;
    height: 300px !important;
}

.jzgc-left-list {
    display: inline-block;
    width: 280px;
    height: 280px;
    margin-top: 26px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(193, 193, 193, 0.16);
    border-radius: 10px;
}
.jzgc-left-list>.teacher_list{
    width: 85%;
    overflow: hidden;
    display: flex;
}
.course_list{
    display: flex;
    justify-content: space-between;
}
.jzgc-left-list>.teacher_list div:nth-child(1){
    padding-left: 24px;
}
.jzgc-left-list>.teacher_list div{
    text-align: center;
    padding-left: 16px;
}
.jzgc-left-list>.teacher_list div p{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #9EA1B2;
}
.jzgc-left-list>p {
    margin: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #2B2D30;
}

.jzgc-left-list h6 {
    margin: 16px 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.jzgc-left-list h6 span {
    line-height: 20px;
    height: 20px;
    opacity: 1;
    background: #F4F6FA;
    border-radius: 3px;
    color: #B7BBCF;
    font-size: 12px;
    padding: 0 6px;
    margin-bottom: 5px;
}

.bkfo-jzgc-left .jzgc-left-list a {
    display: inline-block;
    width: 40px;
    height: 62px;
    margin: 0 20px;
    margin-top: 24px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    opacity: 1;
}

.jzgc-left-list img {
    width: 40px;
    height: 40px;
    border: 1px solid #E1E1E1;
    border-radius: 50%;
}

.jzgc-left-list h3 {
    height: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-top: 26px;
    margin-bottom: 20px;
    margin-left: 20px;
    ;

}

.jzgc-left-list h3 span {
    color: #F3254B;
    font-size: 18px;
}

.jzgc-left-list h3 strong {
    color: #B7BBCF;
    font-size: 12px;
    margin-left: 90px;
}

.bkfo-jzgc-right,
.bkfo-jzgc-righter {
    width: 281px;
    height: 606px;
    border-radius: 10px;
}

.bkfo-jzgc-right {
    background: #FFFFFF;
}

.bkfo-jzgc-righter {
    background-color: #FAFAFA;
}

.one {
    padding-left: 0;
}

.one li {
    text-align: center;
    display: inline-block;
    width: 48%;
    height: 57px;
    line-height: 57px;


}

.one li a {
    font-size: 16px;
    color: #05102D;
    font-weight: bold;
    font-family: Source Han Sans CN;

}

.one li a:hover {
    color: #3673FE;
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 3px solid #3673ef;
}

.bkfo-jzgc-right img {
    width: 241px;
    height: 129px;
    border-radius: 10px;
    margin: 20px 20px;
}

.bkfo-jzgc-xia .bkfo-jzgc-right h4 {
    letter-spacing: 0;
}

.bkfo-jzgc-right h4 {
    padding: 0 20px;
    margin-bottom: 20px;
}

.bkfo-jzgc-right h4 span {
    width: 5px;
    height: 5px;
    background: #B7BBCF;
    border-radius: 50%;
    margin-right: 10px;
}

.bkfo-jzgc-right h4 a {
    color: #626878;
    font-size: 14px;
}

.bkfo-jzgc-righter .card {
    border: none;
    border-radius: 10px;
    display: inline-block;
    height: 154px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(193, 193, 193, 0.16);
}

.card a {
    display: inline-block;
    margin-top: 25px;
    margin-left: 25px;
    color: #626878;
    font-size: 14px;
}

.bkfo-jzgc-righter span {
    margin-top: 28px;
    font-size: 20px;
    color: #05102D;
}

.tkrk {
    margin-top: 18px;
    width: 281px;
    height: 280px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(193, 193, 193, 0.16);
    opacity: 1;
    border-radius: 10px;
    padding: 15px 0;
}

.tkrk-list {
    display: inline-block;
    width: 120px;
    height: 38px;
    margin: 25px 0px 20px 15px;
}

.tkrk-list img {
    float: left;
}

.tkrk .tkrk-list a h6 {
    letter-spacing: 0;
}

.tkrk-list a {
    padding-left: 7px;
    color: #05102D;
    font-size: 14px;
    display: flow-root;
}

.tkrk-list a h6 {
    display: inline-block;
    color: #B7BBCF;
    vertical-align: text-top;
}

.llgd {
    margin-top: 15px;
    width: 281px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(193, 193, 193, 0.16);
    border-radius: 10px;
    display: flex;

}

.llgd-left {
    display: inline-block;
}

.llgd-left span:nth-child(1) {
    margin-top: 20px;
    font-size: 18px;
    margin-left: 25px;
    font-weight: normal;
}

.llgd-left span:nth-child(2) {
    margin-top: 5px;
    margin-left: 25px;
    color: #B7BBCF;
    font-size: 12px;
}

.llgd-right img {
    width: 31px;
    height: 31px;
    margin: 25px;
}

.bkfo-xfaq-tou {
    padding-top: 23px;
    font-size: 24px;
    padding-bottom: 26px;
}

.bkfo-xfaq-tou-ul {
    display: inline-block;
    margin-left: 190px;
}

.bkfo-xfaq-tou-ul li {
    display: inline-block;
    font-size: 14px;
    padding-right: 84px;
}

.bkfo-xfaq-tou-ul li a:hover {
    color: #3673FE;
}


.bkfo-zyjn-tou {
    padding-top: 23px;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    padding-bottom: 26px;
}

.bkfo-zyjn-tou-ul li {
    display: inline-block;
    font-size: 14px;
    padding-right: 84px;
}

.bkfo-zyjn-tou-ul li a:hover {
    color: #3673FE;
}



/*----------------------中间的第五个板块------------------------------*/
.bk-five {
    width: 100%;
    height: 1009px;
    background: url('../img/index-bg-two.png') no-repeat;
    background-size: cover;
}
.bk-five .cont{
    width: 1200px;
    margin: auto;
}
.bk-five .cont .qywh{
    display: flex;
}
.bk-five .cont .qywh .bkfive-right{
    padding-top: 96px;
    padding-left: 103px;
}
.bkfive-left {
    color: #FFFFFF;
    padding-top: 77px;
    padding-left: 30px;
}

.bkfive-left .bkfive-leftyi {
    font-size: 14px;
    font-weight: 400;

}

.bkfive-left .bkfive-lefter {
    font-size: 40px;
}

.bkfive-right .bkfive-rightyi {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 38px;
}

.bkfive-right .bkfive-righter {
    color: #FFFFFF;
    line-height: 30px;
    font-size: 12px;

}

.bk-five img {
    width: 100%;
    height: 100%;
}

.bk-five .bk-five-center {
    width: 976px;
    height: 500px;
    background: #000000;
    box-shadow: 0px 3px 10px rgba(193, 193, 193, 0.16);
    border-radius: 10px;
    color: #FFFFFF;
    margin: auto;
    margin-top: 72px;
}

/*----------------------中间的第六个板块------------------------------*/
.bk-six {
    width: 100%;
    height: 754px;
    background: url('../img/index-bg-three.png') no-repeat;
    background-size: cover;
}
.bk-six .cont{
    width: 1200px;
    margin: auto;
}
.bk-six img {
    width: 100%;
    height: 100%;

}

.bk-six-yi {
    padding-top: 109px;
}

.bk-six-yi p {
    font-size: 24px;
    color: #FFFFFF;
}

.bk-six ul {
    padding-left: 0px;
}

.bk-six-yi ul>.active {
    color: #3673FE;
}

.bk-six-yi ul li {
    display: inline-block;
    color: #B7BBCF;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}

.bk-six-er {
    margin-top: 32px;
    width: 456px;
    height: 364px;
    background: #000000;
    border-radius: 10px;
    overflow-y: auto;
}

.bk-six-er::-webkit-scrollbar-track {}

.bk-six-er::-webkit-scrollbar {
    width: 5px;
}

.bk-six-er::-webkit-scrollbar-thumb {
    background-color: #707074;
}

.bksix-list {
    margin-top: 50px;
    margin-left: 34px;
    width: 336px;
    height: 106px;
}

.bksix-list p {
    font-size: 20px;
    color: white;

}

.bksix-lister {
    letter-spacing: 2px;
    margin-top: 22px;
    width: 336px;
    height: 62px;
    font-size: 14px;
    color: #626878;
}
.zb span{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #B7BBCF;
    margin-left: 32px;
  }
  .zhibo {
    width: 1200px;
    height: 440px;
    display: flex;
  }
    .zhibo .zbrl{
        font-size: 20px;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
        font-weight: bold;
        color: #FFFFFF;
        padding-top: 32px;
    }
  .zhibo .left {
    width: 733px;
    background-color: #363E4D;
    padding-left: 0;
    padding-right: 0px;
  }
  .zhibo .right {
    width: 467px;
    padding-left: 20px;
    background-color: #363E4D;
  }
  .sv-timeline {
    margin: 0 auto;
    font-size: 14px;
    list-style: none;
    padding: 0;
    padding-top: 32px;
    overflow-x: hidden; overflow-y: scroll;
    height: 338px;
    padding-left: 5px;
    position: relative;
    top: 20px;
  }
  /*::-webkit-scrollbar { */
  /*    width:6px;*/
  /*    background-color: red;*/
      
  /*}*/
  .sv-timeline::-webkit-scrollbar {

    width: 6px;
    /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/

    background: #363E4D;

}

/*定义滚动条轨道（凹槽）样式*/

.sv-timeline::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /* 较少使用 */

    border-radius: 3px;

}

/*定义滑块 样式*/

.sv-timeline::-webkit-scrollbar-thumb {

    border-radius: 3px;

    height: 100px;
    /* 滚动条滑块长度 */

    background-color: #ccc;
}
  .sv-timeline-item {
    position: relative;
    padding-bottom: 10px;
    /*cursor:pointer;*/
  }
  .sv-timeline-item__tail {
    position: absolute;
    left: 5px;
    border-left: 1px solid #626878;
    top: 15px;
    bottom: 0;
    margin: 0px 0px;
  }
  .sv-timeline-item__node--primary {
    background-color: #409eff;
  }
  .sv-timeline-item__node--large {
    left: -2px;
    width: 14px;
    height: 14px;
  }
  .sv-timeline-item__content {
    width: 150px;
    height: 52px;
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #585A60;
    line-height: 52px;
    text-align: center;
  }
.sv-timeline-item__content img{
    height: 24px;
    padding-right: 14px;
}
.sv-timeline-item__content span{
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #B7BBCF;
}
  .sv-timeline-item__timestamp.is-bottom {
    width: 280px;  
    margin-left: 8px;
    align-items: center;
    font-size: 17px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #5B5B5B;
    line-height: 26px;
  }
.sv-timeline-item__timestamp.is-bottom .time{
    font-size: 16px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.sv-timeline-item__timestamp.is-bottom .title{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #B7BBCF;
}
  .sv-timeline-item__timestamp {
    color: #909399;
    line-height: 1;
    font-size: 13px;
  }
  .sv-timeline-item__wrapper {
    position: relative;
    padding-left: 22px;
    cursor:pointer;
  }
  .sv-timeline-item__node--normal {
    left: -1px;
    width: 12px;
    height: 12px;
  }
  .sv-timeline-item__node {
    position: absolute;
    border: #626878 1px solid;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
  }
  .sv-timeline-item__node>div {
    width: 0;
    height: 0;
    border-left: 4px solid #626878;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    /*background-color: #796BFF;*/
    /*border-radius: 50%;*/
  }
  .sv-timeline-item__wrapper {
    display: flex;
    align-items: center;
  }
  .bs{
      border: #3673FE 1px solid;
  }
  .bs>div{
    border-left: 4px solid #3673FE;
  }