﻿* {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
}

a {
    bblr: expression(thisthis.onFocus=this.blur()); /*IE使用*/
    outline-style: none; /*FF使用*/
}
body {
    width:100%;
    height:auto;
    background: #f0f0f0;
}

header {
    width:100%;
    height:auto;
}
    header div.logo {
        width:100%;
        text-align:center;
        height:40px;
        background:#000;
        border-bottom:solid 2px #242424;
    }
        header div.logo img {
            height:22px;
            width:160px;
            margin-top:9px;
        }
    header div.huandeng {
        background:#333;
        height:100%;
    }
        header div.huandeng a {
        }
            header div.huandeng a img {
                height: 180px;
                width: 100%;
            }
div.center {
    width:100%;
    height:auto;
}
    div.center div.menu {
        width: 100%;
        height: auto;
    }
        div.center div.menu ol.t-menu {
            width: 100%;
            height: 42px;
            background: #000;
            float: left;
        }
        div.center div.menu ol.t-menu li {
            float: left;
            width: 22%;
            height: 100%;
        }
            div.center div.menu ol.t-menu li.jiantou {
                width:10%;
                background:#242424;
            }
                div.center div.menu ol.t-menu li.jiantou a {
                    background: url('../images/sjx.png') no-repeat center;
                    display: block;
                    height: 100%;
                    margin: 0px;
                    border-right:none;
                }
            div.center div.menu ol.t-menu li a,div.center div.menu ol.s-menu li a {
                color: #fff;
                display: block;
                width: 100%;
                margin-top: 12px;
                height: 18px;
                line-height: 18px;
                text-align: center;
                border-right: solid 2px #fff;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
    div.center ol.s-menu {
        background: #242424;
        width:100%;
        height:auto;
        float:left;
        display:none;
    }
        div.center ol.s-menu .i span {
            display:none;
        }
        div.center ol.s-menu li {
            float: left;
            width: 33%;
            height: 42px;
            line-height:42px;
        }
            div.center ol.s-menu li a {
                color:#fff;
            }
.clear {
    clear: both;
}
footer {
    background:#000;
    height:30px;
    line-height:30px;
    width:100%;
    position:fixed;
    bottom:0px;
}
    footer div {
        color:#fff;
        width:100%;
        text-align:center;
        height:100%;
    }
div.index {
    width: 100%;
    height: auto;
    margin:10px 0px 10px 0px;
    position:relative;
}
    div.index div.left {
        padding-left:10px;
        width:60%;
    }
    div.index div.right {
        width: 100px;
        height: 100px;
        text-align:center;
        position:absolute;
        top:50%;
        right:10px;
        margin-top:-70px;
    }
        div.index div.right .hot {
            height: 100%;
            width: 100%;
        }
        div.index div.right .hot img {
            height: 100%;
            width: 100%;
            border:none;
            border:solid 1px #999;  
            display:none;
        }
div.index ol.news {
        width:100%;
        height:auto;
}
    div.index ol.news li {
        line-height: 32px;
        height: 32px;
        width:100%;
        position:relative;
        border-bottom:dashed 1px #a4a4a4;
    }
        div.index ol.news li.gengduo {
            border-bottom:none;
            padding:6px;
            text-align:right;
        }
            div.index ol.news li.gengduo a {
                position:inherit;
                background:#000;
                color:#fff;
                width:auto;
                padding:6px 10px 6px 10px;
                border-radius:12px;
                font-weight:normal;
            }
        div.index ol.news li a {
            color: #5b5b5b;
            width: 70%;
            position: absolute;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        div.index ol.news li span {
            position:absolute;
            right:0px;
        }
div.prolist {
    width: 100%;
    height: auto;
    background: #f0f0f0;
    display: none;
    padding-bottom:20px;
}
    div.prolist div.pro-l {
        width: 110px;
        height: auto;
        float: left;
    background: #f0f0f0;
    }
    div.prolist div.pro-l-w {
        width: 100%;
        float: none;
        padding-bottom:10px;
    }
        div.prolist div.pro-l ol {
            height:auto;
            width:auto;
            padding:10px 6px 0px 6px;
        }
            div.prolist div.pro-l ol li {
                height: 32px;
                line-height: 32px;
                border-radius: 12px;
                background: #999;
                margin-top: 6px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #fff;
            }
    div.prolist div.pro-l-w ol li {
        height: 42px;
        line-height: 42px;

    }
                div.prolist div.pro-l ol li.pro-l-a {
                    background: #000;
                }
                    div.prolist div.pro-l ol li.pro-l-a a {
                        color:#e6e6e6;
                        display:block;
                    }
        div.prolist div.pro-l ol li a{
            padding-left:10px;
            color:#fff;
        }
    div.prolist div.pro-r {
        float:right;
        width:100%;
        background:#f0f0f0;
    }
    div.prolist div.pro-r-w {
        float: none;
        width: 100%;
        background: #f0f0f0;
    }
    div.prolist div.pro-r .pro-list,div.prolist div.pro-r-w .pro-list{
        width:100%;
        height:auto;
        margin-top:10px;
    }
        div.prolist div.pro-r .pro-des,div.prolist div.pro-r-w .pro-des {
            width:98%;
            margin-left:2%;
            height:auto;
            position:relative;
            margin-bottom:18px;
            border-bottom:dashed 1px #a4a4a4;
            padding-bottom:10px;
        }
 div.pro-list .pro-des div.pro-l-l {
    width:45%;
    float:left;
    min-width:90px;
    overflow:hidden;
}
    div.pro-list .pro-des div.pro-l-r p {
        line-height:18px;
    }
        div.pro-list .pro-des div.pro-l-r p.t {
            text-indent:16px;
            height:80px;
            overflow:hidden;
            line-height:20px;
        }
    div.pro-list .pro-des div.pro-l-l img {
        width:90px;
        height:90px;
        border-radius:6px;
    }
div.pro-list .pro-des .pro-l-r {
    float:right;
    width:55%;
}
#ol-information-list .pro-des .pro-l-r {
    width: 94%;
    border: 0px solid #D1D1D1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 5px 5px 10px 10px;
    -moz-border-radius: 5px 5px 10px 10px;
    border-radius: 5px 5px 10px 10px;
    background: url(../../../images/themes/bottom.png) repeat-x scroll left bottom #FFFFFF;
    background-size: 2px auto;
    padding:2%;
    margin-right:2%;
}
#ol-information-list div.pro-l-r img {
    width:100%;
    border-radius:2px;
}
div.pro-list .pro-des p.time {
    color:#a4a4a4;
    height:18px;
    padding:6px;
}
#ol-information-list .pro-des {
    border-bottom: none;
}
div.pro-list .pro-des .pro-l-r h3 {
    padding-bottom: 6px;
    line-height:22px;
    display:block;
}
#ol-information-list .pro-l-r h3 {
    padding:3px 4px 3px 4px;
    line-height:22px;
    display:block;
}
div.pro-list div.pro-xx {
    height:32px;
    line-height:32px;
    text-align:center;
    width:100%;
}
div.pro-list div.pro-xxs {
        width:100%;
        height:100%;
}
    div.pro-list div.pro-xxs a {
        height:100%;
        display:block;
        border-top:solid 1px #e6e6e6;
        margin:6px 0px 6px 0px;
        padding:12px 0px 6px 0px;
        text-indent:12px;
        font-size:13px;
    }
