*{padding: 0px;margin: 0px;list-style-type:none;}
body{padding: 0px;margin: 0px;}
.base{position: relative;width:950px;border: 1px solid #e6e6e6;left:50%;height: 425px;margin-left: -476px;}
.base_left{position: absolute;width:70px;height:425px;text-align: center;cursor: pointer;}
.jiantou_left{
    position: absolute;
    padding:0px;
    top: 50%;
    margin-top: -40px;
    left:9px;
    width:50px;
    height:80px;
    display: block;
    background: url("../png/slider.png") no-repeat 0 0;
    background-position: 4px -82px;
}
.base_right{position: absolute;width:70px;height:425px;text-align: center;right:0px;cursor: pointer;}
.jiantou_right{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -40px;
    left:9px;
    width:50px;
    height:80px;
    display: block;
    background: url("../png/slider.png") no-repeat 0 0;
    background-position: 5px 5px;
}
.contentMid{  
    height: 425px; 
    width: 808px;
    position: absolute;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    left:70px;
    background: url(../3.html) no-repeat;
    background-position: 50%;
    background-size: cover;
}
/*.toggle{position: absolute;top: 325px;width: 100%;height: 30px;background: #fafafa;line-height: 30px;border-top: 1px solid #e6e6e6;}
.toggle .list{font-size: 14px;color: #666;width: 98px;cursor: pointer;background: white;}
.toggle .list span{
    display: block;
    position: absolute;
    left: 66px;
    top: 3px;
    width: 19px;
    height: 19px;
    background: url("/template/pc/skin/images/list.png") no-repeat 0 0;
    background-position: -16px -58px;
}*/
.bottle{position: absolute;width:100%;top:425px;border:1px solid #e6e6e6;overflow: visible;height:0px;}
.bottle ul{margin: 0px;position: absolute;height:100px;padding:0px;display:flex;width:10000px;}
#list_shot{height:105px;width:812px;position: absolute;left: 65px;overflow:hidden;}
.bottle .l{
    display: block;
    position: absolute;
    left: 15px;
    top: 41px;
    width: 19px;
    height: 19px;
    background: url("../png/slider.png") no-repeat 0 0;
    background-position: -22px -205px;
    cursor: pointer;
}
.bottle .r{
    display: block;
    position: absolute;
    left: 900px;
    top: 41px;
    width: 19px;
    height: 19px;
    background: url("../png/slider.png") no-repeat 0 0;
    background-position: 6px -205px;
    cursor: pointer;
}
.bottle ul li{text-decoration: none;float: left;height:100px;margin: 0px 5px;position: relative;left:0px;transition: left 0.5s;border:1px solid #e6e6e6;cursor: pointer;}
.bottle ul li:hover {border:1px solid red;}