

.fanye-wrap{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

.fanye-wrap > ul > li{
    display: inline-block;
    margin: 0 5px;
}
.fanye-wrap > ul > li > a{
    width: 38px;
    height: 38px;
    color: #333333;
    line-height: 38px;
    display: block;
    background: #f0f0f0;
    border: 1px solid #dddddd;
}
.fanye-wrap > ul > li:first-child > a,
.fanye-wrap > ul > li:last-child > a{
    display: block;
    height: 38px;
    width: 100px;
    color:#333333;
    font-size: 14px;
    background: #f0f0f0;
    border: 1px solid #dddddd;
    line-height: 38px;
}

.fanye-active1{
    background: #fff!important;
    color:#cccccc!important;
    cursor: no-drop;
}

.fanye-active2{
    background: none!important;
    border: none!important;
    color:#00a0e9!important;
    cursor: default;
}


@media screen and (max-width: 991px) {
    .banner-child > p:nth-of-type(1){
        font-size: 30px;
    }
    .banner-child > p:nth-of-type(2) > a{
        font-size: 14px;
    }
    .fanye-wrap{
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 767px) {
    .banner-child > p:nth-of-type(1){
        display: none;
    }
    .fanye-wrap > ul > li{
        margin: 0 3px ;
    }
    .fanye-wrap > ul > li > a{
        width: 30px;
        line-height: 30px;
        height: 30px;
    }
    .fanye-wrap > ul > li:first-child > a, .fanye-wrap > ul > li:last-child > a{
        height: 30px;
        width: 85px;
        line-height: 30px;
    }
    .fanye-wrap{
        margin-top: 0;
        margin-bottom: 80px;
    }
}


.select-wrap{
    width: 100%;
    float: left;
    margin: 60px 0 0;
}


.select-wrap ul > li {
    display: inline-block;
    margin-bottom: 15px;
}

.select-wrap ul > li:not(:last-of-type) {
    margin-right: 15px;
}
.select-wrap ul > li > a {
    padding: 8px 15px;
    border-radius: 5px;
    color:#00a0e9;
    border: 1px solid #00a0e9;
    transition: all .3s;
    display: block;
}

.select-wrap ul > li:hover > a {
    color:#fff;
    background: #00a0e9;
}
.select-wrap li.active > a{
    color:#fff;
    background: #00a0e9;
}

.list-wrap{
    margin: 40px 0 0;
    width: 100%;
    float: left;
}

.list-child {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.list-child > img {
    width: 100%;
    float: none;
    transition: all 1.5s;
}

.list-child-b{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
}
.list-child-b > p:nth-of-type(1){
    color:#fff;
    font-size: 18px;
    position: absolute;
    bottom: 90px;
    left: 40px;
    z-index: 10;
    transition: all .5s;
}
.list-child-b > a {
    color: #fdfeffbd;
    font-size: 14px;
    position: absolute;
    bottom: 60px;
    left: 40px;
    transition: all .3s;
    z-index: 10;
}
.list-child-b > p:nth-of-type(2){
    font-size: 12px;
    color:#e9e9e9;
    position: absolute;
    bottom: 90px;
    left: 40px;
    transition: all .6s;
    opacity: 0;
    z-index: 10;
    width: calc(100% - 80px);
    display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow:hidden;
}

.list-child-b:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0), #055fcf); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), #055fcf); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), #055fcf); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0), #055fcf); /* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â³ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ */
    transition: all .5s;
}

.list-child-b > a:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.list-child:hover .list-child-b:after{
    height: 100%;
}
.list-child:hover img{
    transform: scale(1.1);
}
.list-child:hover .list-child-b>a{
    color:#fff
}
.list-child:hover .list-child-b > p:nth-of-type(1){
    -webkit-transform: translateY(-55px);
    -moz-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    -o-transform: translateY(-55px);
    transform: translateY(-55px);
}
.list-child:hover .list-child-b > p:nth-of-type(2){
    opacity: 1;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media screen and (max-width: 991px) {
    .select-wrap{
        margin-top: 40px;
    }
    .list-wrap{
        margin-top: 20px;
    }
    .list-child-b:after{
        height: 100%;
    }

    .list-child-b>a{
        color:#fff
    }
    .list-child-b > p:nth-of-type(1){
        -webkit-transform: translateY(-55px);
        -moz-transform: translateY(-55px);
        -ms-transform: translateY(-55px);
        -o-transform: translateY(-55px);
        transform: translateY(-55px);
    }
    .list-child-b > p:nth-of-type(2){
        opacity: 1;
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    .select-wrap ul > li > a{
        font-size: 13px;
        padding: 5px 10px;
    }
    .select-wrap ul > li:not(:last-of-type){
        margin-right: 10px;
    }
    .select-wrap ul > li{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .list-child-b > a{
        bottom: 30px;
        left: 30px;
    }
    .list-child-b > p:nth-of-type(1){
        bottom: 70px;
        left: 30px;
    }
    .list-child-b > p:nth-of-type(2){
        bottom: 60px;
        left: 30px;
        width: calc(100% - 60px);
    }
    .list-child{
        margin-bottom: 20px;
    }
    .select-wrap{
        margin-top: 20px;
    }
    .select-wrap ul > li > a{
        padding: 3px 6px;
    }
    .select-wrap ul > li:not(:last-of-type){
        margin-right: 8px;
    }
    .select-wrap ul > li{
        margin-bottom: 8px;
    }
    .list-wrap{
        margin-top: 10px;
    }
}





























































































