#ol-information-list div.pro-xx {
    width:100%;
    text-align:right;
}
div.pro-r div.pro-title,div.pro-r-w div.pro-title {
    width: 98%;
    margin-left: 2%;
    height: 36px;
    line-height: 36px;
    text-indent: 12px;
    border-bottom: dashed 1px #a4a4a4;
}
    div.pro-r div.pro-title a {
        color:#000;
        padding-bottom:3px;
    }
div.pro-list div.pro-xx a{
    background:#000;
    color:#fff;
    padding:6px 10px 6px 20px;
    border-radius:4px;
    background:url('../images/soso.png') no-repeat 3px 4px #000;
}
div.pro-list div.pro-page {
    height:32px;
    text-align:center;
}
    div.pro-list div.pro-page a {
        background: #e6e6e6;
        color: #000;
        padding: 6px 10px 6px 10px;
        border-radius: 4px;
    }
    div.pro-list div.pro-page span {
        font-weight:bold;
    }
    div.pro-list div.pro-page a.n {
        background: #e6e6e6;
        color: #fff;
    }
div.pro-property {
    display:none;
    width:100%;
    height:auto;
    background:rgba(5, 5, 5, 0.9);
}
    div.pro-property div.pro-img {
        width: 100%;
        height: auto;
    }
        div.pro-property div.pro-img img {
        }
    div.pro-property div.pro-perty {
        padding-bottom:10px;
        margin:0px 0px 0px 0px;
        margin-left: 5%;
        width: 90%;
        border-bottom: dashed 1px #a4a4a4;
        padding-top:10px;
    }
        div.pro-property div.pro-perty p {
            line-height:22px;
        }
            div.pro-property div.pro-perty p span {
                color:#fff;
            }
    div.pro-property div.pro-name {
        margin:10px 0px 0px 0px;
        margin-left: 5%;
        width: 90%;
        border-bottom: dashed 1px #a4a4a4;
        padding-bottom:10px;
        padding-top:10px;
    }
