﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

html {
    overflow: hidden;
}

html, body {
    width: 100%;
    height: 100%;
    margin-left: 0;
    /*min-width: 1360px;*/
    display: flex;
    justify-content: center;
    background: #F4F4F4;
}

/*-- 顶部广告栏 --*/

.advert {
    width: 100%;
    height: 70px;
    background: #454f5b;
    position: relative;
}

    .advert .advert-con, .navigation .navigation-con {
        width: 1200px;
        margin: auto;
    }

        .advert .advert-con div {
            float: left;
        }

        .advert .advert-con .img-con {
            margin: 20px 8px 0 200px;
            min-width: 75px;
        }

.img_Delete {
    margin-top: 6px;
    margin-left: 6px;
    cursor: pointer;
    position: absolute;
    width: 18px;
    float: left;
}

    .img_Delete:hover {
        transform: scale(1.02); /* ---移入放大--- */
        box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.15);
    }

.a1 {
    height: 25px;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    line-height: 63px;
    margin-top: 23px;
}

.a2 {
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 63px;
    margin-top: 25px;
}

.ad_btn {
    width: 104px;
    height: 34px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    margin-top: 16px;
    margin-left: 16px;
    color: #FFFFFF;
    cursor: pointer;
    background: none;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
}

    .ad_btn:hover, .ad_btn a:hover {
        /*opacity:0.6;
        background-color:#fff;
        color:#333;*/
        opacity: 0.8;
    }

    .ad_btn a {
        color: #FFFFFF;
    }
/*-- 顶部导航栏 --*/
.navigation {
    width: 100%;
    height: 96px;
    background: #ffffff;
}

    .navigation > img {
        height: 28px;
        /*margin-left:19%;*/
        margin-top: 36px;
    }

    .navigation .navi-left {
        float: left;
    }

    .navigation .nav-item-child > a:first-child {
        /*margin-left: 50px;*/
        margin-top: 42px;
        height: 17px;
        font-size: 16px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 36px;
        padding: 0 0;
        border: 0;
    }
    /*.navigation .navi-left a:hover, .nav-item-child .nav-child-menu li:hover:first-child a {
                color: #E1251B;
                cursor: pointer;
            }*/

    .navigation .navi-left .nav-item {
        float: left;
        width: 510px;
        margin-left: 65px;
        padding-top: 35px;
        display: flex;
        justify-content: space-between;
        align-items: start;
        text-align: center;
    }

        .navigation .navi-left .nav-item .nav-item-child {
            /*flex:1;*/
            position: relative;
        }

.navi-left .nav-item .nav-item-child li {
    width: 223px;
    height: 45px;
    line-height: 45px;
    text-align: left;
}

    .navi-left .nav-item .nav-item-child li:hover {
        box-shadow: 0px 0px 16.38px 6px rgba(233,232,232,0.15);
    }

.nav-item .nav-item-child .nav-child-menu {
    background-color: #ffffff;
    z-index: 99999;
    display: none;
    position: absolute;
    top: 36px;
    left: 0px;
    animation: toShowChild 0.25s ease-in 0s forwards;
}

/*hover*/

.nav-item-child:hover > a:first-child {
    color: #E1251B;
    cursor: pointer;
}

.nav-child-list:hover {
    background-color: #F4F4F4;
    cursor: pointer;
}

.nav-grandchild-list:hover > a:first-child {
    color: #E1251B;
    border-bottom: 1px #E1251B solid;
    cursor: pointer;
}

.nav-greatgrand-list:hover > a:first-child {
    color: #E1251B;
    cursor: pointer;
}

