﻿.index_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.index_about {
    width: 38%;
    float: left;
}

    .index_about img {
        display: block;
        float: left;
        height: 150px;
        padding: 0 10px 0 0;
        margin-top: 10px;
    }

    .index_about p {
        text-align: left;
        color: #666;
        line-height: 25px;
        margin-top: 10px;
        text-indent: 24px;
    }


.index_news {
    width: 32%;
    float: left;
    margin: 0 2%;
}

.index_newlist {
    height: auto;
    overflow: hidden;
    clear: both;
    margin-top: 10px;
}


    .index_newlist ul {
        height: auto;
        overflow: hidden;
        width: 100%;
    }

        .index_newlist ul li {
            float: left;
            width: 100%;
            height: 36px;
            line-height: 36px;
            border-bottom: 1px dashed #e5e5e5;
            background: url(../images/li_bg.png) no-repeat 0 4px;
            text-indent: 15px;
        }

            .index_newlist ul li:hover {
                background: url(../images/li_bg_1.png) no-repeat 0 4px;
            }

            .index_newlist ul li a {
                float: left;
            }

            .index_newlist ul li em {
                float: right;
            }


.index_contact {
    width: 26%;
    float: left;
}

    .index_contact .contact_box {
        width: 96%;
        margin: 10px auto;
        height: 150px;
        background: url(../images/contact_bg.png) no-repeat;
    }

        .index_contact .contact_box ul {
        }

        .index_contact .contact_box li {
            height: 50px;
            line-height: 50px;
            padding-left: 25px;
            font-weight: bold;
            color: #007ACC;
        }

            .index_contact .contact_box li em {
                font-size: 16px;
                padding-left: 20px;
            }

                .index_contact .contact_box li em.wangwang {
                    padding-left: 25px;
                }


            .index_contact .contact_box li a {
                font-weight: bold;
                color: #007ACC;
            }


.index_product {
    height: auto;
    overflow: hidden;
    width: 100%;
}

    .index_product .index_product_list {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .index_product .index_product_list .index_product_box1, .index_product .index_product_list .index_product_box2 {
            margin-top: 10px;
            height: auto;
            overflow: hidden;
        }

            .index_product .index_product_list .index_product_box1 ul li, .index_product .index_product_list .index_product_box2 ul li {
                width: 18.4%;
                margin-right: 2%;
                float: left;
            }


                .index_product .index_product_list .index_product_box1 ul li img, .index_product .index_product_list .index_product_box2 ul li img {
                    width: 100%;
                    border: 1px solid #e5e5e5;
                    box-shadow: 2px 3px 3px #ccc;
                }

                .index_product .index_product_list .index_product_box1 ul li p, .index_product .index_product_list .index_product_box2 ul li p {
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                }

/* 图片滚动特效*/
.picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .picMarquee-left .hd {
        height: 40px;
    }

        .picMarquee-left .hd .prev, .picMarquee-left .hd .next {
            display: block;
            width: 5px;
            height: 9px;
            float: right;
            margin-right: 5px;
            margin-top: 15px;
            overflow: hidden;
            cursor: pointer;
            background: url("../images/arrow.png") no-repeat;
        }

        .picMarquee-left .hd .next {
            background-position: 0 -50px;
        }

        .picMarquee-left .hd .prevStop {
            background-position: -60px 0;
        }

        .picMarquee-left .hd .nextStop {
            background-position: -60px -50px;
        }

    .picMarquee-left .bd {
        padding: 10px;
    }

        .picMarquee-left .bd ul {
            overflow: hidden;
            zoom: 1;
            width: 1180px;
            margin: 0 auto;
            z-index: 999;
            background: #fff;
        }

            .picMarquee-left .bd ul li {
                margin: 0 15px;
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
            }

                .picMarquee-left .bd ul li .pic {
                    text-align: center;
                }

                    .picMarquee-left .bd ul li .pic img {
                        width: 200px;
                        display: block;
                        padding: 2px;
                        border: 1px solid #ccc;
                    }

                    .picMarquee-left .bd ul li .pic a:hover img {
                        border-color: #999;
                    }

                .picMarquee-left .bd ul li .slider_title {
                    line-height: 20px;
                }
