.banner {
    width: 100%;
    height: 540px;
    background: url(../img/business_bannerbg.png) no-repeat;
    background-position: center;
    overflow: hidden;
    background-size: 1920px 100%;
    position: relative
}

.banner .banner-swiper {
    width: 1200px;
    height: 384px;
    overflow: hidden;
    margin: 78px auto 0
}

.banner .banner-swiper .swiper-slide {
    width: 960px;
    height: 384px
}

.banner .banner-swiper .swiper-slide img {
    width: 100%;
    height: 100%
}

.bus-accenter {
    width: 100%;
    height: 500px;
    background-color: #f6f6f6;
    min-width: 1200px;
    padding: 20px 0
}

.bus-accenter .bus-accenter-box {
    width: 1200px;
    margin: 0 auto
}

.bus-accenter .bus-accenter-box h2 {
    font-size: 22px;
    color: #333;
    text-align: center;
    line-height: 60px
}

.bus-accenter .bus-accenter-box h5 {
    font-size: 16px;
    color: #999;
    line-height: 22px;
    margin-top: 5px;
    text-align: center
}

.bus-accenter .bus-accenter-box .bus-accenter-list {
    width: 100%;
    padding: 0 5px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between
}

.bus-accenter .bus-accenter-box .bus-accenter-list .bus-accenter-item {
    width: 220px;
    height: 201px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.bus-accenter .bus-accenter-box .bus-accenter-list .bus-accenter-item img {
    width: 77px;
    height: 78px
}

.bus-accenter .bus-accenter-box .bus-accenter-list .bus-accenter-item p {
    font-size: 14px;
    color: #333;
    margin-top: 20px
}

.bustrain-container {
    width: 100%;
    background-color: #fff;
    padding: 20px 0 30px
}

.bus-train {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.bus-train .bus-train-l {
    width: 800px;
    margin-right: 30px
}

.bus-train .bus-train-l .bus-train-notice {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bus-train .bus-train-l .bus-train-notice p {
    font-size: 40px;
    color: #333;
    margin-right: 5px;
    font-weight: bold;
}
.bus-train .bus-train-l .bus-train-notice p span{
    color: #324ED5;
}
.bus-train .bus-train-l .bus-train-notice .bus-train-pages {
    position: relative
}
.bus-train .bus-train-l .bus-train-notice .swiper-pagination-clickable .swiper-pagination-bullet{
    margin: 0 2px;
}
.bus-train .bus-train-l .train-swiper {
    width: 100%;
    height: 300px;
    border: 2px solid #eee;
    position: relative;
    border-radius: 3px;
    overflow: hidden
}

.bus-train .bus-train-l .train-swiper .train-panel {
    padding: 5px;
    display: flex;
    align-items: center
}

.bus-train .bus-train-l .train-swiper .train-panel .train-panel-l {
    width: 370px;
    height: 100%;
    display: block
}

.bus-train .bus-train-l .train-swiper .train-panel .train-panel-r {
    flex: 1;
    margin-left: 20px
}

.bus-train .bus-train-l .train-swiper .train-panel .train-panel-r h1 {
    font-size: 26px;
    color: #2f2e2e;
    line-height: 34px
}

.bus-train .bus-train-l .train-swiper .train-panel .train-panel-r .train-panel-label {
    width: 100%;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

.bus-train .bus-train-l .train-swiper .train-panel .train-panel-r .train-panel-label span {
    margin-bottom: 5px;
    padding: 0 14px;
    background-color: #e5f1ff;
    font-size: 16px;
    color: #2287ff;
    line-height: 30px;
    border-radius: 15px;
    margin-right: 13px
}

.bus-train .bus-train-l .train-swiper .train-panel .train-panel-r h3 {
    font-size: 24px;
    color: #ff2d73;
    font-weight: 700;
    line-height: 38px;
    margin-top: 8px;
    margin-bottom: 26px
}

.bus-train .bus-train-l .train-swiper .train-panel .train-panel-r p {
    font-size: 16px;
    color: #525252;
    line-height: 24px
}

.bus-train .bus-train-r {
    flex: 1
}

.bus-train .bus-train-r .bus-train-calendar-tit {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 40px;
    color: #333;
    font-weight: bold;
}
.bus-train .bus-train-r .bus-train-calendar-tit span{
    color: #324ED5;
}

.bus-train .bus-train-r .bus-train-calendar-main {
    width: 100%;
    margin-top: 5px;
    height: 290px;
    overflow-y: auto
}

.bus-train .bus-train-r .bus-train-calendar-main .layui-timeline-title {
    font-size: 16px;
    color: #999
}

.bus-train .bus-train-r .bus-train-calendar-main .bus-train-link {
    width: 80%;
    box-shadow: 0 0 2px 0 #999;
    padding: 10px 10px;
    border-radius: 3px;
    cursor: pointer
}

.bus-train .bus-train-r .bus-train-calendar-main .bus-train-link h2 {
    font-size: 18px;
    color: #666;
    line-height: 22px
}

.bus-train .bus-train-r .bus-train-calendar-main .bus-train-link p {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    line-height: 18px
}
.xskt-box{
    width: 100%;
    min-width: 1200px;
    background: url(../img/xskt_bg.jpg) no-repeat;
    background-size:  100% 593px;
    height: 539px;
    position: relative;
    padding-top: 40px;
    margin-top: 70px;
}
.xskt-box .zc-contair .main-r-panel-t .main-r-panel-tit .p-title{
    color: #fff;
}
.more-more{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.more-more img{
    width: 110px;
    height: 32px;
}
.xskt-box .bus-zqpx {
    width: 1200px;
    margin: -50px auto 40px
}
.bus-zqpx {
    width: 1200px;
    margin: 100px auto 60px
}

.bus-zqpx .bus-zqpx-tit {
    width: 100%;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between
}

.bus-zqpx .bus-zqpx-tit h1 {
    font-size: 32px;
    color: #333
}

.bus-zqpx .bus-zqpx-tit .bus-zqpx-tab {
    flex: 1;
    display: flex;
    height: 60px;
    align-items: center;
    margin-right: 20px;
    justify-content: flex-end
}

.bus-zqpx .bus-zqpx-tit .bus-zqpx-tab span {
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    padding: 0 12px;
    border-right: 1px solid #ddd
}

.bus-zqpx .bus-zqpx-tit .bus-zqpx-tab span:nth-last-of-type(1) {
    border-right: 0
}

.bus-zqpx .bus-zqpx-tit .bus-gomore {
    width: 24px;
    height: 24px
}

.bus-zqpx .bus-zqpx-tit .bus-gomore img {
    display: block;
    width: 100%;
    height: 100%
}

.xskt-box .bus-zqpx .bus-class-list {
    width: 100%;
    display: flex;
    margin-top: 80px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.bus-zqpx .bus-class-list {
    width: 100%;
    display: flex;
    margin-top: 100px;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.bus-zqpx .bus-class-list .bus-class-panel {
    width: 279px;
    height: 300px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 #aaa;
    display: flex;
    flex-direction: column;
    margin-right: 28px
}

.bus-zqpx .bus-class-list .bus-class-panel:nth-of-type(4n) {
    margin-right: 0
}

.bus-zqpx .bus-class-list .bus-class-panel .bus-class-panel-img {
    width: 274px;
    height: 156px;
    display: block;
    margin: 2px auto 0;
    border-bottom: 1px solid #eee
}

.bus-zqpx .bus-class-list .bus-class-panel .bus-class-panel-t {
    width: 100%;
    padding: 0 10px;
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 5px
}

.bus-zqpx .bus-class-list .bus-class-panel .bus-class-panel-t span {
    padding: 0 12px;
    border-radius: 13px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    background-color: #666
}

.bus-zqpx .bus-class-list .bus-class-panel .bus-class-panel-t p {
    font-size: 12px;
    color: #999
}

.bus-zqpx .bus-class-list .bus-class-panel .bus-class-panel-m {
    padding: 0 10px 6px;
    flex: 1;
    overflow: hidden
}

.bus-zqpx .bus-class-list .bus-class-panel .bus-class-panel-b {
    width: 100%;
    height: 30px;
    display: flex;
    border-top: 1px solid #ddd;
    align-items: center;
    padding: 0 10px;
    font-size: 14px;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.bus-zqpx .bus-class-list.line-class-list .bus-class-panel {
    width: 279px;
    height: 240px;
    margin-bottom: 20px
}

.bus-zqpx .bus-class-list.line-class-list .bus-class-panel .bus-class-panel-m {
    font-size: 16px;
    color: #222;
    margin-top: 10px;
    line-height: 24px
}
.zc-contair .main-r-panel-t {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 120px;
    line-height: 120px;
    z-index: 9;
}

.zc-contair .main-r-knbf .main-r-panel-t{
    margin-bottom: 70px;
}
.zc-contair .main-r-panel-t .main-r-panel-tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.zc-contair .main-r-panel-t .main-r-panel-tit .p-bg{
    text-transform: uppercase;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(to bottom, rgba(215, 222, 252, 0.6),rgba(215, 222, 252, 0.2),rgba(215, 222, 252, 0)); 
    -webkit-background-clip: text;
    font-size: 70px;
    text-align: center;
    width: 100%;
}
.zc-contair .main-r-panel-t .main-r-panel-tit .p-title {
    font-size: 40px;
    color: #323232;
    margin-left: 8px;
    position: absolute;
    font-family: 'FZLanTingHei-B-GBK';
    font-weight: 600;
}
.zc-contair .main-r-panel-t .main-r-panel-tit .main-r-panel-tit-s {
    color: #324ED5;
}