@charset "utf-8";
/* CSS Document */

.p_left {
    width: 320px;
    padding: 1px;
    border: 1px solid #eee;
    background: #fff;
    float: left;
    margin: 10px auto 0;
    height: 240px;
    overflow:hidden;
}
.main_two {
    width: 320px;
    position: relative;
    line-height: 40px;
    margin: 0;
    display: block;
}
.main_two .bd td {
    width:320px;
    height:320px;
    margin:0;
    padding:0;
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
}
.main_two .bd img {
    width: 320px;
    height: auto;
    vertical-align:middle;
    float:none;
}
.main_two .hd {
    overflow: hidden;
    z-index: 99;
    position: absolute;
    top: 270px;
    left: 0;
    background: none;
    width: 100%;
    height: 75px;
}
.main_two .hd ul {
    width: 438px;
    padding: 0 0 0 5px;
    margin: 0 auto;
    height:inherit;
    overflow:hidden;
}
.main_two .hd ul li {
    float: left;
    margin-right: 5px;
    width: 100px;
    height: 68px;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 0;
    margin-top: 0;
}
.main_two .hd ul li.on {
    border: 2px solid #de0000;
}
.main_two .hd ul li img {
    width: 100px;
    height: 68px;
}
.main_two .prev {
    position: absolute;
    top: 150px;
    left: 10px;
    background: url(../images/prev.png) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
}
.main_two .next {
    position: absolute;
    top: 150px;
    right: 10px;
    background: url(../images/next.png) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
}
