.boxindex {
    position: relative;
    overflow: hidden;
    padding: 0 0px;
    background: var(--n);
    display-radio: 1;
    background-color: var(--n);
    margin-left: auto;
    margin-right: auto;
    background_radio: 2;
    max-width: none;
    width: auto;
    min-height: 0px
}
.boxindex a{ color:#FFFFFF;}
.boxindex .saf-cnCate {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.boxindex .saf-cnCate .e_image-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
    background: #000;
    filter: grayscale(0%)
}

.boxindex .saf-cnCate .e_image-2.actived {
    opacity: 1;
    visibility: visible
}

.boxindex .e_loop-1 {
    width: 100%;
    position: relative;
    z-index: 2;
    display-radio: 1
}

.boxindex .e_loop-1 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

.boxindex .e_loop-1 .p_loopitem {
    flex: 1;
    position: relative;
    text-align: center;
    height: 100vh;
    max-height: 900px;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 180px 15px 0;
    transition: all 0.8s
}

@keyframes linemove {
    from {
        top: 0px
    }

    to {
        top: 100%
    }
}

.boxindex .e_loop-1 .p_loopitem:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(14, 114, 210, 1));
    opacity: 0.6;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    transition: all 0.5s
}

.boxindex .e_loop-1 .p_loopitem:after {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background: linear-gradient(0deg, transparent, #fff, transparent);
    position: absolute;
    right: -1px;
    top: 40%
}

.boxindex .e_loop-1 .p_loopitem:last-child {
    border: none
}

.boxindex .e_loop-1 .p_loopitem:last-child:after {
    display: none
}

.boxindex .e_loop-1 .p_loopitem:nth-child(1):after {
    animation: linemove 2s infinite alternate linear
}

.boxindex .e_loop-1 .p_loopitem:nth-child(2):after {
    animation: linemove 2.5s infinite alternate linear
}

.boxindex .e_loop-1 .p_loopitem:nth-child(3):after {
    animation: linemove 3.5s infinite alternate linear
}

.boxindex .e_loop-1 .p_loopitem:nth-child(4):after {
    animation: linemove 3s infinite alternate linear
}

.boxindex .e_loop-1 .p_loopitem.actived {
    padding: 180px 15px 0
}

.boxindex .e_loop-1 .p_loopitem.actived:before {
    width: 100%
}

.saf-make .boxindex .e_loop-1 .p_loopitem {
    flex: 1;
    position: relative;
    text-align: center;
    height: auto
}

.boxindex .e_loop-1 .p_page {
    text-align: center
}

.boxindex .e_loop-1 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

.boxindex .e_loop-1 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

.boxindex .e_loop-1 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

.boxindex .e_loop-1 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

.boxindex .e_loop-1 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

.boxindex .e_loop-1 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

.boxindex .e_loop-1 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

.boxindex .e_loop-1 .p_s_option {}

.boxindex .e_loop-1 .multSelect {
    font-size: 13px;
    position: relative
}

.boxindex .e_loop-1 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

.boxindex .e_loop-1 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

.boxindex .e_loop-1 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

.boxindex .e_loop-1 .multSelect ul,
li {
    list-style: none
}

.boxindex .e_loop-1 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

.boxindex .e_loop-1 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

.boxindex .e_loop-1 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

.boxindex .e_loop-1 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

.boxindex .e_loop-1 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

.boxindex .e_loop-1 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

.boxindex .e_loop-1 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

.boxindex .e_loop-1 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

.boxindex .e_loop-1 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

.boxindex .e_loop-1 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

.boxindex .e_loop-1 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

.boxindex .e_loop-1 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

.boxindex .e_loop-1 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

.boxindex .e_loop-1 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

.boxindex .e_loop-1 .p_split {
    margin: 0 5px
}

.boxindex .e_loop-1 .p_normal {
    margin-right: 16px
}

.boxindex .e_loop-1 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

.boxindex .e_loop-1 .input-check,
.boxindex .e_loop-1 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

.boxindex .e_loop-1 .position-left {
    display: flex
}

.boxindex .e_loop-1 .position-right {
    display: flex;
    flex-direction: row-reverse
}

.boxindex .e_loop-1 .position-top {}

.boxindex .e_loop-1 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

.boxindex .e_loop-1 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

.boxindex .e_loop-1 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY(-45deg);
    transform: skewY(360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

.boxindex .e_loop-1 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

.boxindex .e_loop-1 .p_active .p_mbutton::before {
    display: block
}

.boxindex .e_loop-1 .p_active .p_mbutton::after {
    display: block
}

.boxindex .e_loop-1 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

.boxindex .e_loop-1 .p_filter_result {
    display: inline-block
}

.boxindex .e_loop-1 .p_contclear {
    cursor: pointer
}

.boxindex .e_loop-1 .swiper-container {
    padding-bottom: 30px
}

.boxindex .e_loop-1 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

.boxindex .e_loop-1 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

.boxindex .e_loop-1 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

.boxindex .e_loop-1 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

.boxindex .e_loop-1 .p_filter_result {
    display: none
}

.boxindex .e_loop-1 .p_contclear {
    display: none
}

.boxindex .e_loop-1 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

.boxindex .e_loop-1 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

.boxindex .e_image-2 {
    overflow: hidden
}

.boxindex .e_image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.96;
    transition: all 4s;
    transform: scale(1.2)
}

.boxindex .e_image-2.actived img {
    transform: scale(1)
}

.boxindex .e_h3-3 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    transition: all 0.8s;
    margin: 0;
    position: relative;
    z-index: 6;
    font_radio: 2;
    display-radio: 1
}