@keyframes toShowChild {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*.nav-item-child .nav-child-menu li {
                    padding: 15px 20px 10px 20px;
                }*/


/*二级*/
.nav-grandchild-menu {
    background-color: #ffffff;
    opacity: 0.8;
    z-index: 99999;
    display: none;
    position: absolute;
    left: 223px;
    top: 0;
    animation: toShowChild 0.25s ease-in 0s forwards;
    cursor: default;
}

/*三级*/
.nav-greatgrand-menu {
    background-color: #ffffff;
    opacity: 0.8;
    z-index: 99999;
    display: none;
    position: absolute;
    left: 223px;
    top: 0;
    animation: toShowChild 0.25s ease-in 0s forwards;
    cursor: default;
    overflow-y: scroll;
}

    .nav-greatgrand-menu::-webkit-scrollbar {
        display: none; /* 隐藏滚动条 */
    }

.nav-child-list a {
    display: block;
    /*margin:10px 15px;*/
    font-size: 16px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    color: #666666;
}
/*1-2*/
.nav-item-child:hover .nav-child-menu {
    display: block;
    float: right;
    box-shadow: rgba(0, 0, 0, 0.1) -1px 2px 6px;
}

.nav-child-list:hover .nav-grandchild-menu {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
    display: block;
}

.nav-child-list:hover .nav-greatgrand-menu {
    display: none;
}

/*2-3*/
.nav-grandchild-list:hover .nav-greatgrand-menu {
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 6px;
    display: block;
}

.nav-grandchild-list {
    flex-wrap: nowrap;
}

    .nav-grandchild-list:hover:first-child .nav-greatgrand-menu {
        display: block;
    }

.threeLevelMenu {
    background-color: #ffffff;
    box-shadow: 0px 0px 16.38px 6px rgba(233,232,232,0.32);
}

.navigation .navi-left .nav-item a.active {
    color: #E1251B;
    cursor: pointer;
}

.navigation .navigation-con .navi-left .img-con {
    float: left;
    width: 228px;
    margin-top: 30px;
}

    .navigation .navigation-con .navi-left .img-con a {
        margin-left: 0px;
        line-height: 0px;
    }

    .navigation .navigation-con .navi-left .img-con img {
        margin: 0 20px;
    }

.textSerch {
    box-sizing: border-box;
    width: 254px;
    height: 48px;
    border: 1px solid #d8d8d8;
    border-radius: 10px 0px 0px 10px;
    margin-top: 29px;
    padding-left: 16px;
}

    .textSerch:focus {
        transform: scale(1);
        /*box-shadow: 5px 0px 20px 5px rgba(0,0,0,0.15);*/
        border: 1px solid #E1251B;
    }


.btnSerch {
    font-size: 16px;
    margin-top: 29px;
    width: 82px;
    height: 48px;
    border-radius: 0px 10px 10px 0px;
    border: 0px solid #E1251B;
    background: #E1251B;
    color: #FFFFFF;
    cursor: pointer;
}

    .btnSerch:hover {
        transform: scale(1.02);
        box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.15);
    }

/*-- 轮播图部分 --*/
.content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

#banner {
    position: relative;
    height: 510px;
    width: 100%;
    margin-bottom: 40px;
}

    #banner .indicator {
        height: 3px;
        z-index: 999;
        position: absolute;
        bottom: 20px;
    }

        #banner .indicator .item {
            float: left;
            width: 24px;
            margin-left: 6px;
            height: 3px;
            background-color: rgba(0,0,0,0.5);
            cursor: pointer;
            border-radius: 2px;
        }

            #banner .indicator .item:hover {
                background-color: #E1251B;
            }

        #banner .indicator div.active {
            background-color: #E1251B;
        }

    #banner .carousel-prev {
        left: 20%;
    }

    #banner .carousel-next {
        right: 1%;
    }

    #banner .carousel-prev, #banner .carousel-next {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 210px;
        cursor: pointer;
        background-color: rgba(0,0,0,0.15);
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        padding-top: 13px;
        padding-left: 18px;
    }

        #banner .carousel-prev:hover, #banner .carousel-next:hover {
            background-color: #E1251B;
        }

    #banner .carousel-next {
        float: right;
        /*padding-top: 17px;
        padding-left: 24px;*/
    }

.side-menu {
    width: 1200px;
    margin: auto;
    position: relative;
    top: -100%;
}
/*-- 上下切换图片按钮 --*/
.prev-btn,
.next-btn {
    width: 70px;
    height: 70px;
    opacity: 0.15;
    background: #000000;
    position: absolute;
    text-align: center;
    border-radius: 50%;
}

    .prev-btn:hover {
        opacity: 0.25;
    }

    .next-btn:hover {
        opacity: 0.25;
    }

/*-- 左侧三级菜单栏 --*/

.menu-list {
    top: 0;
    font-size: 16px;
    position: absolute;
    left: 0;
    /*margin-left: 19%;*/
    width: 223px;
    height: 510px;
    background: #ffffff;
    box-shadow: -8px 0px 20.58px 0.16px rgba(154,154,154,0.13);
    opacity: 0.65;
    filter: Alpha(opacity=65);
}

    .menu-list:hover {
        opacity: 1;
        filter: Alpha(opacity=100);
    }

    .menu-list > li {
        color: black;
        height: 45px;
        cursor: pointer; /* 鼠标移入变为小手 */
    }

        .menu-list > li > a > div {
            font-family: Microsoft YaHei, Microsoft YaHei-Regular;
            font-weight: 400;
            color: #666666;
            text-align: left;
            margin-left: 17px;
            margin-right: 23px;
            line-height: 36px;
        }

        .menu-list > li:hover > a > div {
            /*color: #E1251B;*/
        }

        .menu-list > li:hover {
            background: #f4f4f4;
            color: #E1251B;
        }
        /*.menu-list > ul > li:hover > a > div > span {
        color: #E1251B;
    }*/
        .menu-list > li > a > div > span {
            line-height: 42px;
        }

            .menu-list > li > a > div > span:nth-child(1) {
                float: left;
                width: 90%;
            }

            .menu-list > li > a > div > span:nth-child(2) {
                float: right;
            }

