.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: 24px;
    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: 8px;
}

.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;
    box-sizing: border-box;
}

#swiper_newImg1 img {
    width: 850px;
    object-fit: contain;
}


/* 当前位置 */

.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;
}

#swiper_newImg {
    width: 100%;
    min-width: 1200px;
}

#swiper_newImg .swiper-container {
    width: 100%;
}
#swiper_newImg .swiper-container img {
    width: 100%;
    overflow: top;
}
.swiper-container video{
    width: 100%;
}
#swiper_newImg .swiper-slide {
    width: 100% !important;
}