div.pro-property div.pro-name h3 {
    color:#fff;
    font-size:20px;
}
        div.pro-property div.pro-name span {
            color:#fff;
            display:block;
            width:100%;
            text-align:right;
        }
    div.pro-property div.pro-body {
        color: #eee;
        padding-bottom: 10px;
        margin-left: 5%;
        width: 90%;
        padding-top: 10px;
        word-break: break-all; /*支持IE，chrome，FF不支持*/
        word-wrap: break-word; /*支持IE，chrome，FF*/
        line-height:18px;
    }
div.loading {
    z-index:1000;
    width:100%;
    height:100%;
    position:fixed;
    display:none;
}
    div.loading div.bg {
        width: 100%;
        height: 100%;
        background: rgba(230, 230, 230, 0.9);
        position: fixed;
    }
    div.loading div.msg {
        width:120px;
        height:120px;
        background:rgba(4, 4, 4, 0.60);
        border-radius:10px;
        position:absolute;
        left:50%;
        top:50%;
        margin-left:-60px;
        margin-top:-60px;
    }
        div.loading div.msg div.txt {
            color:#fff;
            position:absolute;
            width:100%;
            text-align:center;
            bottom:22px;
        }
        #floatingBarsG {
            position: absolute;
            width: 32px;
            height: 40px;
            left:50%;
            margin-left:-18px;
            top:20px;
        }

        .blockG {
            position: absolute;
            background-color: #FFFFFF;
            width: 5px;
            height: 12px;
            -moz-border-radius: 5px 5px 0 0;
            -moz-transform: scale(0.4);
            -moz-animation-name: fadeG;
            -moz-animation-duration: 0.72s;
            -moz-animation-iteration-count: infinite;
            -moz-animation-direction: linear;
            -webkit-border-radius: 5px 5px 0 0;
            -webkit-transform: scale(0.4);
            -webkit-animation-name: fadeG;
            -webkit-animation-duration: 0.72s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-direction: linear;
            -ms-border-radius: 5px 5px 0 0;
            -ms-transform: scale(0.4);
            -ms-animation-name: fadeG;
            -ms-animation-duration: 0.72s;
            -ms-animation-iteration-count: infinite;
            -ms-animation-direction: linear;
            -o-border-radius: 5px 5px 0 0;
            -o-transform: scale(0.4);
            -o-animation-name: fadeG;
            -o-animation-duration: 0.72s;
            -o-animation-iteration-count: infinite;
            -o-animation-direction: linear;
            border-radius: 5px 5px 0 0;
            transform: scale(0.4);
            animation-name: fadeG;
            animation-duration: 0.72s;
            animation-iteration-count: infinite;
            animation-direction: linear;
        }

        #rotateG_01 {
            left: 0;
            top: 15px;
            -moz-animation-delay: 0.27s;
            -moz-transform: rotate(-90deg);
            -webkit-animation-delay: 0.27s;
            -webkit-transform: rotate(-90deg);
            -ms-animation-delay: 0.27s;
            -ms-transform: rotate(-90deg);
            -o-animation-delay: 0.27s;
            -o-transform: rotate(-90deg);
            animation-delay: 0.27s;
            transform: rotate(-90deg);
        }

        #rotateG_02 {
            left: 4px;
            top: 5px;
            -moz-animation-delay: 0.36s;
            -moz-transform: rotate(-45deg);
            -webkit-animation-delay: 0.36s;
            -webkit-transform: rotate(-45deg);
            -ms-animation-delay: 0.36s;
            -ms-transform: rotate(-45deg);
            -o-animation-delay: 0.36s;
            -o-transform: rotate(-45deg);
            animation-delay: 0.36s;
            transform: rotate(-45deg);
        }

        #rotateG_03 {
            left: 13px;
            top: 2px;
            -moz-animation-delay: 0.45s;
            -moz-transform: rotate(0deg);
            -webkit-animation-delay: 0.45s;
            -webkit-transform: rotate(0deg);
            -ms-animation-delay: 0.45s;
            -ms-transform: rotate(0deg);
            -o-animation-delay: 0.45s;
            -o-transform: rotate(0deg);
            animation-delay: 0.45s;
            transform: rotate(0deg);
        }

        #rotateG_04 {
            right: 4px;
            top: 5px;
            -moz-animation-delay: 0.54s;
            -moz-transform: rotate(45deg);
            -webkit-animation-delay: 0.54s;
            -webkit-transform: rotate(45deg);
            -ms-animation-delay: 0.54s;
            -ms-transform: rotate(45deg);
            -o-animation-delay: 0.54s;
            -o-transform: rotate(45deg);
            animation-delay: 0.54s;
            transform: rotate(45deg);
        }

        #rotateG_05 {
            right: 0;
            top: 15px;
            -moz-animation-delay: 0.63s;
            -moz-transform: rotate(90deg);
            -webkit-animation-delay: 0.63s;
            -webkit-transform: rotate(90deg);
            -ms-animation-delay: 0.63s;
            -ms-transform: rotate(90deg);
            -o-animation-delay: 0.63s;
            -o-transform: rotate(90deg);
            animation-delay: 0.63s;
            transform: rotate(90deg);
        }

        #rotateG_06 {
            right: 4px;
            bottom: 4px;
            -moz-animation-delay: 0.72s;
            -moz-transform: rotate(135deg);
            -webkit-animation-delay: 0.72s;
            -webkit-transform: rotate(135deg);
            -ms-animation-delay: 0.72s;
            -ms-transform: rotate(135deg);
            -o-animation-delay: 0.72s;
            -o-transform: rotate(135deg);
            animation-delay: 0.72s;
            transform: rotate(135deg);
        }

        #rotateG_07 {
            bottom: 0;
            left: 13px;
            -moz-animation-delay: 0.8099999999999999s;
            -moz-transform: rotate(180deg);
            -webkit-animation-delay: 0.8099999999999999s;
            -webkit-transform: rotate(180deg);
            -ms-animation-delay: 0.8099999999999999s;
            -ms-transform: rotate(180deg);
            -o-animation-delay: 0.8099999999999999s;
            -o-transform: rotate(180deg);
            animation-delay: 0.8099999999999999s;
            transform: rotate(180deg);
        }

        #rotateG_08 {
            left: 4px;
            bottom: 4px;
            -moz-animation-delay: 0.9s;
            -moz-transform: rotate(-135deg);
            -webkit-animation-delay: 0.9s;
            -webkit-transform: rotate(-135deg);
            -ms-animation-delay: 0.9s;
            -ms-transform: rotate(-135deg);
            -o-animation-delay: 0.9s;
            -o-transform: rotate(-135deg);
            animation-delay: 0.9s;
            transform: rotate(-135deg);
        }

        @-moz-keyframes fadeG {
            0% {
                background-color: #000000;
            }

            100% {
                background-color: #FFFFFF;
            }
        }

        @-webkit-keyframes fadeG {
            0% {
                background-color: #000000;
            }

            100% {
                background-color: #FFFFFF;
            }
        }

        @-ms-keyframes fadeG {
            0% {
                background-color: #000000;
            }

            100% {
                background-color: #FFFFFF;
            }
        }

        @-o-keyframes fadeG {
            0% {
                background-color: #000000;
            }

            100% {
                background-color: #FFFFFF;
            }
        }

        @keyframes fadeG {
            0% {
                background-color: #000000;
            }

            100% {
                background-color: #FFFFFF;
            }
        }