/*-- 左侧二级菜单 --*/

.menu-box {
    font-size: 16px;
    color: black;
    height: 510px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 223px;
    display: none;
    /*padding: 5px 0;*/
    width: 200px;
}

    .menu-box > ul {
        width: 200px;
    }

.menu-list > li:hover > .menu-box {
    display: block;
}


.menu-box > ul > li {
    height: 45px;
    overflow: hidden;
    color: #333333;
    margin-left: 15px;
}

    .menu-box > ul > li:hover p {
        border-bottom: 1px solid #E1251B;
        /*background: #f4f4f4;*/
        color: #E1251B;
    }

    .menu-box > ul > li:hover > a, .menu-box > ul > li:hover span {
        color: #E1251B;
    }

    .menu-box > ul > li > a > p {
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        text-align: center;
        /*  margin-top: 15px;*/
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 5px;
        padding-right: 5px;
        overflow: auto;
    }

        .menu-box > ul > li > a > p > span:nth-child(1) {
            float: left;
            width: 90%;
            text-align: left;
            line-height: 42px;
        }

        .menu-box > ul > li > a > p > span:nth-child(2) {
            float: right;
            line-height: 42px;
        }

/*-- 左侧三级菜单 --*/

.menu-box .menu-box-box {
    height: 510px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 200px;
    display: none;
    width: 224px;
    z-index: 9999; /*这里轮播按钮挡住菜单了*/
}

.menu-box > ul > li:hover .menu-box-box {
    display: block;
}

.menu-box-box > ul {
    width: 224px;
    float: left;
}

    .menu-box-box > ul > li {
        /*padding-top:15px;*/
        padding-left: 15px;
        height: 50px;
        overflow: hidden;
        line-height: 42px;
    }

        .menu-box-box > ul > li > img {
            width: 24px;
            height: 24px;
        }

        .menu-box-box > ul > li > a.boxitem {
            width: 205px;
            height: 50px;
            display: inline-block;
            font-size: 16px;
        }

        .menu-box-box > ul > li:hover a {
            color: #E1251B;
        }

/*-- 右侧登录栏 --*/

.login-list {
    top: 0;
    right: 0;
    position: absolute;
    margin-left: 70%;
    width: 218px;
    height: 510px;
    background: #ffffff;
    box-shadow: -8px 0px 20.58px 0.16px rgba(154,154,154,0.13);
    /*设置登录背景图片*/
    background-image: url('../images/Home/denglubeijing.png');
}

.bjdl {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.wztx {
    position: page;
    width: 141px;
    height: 46px;
    margin-top: 40px;
    margin-left: 39px;
}

.ljdl {
    margin-top: 30px;
    margin-left: 35px;
    width: 149px;
    height: 41px;
    background: #E1251B;
    border-radius: 20px;
    position: absolute;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
}

    .ljdl:hover {
        transform: scale(1.02); /* ---移入放大--- */
        box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.15);
    }

.grzx {
    margin-top: 30px;
    margin-left: 35px;
    width: 149px;
    height: 42px;
    background: #E1251B;
    border-radius: 20px;
    position: absolute;
    color: #ffffff;
    cursor: pointer;
    line-height: 42px;
    font-size: 18px;
}

    .grzx:hover {
        transform: scale(1.02); /* ---移入放大--- */
        box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.15);
    }

    .grzx a {
        font-size: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #ffffff;
        line-height: 42px;
        margin: 0px 38px;
    }

.homeljzc {
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #E1251B;
    /*line-height: 48px;*/
    margin-top: 86px;
    margin-left: 76px;
    cursor: pointer;
}


/*快捷入口前后中横线*/
.kjrk:before,
.kjrk::after {
    content: "";
    position: absolute;
    background: #e1e1e1;
    height: 1px;
    width: 50px;
    top: 44.5%;
}

.kjrk:after {
    left: 19px;
    background-color: #e1e1e1;
}

.kjrk:before {
    right: 19px;
    background-color: #e1e1e1;
}

/*快捷入口登录后前后中横线*/
.kjrk2::before,
.kjrk2::after {
    content: "";
    position: absolute;
    background: #e1e1e1;
    height: 1px;
    /*transform:scaleY(0.5);*/
    width: 50px;
    top: 295px;
}

.kjrk2:after {
    left: 19px;
}

.kjrk2:before {
    right: 19px;
}

/*-- 快捷入口处 --*/

