.select_ban {
    width: 100%;
    height: 266px;
    position: relative;
}
.select_ban img {
    width: 1920px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -960px;
}
.title {

    padding: 60px 0px;

}
.h_title.buy{
    padding: 54px 0 82px 0;
}
.h_title.buy .div1 {
    width: 250px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #C60211;
    margin: 0 auto;
    position: relative;
}
.h_title.buy .div1 strong {
    font-size: 16px;
}
.h_title.buy .div1 span {
    width: 80px;
    height: 1px;
    display: block;
    background: #C60211;
    position: absolute;
    top: 10px;
}
.h_title div .span1 {
    left: 0px;
}
.h_title div .span2 {
    right: 0px;
}
.feel_body{
    width: 100%;
}
.feel_mid{
    width: 1040px;
    margin: 0 auto;
    border-bottom:1px dashed #c7c5c5 ;
    /*padding: 0px 0 28px 0;*/
}
.feel_cont{
    *margin-top: -4px;
}
.feel_cont:hover{
    background:#F5F4F4 ;
}
.feel_left{
    width: 202px;
    height:160px;
    overflow: hidden;
    float: left;
}
.feel_right{
    width: 799px;
    float: left;
    padding:30px 0 30px 39px;
}
.feel_left img{
    width: 100%;
    margin: auto 0;
}
.feel_left:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 1s;
    -webkit-transition:  all 0.5s linear;
    -moz-transition:  all 0.5s linear;
    -ms-transition:  all 0.5s linear;
    -o-transition:  all 0.5s linear;
}
.feel_right dt{
    font-size: 16px;
    height:28px;
    line-height: 28px;
    padding-top: 4px;
}
.feel_right dt a {color:#000000;}
.feel_right dt a:hover {color:#ff0000;}
.feel_right dd{
    padding-top: 10px;
    font-size: 14px;
     color: #a3a2a2;
}
.feel_right dd li{
    line-height:25px;
}

.feel_bot{
    color: #ca0202;
    text-align: right;
    padding-top: 35px;
}
.page{
    width: 550px;
    margin: 0 auto;
    height:30px;
    padding:64px 0 110px 0;
}
.page div{
    float: left;
    width: 65px;
    text-align: center;
    height:28px;
    line-height: 28px;
    border:1px solid #d4d3d3;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}
.page div:hover{
    border:1px solid #df121c;

}
.page div span{
    display: block;
    border:6px solid transparent;;
    width: 0;
    height:0;
    position: absolute;
    top:9px;
}
.page div.prev span{
border-right:6px solid #df121c;
    float: left;
    left:-2px;
}
.page div.next span{
    border-left:6px solid #df121c;
    float: left;
    right:0px;
}
.page_list{
    float: left;
}
.page_list li{
    float: left;
    width: 28px;
    text-align: center;
    height:28px;
    line-height: 28px;
    border:1px solid #d4d3d3;
    margin:  0 2px;
    font-size: 12px;
    cursor: pointer;
}
.page_list li:hover{
    border:1px solid #df121c;
color:  #df121c;
}

.page_list li.active{
    border:1px solid #df121c;
color:  #df121c;
}

.page_list li a{
	display:block;
	width:100%;
	height:100%;
}
.page_list li.dot{
    border:none;
    width: 11px;
    line-height: 20px;
}
.feel_bott{
    background: #f2f3f5;
}
.feel_bott .h_title{
    padding-top: 100px;
}
.feel_bott .button{
    padding:5px 0 116px 0;
    margin-top: 0;
}
@media screen and (min-width: 300px) and (max-width: 1200px){
    .feel_right{
        width: 730px;
    }
    .feel_left{
        margin-left: 10px;
    }
}