﻿.indexPage {
}

    .indexPage .container > .container-box {
        position: relative;
    }

    .indexPage .container-box > .content {
        width: 1100px;
        margin: 0 auto;
        
    }

    .indexPage .btn-wrap {
        text-align: center;
        width: 100%;
    }

        .indexPage .btn-wrap a.btn {
            display: inline-block;
            width: 147px;
            height: 44px;
            line-height: 44px;
            color: #fff;
            font-size: 16px;
            background: url(404.png) no-repeat center;
        }

    
    .indexPage .container > .goods_wrap {
        background: url(../image/index_goods_bg.jpg) no-repeat center;
        max-height: 768px;
    }

.container > .goods_wrap > .content {
    width: 1114px;
    padding: 90px 0;
}

.goods_wrap .list-wrap {
    padding: 0;
    width: auto;
    padding-left: 10px;
}

    .goods_wrap .list-wrap .item {
        float: left;
        margin-right: 10px;
        margin-bottom: 12px;
        position: relative;
        overflow: hidden;
    }

    .goods_wrap .list-wrap .item_text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        display: none;
        background: url(../image/title_bg.png) repeat;
    }

        .goods_wrap .list-wrap .item_text .content {
            padding: 10px 10px 18px;
            line-height: 26px;
            font-size: 12px;
        }
        .goods_wrap .list-wrap .item_text .content img{
			display:block;
			margin: 12px 0;
        }

        .goods_wrap .list-wrap .item_text .title {
            line-height: 26px;
            font-size: 18px;
            margin-bottom: 10px;
        }
		
    .goods_wrap .list-wrap .item_title {
		position:absolute;
		left:0;
		top:20px;
		padding:10px 20px;
		background:url(../image/header_sub_bg.png);
		float:left;
    }


.indexPage .container > .news_wrap {
    background: url(../image/index_news_bg.jpg) no-repeat center;
    max-height: 588px;
    padding: 90px 0;
}

.news_wrap > .content {
    position: relative;
    padding: 16px;
    background: #fff;
}

.news_wrap .content .left_box {
    width: 530px;
    height: 390px;
    margin-right: 30px;
	padding-top:30px;
}

#slideBox_news .item {
    position: relative;
    width: 100%;
    display: block;
	height:352px;
}
#slideBox_news .item img{
    max-height:100%;
    max-width:100%;
}

    #slideBox_news .item .title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: url(../image/title_bg.png) repeat;
    }

        #slideBox_news .item .title span {
            padding: 0 20px;
            font-size: 16px;
            line-height: 50px;
            color: #fff;
        }

#slideBox_news {
    position: relative;
    overflow:hidden;
}

    #slideBox_news .prev,
    #slideBox_news .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url(../image/slider-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    #slideBox_news .next {
        left: auto;
        right: 3%;
        background-position: 8px 5px;
    }

        #slideBox_news .prev:hover,
        #slideBox_news .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    #slideBox_news .prevStop {
        display: none;
    }

    #slideBox_news .nextStop {
        display: none;
    }


.news_wrap .right_box {
    float: left;
    width: 490px;
}

.news_wrap .title-wrap {
    padding-top: 14px;
    height: 50px;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
}

    .news_wrap .title-wrap span {
        line-height: 50px;
        color: #c8a063;
        font-size: 14px;
    }

        .news_wrap .title-wrap span.title {
            display: inline-block;
            border-bottom: 2px solid #c8a063;
            height: 49px;
            line-height: 50px;
            color: #333;
            font-size: 24px;
            margin-right: 10px;
        }

.news_wrap .list-wrap .item {
    padding-top: 20px;
    position: relative;
    
    border-bottom: 1px dotted #999;
    height: 86px;
}
.news_wrap .list-wrap .item:last-child {
    border:none;
}

.news_wrap .list-wrap .item_time {
    width: 46px;
    height: 50px;
    background: #c8a063;
    float: left;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
    padding: 8px 10px;
}

    .news_wrap .list-wrap .item_time span {
        font-size: 24px;
        line-height: 24px;
        display: block;
    }