.div_kjrk {
    margin-top: 23px;
}

    .div_kjrk span {
        font-size: 16px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #666666;
        /*line-height: 48px;*/
        margin-top: 16px;
        margin-left: 77px;
    }

    .div_kjrk a span {
        font-size: 16px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #666666;
    }

    .div_kjrk a img {
        margin-left: 89px;
        margin-top: 18px;
        width: 40px;
        height: 40px;
        cursor: pointer; /*鼠标移入时改为小手*/
    }

/*-- 中间展示处 --*/

.show {
    margin: auto;
    margin-top: 0px;
    height: 454px;
    width: 1200px;
    margin-bottom: 40px;
    position: relative;
}

.show_box {
    /*height:30px;*/
}

    .show_box > span {
        font-size: 30px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 30px;
    }

    .show_box > a {
        height: 17px;
        font-size: 16px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        float: right;
        color: #333333;
        line-height: 36px;
    }

        .show_box > a span {
            cursor: pointer;
        }

.zxcp01 {
    position: absolute;
    width: 285px;
    height: 454px;
    background: #fff;
}

    .zxcp01 img {
        width: 214px;
        height: 188px;
        margin: 92px 35px;
        background-color: #fff;
        border-radius: 10px 10px 0 0;
    }

.zxcp {
    position: relative;
    width: 915px;
    height: 138px;
    margin-left: 289px;
}

.zxcp_box {
    position: absolute;
    width: 285px;
    height: 454px;
    margin-top: 32px;
    margin-left: 29px;
}

.zxcp-box {
    position: absolute;
    margin-left: 35px;
    margin-top: 235px;
    background: #fff;
    padding: 12px;
    width: 214px;
    border-radius: 0 0 10px 10px;
}

    .zxcp-box > p {
        font-size: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        line-height: 26px;
    }

        .zxcp-box > p:nth-child(1) {
            color: #000000;
        }

        .zxcp-box > p:nth-child(2) {
            font-size: 16px;
            color: #000;
            margin-top: 10px;
        }

        .zxcp-box > p:nth-child(3) {
            font-size: 18px;
            color: #e1251b;
        }

    .zxcp-box .btn {
        border: none;
        background-color: transparent;
        outline: none;
        cursor: pointer;
        padding-top: 4px;
    }

.zxcp_go {
    width: 125px;
    height: 42px;
    text-align: center;
    position: absolute;
    margin-top: 345px;
    margin-left: 75px;
    background: #ec0404;
    cursor: pointer;
}

    .zxcp_go::after {
        margin: 10px 0;
        color: #fff
    }

    .zxcp_go::before,
    .zxcp_go::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
    }

    .zxcp_go::before {
        border-left: 21px solid transparent;
        border-right: 21px solid transparent;
        border-bottom: 16px solid #ec0404;
        left: -29px;
        top: 13px;
        transform: rotate(-90deg);
    }

    .zxcp_go::after {
        border-left: 21px solid transparent;
        border-right: 21px solid transparent;
        border-bottom: 16px solid #ec0404;
        right: -29px;
        top: 3px;
        transform: rotate(90deg);
    }

    .zxcp_go p {
        margin: 10px 0;
        color: #fff;
        position: relative;
    }

.public-li {
    position: relative;
    width: 285px;
    height: 217px;
    background: #ffffff;
    float: left;
    margin: 0px 0px 19px 19px;
}

    .public-li .img {
        width: 100%;
        text-align: center;
        height: 138px;
    }

    .public-li .title {
        font-family: Microsoft YaHei;
        font-size: 16px;
        line-height: 36px;
        width: 100%;
        text-align: center;
        font-weight: 400;
        color: #333333;
    }

    .public-li .price {
        font-size: 16px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        line-height: 36px;
        width: 100%;
        text-align: center;
        color: #EC0404
    }

    .public-li > a {
        width: 285px;
        height: 217px;
        display: block;
    }

    .public-li img {
        text-align: center;
        height: 100%;
    }

    .public-li p {
        text-align: center;
        height: 18px;
        font-size: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #333333;
        /*line-height:36px;*/
    }

        .public-li p:nth-child(2) {
            color: #333333;
            margin-top: 9px;
        }

        .public-li p:nth-child(3) {
            color: #b0b0b0;
            margin-top: 12px;
            height: 14px;
            font-size: 18px;
        }

    .public-li:hover {
        box-shadow: 0px 0px 16.38px 6px rgba(233,232,232,0.72);
    }

.sellwell {
    clear: both;
}

    .sellwell .swiperleft, .sellwell .swiperright {
        width: 36px;
        height: 36px;
        /*float: left;*/
        margin-top: 170px;
        cursor: pointer;
        background-color: rgba(0,0,0,0.15);
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        padding-top: 6px;
        padding-left: 14px;
        font-size: 20px;
        font-family: FangSong;
        font-weight: 600;
        color: white;
    }

    .sellwell .swiperleft {
        position: absolute;
        top: 0%;
        left: -5%;
    }

    .sellwell .swiperright {
        position: absolute;
        top: 0%;
        right: -5%;
    }

        .sellwell .swiperleft:hover, .sellwell .swiperright:hover {
            background-color: #E1251B;
        }

