.big-container {
    min-width: 1190px;
}

.big-container .banner-box {
    position: relative;
    height: 570px;
    width: 100%;
    max-width: 1920px;
}

.big-container .banner-box .top-box {
    position: absolute;
    background: url(http://www.gxjeyy.com/adimages1/201903/zyzq1.png) no-repeat center;
    max-width: 1920px;
    width: 100%;
    height: 117px;
    z-index: 2;
    top: -11px;
    left: 0;
}

.big-container .classify-box {
    background: url(http://www.gxjeyy.com/adimages1/201903/zyzq2.jpg) no-repeat center;
    height: 230px;
}

.big-container .classify-box .box-container {
    display: block;
    padding-left: 220px;
    padding-top: 20px;
}

.big-container .classify-box .box-container li {
    display: inline-block;
    background: url(http://www.gxjeyy.com/adimages1/201903/zyzq3.png) no-repeat center;
    width: 50px;
    height: 175px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 27px 10px;
    line-height: 20px;
    margin-right: 30px;
    color: #984f00;
    cursor: pointer;
    cursor: hand;
}

.big-container .classify-box .box-container li:hover {
    background: url(http://www.gxjeyy.com/adimages1/201903/zyzq4.png) no-repeat center;
    color: #fff;
}

.big-container .mzjx-box {
    background: url(http://www.gxjeyy.com/adimages1/201903/zyzq5.jpg) no-repeat center;
    height: 484px;
    overflow: hidden;
    position: relative;
}

.big-container .mzjx-box .djs-box {
    position: absolute;
    top: 64px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #666;
    height: 22px;
    line-height: 22px;
}

.big-container .mzjx-box .djs-box span {
    display: inline-block;
    height: 100%;
    width: 22px;
    background-color: #a27556;
    color: #fff;
    font-size: 16px;
}

.big-container .mzjx-box .box-container {
    margin-top: 104px;
}

.big-container .mzjx-box .box-container li {
    display: inline-block;
    float: left;
    padding: 10px;
    width: 220px;
    background-color: #f6ead6;
    margin-right: 18px;
}

.big-container .mzjx-box .box-container li .magnify-box {
    width: 200px;
    height: 200px;
}

.big-container .mzjx-box .box-container li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.big-container .mzjx-box .box-container li .price-box {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    color: #ff1919;
}

.big-container .mzjx-box .box-container li .price-box .btn {
    display: inline-block;
    float: right;
    padding: 0 10px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    background-color: #ff1919;
    border-radius: 5px;
    cursor: pointer;
    cursor: hand;
}

.big-container .rm-box {
    background: url(http://www.gxjeyy.com/adimages1/201903/zyzq7.jpg) no-repeat center;
    height: 724px;
    overflow: hidden;
}

.big-container .rm-box .box-container {
    margin-top: 64px;
}

.big-container .rm-box .box-container li.magnify-box {
    display: inline-block;
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
    width: 285px;
    height: 300px;
}

.big-container .lh-box {
    background: url(http://www.gxjeyy.com/adimages1/201903/zyzq8.jpg) no-repeat center;
    height: 792px;
    overflow: hidden;
}

.big-container .lh-box .box-container {
    margin-top: 64px;
}

.big-container .lh-box .box-container .box {
    width: 580px;
    height: 285px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}

.big-container .lh-box .box-container .box .item {
    width: 282.5px;
    height: 100%;
    float: right;
}

.big-container .lh-box .box-container .box .item:first-child {
    float: left;
}

#carousel {
    position: absolute;
    top: 90px;
    height: 480px;
    width: 100%;
}

#carousel .carousel-list li {
    height: 100%;
}

#carousel .carousel-list li img {
    position: absolute;
    width: 100%;
    height: 100%;
}

#carousel .carousel-list li.cur {
    display: block;
}

#carousel .carousel-nav {
    width: 100%;
}

#carousel .carousel-nav li {
    position: relative;
    color: #ccc;
    font-size: 12px;
    font-family: "SimSun";
    font-weight: normal;
    text-align: center;
    background-color: transparent;
    height: 28px;
    width: 68px;
    margin-left: 5px;
    transition: height 0.2s;
    -webkit-transition: height 0.2s;
}

#carousel .carousel-nav li .text {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 2;
    bottom: 8px;
    left: 0;
}

#carousel .carousel-nav li .bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#carousel .carousel-nav li:first-child {
    margin-left: 0;
}

#carousel .carousel-nav li span.line {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    display: none;
    z-index: 3;
    top: 6px;
    width: 12px;
    height: 2px;
    background-color: #0977be;
}

#carousel .carousel-nav li.cur {
    height: 36px;
}

#carousel .carousel-nav li.cur span.line {
    display: block;
}

#carousel .carousel-page li {
    width: 30px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
}

#carousel .carousel-page li.prev {
    left: 15%;
}

#carousel .carousel-page li.next {
    right: 15%;
}

#nav {
    border-bottom: none !important;
}

#nav .category-box .category-list {
    top: -1px;
}

#footer {
    margin-top: 0 !important;
}

.wntj {
    background: url(http://www.gxjeyy.com/adimages1/201906/zyzq8.jpg) no-repeat top !important;
}

#wntj {
    width: 10000px;
}

#wntj ul {
    display: inline-block;
    float: left;
    margin-top: 70px;
}