﻿
/*NewsDetail*/
.nei-banner {
    width: 100%;
    position: relative;
}

    .nei-banner .img img {
        width: 100%;
    }

    .nei-banner .text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,.3);
    }

        .nei-banner .text h3 {
            font-size: 50px;
            color: #fff;
        }

.bx-mb-nav {
    line-height: 1;
    margin-top: 60px;
    border-bottom: 0;
}

    .bx-mb-nav p {
        font-size: 18px;
        color: #707070;
        line-height: 1;
    }

    .bx-mb-nav i {
        font-size: 20px;
    }

    .bx-mb-nav a:hover {
        color: #008dce;
    }

.NewsDetail001 {
    margin-top: 20px;
    margin-bottom: 90px;
}

.NewsDetail001-title {
    text-align: center;
}

    .NewsDetail001-title h3 {
        font-size: 24px;
        color: #333;
    }

.tit_bar {
    margin-top: 15px;
}

.social-share {
    display: inline-block;
}

.tit_bar .text {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    margin: 0 3%;
}

.NewsDetail001-item {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.TurnPages {
    display: flex;
    justify-content: space-between;
}

    .TurnPages p {
        width: 40%;
    }

        .TurnPages p:nth-last-child(1) {
            text-align: right;
        }

    .TurnPages a {
        font-size: 16px;
        color: #000;
    }

        .TurnPages a:hover {
            color: #008dce;
        }

@media screen and (max-width: 1000px) {
    .nei-banner .img {
        height: 200px;
    }

        .nei-banner .img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .nei-banner .text h3 {
        font-size: 25px;
    }

    .bx-mb-nav {
        margin-top: 20px;
    }

        .bx-mb-nav p {
            font-size: 16px;
        }

    .NewsDetail001-title h3 {
        font-size: 20px;
    }

    .tit_bar .text {
        margin: 5px 3%;
    }

    .NewsDetail001 {
        margin-bottom: 30px;
    }

    .TurnPages {
        display: block;
    }

        .TurnPages p {
            width: 100%;
            text-align: left !important;
            margin: 5px 0;
        }

            .TurnPages p a {
                font-size: 14px;
            }
}



.Sidebar {
    position: fixed;
    right: 0px;
    bottom: 10%;
    background: #fff;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
    border-radius: 0px;
    z-index: 10;
    display: none;
}

    .Sidebar ul li {
        position: relative;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #878787;
        border-bottom: solid 1px #fff;
    }

        .Sidebar ul li a {
            display: block;
            padding: 5px;
            text-align: center;
            font-size: 12px;
            color: #fff;
        }

            .Sidebar ul li a p {
                padding-top: 5px;
            }

        .Sidebar ul li:hover {
            background: var(--color);
        }

            .Sidebar ul li:hover a {
                color: #fff;
            }

        .Sidebar ul li a .img-a {
            height: 20px;
        }

        .Sidebar ul li:last-child a .img-a {
            height: 20px;
            width: 25px;
        }
        /* .Sidebar ul li:hover a .img-a {
    filter: grayscale(200%) brightness(700%);
} */

        .Sidebar ul li .cl-fd {
            position: absolute;
            right: 70px;
            min-width: 120px;
            top: 0;
            background: #fff;
            padding: 10px;
            border-radius: 5px;
            font-size: 20px;
            color: #666666;
            white-space: nowrap;
            box-shadow: 0 2px 8px 1px rgba(198, 201, 208, 0.5);
            display: none;
        }

        .Sidebar ul li:hover .cl-fd {
            display: block;
        }

        .Sidebar ul li .cl-fd:before {
            content: '';
            border-color: transparent transparent transparent #fff;
            border-style: solid;
            border-width: 8px;
            position: absolute;
            right: -16px;
            top: 10px;
            z-index: 2;
        }

        .Sidebar ul li .cl-fd:after {
            content: '';
            border-color: transparent transparent transparent rgba(198, 201, 208, 0.4);
            border-style: solid;
            border-width: 9px;
            position: absolute;
            right: -18px;
            top: 9px;
        }

        .Sidebar ul li .cl-fd img {
            width: 100%;
        }



.wpsidebar-fkf {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 9999;
}

.fkf-item {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 6px;
    box-sizing: border-box;
    cursor: pointer;
}

    .fkf-item img {
        width: 30px;
        height: 30px;
    }

        .fkf-item img.hover {
            display: none;
        }

    .fkf-item:hover > img {
        display: none;
    }

    .fkf-item:hover img.hover {
        display: block;
    }

.fkf-cart > span {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ff6600;
    color: #fff;
    left: -12px;
    top: -12px;
    text-align: center;
    line-height: 24px;
}

.fkf-item-right {
    position: absolute;
    right: 35px;
    padding-right: 25px;
    top: -15px;
    display: none;
    text-align:left
}

.fkf-item:hover .fkf-item-right {
    display: block;
}

.fkf-item-right-content {
    width: 430px;
    border: 1px solid #ccc;
    border-top: 4px solid #ff6800;
    padding: 20px;
    padding-top: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    position: relative;
}

    .fkf-item-right-content .arrow, .right-content-ewm .arrow {
        position: absolute;
        width: 20px;
        height: 20px;
        right: -15px;
        top: 23px;
        z-index: 20;
    }

.fkf-item-right-content-top {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 66px;
    border-bottom: 1px solid #ccc;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    line-height: 22px;
}

    .fkf-item-right-content-top img {
        position: absolute;
        left: 0;
        top: 8px;
        width: 40px;
        height: 40px;
    }

    .fkf-item-right-content-top h2 {
        /*margin-bottom: 8px;*/
        color: #ff6800;
        font-size: 22px;
        word-wrap: break-word;
        white-space: initial;
    }

.fkf-item-right-content-bottom p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.fkf-item-right-content-bottom .content-bottom-item {
    display: inline-block;
    width: 32%;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.content-bottom-item img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-color: #333;
    vertical-align: top;
}

.content-bottom-item span {
    display: inline-block;
    line-height: 25px;
}

.content-bottom-item:hover img {
    background-color: #ff6800;
}

.content-bottom-item:hover span {
    color: #ff6800
}

.right-content-tele {
    width: 300px;
}

    .right-content-tele .fkf-item-right-content-top:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        padding-top: 10px;
    }

