@font-face {
    font-family: fzcs;
    src: url('fzcsjt.ttf');
}

.banner {
    margin: 0 auto;
    width: 100%;
    background: #14366c;
    position: relative;
    overflow: hidden;
}

.banner .banner-pic {
    width: 100% !important;
    height: 490px;
    background-size: cover !important;
    cursor: pointer;
}

.banner .w-1200 {
    position: relative;
    height: 100%;
}

.banner img {
    display: block;
    width: 100%;
}


.banner .carousel-indicators {
    justify-content: flex-end;
    position: absolute;
    align-items: flex-end;
    bottom: 32px;
}

.banner .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-color: #fff;
    border: none;
    opacity: 0.4;
    border-radius: 50px;
}

.banner .carousel-indicators li.active {
    opacity: 1;
}

.section-box {
    padding: 60px 0;
}

.section-box-row {
    display: flex;
    margin-bottom: 48px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.section-box-title {
    overflow: hidden;
    margin-bottom: 16px;
    border-bottom: 1px solid #14366c;
    padding-bottom: 16px;
}

.section-box-title span {
    font-family: fzcs;
    font-size: 24px;
    display: block;
    line-height: 32px;
    color: #14366c;
    width: calc(100% - 100px);
}

.section-box-title a {
    font-size: 14px;
    color: #14366c;
    border-radius: 50px;
    border: 1px solid #14366c;
    padding: 2px 16px;
    display: block;
}

.section-box-title a:hover {
    font-weight: bold;
}


.section-box-list {
    width: 57%;
}

.section-box-banner {
    width: 40%;
}

.section-box-list2, .section-box-list3, .section-box-list4 {
    width: 30%
}

.section-box-list ul li, .section-box-list2 ul li {
    cursor: pointer;
    color: #626262;
    font-size: 16px;
    line-height: 42px;
    overflow: hidden;
}

.section-box-list ul li:hover, .section-box-list2 ul li:hover, .section-box-list3 ul li:hover, .section-box-list4 ul li:hover {
    color: #14366c;
}


.section-box-list ul li span {
    width: calc(100% - 100px);
}

.section-box-list ul li b {
    font-weight: normal;
    display: block;
}

.section-box-list2 ul li {
    line-height: 52px;
}

.section-box-list2 ul li span {
    width: calc(100% - 66px);
}

.section-box-list2 ul li b {
    color: #14366c;
    border: 1px solid #14366c;
    padding: 0 5px;
    display: block;
    line-height: 25px;
    margin-top: 12px;
}

.section-box-list3 ul li {
    cursor: pointer;
    color: #626262;
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px dashed #626262;
    padding: 10px 0;
}

.section-box-list3 ul li span {
    line-height: 32px;
}

.section-box-list3 ul li b {
    font-weight: normal;
}

.section-box-list4 ul li {
    cursor: pointer;
    color: #626262;
    font-size: 16px;
    line-height: 44px;
    overflow: hidden;
    position: relative;
    padding-left: 12px;
}

.section-box-list4 ul li:before {
    position: absolute;
    left: 0;
    top: 20px;
    content: ' ';
    width: 2px;
    height: 2px;
    background: #626262;
}

.section-box-banner .banner-pic {
    width: 100% !important;
    height: 360px;
    background-size: cover !important;
}


.section-box-banner .carousel-indicators {
    justify-content: flex-end;
    position: absolute;
    align-items: flex-end;
    margin-right: 4%;
}

.section-box-banner .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-color: #fff;
    border: none;
    opacity: 0.4;
    border-radius: 50px;
}

.section-box-banner .carousel-indicators li.active {
    opacity: 1;
}

.section-box-banner span.text-ellipsis {
    position: absolute;
    background: rgba(20, 54, 108, 0.6);
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 40px;
    display: block;
    padding: 0 165px 0 16px;
    color: #fff;
}

.video-box {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -120px;
    width: 300px;
    height: 240px;
    background: #000;
    z-index: 99;
    border: 2px solid #ae4d18;
    overflow: hidden;
    border-left: none;
}

.video-box-title {
    line-height: 40px;
    overflow: hidden;
    background: #14366c;
}

.video-box-title span {
    width: calc(100% - 60px);
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
}

.video-box-title a {
    display: block;
    width: 40px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.video-box-title a:hover {
    opacity: 0.7;
    color: #fff !important;
}

.video-box video {
    width: 300px;
    height: 200px;
    background: #000;
    object-fit: cover;
    cursor: pointer;
    outline: none;
}

.video-box img {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 71px;
    width: 50px;
    margin-left: -25px;
    z-index: 100;
    cursor: pointer;
}

.video-box img:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1250px) {
    .section-box {
        padding: 24px;
    }
}

@media screen and (max-width: 768px) {
    .section-box-row {
        display: block;
    }

    .section-box-banner, .section-box-list, .section-box-list2, .section-box-list3, .section-box-list4 {
        width: 100%;
        margin-bottom: 32px;
    }

    .section-box-row {
        margin-bottom: 32px;
    }

    .section-box-banner .banner-pic {
        height: 230px;
    }

    .banner .banner-pic {
        height: 280px;
    }
}