.boxindex .e_text-4 {
    line-height: 1.6;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.71);
    padding-top: 10px;
    position: relative;
    z-index: 6;
    font_radio: 2;
    display-radio: 1;
    text-transform: uppercase;
    text-align: center;
    font-family: Arial
}

.boxindex .e_loop-1 .p_loopitem.actived .e_h3-3 {
    color: #fff
}

.boxindex .e_text-5 {
    line-height: normal;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    font_radio: 2;
    display-radio: 1
}

.boxindex .e_loop-1 .p_loopitem.actived .e_text-5 {
    opacity: 1
}

.boxindex .e_richText-8 {
    max-width: 160px;
    margin: 0 auto;
    font_radio: 1;
    display-radio: 1
}

.boxindex .e_richText-8 img {
    max-width: 100%
}

/*.saf-cn-link span:after {
    content: "";
    display: block;
    width: var(--lh);
    height: var(--lh);
    border: 1px var(--lt) dashed;
    border-radius: 50%;
    transition: all 0.5s
}*/

.saf-cn-link span svg {
    width: auto;
    height: 20px;
    fill: var(--lt);
    position: absolute;
    margin-left: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.saf-cn-link span {
	display: block;
    width: var(--lw);
    height: var(--lh);
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	transition: all 0.5s;

}

.saf-cn-link a {
    display: flex;
    position: relative;
    align-items: center
}

.saf-cn-link {
    --lw: 50px;
    --lh: 60px;
    --lt: #fff;
    --lsvg: #fff;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-top: 50px; cursor:pointer;
}

.saf-cn-link:hover span {
    overflow: visible;
    margin-right: 30px
}

.saf-cn-link:hover span:before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.boxindex .e_richText-9 blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px
}

.boxindex .e_richText-9 blockquote span {
    position: relative;
    z-index: 6
}

.boxindex .e_richText-9 ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px
}

.boxindex .e_richText-9 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

.boxindex .e_richText-9 ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px
}

.boxindex .e_richText-9 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.6;
    font-weight: normal;
    text-align: center;
    font-family: Arial;
    position: relative;
    z-index: 6;
    margin-top: 20px;
    line-height: 1.6;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    white-space: pre-line
}

.boxindex .e_image-10 {
    overflow: hidden;
    display-radio: 1;
    max-width: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; z-index:3;
}

.boxindex .e_image-10 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media screen and (max-width:768px) {
    .boxindex {
        padding: 0
    }

    .boxindex .e_loop-1 .p_loopitem {
        height: auto;
        flex: 0 0 100%;
        padding: 0;
        border: none;
        background: rgba(14, 114, 210, 90%)
    }

    .boxindex .e_loop-1 .p_loopitem:before {
        display: none
    }

    .boxindex .e_loop-1 .p_loopitem:after {
        display: none
    }

    .boxindex .e_loop-1 .p_loopitem.actived {
        padding: 0
    }

    .boxindex .e_loop-1 .p_loopitem.actived:before {
        display: none
    }

    .boxindex .e_image-2 img {
        opacity: 1;
        transform: scale(1)
    }

    .boxindex .e_text-5 {
        opacity: 1;
        zoom: 0.8;
        padding-top: 20px;
        padding-bottom: 50px
    }

    .boxindex .e_h3-3 {
        font-size: 20px;
        font_radio: 2;
        display-radio: 1
    }

    .boxindex .e_text-4 {
        padding-top: 10px;
        display: none
    }

    .boxindex .e_image-2 {
        overflow: hidden;
        margin-bottom: 30px
    }

    .boxindex .e_image-10 {
        display-radio: 1;
        max-width: 50px
    }

    .boxindex .e_richText-9 {
        font_radio: 2;
        display-radio: 1;
        font-size: 14px;
        color: rgba(255, 255, 255, 1);
        line-height: 1.5;
        margin-top: -15px
    }
}

@media screen and (min-width: 769px) {
    .saf-cn-link span:before {
        content: "";
        margin-left: 5px;
        display: block;
        width: var(--lh);
        height: var(--lh);
        background: #ED1B23;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(0.2);
        border-radius: 50%;
        opacity: 0;
        transition: all 0.5s
    }

    .boxindex .e_text-4 {
        display: none
    }

    .boxindex .e_loop-1 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 5)
    }
}