.right-content-ewm {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    position: relative;
    display: flex;
    flex-direction: row;
    width: max-content;
}

    .right-content-ewm .ewm div {
        width: 130px;
        height: 130px;
        margin: 0 auto;
        border-radius: 50%;
        margin-bottom: 10px
    }

        .right-content-ewm .ewm div img {
            width: 100px;
            height: 100px;
            margin-top: 15px;
            margin-left: 15px;
            background: #fff;
        }

    .right-content-ewm .ewm p {
        max-width: 130px;
        text-align: center;
        padding: 0 5px;
        text-align: center;
        font-size: 16px;
        color: #ff6800;
    }

.fkf-item-right-ewm {
    top: initial;
    bottom: -15px;
}

.right-content-ewm .arrow {
    top: initial;
    bottom: 23px;
}
.wpsidebar02 .fkf-item {
    background-color: #fe5d13;
}
.wpsidebar02 .fkf-item {
    border: 0px solid #ccc;
    padding: 11px;
}

.wpsidebar02 .fkf-item:hover {
    border: 0px solid #ccc;
    padding: 11px;
}

.wpsidebar02 .fkf-item {
    margin-bottom: 5px;
}

.wpsidebar02 .fkf-item {
    border-radius: 5px;
}

.wpsidebar02 .fkf-item {
    background-color: #fe5d13;
}

.wpsidebar02 .fkf-item:hover {
    background-color: #273272;
}

.wpsidebar02 .fkf-item-right-content {
    border-top-color: #fe5d13;
}

.wpsidebar02 .fkf-item-right-content-top h2,.wpsidebar02 .right-content-ewm .ewm p,.wpsidebar02 .content-bottom-item:hover span {
    color: #fe5d13;
}

.wpsidebar02 .fkf-cart>span,.wpsidebar02 .content-bottom-item:hover img {
    background-color: #fe5d13;
}

.wpsidebar02 .fkf-cart>span {
    background-color: #fe5d13;
}