html {
    height: 100%;
}

* {
    font-family: 'Microsoft YaHei';
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: "Microsoft YaHei",SimHei,Arial;
    font-size: 24px;
    color: #999999;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    overflow: auto;
}

a {
    text-decoration: none;
}

ul, li {
    margin: 0;
    padding: 0;
}

div {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    float: left;
    width: 100%;
    text-align: left;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

img {
    border: 0px;
    height: auto;
}

img, input {
    vertical-align: middle;
}

.none {
    display: none;
}

.clear {
    width: 100%;
    height: 0;
    clear: both;
}

.header {
    height: 300px;
    background: url(/images/bg_header.png);
    text-align: center;
}

.panel {
    width: 1440px;
    float: none;
    margin: auto;
    background-color: white;
}

.footer {
    height: 147px;
    background: url(/images/bg_footer.png);
    text-align: center;
}

.content {
    background-color: #333333;
    text-align: center;
}

.icon{
    margin-right:20px;
}

.menu {
    height: 100px;
    background-color: #032E40;
}

    .menu .menuItem div {
        margin-top: 10px;
        border-right: 1px #294d5c solid;
        text-align: center;
    }

        .menu .menuItem div a {
            color: white;
            font-size: 18px;
        }

    .menu .menuItem {
        width: 14%;
    }

    .menu .lastItem div {
        border-right: 1px #032E40 solid !important;
    }

    .menu .activeItem {
        background: url(/images/bg_menuArrow.png) bottom center no-repeat;
    }

    .menu .activeItemGray {
        background: url(/images/bg_menuArrowGray.png) bottom center no-repeat;
    }


.index_product {
    text-align: center;
    padding: 48px 0 48px 0;
}

    .index_product .index_product_panel {
        width: 1344px;
        margin: auto;
        float: none;
    }

    .index_product .index_product_list {
        width: 100%;
    }

        .index_product .index_product_list td {
            text-align: center;
            border-right: 1px #d9d9d9 solid;
        }

            .index_product .index_product_list td:last-child {
                border-right: 1px white solid !important;
            }



        .index_product .index_product_list a {
            font-size: 18px;
            color: #D8403D;
        }

            .index_product .index_product_list a img {
                width: 80%;
            }



.productMenu {
    height: 100px;
    background-color: #666666;
}

    .productMenu .productMenuItem div {
        margin-top: 10px;
        border-right: 1px #7d7d7d solid;
        text-align: center;
    }

        .productMenu .productMenuItem div a span {
            color: white;
            font-size: 12px;
        }

    .productMenu .productMenuItem {
        line-height: 15px !important;
    }

    .productMenu .lastItem div {
        border-right: 1px #666666 solid !important;
    }

    .productMenu .activeItem {
        background: url(/images/bg_productMenuArrow.png) bottom center no-repeat;
    }


.product {
    margin-bottom: 30px;
    margin-right: 70px;
    box-shadow: 15px 10px 10px 10px #bbbbbb;
    width: 600px;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

    .product .productDetailTable {
        width: 100%;
    }

        .product .productDetailTable td {
            height: 48px;
            padding-left: 10px;
            font-size: 18px;
        }

        .product .productDetailTable tr:nth-child(odd) {
            background: #EEEEEE;
        }

    .product .productName {		
        padding: 30px;
        background-color: #E9271A;
        color: white;
        font-size: 32px;
        text-align: right;
    }

    .product .productPhoto img {
        width: 100%;
    }

/*ÆÙ²¼Á÷²ã*/
.waterfall {
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari ºÍ Chrome */
    column-count: 2;
    -moz-column-gap:40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

/* slider css */
.slider {
    overflow: hidden;
    position: relative;
    height: 600px;
}

    .slider ul {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        height: 100%;
    }

        .slider ul li {
            list-style: none;
            float: left;
            height: 100%;
            width: auto;
            text-align: center;
            background: center center no-repeat;
            background-size: 10% auto;
        }

            .slider ul li img {
                width: 100%;
                height: auto;
            }

    .slider .mask {
        width: 100%;
        height: 357px;
        overflow: hidden;
        position: absolute;
        bottom: 0px;
        right: 0px;
        background:url(/images/sliderMask.png) repeat;
    }
    .slider .focusNum {
        width: auto;
        height: 30px;
        overflow: hidden;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

        .slider .focusNum a {
            display: inline-block;
            padding: 5px 10px;
            float: left;
            background-color: #fff;
            color: #000;
            text-align: center;
            font-size: 12px;
            line-height: 16px;
            margin-right: 5px;
        }

            .slider .focusNum a:hover {
                text-decoration: none;
                background-color: red;
                color:white;
            }

            .slider .focusNum a.hoverCl {
                text-decoration: none;
                background-color: red;
                color:white;
            }
