* {
    user-select: none;
    font-size: 16px;
}

body {
    margin: 0;
    /* background-color: #efefef;*/
}

.top {
    background-color: #f5f5f5;
}

li {
    list-style: none;
}

.toubuul li {
    line-height: 70px;
    width: 200px;
    text-align: center;
    color: #fff;
    border: 1px #299af1 solid;
}

.toubuul1 li {
    line-height: 70px;
    width: 200px;
    color: #fff;
}

    .toubuul1 li:hover {
        color: #087cdc;
        cursor: pointer;
    }


.toubuul .active1 {
    background-color: #0C7EDF;
}

.menu {
    display: flex;
}

    .menu li {
        color: #000;
        line-height: 70px;
        padding: 0 75px;
        background-color: #eeeeee;
    }

    .menu .active {
        background-color: #118def;
        color: #fff;
    }

.lunbo2 li {
    display: flex;
    width: 600px;
    justify-content: space-between;
    list-style-type: disc;
}

.lunbo3 li {
    display: flex;
    width: 538px;
    justify-content: space-between;
    list-style-type: disc;
}

    .lunbo3 li .p1:hover,
    .lunbo2 li .p1:hover {
        color: #0679df;
        cursor: pointer;
    }

.fuwu {
    display: flex;
}

.fuwu1 {
    display: flex;
    margin-top: 30px;
    align-items: center;
    width: 400px;
}

    .fuwu1 p {
        margin-left: 10px;
        font-weight: 500;
        font-size: 16px;
    }

        .fuwu1 p:hover {
            color: #0679df;
            cursor: pointer;
        }

.yewujieshao p {
    width: 300px;
    background-color: #087ee0;
    color: #fff;
}

    .yewujieshao p:hover {
        color: red;
        cursor: pointer;
    }

.yewujieshao div {
    margin: 3px 0;
    background-color: #087ee0;
    align-items: center;
    display: flex;
}

    .yewujieshao div img {
        width: 30px;
        height: 30px;
        margin: 0 60px 0 30px;
    }

.yewuhover:hover {
    color: #4BDB5D !important;
}

.xiaoyuan {
    width: 1250px;
    display: flex;
    justify-content: space-between;
    overflow: hidden !important;
}

    .xiaoyuan div {
        text-align: center;
    }

        .xiaoyuan div p {
            margin: 0;
            line-height: 60px;
            background-color: #fff;
        }

            .xiaoyuan div p:hover {
                cursor: pointer;
            }

.sekuai a:hover {
    cursor: pointer;
}

.sekuai a {
    text-align: center;
    width: 216px;
}

.sekuai img {
    border: 1px #cccccc solid;
}

.sekuai p {
    font-size: 12px;
    margin: 0;
}

.btnn {
    background-color: transparent;
}

    .btnn:hover {
        background-color: #0679df;
        color: #fff;
    }

.youce img {
    width: 40px;
    height: 40px;
}

.youce {
    padding: 15px 10px;
    border-bottom: 1px #d0d0d0 solid;
    display: flex;
    background-color: #d0d0d0;
    flex-direction: column;
    align-items: center;
}

    .youce p {
        margin: 0;
    }

    .youce:hover {
        background-color: #eee;
        cursor: pointer;
    }

.bianse1:hover {
    color: #087cdc;
    cursor: pointer;
}

.bianse2:hover {
    color: #087cdc;
    cursor: pointer;
}

.xftitle {
    position: absolute;
    text-align: center;
    width: 560px;
    background: rgba(0,0,0,0.6);
    height: 40px;
    line-height: 40px;
    color: #FFF;
    bottom: 0;
}

.active2 {
    background-color: #1286db;
    color: white;
}

.xin {
    width: 1250px;
    margin: auto;
}

.yuan {
    border: 1px solid #46a1f2;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin-right: 10px;
}

.neirong li {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    color: #303639;
    font-size: 14px;
}

    .neirong li:hover {
        cursor: pointer;
        color: #299af1;
    }

.left_top {
    height: 113px;
    width: 252px;
    background-image: url("/img/tu/fqfm_05.jpg");
    text-align: center;
    line-height: 113px;
}

.left_ul {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
}

    .left_ul li {
        width: 100%;
        font-size: 20px;
        border-bottom: 1px solid #d3d3d3;
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        padding-right: 5px;
        box-sizing: border-box;
        padding-left: 10px;
    }

        .left_ul li:hover {
            cursor: pointer;
        }

.fenye {
    width: 100%;
    height: 40px;
    margin: 20px 0;
}

/* 自定义走马灯样式 */
.marquee-text {
    position: relative;
    overflow: hidden;
}

    .marquee-text ul {
        display: inline-block;
        white-space: nowrap;
        padding-left: 0; /* 初始位置在容器右侧 */
        animation: marquee 50s linear infinite;
    }

@keyframes marquee {
    0% {
        transform: translateX(0); /* 开始时位置 */
    }

    100% {
        transform: translateX(-100%); /* 结束时位置 */
    }
}