.sellwell {
    margin: 30px auto 48px auto;
    height: 335px;
    width: 1200px;
    display: flex;
    position: relative;
}

.rxcp-li {
    position: relative;
    width: 224px;
    height: 285px;
    background: #ffffff;
    float: left;
    margin: 34px 19px 0 0;
}

    .rxcp-li > a {
        width: 224px;
        height: 285px;
        display: block;
    }

    .rxcp-li img {
        width: 224px;
        height: 184px;
    }

    .rxcp-li p {
        text-align: center;
        height: 18px;
        font-size: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #333333;
        line-height: 36px;
    }

    .rxcp-li:last-child {
        margin: 34px 0 0 0;
    }

    .rxcp-li p:nth-child(2) {
        color: #333333;
        margin-top: 11px;
    }

    .rxcp-li p:nth-child(3) {
        color: #b0b0b0;
        margin-top: 22px;
    }

    .rxcp-li:hover {
        box-shadow: -8px 0px 16.38px 0.72px rgba(138,138,138,0.13);
    }

.show-box {
    position: absolute;
    width: 466px;
    height: 285px;
    margin-top: 33px;
}

.show-li {
    position: relative;
    width: 224px;
    height: 285px;
    background: #ffffff;
    float: left;
    margin: 20px 0 0 20px;
}

    .show-li .star {
        position: absolute;
        width: 51px;
        height: 26px;
        background: linear-gradient(92deg,#f27b80 0%, #f5475a 100%);
        border-radius: 0 0 13px 0px;
        color: #fff;
        font-size: 14px;
        padding-top: 3px;
    }

    .show-li .img {
        width: 100%;
        text-align: center;
        height: 184px;
    }

    .show-li .title {
        font-family: Microsoft YaHei;
        font-size: 16px;
        line-height: 36px;
        width: 100%;
        text-align: center;
        font-weight: 400;
        color: #333333;
    }

    .show-li .price {
        font-size: 16px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        line-height: 36px;
        width: 100%;
        text-align: center;
        color: #EC0404
    }

    .show-li > a {
        width: 224px;
        height: 285px;
        display: block;
    }

    .show-li img {
        width: 224px;
        height: 184px;
    }

    .show-li p {
        text-align: center;
        height: 18px;
        font-size: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        line-height: 36px;
    }

        .show-li p:nth-child(2) {
            color: #333333;
            margin-top: 11px;
        }

        .show-li p:nth-child(3) {
            color: #999999;
            margin-top: 17px;
        }

    .show-li:hover {
        box-shadow: 0px 0px 16.38px 6px rgba(233,232,232,0.72);
    }

    .show-li:first-child {
        margin-left: 0;
    }

    .show-li .btn {
        width: 135px;
        height: 40px;
        color: #999999;
        text-align: center;
        padding-top: 10px;
        margin: auto;
    }

    .show-li:hover .btn {
        background: #E1251B;
        border-radius: 10px;
        color: #ffffff;
        text-align: center;
        margin: auto;
    }

    .show-li:hover p:nth-child(2) {
        height: 18px;
        font-size: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: center;
        color: #E1251B;
        line-height: 36px;
        /*margin:13px 0 0 95px;*/
    }

    .show-li:hover p:nth-child(3) {
        width: 135px;
        height: 40px;
        background: #E1251B;
        border-radius: 10px;
        color: #ffffff;
        text-align: center;
        margin: 13px 0 0 44px;
    }

.xiaobanner {
    width: 1200px;
    height: 150px;
    margin: auto;
    clear: both;
    margin-top: 50px;
}

.rightnav {
    position: fixed;
    width: 80px;
    /* height: 620px;*/
    background: #ffffff;
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    right: 0;
    top: 24vh;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
    margin-right: 16px;
}
/* .rightnav .btn {
        position: absolute;
        right: 100px;
        margin-top: 191px;
        box-shadow: -10px 0px 16.38px 2px rgb(233 232 232 / 72%);
    }
        .rightnav .btn img {
            border-top-left-radius:4px;
            border-bottom-left-radius:4px;
        }*/

.rightnav-li {
    position: relative;
    width: 65px;
    height: 70px;
    float: left;
    margin: 0 8px;
    cursor: pointer;
}

    .rightnav-li:nth-child(1), .rightnav-li:nth-child(2), .rightnav-li:nth-child(3) {
        cursor: default;
    }

    .rightnav-li > a {
        width: 65px;
        height: 60px;
    }

    .rightnav-li img.icon {
        transform: scale(0.8);
        margin-left: 17px;
    }

    .rightnav-li .number {
        position: absolute;
        left: 60%;
        top: -5px;
        background-color: red;
        color: #fff;
        line-height: 15px;
        width: 15px;
        border-radius: 24px;
        text-align: center;
        font-size: 12px;
    }

.wx-icon {
    margin-top: -5px;
}

.rightnav-li p {
    margin-top: -2px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 28px;
}

.rightnav-li:hover p {
    color: #E1251B;
}

.rightnav-li .hoveritem {
    color: #333333;
    border-radius: 6px;
    position: relative;
    left: -220px;
    background-color: #fff;
    text-align: center;
    width: 190px;
    display: none;
}

    .rightnav-li .hoveritem.phone {
        height: 90px;
        box-shadow: -14px 0px 25.23px 1.82px rgba(146,146,146,0.18);
        line-height: 42px;
        padding: 2px 10px;
        top: -90px;
    }

        .rightnav-li .hoveritem.phone div:nth-child(1) {
            border-bottom: 1px solid #eeeeee;
        }

        .rightnav-li .hoveritem.phone div:nth-child(2) {
            font-size: 24px;
        }

    .rightnav-li .hoveritem.online {
        height: 190px;
        box-shadow: -14px 0px 25.23px 1.82px rgba(146,146,146,0.18);
        padding: 0 10px;
        top: -148px;
    }

        .rightnav-li .hoveritem.online img {
            height: 138px;
            margin-top: 16px;
        }

    .rightnav-li .hoveritem.program {
        height: 190px;
        box-shadow: -14px 0px 25.23px 1.82px rgba(146,146,146,0.18);
        padding: 0 10px;
        top: -152px;
    }

        .rightnav-li .hoveritem.program img {
            height: 138px;
            margin-top: 16px;
        }

.rightnav-li.close-btn {
    /*margin-top: 24px;*/
    /*padding: 30px 0;*/
    height: 58px;
    line-height: 66px;
    border-top: 1px solid #eeeeee;
}

    .rightnav-li.close-btn img {
        margin-left: 25px;
    }

.rightnav-close {
    position: fixed;
    width: 50px;
    background: #ffffff;
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    right: 0px;
    top: 62vh;
    z-index: 992;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
    display: none;
    height: 50px;
    margin-right: 16px;
}

    .rightnav-close img {
        padding: 16px;
    }

.jswz-li {
    position: relative;
    width: 285px;
    height: 195px;
    background: #ffffff;
    float: left;
    margin: 20px 19px 0 0;
}

    .jswz-li:nth-last-child(1) {
        margin-right: 0px;
    }

    .jswz-li > a {
        width: 285px;
        height: 195px;
        display: block;
    }

    .jswz-li img {
        width: 285px;
        height: 136px;
        object-fit: cover;
    }

    .jswz-li p {
        text-align: center;
        font-size: 16px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 36px;
        margin: 5px 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .jswz-li:hover {
        box-shadow: -8px 0px 16.38px 0.72px rgba(138,138,138,0.13);
    }

        .jswz-li:hover p {
            color: #E1251B;
        }


.search-div {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    .search-div .nav-box {
        padding: 25px 0px;
        font-size: 14px;
        overflow: auto;
        color: #333;
    }

        .search-div .nav-box a {
            float: left;
        }

            .search-div .nav-box a:hover {
                color: #E1251B;
            }

        .search-div .nav-box:hover {
            color: #E1251B;
        }

        .search-div .nav-box p {
            float: left;
        }

        .search-div .nav-box .split-p {
            margin: 0px 3px;
        }

        .search-div .nav-box .search-p {
            color: #E1251B;
        }

    .search-div .search-content-box {
        width: 100%;
        height: 680px;
        background: #ffffff;
        margin-bottom: 64px;
    }

        .search-div .search-content-box .search-title-box {
            font-size: 18px;
            height: 64px;
            border-bottom: 1px solid #EDF0F5;
            padding-left: 476px;
            width: 100%;
        }

            .search-div .search-content-box .search-title-box .title {
                height: 64px;
                margin: 0px 26px;
                text-align: center;
                line-height: 18px;
                padding-top: 23px;
                vertical-align: middle;
                float: left;
                cursor: pointer;
            }

                .search-div .search-content-box .search-title-box .title:hover {
                    color: #E1251B;
                    border-bottom: 1px solid #E1251B;
                }

                .search-div .search-content-box .search-title-box .title.active {
                    color: #E1251B;
                    border-bottom: 1px solid #E1251B;
                }

        .search-div .search-content-box .search-list-box {
            padding: 20px;
            width: 100%;
            height: 544px;
        }

            .search-div .search-content-box .search-list-box .search-item {
                width: 220px;
                height: 252px;
                background: #ffffff;
                float: left;
                margin-right: 15px;
                text-align: center;
            }

                .search-div .search-content-box .search-list-box .search-item .img-box {
                    width: 220px;
                    height: 184px;
                    border: 1px solid #E7EAEF;
                    overflow: hidden;
                    cursor: pointer;
                }

                    .search-div .search-content-box .search-list-box .search-item .img-box .change-img {
                        width: 100%;
                        height: 100%;
                        transform: scale(0.9);
                        transition: all 0.6s;
                    }

                        .search-div .search-content-box .search-list-box .search-item .img-box .change-img:hover {
                            transform: scale(1.2);
                        }

                .search-div .search-content-box .search-list-box .search-item:hover {
                    color: #E1251B;
                    /*                    阴影
                    -webkit-box-shadow: 0px 3px 3px #c8c8c8 ;
                    -moz-box-shadow: 0px 3px 3px #c8c8c8 ;
                    box-shadow: 0px 3px 3px #c8c8c8 ;*/
                }

                .search-div .search-content-box .search-list-box .search-item:nth-child(5n+5) {
                    margin-right: 0px;
                }

                .search-div .search-content-box .search-list-box .search-item p {
                    padding: 20px;
                }
        /*.search-div .search-content-box .search-bottom-box{
                width:fit-content;
                margin:5px auto;
                overflow:auto;
            }
                .search-div .search-content-box .search-bottom-box div {
                    float: left;
                    font-size: 16px;
                    color: #333333;
                    vertical-align:middle;
                }
        .search-div .search-content-box .search-bottom-box .text-1{
            margin:6px 6px;
        }
                .search-div .search-content-box .search-bottom-box .text-2 {
                    border: 1px solid #E0E0E0;
                    padding:5px 8px;
                    margin: 0px 6px;
                    cursor:pointer;
                }
                    .search-div .search-content-box .search-bottom-box .text-2.active {
                        background: #E1251B;
                        border: 1px solid #E1251B;
                        color: #ffffff;
                    }
                    .search-div .search-content-box .search-bottom-box .text-2:hover {
                        background: #E1251B;
                        border: 1px solid #E1251B;
                        color:#ffffff;
                    }
                .search-div .search-content-box .search-bottom-box .text-3 input {
                    max-width:50px;
                    border: 1px solid #E0E0E0;
                    padding: 5px 8px;
                    margin: 0px 6px;
                    cursor: pointer;
                }*/

        .search-div .search-content-box .search-article-box {
            padding: 20px;
            width: 100%;
            height: 544px;
        }

            .search-div .search-content-box .search-article-box .search-article-item:hover {
                box-shadow: -8px 0.72px 8px 0.72px rgb(68 68 68 / 10%);
                cursor: pointer;
            }

            .search-div .search-content-box .search-article-box .search-article-item {
                width: 275px;
                height: 220px;
                background: #ffffff;
                float: left;
                margin-right: 15px;
                margin-bottom: 20px;
                border: 1px solid #DFE4EA;
            }

                .search-div .search-content-box .search-article-box .search-article-item:nth-child(4n+4) {
                    margin-right: 0px;
                }

                .search-div .search-content-box .search-article-box .search-article-item .img-box {
                    width: 273px;
                    height: 140px;
                    object-fit: cover;
                }

                .search-div .search-content-box .search-article-box .search-article-item .title {
                    font-size: 16px;
                    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
                    text-align: left;
                    color: #333333;
                    line-height: 16px;
                    padding: 10px 10px 8px 10px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

                .search-div .search-content-box .search-article-box .search-article-item .categroy {
                    overflow: auto;
                    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
                    line-height: 16px;
                    margin: 0px 5px 0px 10px;
                    padding: 5px 13px;
                    border-radius: 4px;
                    border: 1px solid #DFE4EA;
                    font-size: 14px;
                    color: #666;
                    /*自适应内容*/
                    width: fit-content;
                }

.probancontainer {
    width: 100%;
}

    .probancontainer .pagenavi {
        width: 100%;
        height: 58px;
        background: #F4F4F4;
        /*display: none;*/
    }
/*导航栏样式*/
.navibar {
    width: 1200px;
    min-height: 58px;
    height: 58px;
    margin: auto;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 36px;
    padding-top: 12px;
    display: flex;
}

    .navibar span a {
        font-size: 15px;
    }

    /* .navibar span.last, .navibar span.last a {*/
    .navibar .last > a:first-child {
        color: #E1251B;
        cursor: default;
    }

    .navibar span.space {
        font-family: FangSong;
        font-weight: 400;
        font-family: 18px;
        margin: 0 4px;
        cursor: default;
    }
/*分页样式*/
.paging {
    margin: 50px auto !important;
    width: 1200px;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.wrapper .nav-wrap {
    font-size: 14px;
    color: #333;
    padding-top: 15px;
}

.wrapper .nav-box div {
    float: left;
    cursor: pointer;
}

    .wrapper .nav-box div:hover {
        color: #E1251B;
    }

.wrapper .nav-box p {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
/*分页样式*/
.pagingCon {
    width: fit-content;
    margin: 5px auto;
    overflow: auto;
}

    .pagingCon div {
        float: left;
        font-size: 16px;
        color: #666666;
        vertical-align: middle;
    }

    .pagingCon .text-1 {
        margin: 6px 4px;
    }

    .pagingCon .text-2 {
        border: 1px solid #E0E0E0;
        padding: 5px 8px;
        margin: 0px 4px;
        cursor: pointer;
    }

        .pagingCon .text-2.pgactive {
            background: #E1251B;
            border: 1px solid #E1251B;
            color: #ffffff;
        }

        .pagingCon .text-2:hover {
            color: #E1251B;
        }

        .pagingCon .text-2.pgactive:hover {
            color: #ffffff;
        }

        .pagingCon .text-2.beforepage {
            width: 33px;
            height: 33px;
            background-image: url(/images/page-left.png)
        }

        .pagingCon .text-2.nextpage {
            width: 33px;
            height: 33px;
            background-image: url(/images/page-right.png)
        }

        .pagingCon .text-2.beforepage:hover {
            background-image: url(/images/page-left-h.png)
        }

        .pagingCon .text-2.nextpage:hover {
            background-image: url(/images/page-right-h.png)
        }

        .pagingCon .text-2.pageitem {
            width: 33px;
            text-align: center;
        }

        .pagingCon .text-2.beforepage.unactive:hover {
            background-image: url(/images/page-left.png)
        }

        .pagingCon .text-2.nextpage.unactive:hover {
            background-image: url(/images/page-right.png)
        }

    .pagingCon .text-3 input {
        max-width: 50px;
        border: 1px solid #E0E0E0;
        padding: 5px 8px;
        margin: 0px 6px;
        cursor: pointer;
    }

.icon-left-arrow {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    display: inline-block;
}

/*面包屑列表*/
.navibar span {
    display: block;
}

    .navibar span.headerTitle {
        text-align: center;
        position: relative;
        /*width: 85px;*/
    }

.headerTitle > a:first-child {
    margin: 0 5px;
}

.navibar .headerTitle:hover .crumbs-Ul {
    display: block;
}

.crumbs-Ul {
    /*padding:0 15px;*/
    background-color: #ffffff;
    position: absolute;
    top: 30px;
    left: -15px;
    text-align: left;
    z-index: 999999;
    display: none;
    animation: toShowChild 0.25s ease-in 0s forwards;
    box-shadow: -8px 0px 20.58px 0.16px rgba(154,154,154,0.13);
}

    .crumbs-Ul li {
        white-space: nowrap;
        width: auto;
        display: block;
        text-align: left;
    }

        .crumbs-Ul li a {
            cursor: pointer;
            padding: 3px 15px;
        }

        .crumbs-Ul li:hover {
            background-color: #F7F7F7;
        }

/*搜索框样式*/

.history-list {
    font-size: 14px;
    z-index: 999999;
    position: relative;
    border-radius: 10px;
    /*display: none;*/
}

    .history-list .el-icon-close {
        line-height: 1.5;
        color: #454F5B;
    }

.grey-line {
    height: 1px;
    width: 88%;
    margin: 0 auto;
    background-color: #F0F0F0;
}

.search-left {
    position: relative;
}

.search-close {
    position: absolute;
    top: 46px;
    right: 10px;
    display: none;
}

    .search-close img {
        width: 15px;
        height: 15px;
        opacity: 0.8;
        cursor: pointer;
    }

        .search-close img:hover {
            opacity: 1;
        }

.history-content {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: -1px;
    box-sizing: border-box;
    border-right: 1px solid #E1251B;
    border-left: 1px solid #E1251B;
    border-bottom: 1px solid #E1251B;
    border-radius: 0 0 10px 10px;
    display: none;
}

    .history-content .content-child {
        padding: 12px 15px;
        box-sizing: border-box;
        border: 1px solid transparent;
        border-radius: 0 0 10px 10px;
        font: 14px Verdana,Helvetica,Arial,sans-serif;
    }

        .history-content .content-child:hover {
            cursor: pointer;
            color: #E1251B;
        }

.content-nothing {
    padding: 12px 15px;
    font: 14px Verdana,Helvetica,Arial,sans-serif;
    box-sizing: border-box;
    border: 1px solid transparent;
    text-align: center;
    color: #CACFD4;
}
