


 ul, ol, li {
    margin: 0;
    padding: 0;

}

body {
    background-image: url(../images/bg.jpg);
    font-family: tahoma,Arial,"Microsoft YaHei",SimSun;
    font-size: 12px;
    color: #222;
    margin: 0;
    padding: 0;
}
.STYLE2 {
	font-size: 14px;
	color: #4a4948;
	font-weight: bold;
	padding-left: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul, li {
    list-style: none;
}



.wraper{ width:1200px; padding-top:0px; margin:0 auto}
.nav_f{ position:relative; width:100%; height:59px; background:#a21911; overflow:hidden}
.nav-item {
    position: relative;
    color: #fff;
    float: left;
    width: 197px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 18px;
    z-index: 1;
}
    .nav-item a {
        display: block;
        height: 59px;
        color: #fff;
        text-decoration: none;
    }
        .nav-item a:hover {
            color: #fff;
            text-decoration: none;
        }
.move-bg{ display:none;position:absolute;left:0;top:0; width:197px; height:59px; background:#a33821; z-index:0;}

.container {
    /*width: 100%;*/
    width: 288px;
    border: 1px solid #ccc;
}

.swiper1 {
    width: 100%;
}

    .swiper1 .selected {
        color: #ec5566;
        border-bottom: 2px solid #ec5566;
    }

    .swiper1 .swiper-slide 
    {
    
        text-align: center;
        font-size: 16px;
        height: 53px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        cursor: pointer;
    }

.swiper2 {
    width: 100%;
}

    .swiper2 .swiper-slide {
        height: 214px;
        background-color: #ccc;
        color: #fff;
        text-align: center;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }


.mainbox {
    overflow: hidden;
    position: relative;
}

.flashbox {
    overflow: hidden;
    position: relative;
}

.imagebox {
    text-align: right;
    position: relative;
    z-index: 999;
}

.bitdiv {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px 10px 0px;
    cursor: pointer;
    float: right;
}

.defimg {
    background-image: url(../images/meun02.png)
}

.curimg {
    background-image: url(../images/menu01.png)
}


.STYLE10 {
    color: #999999;
    line-height: 30px;
    font-size: 14px;
}

.img-list {
    margin: 5px 0 0 5px;
    *display: inline-block;
}

    .img-list:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .img-list .nodata {
        color: #999;
        line-height: 80px;
        text-align: center;
    }

    .img-list li {
        position: relative;
        float: left;
        margin: 15px 0 0 15px;
        width: 280px;
        height: auto;
        background: #fff;
        overflow: auto;
        _display: inline;
    }

        .img-list li .img-box {
            display: block;
            position: relative;
            width: 220px;
            height: 220px;
            overflow: hidden;
            padding-left: 30px;
            padding-top: 10px;
        }

            .img-list li .img-box .abs-txt {
                position: absolute;
                top: 10px;
                left: 10px;
                display: inline-block;
                padding: 0 6px;
                color: #fff;
                font-size: 12px;
                line-height: 24px;
                background: #c81623;
                text-align: center;
                border-radius: 0 3px 3px 0;
            }

            .img-list li .img-box img {
                width: 100%;
                height: 100%;
            }

        .img-list li .info {
            display: block;
            text-align: left;
            margin: 15px;
        }

            .img-list li .info h3 {
                display: block;
                line-height: 20px;
                height: 40px;
                font-size: 12px;
                font-weight: normal;
                overflow: hidden;
                text-align: center;
	
            }

            .img-list li .info p {
                display: block;
                line-height: 28px;
                color: #999;
                font-size: 12px;
            }

                .img-list li .info p.price {
                    padding-top: 10px;
                    line-height: 18px;
                }

                    .img-list li .info p.price b {
                        margin-right: 2px;
                        color: #f40;
                        font-size: 16px;
                    }

                .img-list li .info p strong {
                    float: right;
                    font-weight: normal;
                }

                .img-list li .info p span.price {
                    color: #fb2104;
                    font-size: 14px;
                    font-weight: 600;
                }

        .img-list li em {
            position: absolute;
            display: none;
            margin: -30px auto auto -30px;
            top: 50%;
            left: 50%;
            width: 60px;
            height: 60px;
            font-style: normal;
            filter: alpha(Opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
        }

            .img-list li em i {
                color: #fff;
                font-size: 60px;
                line-height: 60px;
            }

        .img-list li a:hover em {
            display: block;
        }

        .img-list li .abs-bg {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 50px;
            background: #000;
            opacity: 0.3;
            filter: alpha(opacity=30);
            -moz-opacity: 0.3;
            background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
        }

        .img-list li .remark {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 50px;
            line-height: 20px;
            text-align: left;
            overflow: hidden;
        }

            .img-list li .remark h3 {
                padding: 5px 15px 0;
                color: #fff;
                font-size: 12px;
                font-weight: normal;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .img-list li .remark p {
                padding: 0 15px;
                color: #eee;
                font-size: 12px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }


.notice-left-img, .notice-term li {
    margin-right: 20px;
    height: 160px;
    float: left
}

.notice-term {
    width: 1100px
}

    .notice-term li {
        padding: 20px;
        margin-top: 20px;
        width: 490px;
        background-color: #fff
    }

.notice-left-img {
    width: 220px;
    text-align: center;
    max-height: 160px;
    line-height: 160px;
    overflow: hidden
}

    .notice-left-img img {
        width: 100%;
        height: 100%
    }

.notice-term li .notice-content {
    float: left;
    width: 240px;
    text-align: left
}

.notice-term li:hover {
    border-color: #d91615
}

.notice-term li .notice-content h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #333
}

    .notice-term li .notice-content h2:hover {
        color: #d6363b
    }

.notice-term li.is-cancel .notice-content h2, .notice-term li.is-cancel .notice-content h2:hover {
    color: #999;
    font-weight: 700
}

.notice-term li .notice-content .item-descript {
    max-height: 72px;
    color: #999;
    overflow: hidden;
    height: 57px;
    line-height: 18px;
    margin-bottom: 32px
}

    .notice-term li .notice-content .item-descript .descript-detail {
        color: #999
    }

        .notice-term li .notice-content .item-descript .descript-detail:hover {
            color: #d6363b
        }

.notice-term li.is-cancel .notice-content .item-descript .descript-detail {
    color: #999
}

.notice-content .item-author {
    line-height: 14px;
    position: absolute;
    left: 230px;
    right: 15px;
    color: #999;
    bottom: 13px
}

    .notice-content .item-author .company {
        color: #999;
        display: inline-block;
        width: 194px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        cursor: text;
        vertical-align: -2px
    }

.is-cancel .notice-content .item-author a {
    color: #999
}

.notice-content .item-author .line {
    width: 1px;
    height: 13px;
    background-color: #e2e2e2;
    margin: 0 12px;
    position: relative;
    top: 2px;
    display: inline-block
}

.notice-term li .notice-content h2 a:hover {
    color: #d6363b
}
