﻿@charset "utf-8";

body {
    font-family: 'Microsoft YaHei',宋体, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #777777;
    margin: 0;
    padding: 0;
    line-height: 26px;
    background-color: #fff;
    overflow-y: scroll;
}

ul, ul li, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

h3 {
    margin: 0;
    padding: 0;
    font: bold 18px/36px Microsoft YaHei;
    color: #194E95;
}

em, i {
    font-style: normal;
}

img {
    border: none;
}

a:link, a:visited {
    text-decoration: none;
    color: #3a3737;
    /*color:#003D79;*/
}

a:hover, a:active {
    text-decoration: none;
    color: #ff6600;
    cursor: pointer;
}

:focus {
    outline: 0;
}

/*首页头部*/
.top {
    width: 100%;
    height: 36px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.top_z {
    width: 1100px;
    height: 36px;
    line-height: 35px;
    margin: 0 auto;
    font-size: 14px;
    overflow: hidden;
}

    .top_z p {
        float: left;
        margin: 0;
    }

        .top_z p a {
            margin: 0 20px 0 0;
        }

    .top_z span {
        float: right;
        margin: 0 -7px 0 0;
    }

        .top_z span a {
            float: left;
            background: url(/images/toufenge.png) no-repeat right;
            padding: 0 8px;
        }


.logosou {
    width: 1100px;
    margin: 25px auto;
    height: 36px;
}

    .logosou .logo {
        float: left;
        width: 183px;
        height: 36px;
    }

    .logosou h1 {
        float: left;
        height: 32px;
        border-left: 1px solid #d7d7d7;
        font: bold 24px/32px "Microsoft YaHei";
        text-indent: 17px;
        margin: 4px 0 0 20px;
        color: #194E95;
    }

    .logosou span {
        float: right;
        width: 60px;
        height: 34px;
        display: block;
        border: 0px;
        cursor: pointer;
        background: #d7d7d7;
        font: normal 18px/34px "Microsoft Yahei","simhei";
        text-align: center;
        margin: 5px 0 0 0;
    }

    .logosou input {
        float: right;
        width: 300px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #d7d7d7;
        padding: 0;
        margin: 5px 0 0 50px;
        color: #666;
        text-indent: 10px;
        background-color: #fff;
    }

.ny_dh {
    width: 100%;
    overflow: hidden;
    background-color: #194E95;
}

.ny_dh_1 {
    width: 1100px;
    height: 40px;
    margin: 0 auto;
}

    .ny_dh_1 a {
        float: left;
        height: 40px;
        text-align: center;
        color: #fff;
        display: inline-block;
        padding: 0 23.5px;
        margin-right: 6px;
        font: normal 16px/40px microsoft yahei;
    }

        .ny_dh_1 a.selok, .ny_dh_1 a:hover {
            background-color: #4f81c3;
        }


.weizhi {
    width: 1100px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    background: url(/images/weizhi_bg.png) no-repeat 0 center;
    text-indent: 26px;
    color: #666;
    font-size: 15px;
    display: table;
}


    .weizhi a {
        margin: 0 5px;
        color: #666;
    }

        .weizhi a:hover {
            margin: 0 5px;
            color: #ff6600;
        }

    .weizhi strong {
        float: right;
        font-size: 14px;
    }

        .weizhi strong i {
            margin: 0 5px;
            color: #ff6600;
        }

    .weizhi i {
        margin-left: 5px;
        color: #194E95;
    }

.type {
    margin: 0 auto;
    width: 1098px;
    border: 1px solid #E2E2E2;
    background: #ededed;
    padding: 20px 0;
    overflow: hidden;
}

.typelist {
    float: left;
    width: 1100px;
}

    .typelist a {
        float: left;
        height: 26px;
        margin: 4px 0 4px 25.2px;
        font-size: 16px;
        overflow: hidden;
    }

    .typelist p {
        float: left;
        margin: 0;
    }

.lanmu {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.shuxingdh {
    float: left;
    width: 1111px;
    border-bottom: 3px solid #194E95;
}

    .shuxingdh a {
        float: left;
        width: 265.5px;
        margin-right: 10px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 20px;
        background-color: #ededed;
        border: 1px solid #E2E2E2;
        border-bottom: none;
        color: #888;
    }

        .shuxingdh a.dqok {
            color: #fff;
            background-color: #194E95;
            border: 1px solid #194E95;
            border-bottom: none;
        }

.chanpinlist {
    float: left;
    width: 1100px;
    overflow: hidden;
}

    .chanpinlist ul {
        float: left;
        width: 1116px;
    }

        .chanpinlist ul li {
            float: left;
            width: 210px;
            height: 245px;
            margin: 10px 10px 0 0;
            border: 1px solid #e5e5e5;
            position: relative;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }

            .chanpinlist ul li:hover {
                transform: translate(0,-4px);
                -webkit-transform: translate(0,-4px);
                -moz-transform: translate(0,-4px);
                -o-transform: translate(0,-4px);
                -ms-transform: translate(0,-4px);
            }

            .chanpinlist ul li img {
                float: left;
                width: 100%;
                height: 168px;
            }

            .chanpinlist ul li b {
                float: left;
                width: 190px;
                height: 20px;
                line-height: 20px;
                color: #666;
                font-weight: normal;
                margin: 12px 5px 10px 10px;
                overflow: hidden;
            }

            .chanpinlist ul li:hover {
                border-color: #ff6600;
            }

            .chanpinlist ul li i {
                float: left;
                color: #ff6600;
                width: 80px;
                height: 20px;
                line-height: 20px;
                margin-left: 10px;
                overflow: hidden;
            }

            .chanpinlist ul li em {
                float: right;
                color: #999;
                height: 20px;
                line-height: 20px;
                font-size: 12px;
                background: url(/images/hits_bg.png) no-repeat 0 center;
                text-indent: 20px;
                margin-right: 10px;
                overflow: hidden;
            }

            .chanpinlist ul li u {
                position: absolute;
                z-index: 999999;
                top: 10px;
                left: 10px;
            }

                .chanpinlist ul li u.jl_xp {
                    background: url(/images/pxxp_li_bg.png) no-repeat 0 0;
                    width: 40px;
                    height: 40px;
                }

                .chanpinlist ul li u.jl_jp {
                    background: url(/images/pxjp_li_bg.png) no-repeat right top;
                    width: 40px;
                    height: 40px;
                }

                .chanpinlist ul li u.jl_vip {
                    background: url(/images/pxvip_li_bg.png) no-repeat 0 0;
                    width: 40px;
                    height: 40px;
                }

/*分页开始*/
.fenye {
    float: left !important;
    width: 100%;
    height: 50px;
    margin: 18px auto;
    margin-bottom: 30px;
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 10px;
    font-size: 14px;
}

    .pagination > a {
        display: inline;
    }

        .pagination > a:first-child > a, .pagination > a:first-child > span {
            margin-left: 0;
        }

    .pagination a[disabled] {
        color: #777;
        cursor: not-allowed;
    }

    .pagination > a, .pagination > span {
        position: relative;
        float: left;
        width: 40px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #dddddd;
        color: #337ab7;
        text-decoration: none;
        background-color: #ebebeb;
        margin: 0 2px;
    }

        .pagination > a:focus, .pagination > a:hover, .pagination > span:focus, .pagination > span:hover {
            z-index: 3;
            color: #23527c;
            background-color: #bcbcbd;
        }

    .pagination span.active {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
    }
/*分页结束*/

.foot {
    float: left;
    width: 100%;
    background-color: #ededed;
    margin-top: 20px;
    overflow: hidden;
}

    .foot p {
        padding: 20px 0;
        border-top: 3px solid #194E95;
        width: 1100px;
        height: 70px;
        margin: 0 auto;
        text-align: center;
    }

        .foot p a {
            width: 92px;
            height: 38px;
            background: url(/images/kfqq.gif) right 2px no-repeat;
            color: #777777;
            display: inline-table;
            margin-right: 30px;
            text-align: left;
        }

    .foot i {
        float: left;
        width: 100%;
        font-weight: 500;
        text-align: center;
    }

/*以下样式为详情页面*/

.shuoming {
    width: 1018px;
    margin: 0 auto;
    padding: 40px 40px;
    border: 1px solid #dddddd;
    font-size: 16px;
    color: #404040;
    overflow: hidden;
}

.shuoming_tit {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 20px 0;
}

    .shuoming_tit h2 {
        font-size: 26px;
        line-height: 40px;
        font-weight: normal;
        color: #333;
        text-align: center;
        margin: 0 0 40px 0;
    }

    .shuoming_tit .peitu {
        float: left;
        width: 250px;
        height: 200px;
        padding: 8px;
        border-radius: 3px;
        border: 1px solid #e5e5e5;
    }

    .shuoming_tit p {
        float: left;
        width: 480px;
        height: 180px;
        margin: 0 0 0 60px;
    }

        .shuoming_tit p i {
            float: left;
            width: 100%;
            height: 32px;
            line-height: 32px;
            font-size: 16px;
        }

            .shuoming_tit p i a {
                float: left;
                width: 75px;
                height: 28px;
                line-height: 28px;
                text-align: center;
                background-color: #1c84c6;
                color: #fff;
                font-size: 14px;
                border-radius: 3px;
                margin: 10px 20px 0 0;
            }

                .shuoming_tit p i a:hover {
                    background-color: #1a7bb9;
                }

    .shuoming_tit em {
        float: right;
        width: 140px;
    }

        .shuoming_tit em img {
            width: 140px;
            margin: 10px 0;
        }

.shuoming_cent {
    width: 100%;
    text-align: left;
    zoom: 1;
    word-wrap: break-word;
    background-color: #fff;
    padding: 20px 0;
    color: #404040;
    font: 16px/32px "Microsoft YaHei";
    overflow: hidden;
}

    .shuoming_cent p {
        float: left;
        width: 100%;
        margin: 5px 0;
        text-indent: 32px;
        padding: 0;
    }

    .shuoming_cent img {
        max-width: 800px;
        margin: 10px auto;
        display: block;
    }

 .shuoming_cent table {
        border-collapse: collapse;
        table-layout: fixed;
        width: 920px;
        margin-left: 34px;
    }

        .shuoming_cent table td {
            font-size: 14px;
            padding: .6em 1em;
            border-width: 0 1px 1px 0;
            border: 1px solid #a9a9a9;
            word-wrap: break-word;
            empty-cells: show;
        }

            .shuoming_cent table td p {
                text-indent: 0;
                padding: 2px 10px;
                word-wrap: break-word;
                empty-cells: show;
            }

.tjlist {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

    .tjlist .left_tit {
        float: left;
        width: 100%;
        border-bottom: 2px solid #e1e1e1;
    }

        .tjlist .left_tit i {
            float: left;
            width: 128px;
            color: #194E95;
            text-align: center;
            border-bottom: 2px solid #194E95;
            height: 50px;
            line-height: 50px;
            font-size: 18px;
            margin: 0 0 -2px 0;
        }

    .tjlist ul {
        float: left;
        width: 1102px;
    }

        .tjlist ul li {
            float: left;
            width: 450px;
            margin: 15px 100px 0 0;
        }

            .tjlist ul li a {
                float: left;
                max-width: 350px;
                height: 18px;
                line-height: 18px;
                background: url(/images/li_yd_1.png) no-repeat 0 center;
                text-indent: 10px;
                overflow: hidden;
            }

            .tjlist ul li i {
                float: right;
                height: 18px;
                line-height: 18px;
            }
/*上面样式为详情页面结束*/
/*全部产品类型*/
.alltype {
    float: left;
    width: 100%;
}


    .alltype .alltype1 {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
        padding:0 0 20px 0;
        border-bottom:1px solid #ededed;
    }



        .alltype .alltype1 a {
            float: left;
            width: 120px;
            height:30px;
            line-height:30px;
            text-align: right;
            margin-right: 20px;
            color: #194e95;
        }

            .alltype .alltype1 a:hover {
                color: #ff6600;
            }

    .alltype .alltype2 {
        float: left;
        width: 878px;
    }

        .alltype .alltype2 a {
            float: left;
            width: auto;
            margin: 0 20px 0 10px;
            color: #3a3737;
        }