#information-des {
    overflow: hidden;
    padding: 0px;
    margin: 2%;
    width: 96%;
    border-radius: 6px;
    border: solid 1px #a4a4a4;
    margin-bottom:36px;
}
    #information-des div.pro-body img {
        width:100%;
    }
    #information-des div.pro-body {
    }
div.rettop {
    height: 32px;
    position:fixed;
    bottom:8px;
    right:8px;
    z-index:1003;
    display:none;
}
    div.rettop a {
        padding:8px 18px 8px 18px;
        background:rgba(17, 128, 0, 0.9);
        color:#fff;
        border-radius:6px;
    }
div.fenxiang {
    height: 60px;
    line-height: 60px;
    width: 92%;
    text-align: center;
    border-top:dashed 1px #999;
    margin:0px 3% 0px 3%;
}
    div.fenxiang a {
        padding:8px 15px 8px 28px;
        background:rgba(0, 0, 0, 0.90);
        border-radius:3px;
        color:#fff;
        position:relative;
    }
        div.fenxiang a:active {
        background:rgba(0, 0, 0, 0.2);
        }
        div.fenxiang a img {
            position: absolute;
            width: 22px;
            height: 22px;
            top: 50%;
            margin-top: -11px;
            left: 4px;
        }
div.fenxiang-img {
    position:fixed;
    display:none;
    height:100%;
    width:100%;
    background:rgba(0, 0, 0, 0.9);
    z-index:1003;
}
    div.fenxiang-img img {
        height: 180px;
        position: absolute;
        right: 10px;
        top: 10px;
    }
div.prolist, div.pro-property, div.pro-property {
    margin-bottom:30px;
}