.banner {
    position: relative;
    width: 1226px;
    height: 460px;
}

.banner a img {
    margin-top: -39px;
    height: 460px;
    background-size: cover;
}

.sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 234px;
    height: 460px;
    background: rgba(105, 101, 101, .6);
}

.sidebar li a {
    display: block;
    margin-top: 5px;
    padding: 10px 25px;
    color: #fff;
}

.sidebar li:hover {
    background-color: #ff6700;
}

.sidebar span {
    float: right;
    margin-top: -20px;
    padding: 18px 0;
    color: #fff;
    font-family: 楷体;
}

.banner .left,
.banner .right {
    position: absolute;
    padding-left: 15px;
    width: 41px;
    height: 69px;
    background-color: #00000026;
    color: #fff;
    font-family: 楷体;
    line-height: 69px;
    transform: translateY(-50%);
}

.banner .left {
    top: 50%;
    left: 234px;
}

.banner .right {
    top: 117%;
    right: 0;
}

.banner .left:hover,
.banner .right:hover {
    background-color: #00000040;
}

.column {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 120px;
    height: 20px;
    background-color: #0000001a;
    border-radius: 100px;
    transform: translateX(-50%);
}

.column ul {
    margin-left: 10px;
}

.column li {
    float: left;
    margin: 6px;
    width: 8px;
    height: 8px;
    background: #ffffffc2;
    cursor: pointer;
    border-radius: 8px;
}

.column li:hover {
    background: #000;
}

.banner-column {
    margin-top: 15px;
    height: 200px;
}

.span4 {
    float: left;
    margin-right: 14px;
    width: 234px;
    height: 170px;
    background-color: #5f5750;
}

.span4 img {
    width: 234px;
}

.span5 li img {
    width: 316px;
}

.span5 li {
    float: left;
    margin-right: 15px;
    width: 316px;
}

.span5 li:last-child {
    margin-right: 0;
}

.container {
    height: 1100px;
    background-color: #f5f5f5;
}

.hot,
.hot img {
    margin-top: 25px;
    height: 120px;
}

.content {
    height: 672px;
    margin-top: 50px;
}

.box-hd {
    position: relative;
    margin-bottom: 300px;
    height: 58px;
}

.box-hd .title {
    margin: 0;
    color: #333;
    font-size: 22px;
    font-weight: 200;
}

.box-hd .more {
    float: right;
    margin-top: -35px;
    padding: 10px 10px;
    font-size: 16px;
}

.box-bd {
    margin-top: 25px;
    height: 618px;
}

.box-left,
.box-left img {
    float: left;
    margin-right: 14px;
    width: 234px;
    background-color: #fff;
    transition: all .3s;
}

.box-bd .box-right {
    float: right;
    width: 978px;
    height: 614px;
    background-color: #f5f5f5;
}

.brick-item {
    float: left;
    margin-right: 14px;
    margin-bottom: 14px;
    padding: 20px 0;
    width: 234px;
    height: 300px;
    background-color: #fff;
    text-align: center;
    transition: all .2s linear;
}

.brick-item:nth-child(4n) {
    margin-right: 0;
}

.brick-item img {
    width: 160px;
    height: 160px;
}

.brick-item .title {
    margin: 0 10px 2px;
    font-size: 14px;
}

