﻿.indexcss .swiper-pagination-bullet {
    width: 20px;
    border-radius: 4px;
    background-color: #FFF;
    opacity: 0.7;
}

.indexcss .swiper-pagination-bullet-active {
    background-color: #009cdf
}
/****/
.indexcss .jqumain {
    padding-top: 50px;
}

.indexcss .qbt {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #373637;
}

.indexcss .qfbt {
    text-align: center;
    color: #373637;
    line-height: 40px;
}

.indexcss .tabname {
    display: flex;
    width: 1050px;
    justify-content: space-between;
    margin: 20px auto;
    margin-top: 30px;
}

    .indexcss .tabname a {
        display: block;
        width: 130px;
        text-align: center;
        height: 130px;
        line-height: 130px;
        border-radius: 50%;
        margin: 0 10px;
        border: 1px solid #CCC;
        box-sizing: border-box;
        color: #333;
        font-size: 18px;
        user-select: none;
        cursor: pointer;
    }

.indexcss .tabenname a {
    display: block;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 79px;
    line-height: 26px;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0px 5px;
    margin: 0 10px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
}
.indexcss .tabkrname a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    text-align: center;
    height: 80px;
    line-height: 35px;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 5px 5px;
    margin: 0 10px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    user-select: none;
    cursor: pointer;
}
.indexcss .tabname a.lion {
    background-color: #f78f1e;
    color: #FFF;
}
    .indexcss .tabcontent {
        position: relative;
    }

.indexcss .tabnrul {
    display: block;
    width: 100%;
}

    .indexcss .tabnrul li {
        display: block;
        width: 100%;
        position: relative;
        display: none;
    }

        .indexcss .tabnrul li.linron {
            display: block;
        }

.indexcss .bgimg {
    display: block;
    width: 100%;
}

.indexcss .deschold {
    position: absolute;
    z-index: 1;
    top: 70px;
    width: 100%;
}
/****/
.indexcss .fgmain {
    padding-top: 50px;
    background-color: #e9e9e7;
    padding-bottom: 30px;
}

.indexcss .fglist {
    margin-top: 20px;
}

.indexcss .fgline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .indexcss .fgline a {
        position: relative;
        display: block;
        color: #FFF;
    }

        .indexcss .fgline a label {
            position: absolute;
            z-index: 1;
            right: 10px;
            bottom: 10px;
            color: #FFF
        }

    .indexcss .fgline img {
        display: block;
    }
/****/
.indexcss .zbmain {
    margin-top: 30px;
    padding-bottom: 30px;
}

.indexcss .zbtab {
    width: 630px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}

    .indexcss .zbtab li {
        display: block;
        width: 140px;
        text-align: center;
        height: 40px;
        line-height: 38px;
        border-radius: 20px;
        border: 1px solid #CCC;
        box-sizing: border-box;
        cursor: pointer;
    }

    .indexcss .zbtab .zbtabon {
        background-color: #0a1739;
        border-color: #0a1739;
        color: #FFF;
    }

.indexcss .zbtabnr {
    display: none;
    justify-content: space-between;
    margin: 20px 0px;
}

    .indexcss .zbtabnr li {
        display: block;
        width: 285px;
        text-align:center;
        height: 253px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        border-radius: 3px;
        -moz-box-shadow: 2px 2px 5px #ccc;
        -webkit-box-shadow: 2px 2px 5px #ccc;
        box-shadow: 2px 2px 5px #ccc;
    }
    .indexcss .zbtabnr .zbitemon {
        -moz-box-shadow: 2px 2px 5px #F50;
        -webkit-box-shadow: 2px 2px 5px #F50;
        box-shadow: 2px 2px 5px #F50;
    }
    .indexcss .zbtabnr .zbimg {
        border-radius: 3px;
        position: relative;
    }
    .indexcss .zbtabnr .laynr {
        position: absolute;
        z-index: 10;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 280px;
        height: 50px;
        line-height: 25px;
        color: #FFF;
        font-size: 14px;
    }
    .indexcss .zbtabnr .laybg {
        position: absolute;
        z-index: 9;
        background-color: #000;
        opacity: 0.7;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 50px;
    }
.indexcss .zbtabnr img {
    display: block;
    width: 100%;
    height:204px;
    border-radius: 3px;
}

    .indexcss .zbtabnr a {
        color: #333
    }

    .indexcss .zbtabnr label {
        line-height: 40px;
    }
.indexcss .zbtabnr .dishide{
    display:none
}
