* {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top;
}

.wrapper {
    width: 1400px;
    margin: auto;
}

.box1 {
    height: 1090px;
    background:  no-repeat;
    overflow: hidden;
}

.box1-main {
    margin-top: 140px;
    padding-left: 274px;
}

.thumbs {
    width: 410px;
    height: 880px;
    background-color: #eee;
    float: left;
    margin-right: 27px;
}

.list {
    width: 422px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 33px;
    padding-top: 18px;
}

.list ul {
    overflow: hidden;
}

.list li {
    float: left;
    padding-bottom: 11px;
    margin-bottom: 11px;
    margin-right: 10px;
    border-bottom: 1px solid #fefcf8;
}

.list li.active {
    background:  no-repeat;
}

.list .name {
    width: 83px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #e9531e;
    cursor: pointer;
}

.list li.active .name {
    color: #fff;
}

.s-img, .b-img {
    display: none;
}

.thumbs-main{
    position: relative;
}

.thumbs-main img {
    display: block;
    width: 410px;
    height: auto;
}

.thumbs-main a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: rgba(255, 0, 0, .6);
    position: absolute;
    left: 0;
    bottom: 0;
}

.box2 {
    height: 554px;
    background:  no-repeat;
    overflow: hidden;
}

.box2-main {
    width: 1000px;
    margin: 152px auto 0;
}

.gallery {
    position: relative;
}

.gallery-bd {
    width: 1000px;
    overflow: hidden;
}

.gallery-bd li {
    width: 304px;
    float: left;
    margin-right: 43px;
}

.gallery-bd img {
    width: 304px;
    height: 178px;
}

.gallery-bd p {
    height: 74px;
    line-height: 74px;
    font-size: 18px;
    text-align: center;
    background-color: #ed2a02;
}

.gallery-bd p a {
    color: #f9c499;
}

.gallery-hd {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
    left: 0;
}

.gallery-hd > a {
    width: 47px;
    height: 50px;
    margin-top: -25px;
}

.gallery-hd > a.prev {
    float: left;
    background:  no-repeat;
    margin-left: -70px;
}

.gallery-hd > a.next {
    float: right;
    background:  no-repeat;
    margin-right: -70px;
}