.kailinBanner {
    width: 100%;
    height: 676px;
    min-width: 1200px;
    border-bottom: 4px solid #005CAD;
}

.kailinBanner img {
    width: 100%;
    height: 676px;
    vertical-align: top;
    object-fit: cover;
}

.kailin_main {
    width: 100%;
    background: #f8f8f8;
    padding-bottom: 30px;
}

.kailinBanner_wrapper {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px 40px 30px;
    box-sizing: border-box;
}

.kailin_left {
    flex: 0 0 220px;
}

.kailin_left p {
    text-align: center;
    font-size: 20px;
    color: #005cad;
    padding-bottom: 20px;
    border-bottom: 4px solid #ff9900;
}

.kailinBanner_wrapper .left_ul li {
    height: 56px;
    line-height: 56px;
    color: #449ff0;
    cursor: pointer;
    padding-left: 40px;
    box-sizing: border-box;
}

.d5 {
    position: relative;
    top: 4px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #ff9900 transparent transparent transparent;
}

.kailinBanner_wrapper .left_ul li span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #449ff0;
    margin-right: 38px;
}

.kailinBanner_wrapper .left_ul .active {
    width: 220px;
    height: 56px;
    background: #449ff0;
    color: #fff;
}

.kailinBanner_wrapper .left_ul .active span {
    background: #ffffff;
}

.kailin_right {
    flex: 1;
    width: calc(100% - 220px);
    padding-left: 50px;
}

.videoWrapper img {
    width: 300px;
}


/* 当前位置 */

.page {
    width: 316px;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
}

.right_current {
    font-size: 14px;
    color: #4a4a4a;
    text-align: right;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 10px;
}

.right_current img {
    width: 20px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

.right_current .message {
    margin-left: 6px;
}

.right_ul {
    cursor: pointer;
}

.right_main .right_ul li {
    display: flex;
    height: 84px;
    border-bottom: 1px solid #dcdcdc;
    padding: 24px 0;
    padding-bottom: 24px;
}

.right_li {
    flex: 0 0 80px;
    width: 80px;
    border: 2px solid #2484d5;
    border-radius: 6px;
}

.month {
    height: 54px;
    text-align: center;
    font-size: 24px;
    line-height: 54px;
    color: #000;
    box-sizing: border-box;
}

.month_data {
    height: 28px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background: #2484d5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.right_right {
    flex: 1;
    padding-left: 22px;
    box-sizing: border-box;
    overflow: hidden;
}

.right_title {
    font-size: 18px;
    color: #4a4a4a;
}

.right_desc {
    font-size: 14px;
    color: #646464;
    line-height: 26px;
}


/* 上一页下一页 */

.first {
    color: #666;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    padding: 5px 9px;
    font-size: 12px;
}

#number {
    display: inline-block;
    vertical-align: top;
}

.num {
    color: #666;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    padding: 5px 9px;
    font-size: 12px;
    margin-right: 6px;
}

.company .title {
    text-align: center;
    font-size: 24px;
    color: #4a4a4a;
    margin: 34px 0 24px;
}

.company_main p {
    font-size: 14px;
    color: #4a4a4a;
    font-size: 14px;
}

.company_rongyu {
    display: flex;
    flex-wrap: wrap;
}

.company_rongyu .rongyu_main {
    flex: 0 0 258px;
    width: 258px;
    overflow: hidden;
    margin-right: 38px;
}

.company_rongyu .rongyu_main:nth-child(3n) {
    margin-right: 0;
}