.tpxx{ width:100%; margin:auto;}
.tpxx .tpxx_lb{
    position: relative;
}

.tpxx .tpxx_lb .pic{ 
     display:block;
      padding-bottom:64%; 
    position:relative; 
    overflow:hidden;
 }
 .tpxx .tpxx_lb .pic img{
     width:100%; 
     position:absolute; 
     top:0; 
     left:0; 
    transition:all 0.4s;
    -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
}

.tpxx .tpxx_lb .title{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: rgba(149, 31, 52, 0.7);
}

.tpxx .tpxx_lb .title h2{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    width: calc(100% - 140px);
    float: left;
    box-sizing: border-box;
}


.tpxx .slick-dots{position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 10px;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 5;
}
.tpxx .slick-dots li {position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    padding: 0;
    cursor: pointer;
    background: none;
    background:#999;
    border-radius: 5px;
}
 .tpxx .slick-dots li button{
    border-style: none;
    background: none;
    text-indent: -999em;
 }
.tpxx .slick-dots li.slick-active{ 
    background:#ff4019;
}	 


.tpxx .slick-prev,.tpxx .slick-next{
    width:30px; height:50px; position:absolute; z-index:5;
     background-image: none; background: none;
    top:50%; margin-top: -25px;
     border-style:none; 
    outline:medium; text-indent: -999em;;
background-repeat: no-repeat;
}

 .tpxx:hover .slick-prev{
     left: 0px;
     background:url(../images/tpxw_prev.png);}
 .tpxx:hover .slick-next{
     right: 0px;
    background:url(../images/tpxw_next.png);
    }


.picMarquee-left {
    overflow: hidden;
    position: relative;
}

.picMarquee-left .bd {}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 2px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 16.6%;
}

.picMarquee-left .bd ul li .pic {
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.picMarquee-left .bd ul li .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}