.brick-item .desc {
    margin: 13px 10px 10px;
    height: 18px;
    color: #b0b0b0;
    font-size: 12px;
    /* 超出部分隐藏 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brick-item .price {
    margin: 15px 10px 14px;
    color: #ff6700;
}

.brick-item del {
    margin-left: 5px;
    color: #b0b0b0;
}

.box-left:hover,
.box-right .brick-item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.content-two {
    margin-top: -212px;
}

.brick-item-s {
    position: relative;
    padding-top: 50px;
    height: 143px;
}

.brick-item-s .more,
.brick-item-h .more {
    display: block;
    margin: -12px 110px 0 30px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
}

.brick-item-s span,
.brick-item-h span {
    display: block;
    margin: 2px 45px 0 0;
    color: #757575;
    font-size: 12px;
}

.brick-item-s .iconfont,
.brick-item-h .iconfont {
    position: absolute;
    right: 48px;
    top: 53px;
    width: 48px;
    height: 48px;
    color: #ff6700;
    font-size: 48px !important;
}

.more .first {
    margin: 0 0 0 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ff6700;
    color: #ff6700;
}

.more .the-second {
    margin: 0 0 0 30px;
    padding-bottom: 5px;
}

.more .the-second:hover {
    border-bottom: 2px solid #ff6700;
}

.content-three {
    margin-top: -380px;
}

.brick-item-h {
    position: relative;
    float: right;
    margin-bottom: 20px;
    height: 143px;
}

.last {
    margin-top: -157px;
    margin-right: 1px;
}

.brick-item-h .more {
    margin: -10px 110px 5px 30px;
    margin-top: 12px !important;
    font-size: 14px !important;
}

.figure-more img {
    margin-top: -128px;
    margin-left: 93px;
    width: 80px;
    height: 80px;
}

.brick-item-h span {
    margin-right: 35px;
    color: #ff6700;
}

.last .more {
    display: block;
    margin: -12px 110px 0 30px;
    color: #333;
    font-size: 18px !important;
    font-weight: normal;
}

.last span {
    margin-right: 45px;
    color: #757575;
}

.last:nth-child(n3) {
    margin-top: -6px;
    margin-right: 14px;
}

.box-right .four:nth-child(4n),
.box-right .four:nth-child(8n) {
    margin-right: 14px;
}

.box-right .four:nth-child(5n) {
    margin-right: 0;
}

.box-four {
    margin-top: 25px;
    width: 1226px;
}

.right {
    margin-top: -313px;
    margin-right: 1px;
}

.brick-item .enlarge {
    margin-top: -20px;
    width: 100%;
    height: 300px;
}

.brick-item-h .mott {
    margin-top: 100px;
}

.hot-two img {
    margin-top: -736px;
}

.video-list {
    margin-top: -385px;
    height: 358px;
}

.box-video {
    float: right;
}

.box-video li {
    position: relative;
    float: left;
    margin-top: -284px;
    margin-right: 14px;
    width: 296px;
    height: 285px;
    background-color: #fff;
    transition: all .3s;
}

.box-video li:last-child {
    margin-right: 0;
}

.hd-video {
    height: 43px;
}

.box-video img {
    width: 296px;
    height: 180px;
}

.title-video {
    margin: 28px 14px 6px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.brick-item .more .mgr {
    margin-right: 26px;
}

.box-video .desc {
    margin: 10px 86px 10px;
    height: 18px;
    color: #b0b0b0;
    font-size: 12px;
}

.box-video li:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.box-video .play {
    position: absolute;
    top: 148px;
    left: 20px;
    width: 36px;
    height: 24px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 12px;
    border: 2px solid #fff;
    transition: .2s;
}

.icon-iconfont-play {
    margin-top: -8px;
    margin-left: 11px;
    color: #fff;
    font-size: 12px !important;
}

.box-video li:hover .play {
    background-color: #ff6700;
    border: 2px solid #ff6700;
}

.play .iconfont {
    color: #fff;
    background-color: transparent;
}

.see {
    float: right;
    margin-top: -35px;
    padding: 10px 30px;
    font-size: 16px;
}

.see .iconfont {
    position: absolute;
    top: 8.4px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: #b0b0b0;
    border-radius: 16px;
}

.see .icon-arrow_right_big {
    padding-left: 3px;
    color: #fff;
    font-size: 13px !important;
    line-height: 20px;
}

.see-excessive {
    transition: all .1s;
}

.see-excessive:hover .iconfont {
    color: #fff;
    background-color: #ff6700;
}

.home-toolbar {
    position: fixed;
    right: 0;
    bottom: 10px;
    width: 27px;
    height: 261px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    z-index: 9999;
}

.home-toolbar .one {
    display: block;
    position: relative;
    width: 27px;
    height: 42px;
    border-bottom: 1px solid #f5f5f5;
}

.home-toolbar .two,
.home-toolbar .three,
.home-toolbar .four,
.home-toolbar .five,
.home-toolbar .top {
    display: block;
    width: 27px;
    height: 42px;
    border-bottom: 1px solid #f5f5f5;
}

.home-toolbar .top {
    margin-top: 9px;
}

.home-toolbar .icon,
.home-toolbar .icon .static,
.home-toolbar .icon .hover {
    width: 20px;
    height: 20px;
}

.home-toolbar .icon {
    position: relative;
    padding-top: 10px;
}

.home-toolbar .icon .static {
    margin-left: 4px;
}

.home-toolbar .icon .hover {
    margin-top: -43px;
    margin-left: 4px;
    opacity: 0;
}

.home-toolbar .icon .hover:hover {
    opacity: 1;
}

.pop-content {
    display: none;
    position: absolute;
    padding: 14px;
    left: -140px;
    top: 0;
    width: 130px;
    height: 192px;
    background: #fff;
    border: 1px solid #f5f5f5;
}

.home-toolbar .one:hover .pop-content {
    display: block;
}

.pop-content img {
    width: 100px;
    height: 100px;
}

.pop-content .desc {
    display: block;
    margin: 14px auto 0;
    width: 82px;
    color: #757575;
    text-align: center;
}