.content .treebg {
    width: 100%;
    height: 55px;
    background: #f3f4f8;
}

.content .tree {
    width: 1200px;
    margin: 0 auto;
    line-height: 55px;
    color: #999999;
}

.content .tree a {
    color: #999999;
    padding: 0 10px;
}

.content .form {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.content .form form {
    display: inline-block;
}

.content .form input {
    margin: 0 -3px;
}

.content .form input:first-child {
    width: 527px;
    height: 51px;
    border: 1px solid #000;
    outline: none;
    line-height: 51px;
    padding-left: 53px;
    background: url(../images/search_key.png) #fff no-repeat 15px 50%;
}

.content .form input:nth-child(2) {
    width: 125px;
    height: 55px;
    background: #000;
    line-height: 53px;
    color: #fff;
    font-size: 16px;
    font-family: 'OpenSans-Bold';
    cursor: pointer;
    text-transform: uppercase;
}

.content .form input::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 16px;
}

.content .form input:-moz-placeholder {
    color: #aaaaaa;
    font-size: 16px;
}

.content .form input::-moz-placeholder {
    color: #aaaaaa;
    font-size: 16px;
}

.content .form input:-ms-input-placeholder {
    color: #aaaaaa;
    font-size: 16px;
}

.content .form .fengge {
    float: right;
}

.content .form .fengge .img {
    display: inline-block;
    height: 55px;
    padding-right: 8px;
}

.content .high {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.content .high .highlist .prev, .content .high .highlist .next {
    position: absolute;
    top: 20%;
    cursor: pointer;
}

.content .high .highlist .prev {
    left: 10px;
}

.content .high .highlist .next {
    right: 10px;
}

.content .high .highlist {
    width: 1030px;
    margin: 0 auto;
    height: 134px;
}

.content .high .highlist .tempWrap {
    margin: auto;
}

.content .high .highlist li {
    width: 90px;
    height: 134px;
    display: inline-block;
    margin: 0 6px;
    vertical-align: top;
}

.content .high .highlist li.on {
    background: #fff;
}

.content .high .highlist li .img {
    width: 90px;
    height: 95px;
}

.content .high .highlist li .img img {
    cursor: pointer;
}

.content .high .highlist li .hidden {
    display: none;
}

/*.content .high .highlist li:first-child .hidden{display: block;}*/
.content .high .highlist li .hidden .name {
    text-align: center;
}

.content .high .highlist li .hidden .down {
    text-align: center;
    margin-top: -5px;
}

.content .high .highlist li .hidden .down img {
    width: 9px;
    height: 5px;
}

.content .list {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.content .list li {
    width: 272px;
    height: 330px;
    border: 1px solid #eeeeee;
    background: #f3f3f3;
    position: relative;
    display: inline-block;
    margin: 0 11px 30px;
    vertical-align: top;
}

.content .list li:hover {
    width: 270px;
    height: 330px;
    border: 2px solid #e70011;
    box-shadow: 8px 13px 10px #e4e4e4;
}

.content .list li:hover .sale {
    right: -2px;
    top: -2px;
}

.content .list li .img {
    width: 270px;
    height: 271px;
    background: #fff;
    margin: 0 auto;
}

.content .list li h2 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 15px 0;
}

.content .list li h2 a {
    color: #666666;
}

.content .list li .money {
    font-size: 20px;
    color: #333333;
    font-family: 'OpenSans-Bold';
    text-align: center;
}

.content .list li .sale {
    color: #fff;
    font-family: 'Gotham-Bold';
    text-align: center;
    position: absolute;
    right: -1px;
    top: -1px;
    background: #da251c;
    width: 60px;
    height: 26px;
    line-height: 26px;
}

.content .page {
    width: 1200px;
    margin: 0 auto;
    height: 175px;
    text-align: center;
}