.news_wrap .list-wrap .item_text {
    width: 100%;
}

.news_wrap .list-wrap .title {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 8px;
}

.news_wrap .list-wrap .content {
    font-size: 12px;
    color: #707171;
    line-height: 20px;
}




.indexPage .container > .about_wrap {
    background: url(../image/index_about_bg.jpg) no-repeat center;
    max-height: 470px;
    padding: 90px 0;
}

.about_wrap .right_box {
    width: 520px;
}

    .about_wrap .right_box .title-wrap {
        padding: 20px 0;
    }

    .about_wrap .right_box p {
        color: #c8a063;
        font-size: 1.2em;
    }

    .about_wrap .right_box .title {
        font-size: 2em;
        line-height: 40px;
        border-bottom: 2px solid #c8a063;
        display: inline-block;
        margin-bottom: 10px;
    }

    .about_wrap .right_box .content {
        font-size: 14px;
        line-height: 26px;
        color: #666;
    }

.news_wrap > .title-wrap {
    display:none;
}
.news_wrap .right_box .more {
    display:none;
}
@media screen and (max-width:640px) {
    #content .container .container-box {
        margin-bottom: 10px;
    }

    .indexPage .container-box > .content {
        width: 3.75rem;
    }

    .indexPage .container > .goods_wrap > .content {
        padding: 0;
    }

    .goods_wrap .list-wrap {
        padding: 0;
        width: 3.75rem;
    }

        .goods_wrap .list-wrap .item {
            width: 1.87rem;
            height: 1.87rem;
            padding: 0;
            margin: 0;
            overflow: hidden;
        }

        .goods_wrap .list-wrap .img_box {
            width: 100%;
            height: 100%;
        }
        .goods_wrap .list-wrap .item_title {
			display:none;
        }

        .goods_wrap .list-wrap img {
            display: none;
        }

        .goods_wrap .list-wrap .item:nth-child(1) .img_box {
            background: url(../image/touch_index_goods_1.jpg) no-repeat scroll 0 0/100%;
        }

        .goods_wrap .list-wrap .item:nth-child(2) .img_box {
            background: url(../image/touch_index_goods_2.jpg) no-repeat scroll 0 0/100%;
        }

        .goods_wrap .list-wrap .item:nth-child(3) .img_box {
            background: url(../image/touch_index_goods_3.jpg) no-repeat scroll 0 0/100%;
        }

        .goods_wrap .list-wrap .item:nth-child(4) .img_box {
            background: url(../image/touch_index_goods_4.jpg) no-repeat scroll 0 0/100%;
        }

    .indexPage .container > .news_wrap {
        padding: 0;
        max-height: none;
    }

    .news_wrap > .content {
        padding: 0;
        width: 3.75rem;
    }

    .news_wrap > .title-wrap {
        display:block;
        padding: 0;
        width: 3.75rem;
        height: .6rem;
        line-height: .6rem;
        font-size: 2em;
        text-align: center;
        color: #333;
        background: #fff;
        border:none;
    }

    .news_wrap .content .left_box {
        width: 3.75rem;
        box-sizing: border-box;
        padding: 0 10px;
        height:auto;
    }
        .news_wrap .content .left_box img {
            max-width: 100%;
        }

    .news_wrap .content .right_box {
        width: 3.75rem;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .news_wrap .right_box .title-wrap {
        display: none;
    }

    .news_wrap .right_box .more {
        display: block;
        text-align: center;
        line-height: 2;
        height: 2em;
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    #content.indexPage .container > .about_wrap {
        padding: 0 0 20px;
        margin: 0;
        background:#fff;
        height:auto;
        max-height:none;
    }

    .about_wrap .content .left_box {
        width: 3.75rem;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .about_wrap .right_box {
        width: 3.75rem;
        box-sizing: border-box;
        padding: 0 10px;
    }

        .about_wrap .right_box .content {
            padding-bottom: 10px;
        }
}