body,html {
    background: #F1F1F1
}

.indexWrap {
    position: relative;
    z-index: 5;
    padding-top: 70px
}

.web_nav_bbg {
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

.listpar {
    width: 1500px;
    margin: 0 auto
}

.layoutBox {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px
}

.layoutBox .aholistpar {
    width: 100%
}

.indexTitle {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.indexTitle span {
    display: inline-block;
    height: 30px;
    line-height: 32px;
    padding-left: 40px;
    font-size: 22px;
    color: #333
}

.indexTitle .hotIcon {
    background: url(../images/index12.png) no-repeat
}

.indexTitle .tuijian {
    background: url(../images/index5.png) no-repeat
}

.indexTitle .jingxuan {
    background: url(../images/index8.png) no-repeat
}

.indexTitle .newsIcon {
    background: url(../images/index11.png) no-repeat
}

.indexAhoItem {
    float: left;
    width: 204px;
    height: 176px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 12px 14px 0
}

.indexAhoItem img {
    width: 100%;
    min-height: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.indexAhoItem:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.indexAhoItem .itemText {
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    color: #fff;
    z-index: 2;
    font-size: 12px;
    display: none
}

.indexAhoItem .itemText span {
    padding: 0 6px
}

.indexAhoItem b {
    vertical-align: middle;
    float: left;
    height: 18px;
    line-height: 18px
}

.indexAhoItem .itemNamePar {
    display: block;
    font-size: 13px
}

.indexAhoItem em {
    padding: 0 5px
}

.indexAhoItem .itemline {
    padding: 0 6px
}

.indexAhoItem:hover .itemText {
    display: block
}

.tuiJpar_l {
    width: 330px
}

.tuiJpar_r {
    width: 1190px
}

.tuiJpar .indexAhoItem {
    width: 221px;
    height: 253px;
    margin: 0 16px 19px 0
}

.tuiJpar .indexAhoItem img {
    width: auto;
    height: 100%;
    min-width: 100%;
    margin-left: -15px
}

.tuiJpar .indexAhoItem .itembg {
    display: block;
    background-repeat: repeat-x
}

.tuiJpar .indexAhoItem .itemText {
    display: block
}

.tuiJpar .indexAhoItem .itemNamePar {
    padding: 0 10px
}

.tuiJpar .indexAhoItem .itemNum {
    margin: 8px 0 0 10px
}

.tuiJpar .indexAhoItem .itemText {
    bottom: 10px
}

.v_mask {
    position: absolute;
    z-index: 5;
    cursor: pointer;
    width: 100%;
    height: 100%
}

@-webkit-keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-8px,0);
        transform: translate3d(0,-8px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-8px,0);
        transform: translate3d(0,-8px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@media screen and (max-width: 1650px) {
    .listpar {
        width:1285px
    }

    .tuiJpar_r {
        width: 999px
    }

    .tuiJpar_l {
        width: 335px
    }

    .tuiJpar {
        height: 530px;
        overflow: hidden
    }

    .tuiJpar .indexAhoItem {
        margin-right: 22px
    }
}

@media screen and (max-width: 1450px) {
    .listpar {
        width:1120px
    }

    .tuiJpar_r {
        width: 840px
    }

    .tuiJpar_l {
        width: 304px
    }

    .tuiJpar {
        height: 462px;
        overflow: hidden
    }

    .tuiJpar .indexAhoItem {
        margin-right: 10px;
        margin-bottom: 15px
    }

    .tuiJpar_r .indexAhoItem {
        width: 192px;
        height: 222px
    }

    .tuiJpar .twoItem {
        width: 290px;
        height: 184px
    }

    .indexAhoItem {
        width: 172px;
        height: 148px
    }

    .tuiJpar_r .indexAhoItem .img-fluid {
        height: 250px !important;
    }
    .banner {
        height: 360px !important;
    }
}

@media screen and (max-width: 1200px) {
    .banner {
        width:1120px !important;
        height: 350px !important;
    }
}


@keyframes scale {
    0% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes scale {
    0% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}
