﻿html, body, div, span, table, tbody, tr, th, td, em, img, strong, h1, h2, h3, h4, h5, h6, p, a, dl, dd, dt, ol, ul, li, form, label, input, textarea, button, b, i, u {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: 400;
}

a, img {
    text-decoration: none;
    border: 0;
}

body {
    font-family: "Microsoft YaHei",Arial,"宋体";
    /*font-family: Arial,"宋体";*/
    color: #666;
    background: #f6f6f6;
    font-size: 14px;
    min-width: 1200px;
}

.yh {
    font-family: "Microsoft YaHei","simsun";
}

a {
    color: #666;
    font-size: 14px;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
        color: #666;
    }

    a:hover {
        text-decoration: none;
        color: #fd961b;
    }

    a:active {
        text-decoration: none;
        color: #666;
    }

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999 !important;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        clear: both;
        content: '.';
        display: block;
        width: 0;
        height: 0;
        visibility: hidden;
        line-height: 0;
    }

.container {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.bg-icon {
    background: url(http://static.china17pf.com/images/shop/icon.png) no-repeat;
}

.border {
    border: 1px solid #cdcdcd;
    background: #fff;
}

.form-group {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    clear: both;
    *zoom: 1;
}

    .form-group:after {
        clear: both;
        content: '.';
        display: block;
        width: 0;
        height: 0;
        visibility: hidden;
        line-height: 0;
    }

    .form-group .label {
        float: left;
        display: block;
        width: 110px;
        text-align: right;
        margin-right: 5px;
        line-height: 40px;
        z-index: 11;
    }

        .form-group .label span {
            color: #df1010;
            padding-right: 5px;
        }

    .form-group div.input-control {
        line-height: 40px;
    }

    .form-group .input-control {
        float: left;
        border: 1px solid #cdcdcd;
        height: 38px;
        line-height: 100%;
        line-height: 40px \9;
        padding: 0 10px;
        width: 180px;
        overflow: hidden;
        background: #fff;
        font-family: Arial,"宋体";
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out 0s;
    }

        .form-group .input-control.disabled {
            background: #ddd;
            cursor: not-allowed;
        }

        .form-group .input-control.error {
            border-color: #54c3f1;
            color: #333;
        }

        .form-group .input-control.focus {
            border-color: #fd961b;
            color: #333;
            box-shadow: 2px 2px 5px #ebeaea;
        }

    .form-group input.input-control:focus {
        border-color: #fd961b;
        color: #333;
        box-shadow: 2px 2px 5px #ebeaea;
    }

    .form-group .placeholder {
        color: #999;
    }

    .form-group.auto-height, .form-group label.auto-height, .form-group .input.auto-height {
        height: auto;
        line-height: normal;
    }

    .form-group.margin-bottom {
        margin-bottom: 0;
    }

    .form-group .input {
        position: relative;
        float: left;
        line-height: 40px;
    }

    .form-group .tips-error {
        line-height: 40px;
        float: left;
        margin-left: 5px;
        padding-left: 25px;
        background: url(http://static.china17pf.com/images/icon.png) no-repeat -282px -188px;
    }

    .form-group .tips-note {
        margin-left: 10px;
        float: left;
        color: #999;
    }

.select-drop-down {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

    .select-drop-down.margin-right {
        margin-right: 10px;
    }

    .select-drop-down .arrow {
        width: 12px;
        height: 10px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -5px;
        background-position: -38px -10px;
    }

    .select-drop-down .drop-down {
        display: none;
        position: absolute;
        left: 0;
    }

        .select-drop-down .drop-down ul {
            overflow-x: hidden;
            overflow-y: auto;
        }

        .select-drop-down .drop-down li {
            height: 25px;
            line-height: 25px;
            cursor: pointer;
            padding-left: 10px;
        }

            .select-drop-down .drop-down li:hover, .select-drop-down .drop-down li.active {
                background: #ec8000;
                color: #fff;
            }

    .select-drop-down .drop-down-border {
        background: #fff;
        border: 1px solid #fd961b;
        animation: dropDown .6s;
        -webkit-animation: dropDown .6s;
        overflow: hidden;
    }

    .select-drop-down.open {
        z-index: 999;
    }

        .select-drop-down.open .arrow {
            background-position: -38px -40px;
        }

        .select-drop-down.open .drop-down {
            display: block;
        }

@keyframes dropDown {
    0% {
        max-height: 0;
        opacity: .6;
    }

    100% {
        max-height: 300px;
        opacity: 1;
    }
}

@-webkit-keyframes dropDown {
    0% {
        max-height: 0;
        opacity: .6;
    }

    100% {
        max-height: 300px;
        opacity: 1;
    }
}

.btn {
    color: #fff;
    border-radius: 0;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    width: 120px;
    border: 0;
    text-align: center;
    cursor: pointer;
    font-family: "Microsoft YaHei","simsun";
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
}

    .btn:visited {
        color: #fff;
    }

.btn-confirm {
    background: #fd961b;
}

    .btn-confirm:hover {
        background: #ec8000;
        color: #fff;
    }

.btn-cancel {
    background: #999;
}

    .btn-cancel:hover {
        background: #999;
        color: #fff;
    }

.btn-disabled {
    background: #999;
    cursor: not-allowed;
}

    .btn-disabled:hover {
        color: #fff;
    }

.btn-block {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.btn-large {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
}

.btn-blue {
    background: #29539b;
    color: #fff;
}

    .btn-blue:hover {
        background: #fd961b;
        color: #fff;
    }

.btn-border {
    background: #f9f8f8;
    border: 1px solid #ddd;
    color: #333;
}

    .btn-border:visited {
        color: #333;
    }

.img-hook {
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

    .img-hook img {
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }

    .img-hook .hook {
        display: inline-block;
        width: 0;
        height: 100%;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        vertical-align: middle;
    }

.breadcrumbs {
    margin: 20px auto;
    height: 20px;
    line-height: 20px;
    color: #999;
    padding-left: 20px;
    background-position: -275px -65px;
}

    .breadcrumbs a {
        margin: 0 5px;
        color: #999;
    }

        .breadcrumbs a:hover {
            color: #fd961b;
        }

        .breadcrumbs a:first-child {
            margin-left: 0;
        }

    .breadcrumbs span {
        margin: 0 5px;
        color: #999;
    }

.pagination {
    height: 36px;
    line-height: 36px;
    text-align: center;
    clear: both;
}

    .pagination .center {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin: 0 auto;
    }

    .pagination a {
        float: left;
        display: block;
        padding: 0 15px;
        border: 1px solid #cdcdcd;
        margin: -1px;
        background-color: #fff;
        height: 34px;
        line-height: 34px;
    }

    .pagination .current {
        float: left;
        display: block;
        padding: 0 15px;
        border-color: #fd961b;
        color: #fff;
        background-color: #fd961b;
        margin: -1px;
        height: 34px;
        line-height: 34px;
    }

    .pagination a.active, .pagination a:hover {
        border-color: #fd961b;
        color: #fff;
        background-color: #fd961b;
    }

    .pagination .total {
        float: left;
        margin: 0 20px;
        overflow: hidden;
    }

    .pagination input {
        float: left;
        border: 1px solid #cdcdcd;
        text-align: center;
        overflow: hidden;
        display: block;
    }

    .pagination .input {
        width: 35px;
        height: 34px;
        line-height: 34px;
        margin-right: 10px;
    }

    .pagination .button {
        background: #fff;
        width: 48px;
        height: 36px;
        line-height: 36px;
        color: #333;
        font-size: 14px;
    }

        .pagination .button:hover {
            background: #fd961b;
            border-color: #fd961b;
            color: #fff;
        }

    .pagination .first, .pagination .prev, .pagination .next, .pagination .last {
        background-image: url(http://static.china17pf.com/images/page.png);
        background-repeat: no-repeat;
    }

    .pagination .first {
        background-position: -47px -1px;
    }

        .pagination .first:hover {
            background-position: -85px -1px;
        }

    .pagination .prev {
        background-position: -207px -1px;
        padding-left: 20px;
    }

        .pagination .prev:hover {
            background-position: -207px -36px;
        }

    .pagination .next {
        background-position: 50px -1px;
        padding-right: 20px;
    }

        .pagination .next:hover {
            background-position: 50px -36px;
        }

    .pagination .last {
        background-position: -125px -1px;
    }

        .pagination .last:hover {
            background-position: -168px -1px;
        }

.tab-content .tab-pane, .tab-content-2 .tab-pane {
    display: none;
}

    .tab-content .tab-pane:first-child, .tab-content-2 .tab-pane:first-child {
        display: block;
    }

.top-bar {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    background: #f1f1f1;
    font-size: 12px;
}

    .top-bar a {
        font-size: 12px;
    }

    .top-bar .welcome span, .top-bar .welcome a {
        float: left;
    }

    .top-bar .welcome b {
        color: #2a52a0;
        margin-left: 12px;
    }

    .top-bar .welcome a {
        color: #fd961b;
        font-size: 12px;
        margin: 0 10px;
    }

        .top-bar .welcome a:hover {
            color: #ec8000;
        }

    .top-bar .welcome .login {
        margin-left: 35px;
    }

    .top-bar .welcome .line {
        color: #ccc;
        font-size: 18px;
    }

    .top-bar .down {
        display: none;
        left: 0;
        top: 40px;
        position: absolute;
        border: 1px solid #cdcdcd;
        background: #fff;
    }

    .top-bar .user-top .item {
        float: left;
        position: relative;
        z-index: 50;
    }

        .top-bar .user-top .item.show .down {
            display: block;
        }

    .top-bar .user-top .line {
        display: block;
        border-right: 1px solid #ccc;
        width: 1px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .top-bar .user-top .phone.show a {
        background-color: #fff;
        border-color: #cdcdcd;
    }

    .top-bar .user-top .phone a {
        background-position: -274px 9px;
        width: 56px;
        padding-left: 22px;
        display: block;
        position: relative;
        z-index: 51;
        border: 1px solid transparent;
        border-bottom: 0;
        margin-right: 10px;
    }

    .top-bar .user-top .phone .down {
        padding: 15px;
        width: 85px;
        overflow: hidden;
        text-align: center;
        line-height: 18px;
    }

        .top-bar .user-top .phone .down img {
            display: block;
            width: 100%;
        }

    .top-bar .user-top .user-name {
        padding-right: 15px;
    }

        .top-bar .user-top .user-name b {
            color: #2a52a0;
            margin-left: 5px;
        }

    .top-bar .user-top .meg {
        color: #2a52a0;
    }

        .top-bar .user-top .meg .txt {
            padding: 0 15px;
            border: 1px solid transparent;
            position: relative;
            z-index: 51;
            border-top: 0;
        }

        .top-bar .user-top .meg b {
            background: #2a52a0;
            font-size: 12px;
            border-radius: 50%;
            color: #fff;
            width: 15px;
            height: 15px;
            line-height: 15px;
            text-align: center;
            display: inline-block;
            vertical-align: top;
            position: relative;
            top: 2px;
        }

        .top-bar .user-top .meg.show .txt {
            background: #fff;
            border-right: 1px solid #cdcdcd;
            border-left: 1px solid #cdcdcd;
        }

        .top-bar .user-top .meg .down {
            width: 200px;
            padding-top: 10px;
        }

            .top-bar .user-top .meg .down p {
                padding: 0 20px;
                color: #333;
                font-size: 14px;
                position: relative;
            }

                .top-bar .user-top .meg .down p a {
                    right: 20px;
                    color: #df1010;
                    top: 0;
                    position: absolute;
                }

            .top-bar .user-top .meg .down .close {
                width: 10px;
                height: 10px;
                background: url(http://static.china17pf.com/images/icon.png) no-repeat -130px -101px;
                display: block;
                position: absolute;
                right: 3px;
                top: 3px;
                cursor: pointer;
            }

    .top-bar .user-top .quit a {
        padding: 0 15px;
        color: #fd961b;
    }

    .top-bar .top-nav {
        margin-right: 60px;
    }

        .top-bar .top-nav .item {
            float: left;
            text-align: center;
            position: relative;
            z-index: 50;
        }

            .top-bar .top-nav .item .line {
                display: block;
                border-right: 1px solid #ccc;
                width: 1px;
                height: 20px;
                position: absolute;
                right: 0;
                top: 10px;
            }

            .top-bar .top-nav .item .block {
                width: 75px;
                display: block;
            }

            .top-bar .top-nav .item .ddl {
                padding-right: 15px;
                background-position: 58px 17px;
                border: 1px solid transparent;
                border-top: 0;
            }

                .top-bar .top-nav .item .ddl:hover {
                    background-position: 58px -19px;
                }

            .top-bar .top-nav .item .weixin {
                padding-left: 40px;
                width: 55px;
                background-position: -266px -24px;
                border: 1px solid transparent;
                border-top: 0;
            }

            .top-bar .top-nav .item .phone {
                background-position: -274px 9px;
                width: 60px;
                text-align: right;
            }

            .top-bar .top-nav .item .down {
                width: 90px;
                border-top: 0;
            }

            .top-bar .top-nav .item.active {
                background: #fff;
            }

                .top-bar .top-nav .item.active .ddl {
                    border-left: 1px solid #cdcdcd;
                    border-right: 1px solid #cdcdcd;
                    background-position: 58px -19px;
                    color: #fd961b;
                }

                .top-bar .top-nav .item.active .down {
                    display: block;
                    padding-bottom: 10px;
                }

                    .top-bar .top-nav .item.active .down li {
                        height: 22px;
                        line-height: 22px;
                        overflow: hidden;
                        text-align: left;
                        padding-left: 10px;
                    }

                .top-bar .top-nav .item.active .weixin {
                    border-left: 1px solid #cdcdcd;
                    border-right: 1px solid #cdcdcd;
                }

                .top-bar .top-nav .item.active .down-weixin {
                    width: 85px;
                    padding: 15px;
                    overflow: hidden;
                    line-height: 20px;
                }

                    .top-bar .top-nav .item.active .down-weixin img {
                        width: 100%;
                    }

.header {
    height: 100px;
    border-bottom: 1px solid #cdcdcd;
    background: #fff;
}

    .header .logo {
        width: 460px;
        height: 78px;
        padding-top: 11px;
        position: relative;
    }

        .header .logo .txt {
            border-left: 1px solid #cdcdcd;
            height: 78px;
            padding-left: 30px;
            font-size: 30px;
            color: #fd961b;
            left: 280px;
            top: 11px;
            position: absolute;
            line-height: 78px;
        }

    .header .release {
        width: 165px;
        overflow: hidden;
        padding-top: 20px;
        font-size: 12px;
    }

        .header .release .link {
            font-size: 16px;
            position: relative;
            height: 38px;
            line-height: 38px;
            overflow: hidden;
            color: #333;
            margin-bottom: 10px;
        }

        .header .release .btn {
            height: 38px;
            line-height: 38px;
            width: 110px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .header .release .text {
            color: #333;
            text-align: right;
        }

            .header .release .text span {
                color: #fd961b;
            }

            .header .release .text em {
                padding: 0 5px;
            }

    .header .search-box {
        width: 550px;
        margin-top: 20px;
    }

        .header .search-box .search {
            border: 3px solid #fd961b;
            height: 34px;
            line-height: 34px;
            position: relative;
            margin-bottom: 10px;
        }

            .header .search-box .search .select-drop-down {
                width: 100px;
                border-right: 1px solid #cdcdcd;
            }

                .header .search-box .search .select-drop-down .input-control {
                    width: 80px;
                    height: 34px;
                    line-height: 34px;
                    border: none;
                    color: #333;
                    font-size: 14px;
                    font-family: "Microsoft YaHei","simsun";
                    background: #fff;
                }

                .header .search-box .search .select-drop-down .drop-down {
                    left: -3px;
                    width: 103px;
                }

            .header .search-box .search .width {
                width: 340px;
                height: 34px;
                line-height: 34px;
                border: none;
                box-shadow: none;
                background: #fff;
            }

            .header .search-box .search .btn {
                right: 0;
                top: 0;
                width: 80px;
                position: absolute;
                height: 34px;
                line-height: 34px;
            }

        .header .search-box .keyword {
            position: relative;
            padding-left: 65px;
            overflow: hidden;
        }

            .header .search-box .keyword span {
                width: 60px;
                color: #fd961b;
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                font-size: 12px;
            }

            .header .search-box .keyword a {
                float: left;
                margin-left: 10px;
                font-size: 12px;
            }

.footer {
    background: #333;
    text-align: center;
    padding: 50px 0;
    color: #bbb;
}

    .footer .footer-nav {
        margin-bottom: 10px;
    }

        .footer .footer-nav a {
            display: inline-block;
            margin: 0 10px;
            vertical-align: middle;
            color: #fff;
        }

            .footer .footer-nav a:hover {
                color: #fd961b;
            }

.nav {
    height: 50px;
    line-height: 50px;
    background: #fd961b;
    clear: both;
    position: relative;
    top: -1px;
    z-index: 49;
}

    .nav .main-nav li {
        float: left;
        width: 80px;
        margin-right: 1px;
    }

        .nav .main-nav li a {
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 18px;
            font-family: "Microsoft YaHei","simsun";
        }

            .nav .main-nav li a:hover, .nav .main-nav li a.active {
                background: #ec8000;
            }

    .nav .main-nav.margin-left {
        margin-left: 255px;
    }

    .nav .down-nav {
        width: 255px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
    }

        .nav .down-nav .title {
            height: 50px;
            line-height: 50px;
            color: #fff;
            font-family: "Microsoft YaHei","simsun";
            position: relative;
            padding-left: 20px;
        }

            .nav .down-nav .title .icon {
                right: 30px;
                top: 10px;
                background-position: -150px -60px;
                width: 30px;
                height: 30px;
                display: block;
                position: absolute;
            }

        .nav .down-nav .title-sec {
            padding: 8px 10px;
            position: relative;
        }

            .nav .down-nav .title-sec h3 {
                cursor: pointer;
                height: 30px;
                line-height: 30px;
                background: url(http://static.china17pf.com/images/icon.png) no-repeat;
                font-family: "Microsoft YaHei","simsun";
                padding-left: 30px;
                position: relative;
                font-size: 16px;
                color: #333;
            }

                .nav .down-nav .title-sec h3.icon-1 {
                    background-position: -273px -572px;
                }

                .nav .down-nav .title-sec h3.icon-2 {
                    background-position: -272px -603px;
                }

                .nav .down-nav .title-sec h3.icon-3 {
                    background-position: -272px -633px;
                }

                .nav .down-nav .title-sec h3 .icon {
                    display: block;
                    width: 25px;
                    height: 25px;
                    background: url(http://static.china17pf.com/images/icon.png) no-repeat 6px -61px;
                    position: absolute;
                    right: 0;
                    top: 0;
                }

            .nav .down-nav .title-sec .list {
                display: none;
                position: absolute;
                left: 254px;
                top: 0;
                width: 926px;
                background: #fff;
                padding-left: 20px;
            }

            .nav .down-nav .title-sec .item {
                border-bottom: 1px solid #cdcdcd;
                padding-bottom: 20px;
            }

                .nav .down-nav .title-sec .item h4 {
                    height: 35px;
                    line-height: 35px;
                    padding-top: 15px;
                }

                    .nav .down-nav .title-sec .item h4 a {
                        color: #2a52a0;
                        font-family: "Microsoft YaHei","simsun";
                    }

                .nav .down-nav .title-sec .item li {
                    float: left;
                    width: 24.8%;
                    height: 25px;
                    line-height: 25px;
                    overflow: hidden;
                }

                    .nav .down-nav .title-sec .item li a {
                        font-size: 12px;
                    }

            .nav .down-nav .title-sec.open {
                background: #f9f8f8;
            }

                .nav .down-nav .title-sec.open h3 {
                    color: #fd961b;
                }

                    .nav .down-nav .title-sec.open h3.icon-1 {
                        background-position: -273px -661px;
                    }

                    .nav .down-nav .title-sec.open h3.icon-2 {
                        background-position: -272px -692px;
                    }

                    .nav .down-nav .title-sec.open h3.icon-3 {
                        background-position: -272px -719px;
                    }

                .nav .down-nav .title-sec.open .list {
                    display: block;
                }

        .nav .down-nav .content {
            padding-bottom: 15px;
            border-bottom: 1px solid #cdcdcd;
        }

            .nav .down-nav .content a {
                width: 33%;
                float: left;
                height: 18px;
                line-height: 18px;
                text-align: center;
                border-right: 1px solid #ddd;
                margin: 7px 0;
                color: #999;
                overflow: hidden;
            }

                .nav .down-nav .content a:hover {
                    color: #fd961b;
                }

                .nav .down-nav .content a.nl {
                    border-right: 0;
                }

        .nav .down-nav .all {
            text-align: center;
        }

            .nav .down-nav .all a {
                font-family: "Microsoft YaHei","simsun";
                font-size: 16px;
            }

        .nav .down-nav .down-content {
            display: none;
            background: #fff;
            border: 1px solid #cdcdcd;
            border-top: 0;
        }

        .nav .down-nav.open {
            background: #ec8000;
        }

            .nav .down-nav.open .down-content {
                display: block;
            }

    .nav.server {
        background: #2a52a0;
        top: 0;
    }

        .nav.server .main-nav li {
            width: auto;
        }

        .nav.server .main-nav a {
            padding: 0 22px;
            width: auto;
        }

.h2-title {
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2a52a0;
    position: relative;
    padding-left: 20px;
    color: #333;
}

    .h2-title h2 {
        font-size: 24px;
        font-weight: 400;
        font-family: "Microsoft YaHei","simsun";
    }

    .h2-title .more {
        right: 20px;
        top: 0;
        position: absolute;
        border: 1px solid #cdcdcd;
        color: #fd961b;
        width: 80px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #f9f8f8;
        display: block;
    }

        .h2-title .more:hover {
            color: #fff;
            background: #fd961b;
            border-color: #fd961b;
        }

.classify-filter {
    background: #fff;
    margin-bottom: 20px;
}

    .classify-filter .item {
        position: relative;
        padding-left: 170px;
        border-bottom: 1px solid #cdcdcd;
        min-height: 54px;
    }

        .classify-filter .item .label {
            height: 54px;
            line-height: 54px;
            padding-left: 20px;
            width: 100px;
            font-family: "Microsoft YaHei","simsun";
            color: #333;
            font-size: 16px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .classify-filter .item .all {
            display: block;
            height: 54px;
            line-height: 54px;
            position: absolute;
            top: 0;
            left: 120px;
            font-family: "Microsoft YaHei","simsun";
            color: #2a52a0;
        }

        .classify-filter .item .more {
            right: 30px;
            top: 15px;
            font-size: 14px;
            position: absolute;
            width: 74px;
            height: 28px;
            display: block;
            border: 1px solid #cdcdcd;
            text-align: center;
            line-height: 28px;
        }

            .classify-filter .item .more i {
                width: 14px;
                height: 14px;
                background: url(http://static.china17pf.com/images/icon.png) no-repeat -38px -10px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 5px;
            }

        .classify-filter .item .list {
            width: 925px;
            padding-top: 15px;
            height: 26px;
            overflow: hidden;
            margin-bottom: 15px;
        }

            .classify-filter .item .list li {
                height: 26px;
                line-height: 26px;
                float: left;
                margin-right: 40px;
                overflow: hidden;
            }

                .classify-filter .item .list li a {
                    padding: 0 12px;
                }

                .classify-filter .item .list li.active {
                    background: #fd961b;
                }

                    .classify-filter .item .list li.active a {
                        color: #fff;
                    }

        .classify-filter .item.down .more i {
            background-position: -38px -40px;
        }

        .classify-filter .item.down .list {
            height: auto;
        }

.red {
    color: #df1010 !important;
}

.blue {
    color: #2a52a0 !important;
}

.orange {
    color: #fd961b !important;
}

.gray {
    color: #999 !important;
}

#grey-background {
    background: #000;
    z-index: 20141127;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    filter: alpha(opacity=30);
}

.alert-layer {
    position: fixed;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
    z-index: 20141128;
    overflow: hidden;
    display: none;
    max-width: 1200px;
    min-width: 100px;
    left: 0;
    top: 150px;
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

    .alert-layer .alert-content {
        padding: 20px;
        line-height: 22px;
        overflow: hidden;
        overflow-y: auto;
        position: relative;
    }

    .alert-layer .alert-close {
        position: absolute;
        right: 10px;
        top: 12px;
        height: 16px;
        width: 16px;
        z-index: 2;
        background-position: -363px -6px;
        font-size: 0;
        text-indent: -9999px;
    }

        .alert-layer .alert-close:hover {
            background-position: -382px -6px;
        }

    .alert-layer .alert-button {
        clear: both;
        text-align: center;
        margin-top: 20px;
    }

        .alert-layer .alert-button input {
            margin: 0 5px;
        }

.alert-loading {
    position: absolute;
    left: 48%;
    top: 49%;
    z-index: 20141127;
}

.alert-moves {
    position: fixed;
    border: 3px solid #666;
    cursor: move;
    background-color: #fff;
    background-color: rgba(255,255,255,0.3);
    filter: alpha(opacity=50);
    z-index: 20141130;
}

body {
    min-width: 1000px;
}

.container {
    width: 1000px;
}

.shop-header {
    background: #fff;
}

    .shop-header .logo-search {
        height: 78px;
        line-height: 78px;
        overflow: hidden;
        border-bottom: 1px solid #cdcdcd;
    }

        .shop-header .logo-search .logo {
            width: 300px;
            float: left;
        }

        .shop-header .logo-search .search {
            float: right;
            padding: 22px 0;
            height: 34px;
            line-height: 34px;
            clear: none;
        }

            .shop-header .logo-search .search input {
                float: left;
                height: 34px;
                line-height: 34px;
            }

            .shop-header .logo-search .search .input-control {
                border: 2px solid #fd961b;
                width: 315px;
                padding: 0 10px;
                height: 30px;
                line-height: 30px;
            }

            .shop-header .logo-search .search .margin-left {
                margin-left: 20px;
            }

    .shop-header .company-intro {
        padding: 10px 0;
        position: relative;
        height: 110px;
    }

        .shop-header .company-intro .slogan {
            width: 800px;
            height: 88px;
            overflow: hidden;
            margin: 10px 0 0 10px;
            float: left;
        }

        .shop-header .company-intro .logo {
            width: 88px;
            height: 88px;
            overflow: hidden;
            margin: 10px 0 0 30px;
            float: left;
        }

        .shop-header .company-intro .intro {
            float: left;
            margin: 9px 0 0 30px;
            width: 620px;
            overflow: hidden;
            font-size: 12px;
            /*line-height: 22px;*/
            height: 80px;
        }

            .shop-header .company-intro .intro h3 {
                font-family: "Microsoft YaHei","simsun";
                color: #333;
                font-size: 20px;
                font-weight:bold;
                overflow: hidden;
            }

            .shop-header .company-intro .intro h4 {
                font-family: "Microsoft YaHei","simsun";
                margin-top:5px;
                color: #333;
                font-size: 16px;
                overflow: hidden;
            }
            .shop-header .company-intro .intro p {
                font-family: "Microsoft YaHei","simsun";
                margin-top: 10px;
                color: #787878;
                font-size: 14px;
                overflow: hidden;
            }

        .shop-header .company-intro .qr-code {
            position: absolute;
            right: 20px;
            top: 10px;
            text-align: center;
            font-size: 12px;
        }

            .shop-header .company-intro .qr-code img {
                width: 80px;
                height: 80px;
                border: 1px solid #cdcdcd;
                display: block;
                margin-bottom: 5px;
            }

        .shop-header .company-intro .header-right {
            position: absolute;
            right: 0px;
            top: 20px;
            text-align: right;
            font-size: 14px;
        }
            .shop-header .company-intro .return {
                line-height:24px;
            }
                .shop-header .company-intro .return img {
                    vertical-align:middle;
                    margin:0 10px;
                }
        .shop-header .company-intro .hits {
            margin-top:25px;
        }

        .shop-header .shop-nav {
            height: 44px;
            line-height: 44px;
            background: #2a52a0;
        }

        .shop-header .shop-nav > div > ul > li {
            float: left;
            margin-right: 20px;
            position: relative;
            z-index: 50;
        }

            .shop-header .shop-nav > div > ul > li > a {
                color: #fff;
                font-family: "Microsoft YaHei","simsun";
                padding: 0 20px;
                display: block;
            }

                .shop-header .shop-nav > div > ul > li > a.active, .shop-header .shop-nav > div > ul > li > a:hover {
                    background: #fd961b;
                }

                .shop-header .shop-nav > div > ul > li > a i {
                    display: inline-block;
                    vertical-align: middle;
                    width: 14px;
                    height: 12px;
                    background: url(http://static.china17pf.com/images/icon.png) no-repeat -39px -131px;
                    overflow: hidden;
                    margin-left: 5px;
                }

            .shop-header .shop-nav > div > ul > li.active .drop-down-nav {
                display: block;
            }

            .shop-header .shop-nav > div > ul > li.active .ddl {
                display: block;
            }

            .shop-header .shop-nav > div > ul > li.active > a {
                background: #fd961b;
            }

    .shop-header .drop-down-nav {
        left: 0;
        top: 44px;
        position: absolute;
        background: #fff;
        width: 210px;
        display: none;
        z-index: 50;
    }

        .shop-header .drop-down-nav > ul > li {
            height: 40px;
            line-height: 40px;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #cdcdcd;
            position: relative;
            border-left: 1px solid #fff;
        }

            .shop-header .drop-down-nav > ul > li > a {
                font-size: 12px;
                height: 30px;
                line-height: 30px;
                padding: 5px 0 5px 20px;
                background: url(http://static.china17pf.com/images/icon.png) no-repeat 180px -54px;
                display: block;
                position: relative;
                z-index: 5;
            }

            .shop-header .drop-down-nav > ul > li.active {
                border: 1px solid #fd961b;
                border-right: 0;
            }

                .shop-header .drop-down-nav > ul > li.active > a {
                    color: #fd961b;
                    background: #fff;
                    width: 190px;
                }

                .shop-header .drop-down-nav > ul > li.active .child {
                    display: block;
                }

        .shop-header .drop-down-nav .child {
            display: none;
            position: absolute;
            left: 209px;
            top: -1px;
            background: #fff;
            width: 420px;
            border: 1px solid #fd961b;
        }

            .shop-header .drop-down-nav .child li {
                float: left;
                width: 50%;
                height: 30px;
                line-height: 30px;
                font-size: 12px;
                overflow: hidden;
            }

                .shop-header .drop-down-nav .child li a {
                    font-size: 12px;
                    padding-left: 20px;
                    display: inline-block;
                }

    .shop-header .ddl {
        display: none;
        position: absolute;
        left: 0;
        top: 44px;
        background: #fff;
        width: 100%;
        z-index: 50;
    }

        .shop-header .ddl li {
            height: 40px;
            line-height: 40px;
            border-top: 1px solid #cdcdcd;
            text-align: center;
            overflow: hidden;
        }

            .shop-header .ddl li a {
                display: block;
                font-size: 12px;
            }

            .shop-header .ddl li:first-child {
                border-top: 0;
            }

.shop-slider {
    height: 400px;
    position: relative;
    margin-bottom: 20px;
}

    .shop-slider ul li {
        height: 400px;
    }

    .shop-slider .flex-direction-nav {
        display: none;
    }

    .shop-slider .flex-control-nav {
        left: 0;
        bottom: 10px;
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 20;
    }

        .shop-slider .flex-control-nav li {
            display: inline-block;
            vertical-align: middle;
            *zoom: 1;
            *display: inline;
            width: 14px;
            height: 14px;
            margin: 0 5px;
        }

            .shop-slider .flex-control-nav li a {
                display: block;
                background: url(http://static.china17pf.com/images/icon.png) no-repeat -69px -428px;
                font-size: 0;
                text-indent: -999px;
                overflow: hidden;
                width: 14px;
                height: 14px;
            }

                .shop-slider .flex-control-nav li a.flex-active {
                    background-position: -96px -428px;
                }

.shop-sidebar {
    float: left;
    width: 200px;
    font-size: 12px;
}

    .shop-sidebar > div {
        background: #fff;
        margin-bottom: 20px;
    }

    .shop-sidebar > form div {
        background: #fff;
        margin-bottom: 20px;
    }

    .shop-sidebar .info .tip {
        background: #ffead1;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: 10px 0;
        color: #333;
    }

        .shop-sidebar .info .tip i {
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            height: 20px;
            background-position: -37px -456px;
            margin-right: 10px;
        }

    .shop-sidebar .info .name {
        text-align: center;
        margin: 0 20px;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        color: #333;
        margin-bottom: 10px;
    }

    .shop-sidebar .info .icon {
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

        .shop-sidebar .info .icon a {
            display: inline-block;
            vertical-align: middle;
            width: 28px;
            height: 24px;
            background: url(http://static.china17pf.com/images/icon.png) no-repeat;
        }

        .shop-sidebar .info .icon .icon-1 {
            background-position: -61px -454px;
        }

        .shop-sidebar .info .icon .icon-2 {
            background-position: -94px -454px;
        }

        .shop-sidebar .info .icon .icon-3 {
            background-position: -125px -454px;
        }

    .shop-sidebar .info .line {
        border-bottom: 1px dashed #f4f4f4;
        margin: 0 20px 15px;
        height: 1px;
    }

    .shop-sidebar .info .text {
        padding: 0 20px;
        margin-bottom: 15px;
    }

        .shop-sidebar .info .text li {
            height: 25px;
            width:100%;
            line-height: 25px;
            position: relative;
            padding-left: 70px;
        }

            .shop-sidebar .info .text li span {
                left: 10px;
                top: 0;
                position: absolute;
                display: block;
                width: 60px;
                color: #999;
            }

            .shop-sidebar .info .text li .qq {
                display: inline-block;
                vertical-align: middle;
                background: url(http://static.china17pf.com/images/icon.png) no-repeat -242px -243px;
                width: 25px;
                height: 25px;
            }

    .shop-sidebar .info .button {
        text-align: center;
        padding-bottom: 20px;
    }

        .shop-sidebar .info .button .btn {
            width: 100px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }

    .shop-sidebar .search {
        padding-bottom: 5px;
    }

        .shop-sidebar .search .shop-title {
            margin-bottom: 20px;
        }

        .shop-sidebar .search p {
            height: 25px;
            line-height: 25px;
            position: relative;
            padding-left: 60px;
            margin-bottom: 15px;
        }

            .shop-sidebar .search p span {
                left: 0;
                position: absolute;
                top: 0;
                display: block;
                width: 55px;
                text-align: right;
            }

        .shop-sidebar .search input {
            height: 23px;
            line-height: 23px;
            border: 1px solid #f4f4f4;
            width: 35px;
            padding: 0 5px;
        }

            .shop-sidebar .search input.width {
                width: 100px;
            }

        .shop-sidebar .search .btn {
            width: 60px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            border: 0;
        }

    .shop-sidebar .classify .list > li {
        height: 40px;
        line-height: 40px;
        border-top: 1px solid #f4f4f4;
        position: relative;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
    }

        .shop-sidebar .classify .list > li > a {
            font-size: 12px;
            background: url(http://static.china17pf.com/images/icon.png) no-repeat 180px -54px;
            padding: 0 20px;
            display: block;
            position: relative;
            z-index: 60;
        }

        .shop-sidebar .classify .list > li:first-child {
            border: 1px solid transparent;
        }

        .shop-sidebar .classify .list > li.active {
            border: 1px solid #fd961b;
        }

            .shop-sidebar .classify .list > li.active > a {
                background: #fff;
                width: 161px;
            }

            .shop-sidebar .classify .list > li.active .child {
                display: block;
            }

    .shop-sidebar .classify .child {
        display: none;
        position: absolute;
        left: 198px;
        top: -1px;
        width: 420px;
        border: 1px solid #fd961b;
        z-index: 50;
        background: #fff;
    }

        .shop-sidebar .classify .child li {
            float: left;
            width: 50%;
            height: 30px;
            line-height: 30px;
        }

            .shop-sidebar .classify .child li a {
                font-size: 12px;
                padding-left: 20px;
            }

    .shop-sidebar .link li {
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        padding: 0 20px;
        border-top: 1px solid #f4f4f4;
    }

        .shop-sidebar .link li a {
            font-size: 12px;
        }

        .shop-sidebar .link li:first-child {
            border-top: 0;
        }

    .shop-sidebar .online {
        overflow: hidden;
    }

        .shop-sidebar .online .shop-title {
            margin-bottom: 20px;
        }

        .shop-sidebar .online p {
            position: relative;
            padding-left: 60px;
            margin-bottom: 20px;
        }

            .shop-sidebar .online p span {
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                width: 50px;
                text-align: right;
            }

        .shop-sidebar .online .textarea {
            width: 110px;
            height: 110px;
            padding: 5px;
            font-size: 12px;
            line-height: 18px;
            border: 1px solid #ddd;
            resize: none;
        }

.shop-main {
    overflow: hidden;
}

    .shop-main .shop-title {
        border: 1px solid #cdcdcd;
        height: 40px;
        line-height: 40px;
        font-family: "Microsoft YaHei","simsun";
        color: #333;
        font-size: 16px;
        padding-left: 20px;
        position: relative;
        background: #f9f8f8;
    }

        .shop-main .shop-title h3 {
            font-size: 16px;
        }

        .shop-main .shop-title .more {
            font-size: 14px;
            position: absolute;
            right: 20px;
            top: 0;
        }

    .shop-main .shop-box {
        background: #fff;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .shop-main .brand ul {
        padding-top: 20px;
    }

    .shop-main .brand li {
        float: left;
        border: 1px solid #cdcdcd;
        width: 175px;
        height: 175px;
        margin: 0 0 20px 19px;
        overflow: hidden;
    }

        .shop-main .brand li div {
            width: 100%;
            height: 140px;
        }

        .shop-main .brand li span {
            height: 35px;
            line-height: 35px;
            text-align: center;
            font-family: "Microsoft YaHei","simsun";
            color: #333;
            font-size: 16px;
            background: #999;
            color: #fff;
            display: block;
        }

    .shop-main .classic-products ul {
        padding-top: 20px;
    }

    .shop-main .classic-products li {
        float: left;
        border: 1px solid #cdcdcd;
        width: 225px;
        height: 275px;
        overflow: hidden;
        margin: 0 0 20px 18px;
    }

        .shop-main .classic-products li div {
            width: 225px;
            height: 184px;
        }

        .shop-main .classic-products li .price {
            height: 30px;
            line-height: 30px;
            padding-top: 10px;
            font-size: 18px;
        }

        .shop-main .classic-products li span {
            font-size: 12px;
            margin: 0 18px;
            display: block;
            line-height: 20px;
            height: 40px;
            overflow: hidden;
        }

    .shop-main .shop-right {
        float: right;
        width: 790px;
        overflow: hidden;
    }

        .shop-main .shop-right > div {
            background: #fff;
            margin-bottom: 20px;
        }

        .shop-main .shop-right .not-data, .shop-main .shop-box .not-data {
            text-align: center;
            font-size: 18px;
            color: #999;
            padding: 50px 0;
            font-family: "Microsoft YaHei","simsun";
        }

    .shop-main .hot-pro .shop-title {
        margin-bottom: 20px;
    }

    .shop-main .hot-pro li {
        float: left;
        padding: 5px;
        border: 1px solid #cdcdcd;
        width: 160px;
        margin: 0 0 20px 20px;
    }

        .shop-main .hot-pro li div {
            width: 160px;
            height: 160px;
        }

        .shop-main .hot-pro li span {
            margin: 0 20px;
            overflow: hidden;
            line-height: 20px;
            height: 40px;
            display: block;
            font-size: 12px;
            text-align: left;
        }

        .shop-main .hot-pro li .price {
            height: 25px;
            line-height: 25px;
            font-size: 14px;
            padding-top: 10px;
        }

    .shop-main .about-company {
        overflow: hidden;
    }

        .shop-main .about-company .text {
            padding: 20px;
            font-size: 12px;
            line-height: 22px;
            overflow: hidden;
        }

            .shop-main .about-company .text .img {
                width: 280px;
                height: 280px;
                margin: 0 20px 20px 0;
            }

            .shop-main .about-company .text p {
                text-indent: 25px;
            }

        .shop-main .about-company .img-list {
            margin-bottom: 20px;
        }

            .shop-main .about-company .img-list li {
                float: left;
                margin: 0 20px;
                border: 1px solid #cdcdcd;
                width: 120px;
                height: 120px;
                padding: 20px 17px;
            }

                .shop-main .about-company .img-list li img {
                    max-width: 100%;
                }

    .shop-main .news-list {
        padding-bottom: 20px;
    }

        .shop-main .news-list li {
            border-bottom: 1px dashed #cdcdcd;
            height: 62px;
            line-height: 62px;
            margin: 0 20px;
            overflow: hidden;
            position: relative;
            padding-right: 200px;
        }

            .shop-main .news-list li .title {
                font-family: "Microsoft YaHei","simsun";
                color: #2a52a0;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                display: inline-block;
                width: 100%;
            }

                .shop-main .news-list li .title:hover {
                    color: #fd961b;
                }

            .shop-main .news-list li span {
                right: 0;
                top: 0;
                position: absolute;
                font-size: 12px;
                color: #999;
            }

                .shop-main .news-list li span a {
                    font-size: 12px;
                }

            .shop-main .news-list li b {
                margin-left: 15px;
                display: inline-block;
                vertical-align: middle;
            }

            .shop-main .news-list li .read {
                background: url(http://static.china17pf.com/images/shop/icon-eye.png) left center no-repeat;
                padding-left: 16px;
            }

    .shop-main .certificate-list ul {
        padding: 20px 0;
    }

    .shop-main .certificate-list li {
        float: left;
        width: 158px;
        margin: 0 19px;
        text-align: center;
        height: 218px;
    }

        .shop-main .certificate-list li div {
            width: 158px;
            height: 158px;
            border: 1px solid #cdcdcd;
            margin-bottom: 10px;
        }

    .shop-main .job-list .table {
        padding: 20px;
    }

    .shop-main .job-list table {
        width: 100%;
    }

        .shop-main .job-list table th {
            height: 38px;
            line-height: 38px;
            border-top: 1px solid #cdcdcd;
            border-bottom: 1px solid #cdcdcd;
            font-weight: 400;
            font-family: "Microsoft YaHei","simsun";
            background: #f9f8f8;
        }

            .shop-main .job-list table th:first-child {
                border-left: 1px solid #cdcdcd;
            }

            .shop-main .job-list table th.last {
                border-right: 1px solid #cdcdcd;
            }

        .shop-main .job-list table td {
            height: 30px;
            line-height: 30px;
            padding: 15px 0;
            border-bottom: 1px dashed #cdcdcd;
            text-align: center;
        }

            .shop-main .job-list table td.title {
                font-family: "Microsoft YaHei","simsun";
                color: #333;
                font-size: 16px;
            }

            .shop-main .job-list table td .btn {
                width: 90px;
                height: 30px;
                line-height: 30px;
                font-size: 14px;
            }

    .shop-main .contact .text {
        padding: 20px;
        font-size: 12px;
        position: relative;
    }

        .shop-main .contact .text h3 {
            font-family: "Microsoft YaHei","simsun";
            color: #2a52a0;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .shop-main .contact .text li {
            height: 25px;
            line-height: 25px;
            position: relative;
            padding-left: 60px;
            color: #333;
        }

            .shop-main .contact .text li span {
                color: #999;
                position: absolute;
                left: 0;
                top: 0;
                width: 60px;
                display: block;
            }

            .shop-main .contact .text li em {
                padding: 0 11px;
            }

            .shop-main .contact .text li .qq {
                display: inline-block;
                vertical-align: middle;
                background: url(http://static.china17pf.com/images/icon.png) no-repeat -242px -243px;
                width: 25px;
                height: 25px;
            }

    .shop-main .contact .other {
        height: 40px;
        line-height: 40px;
        padding: 10px 0;
    }

        .shop-main .contact .other a {
            width: 125px;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            margin-left: 20px;
        }

        .shop-main .contact .other i {
            display: inline-block;
            vertical-align: middle;
            background: url(http://static.china17pf.com/images/icon.png) no-repeat;
            margin-right: 10px;
            width: 25px;
            height: 20px;
        }

        .shop-main .contact .other .mail {
            background-position: -156px -454px;
        }

        .shop-main .contact .other .xin {
            background-position: -185px -455px;
        }

    .shop-main .contact .code-img {
        width: 110px;
        height: 110px;
        position: absolute;
        top: 100px;
        right: 200px;
    }

        .shop-main .contact .code-img img {
            max-width: 100%;
            max-height: 100%;
        }

    .shop-main .pagination {
        padding: 20px 0;
    }

.shop-pro-control {
    font-size: 12px;
    padding: 0 20px;
}

    .shop-pro-control .choose {
        border-bottom: 1px dashed #cdcdcd;
        position: relative;
        padding-left: 50px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

        .shop-pro-control .choose label {
            position: absolute;
            left: 0;
            top: 0;
            font-family: "Microsoft YaHei","simsun";
            color: #333;
            font-size: 14px;
        }

        .shop-pro-control .choose li {
            float: left;
            width: 25%;
            padding: 0;
            overflow: hidden;
            height: 25px;
            line-height: 25px;
            border: 0;
            margin: 0;
        }

            .shop-pro-control .choose li span {
                color: #999;
            }

            .shop-pro-control .choose li a {
                font-size: 12px;
                color: #2a52a0;
            }

                .shop-pro-control .choose li a:hover {
                    color: #fd961b;
                }

        .shop-pro-control .choose.line {
            border-bottom: 0;
        }

    .shop-pro-control .search {
        height: 30px;
        line-height: 30px;
    }

        .shop-pro-control .search input {
            height: 30px;
            line-height: 30px;
        }

        .shop-pro-control .search .input-control {
            width: 280px;
            height: 28px;
            line-height: 28px;
        }

        .shop-pro-control .search .btn {
            width: 85px;
            font-size: 14px;
        }

    .shop-pro-control .other-control {
        position: relative;
        height: 38px;
        line-height: 38px;
        background: #f9f8f8;
        margin-bottom: 20px;
    }

        .shop-pro-control .other-control > div {
            float: left;
        }

        .shop-pro-control .other-control .order {
            margin-left: 20px;
        }

            .shop-pro-control .other-control .order a {
                display: inline-block;
                vertical-align: middle;
                width: 28px;
                height: 24px;
                background: url(http://static.china17pf.com/images/icon.png) no-repeat -60px -186px;
                border-color: #cdcdcd;
            }

                .shop-pro-control .other-control .order a.down {
                    background: url(http://static.china17pf.com/images/icon.png) no-repeat -60px -211px #fd961b;
                    border: 1px solid #fd961b;
                }

                .shop-pro-control .other-control .order a.up {
                    background: url(http://static.china17pf.com/images/icon.png) no-repeat -90px -211px #fd961b;
                    border: 1px solid #fd961b;
                }

        .shop-pro-control .other-control .form-group {
            height: 25px;
            line-height: 25px;
            padding-top: 6px;
            margin: 0 0 0 20px;
            clear: none;
            position: relative;
            z-index: 50;
        }

            .shop-pro-control .other-control .form-group > div {
                border: 1px solid transparent;
                width: 150px;
                padding: 5px;
                overflow: hidden;
                z-index: 50;
                position: absolute;
                left: 0;
                top: 0;
            }

            .shop-pro-control .other-control .form-group input {
                height: 23px;
                line-height: 23px;
                width: 40px;
                text-align: center;
            }

            .shop-pro-control .other-control .form-group span {
                padding: 0 10px;
            }

            .shop-pro-control .other-control .form-group .button {
                padding-top: 10px;
                clear: both;
                overflow: hidden;
                display: none;
            }

            .shop-pro-control .other-control .form-group .btn {
                width: 50px;
                height: 25px;
                line-height: 25px;
                font-size: 14px;
                display: block;
                margin: 0 auto;
            }

            .shop-pro-control .other-control .form-group.open .button {
                display: block;
            }

            .shop-pro-control .other-control .form-group.open > div {
                border: 1px solid #cdcdcd;
                height: 70px;
                background: #fff;
            }

        .shop-pro-control .other-control .right {
            right: 20px;
            top: 6px;
            position: absolute;
        }

            .shop-pro-control .other-control .right li {
                cursor: pointer;
                float: left;
                width: 70px;
                border: 0;
                margin: 0 0 0 15px;
                text-align: center;
                height: 24px;
                line-height: 24px;
                padding: 0;
            }

                .shop-pro-control .other-control .right li a {
                    font-size: 12px;
                    display: block;
                    padding-left: 26px;
                    background-image: url(http://static.china17pf.com/images/icon.png);
                    border: 1px solid #cdcdcd;
                }

                    .shop-pro-control .other-control .right li a:hover, .shop-pro-control .other-control .right li a.active {
                        background-color: #fd961b;
                        border-color: #fd961b;
                        color: #fff;
                    }

                .shop-pro-control .other-control .right li .t-1 {
                    background-position: -274px -843px;
                }

                    .shop-pro-control .other-control .right li .t-1.active, .shop-pro-control .other-control .right li .t-1:hover {
                        background-position: -274px -813px;
                    }

                .shop-pro-control .other-control .right li .t-2 {
                    background-position: -274px -754px;
                }

                    .shop-pro-control .other-control .right li .t-2.active, .shop-pro-control .other-control .right li .t-2:hover {
                        background-position: -274px -781px;
                    }

.shop-pro-detail {
    padding: 20px;
    position: relative;
    overflow: hidden;
}

    .shop-pro-detail .img {
        width: 310px;
        float: left;
        overflow: hidden;
    }

        .shop-pro-detail .img .big {
            height: 310px;
            margin-bottom: 20px;
        }

        .shop-pro-detail .img .list li {
            float: left;
            width: 60px;
            height: 60px;
            border: 1px solid transparent;
            overflow: hidden;
            margin-left: 20px;
            cursor: pointer;
        }

            .shop-pro-detail .img .list li:first-child {
                margin-left: 0;
            }

            .shop-pro-detail .img .list li img {
                width: 60px;
                height: 60px;
            }

    .shop-pro-detail .text {
        float: right;
        width: 610px;
        overflow: hidden;
        font-size: 12px;
    }

        .shop-pro-detail .text h1 {
            line-height: 25px;
            margin-bottom: 15px;
            font-family: "Microsoft YaHei","simsun";
            color: #333;
            font-size: 18px;
        }

        .shop-pro-detail .text .order {
            background: #f9f7f8;
            width: 520px;
            margin-bottom: 20px;
        }

            .shop-pro-detail .text .order li {
                height: 30px;
                line-height: 30px;
                overflow: hidden;
            }

                .shop-pro-detail .text .order li:first-child {
                    border-top: 1px solid #2a52a0;
                    background: #ececec;
                }

                .shop-pro-detail .text .order li span {
                    float: left;
                    width: 50%;
                    text-align: center;
                }

                .shop-pro-detail .text .order li .red {
                    font-weight: 700;
                }

        .shop-pro-detail .text .other {
            margin-bottom: 20px;
        }

            .shop-pro-detail .text .other li {
                float: left;
                width: 200px;
                padding-left: 60px;
                position: relative;
                height: 25px;
                line-height: 25px;
            }

                .shop-pro-detail .text .other li span {
                    color: #999;
                    position: absolute;
                    left: 0;
                    width: 60px;
                    display: block;
                    text-align: right;
                }

        .shop-pro-detail .text .btn-link {
            border-top: 1px solid #cdcdcd;
            padding: 30px 0;
        }

            .shop-pro-detail .text .btn-link .btn-order {
                border: 1px solid #fd961b;
                height: 38px;
                line-height: 38px;
                width: 98px;
                color: #fd961b;
                background: #fff4e8;
            }

            .shop-pro-detail .text .btn-link .btn {
                width: 100px;
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                margin-right: 10px;
            }

        .shop-pro-detail .text .tel {
            border: 1px solid #cdcdcd;
            height: 50px;
            padding: 10px 0 10px 130px;
            position: relative;
        }

            .shop-pro-detail .text .tel .icon {
                width: 100px;
                left: 0;
                top: 0;
                background: #e9e9e9;
                height: 70px;
                text-align: center;
                position: absolute;
            }

                .shop-pro-detail .text .tel .icon i {
                    width: 32px;
                    height: 32px;
                    background-position: -37px -487px;
                    display: block;
                    margin: 10px auto 5px;
                }

            .shop-pro-detail .text .tel p {
                height: 25px;
                line-height: 25px;
            }

                .shop-pro-detail .text .tel p.red {
                    font-weight: 700;
                    font-size: 18px;
                }

                .shop-pro-detail .text .tel p em {
                    padding: 0 20px;
                }

    .shop-pro-detail .qr-code {
        right: 0;
        top: 0;
        position: absolute;
        z-index: 20;
    }

        .shop-pro-detail .qr-code .control {
            width: 52px;
            height: 52px;
            display: block;
            background-position: -82px -483px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .shop-pro-detail .qr-code .code {
            width: 120px;
            position: absolute;
            right: 5px;
            font-size: 12px;
            top: 5px;
            text-align: center;
            height: 150px;
            border: 1px solid #cdcdcd;
            display: none;
        }

            .shop-pro-detail .qr-code .code img {
                width: 120px;
                height: 120px;
                margin-bottom: 10px;
            }

        .shop-pro-detail .qr-code.active .control {
            display: none;
        }

        .shop-pro-detail .qr-code.active .code {
            display: block;
        }

.shop-pro-intro {
    padding: 30px 20px;
    overflow: hidden;
}

    .shop-pro-intro .tab {
        height: 45px;
        line-height: 45px;
        border-bottom: 2px solid #fd961b;
        margin-bottom: 20px;
    }

        .shop-pro-intro .tab li {
            float: left;
            width: 110px;
            text-align: center;
        }

            .shop-pro-intro .tab li a {
                font-family: "Microsoft YaHei","simsun";
                color: #333;
                font-size: 16px;
            }

            .shop-pro-intro .tab li.active {
                background: #fd961b;
            }

                .shop-pro-intro .tab li.active a {
                    color: #fff;
                }

    .shop-pro-intro .tab-content {
        min-height: 500px;
        font-size: 12px;
        line-height: 20px;
    }

.shop-about-detail .table {
    padding: 20px;
}

    .shop-about-detail .table .tips {
        line-height: 25px;
        margin-bottom: 20px;
    }

    .shop-about-detail .table table {
        border: 1px solid #cdcdcd;
    }

        .shop-about-detail .table table th {
            border-bottom: 1px solid #cdcdcd;
            background: #f7fbfd;
            font-family: "Microsoft YaHei","simsun";
            font-weight: 400;
            height: 40px;
            line-height: 40px;
        }

        .shop-about-detail .table table td {
            border-bottom: 1px solid #cdcdcd;
            font-size: 12px;
            padding-left: 20px;
            height: 40px;
            line-height: 40px;
        }

.shop-news-detail {
    overflow: hidden;
}

    .shop-news-detail h1 {
        text-align: center;
        font-family: "Microsoft YaHei","simsun";
        color: #333;
        font-size: 20px;
        line-height: 25px;
        padding: 20px;
    }

    .shop-news-detail .other {
        border-bottom: 1px solid #cdcdcd;
        margin: 0 20px;
        position: relative;
        font-size: 12px;
        color: #999;
        height: 30px;
        line-height: 30px;
    }

        .shop-news-detail .other .date {
            position: absolute;
            right: 0;
            top: 0;
        }

    .shop-news-detail .content {
        padding: 20px;
        line-height: 20px;
        font-size: 12px;
        min-height: 500px;
    }

    .shop-news-detail .prev-next {
        margin: 0 20px;
        height: 30px;
        line-height: 30px;
        position: relative;
        color: #999;
        font-size: 14px;
        border-top: 1px solid #cdcdcd;
        padding-bottom: 20px;
    }

        .shop-news-detail .prev-next .next {
            position: absolute;
            right: 0;
            top: 0;
        }

.shop-contact-more .content {
    padding: 30px 50px 0;
    overflow: hidden;
}

.shop-contact-more .box {
    background: #f9f8f8;
    padding: 20px 0 20px 50px;
    margin-bottom: 20px;
}

    .shop-contact-more .box h3 {
        font-family: "Microsoft YaHei","simsun";
        color: #333;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .shop-contact-more .box li {
        float: left;
        width: 50%;
        font-size: 12px;
        position: relative;
        height: 30px;
        line-height: 30px;
    }

        .shop-contact-more .box li span {
            color: #999;
            display: inline-block;
            width: 75px;
            vertical-align: middle;
        }

        .shop-contact-more .box li em {
            padding: 0 10px;
        }

.shop-contact-map {
    overflow: hidden;
}

    .shop-contact-map .content {
        margin: 20px;
        overflow: hidden;
        text-align: center;
    }

        .shop-contact-map .content img {
            max-width: 100%;
        }

.shop-main .hot-certificate .shop-title {
    margin-bottom: 20px;
}

.shop-main .hot-certificate li {
    float: left;
    padding: 5px;
    border: 1px solid #cdcdcd;
    width: 160px;
    height: 260px;
    margin: 0 0 20px 20px;
}

.shop-main .hot-certificate li img{
    max-width:160px;
    /*max-height:140px;*/
}   

    .shop-main .hot-certificate li span {
        margin: 0 20px;
        overflow: hidden;
        line-height: 20px;
        height: 40px;
        display: block;
        font-size: 12px;
        text-align: left;
    }

  
