@charset "utf-8";

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -3px;
}

.banner .swiper-pagination {
    width: 100% !important;
    padding: 5px 0;
    z-index: 1;
}

.swiper-pagination-bullet {
    background: rgba(24, 22, 202, 1);
    margin: 0 3px;
}

.swiper-container {
    --swiper-theme-color: linear-gradient(180deg, #0754A6, #0A6FC3, #0971C5);
}

/* banner */
/* .banner a img, */
.banner {
    width: 100%;
    height: 3rem;
    overflow: hidden;
}

.banner a .banner-text,
.banner a img {
    border-radius: 5px;
}

.banner a img {
    object-fit: cover;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.banner a .banner-text {
    position: absolute;
    top: 0;
    background: rgba(76, 76, 144, 0.3);
    padding: 0.2rem;
    height: 100%;
    width: 100%;
    color: #fff;
    display: block;
}

.banner a .banner-text h3 {
    font-size: 0.35rem;
    line-height: 2;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.banner a .banner-text p {
    font-size: 0.25rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* ========     content  start  =========== */
/* ======     图标导航  ========= */
.nav-box {
    display: block;
    text-align: center;
    min-width: 25%;
    width: auto;
    cursor: pointer;
    margin: 0 0 0.1rem;
    padding: 0 0.05rem;
}

.nav-box .box-bg {
    display: block;
    padding: 0.3rem 0;
    /* background: rgba(222, 225, 241, 0.7); */
}

.nav-box .nav-text {
    color: #333;
}

.nav-icon {
    width: 0.45rem;
    height: 0.45rem;
    display: inline-block;
    color: rgb(5 28 109);
    margin: 0 auto 0.1rem;
}

.nav-icon svg {
    width: 100%;
    height: 100%;
}

.nav-box:hover a,
.nav-box:hover .box-bg .nav-text {
    text-decoration: none;
    color: rgba(3, 92, 172, 1);
}

.nav-box .nav-icon i,
.nav-box .nav-icon .basic-icon {
    font-size: 0.5rem;
}

.nav-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.nav-box .nav-text {
    font-size: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ======     图标导航  ========= */

/* ======     标题  ========= */
.graphic .title {
    border-bottom: 1px solid #e2e2e2;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
    padding: 5px;
}

.graphic .title h2 {
    font-size: 0.4rem;
}

.graphic .title h2:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 1em;
    border-radius: 6px;
    background: #4a97ff;
    margin: -2px 0;
    margin-right: 5px;
}

.graphic .title .more {
    font-size: 0.3rem;
    color: #007bff;
    padding-top: 2px;
}

/* ======     标题  ========= */
.graphic_nav_tab {
    background: rgb(239 239 241);
    overflow: hidden;
    height: 0.8rem;
}

.graphic_nav_ul {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    padding: 0 0 20px;
}

.graphic_nav_ul li {
    font-size: 0.35rem;
    color: rgba(16, 16, 16, 0.5);
    padding: 0 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    white-space: nowrap;
    display: inline-block;
    background: rgb(239 239 241);
    cursor: pointer;
}

.graphic_nav_ul li.active {
    border-bottom: 3px solid #103c8b;
    color: rgba(16, 16, 16, 1);
}

.graphic_nav_box {
    width: 100%;
    height: auto;
}

.graphic_nav_box_item {
    margin: 20px 5px;
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0 0 5px 0 #ccc;
    display: none;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.graphic_nav_box_item_header_img {
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding-bottom: 10px;
}

.graphic_nav_box_item_header_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.graphic_nav_box_item_header_title {
    font-size: 0.35rem;
    color: #333;
    text-align: center;
    line-height: 2;
    margin: 10px auto;
}

.graphic_nav_box_item_body_list {
    text-align: left;
    line-height: 2;
    margin: 5px auto 0.5rem;
}

.graphic_nav_box_item_body_list li a {
    color: #666;
    font-size: 0.3rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-top: 0.2rem;
    border-bottom: 1px dashed #ddd;
}
.graphic_nav_box_item_body_list li:hover a{
    color: #333;
    border-color: #333;
}
.graphic_nav_box_item_foot .more {
    border: 1px solid #132477;
    color: #132477;
    background: #fff;
    border-radius: 0.5rem !important;
}

.graphic_nav_box_item.active {
    display: block;
    animation: mymove 0.3s 1;
    -webkit-animation: mymove 0.3s 1;
    /*Safari and Chrome*/
}

@keyframes mymove {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}

@-webkit-keyframes mymove {

    /*Safari and Chrome*/
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}