/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: "微软雅黑";
    border-top: 2px #345eaa solid;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.header {
    width: 940px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    padding-top: 20px;
}

.header-logo {
    float: left;
    margin-top: 6px;
}

.header-tel {
    float: right;
}

    .header-tel .fr li {
        float: left;
        margin-left: 10px;
    }

    .header-tel .tel {
        float: left;
        margin-top: 5px;
    }

.nav-bg {
    width: 940px;
    margin: 0 auto;
    margin-top: 15px;
    height: 40px;
    background: #345eaa;
}

    .nav-bg ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
    }

    .nav-bg li {
        float: left;
        list-style: none;
        width: 16.6666667%;
        height: 40px;
        line-height: 40px;
        background: url(../img/nav-bg.png) right center no-repeat;
        text-align: center;
    }

        .nav-bg li:last-child {
            background-image: none;
        }

        .nav-bg li a {
            color: #fff;
            display: block;
            cursor: pointer;
            display: block;
            width: 155px;
        }

            .nav-bg li a:hover {
                display: block;
                width: 155px;
                background: url(../img/nav-li-bg.png) no-repeat;
            }

    .nav-bg ul li ul {
        position: absolute;
        z-index: 9999;
        width: 155px;
    }

        .nav-bg ul li ul li {
            background: none;
            width: 155px;
            background: #ecf0f6;
            border-top: 1px #ccc solid;
        }

            .nav-bg ul li ul li a {
                color: #333;
                width: 155px;
                text-align: left;
                padding-left: 20px;
            }

                .nav-bg ul li ul li a:hover {
                    background: none;
                    width: 135px;
                    background-color: #345eaa;
                    color: #fff;

                }

.slider {
    width: 940px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.bigimg {
    float: left;
}

    .bigimg li {
        float: left;
        display: none;
    }

.Smallimg {
    float: left;
    width: 940px;
    height: 100%;
    overflow: hidden;
}

    .Smallimg ul {
        width: 980px;
        overflow: hidden;
    }

    .Smallimg li {
        float: left;
        margin-right: 6px;
        margin-top: 7px;
        width: 183px;
        height: 70px;
        display: block;
    }

.Small-img {
    position: absolute;
    z-index: 7777;
}

.Smallimg li .imgfont {
    position: relative;
    text-align: right;
    top: -60px;
    z-index: 7779;
    color: #fff;
    width: 90%;
    display: block;
}

.Smallimg li .hoverbg {
    width: 183px;
    height: 70px;
    background: url(../img/slide-hover.png);
    position: relative;
    z-index: 7778;
    color: #fff;
    display: none;
    top: -92px;
}

.NEW-Product {
    width: 930px;
    margin: 10px auto;
    height: 330px;
    padding: 5px;
    border: dotted 1px #666;
    background: url(../img/logobg.png) 600px -85px no-repeat;
}

.Product-img {
    float: left;
}

.NEW-tltle {
    position: relative;
    width: 67px;
    height: 66px;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin: -33px 0 0 -33px;
    background: url(../img/new-tltle.png);
}

.Product-Details {
    width: 395px;
    padding-right: 25px;
    float: right;
    height: 100%;
}

    .Product-Details .fl {
        margin-top: 10px;
    }

.MoreShow {
    float: left;
    margin-top: 30px;
    cursor: pointer;
}

    .MoreShow a {
        display: block;
        color: #345eaa;
        -moz-transition: color 1s ease-out;
        -webkit-transition: color 1s ease-out;
        -o-transition: color 1s ease-out;
        transition: color 1s ease-out;
        background: url(../img/morebg.png) 0 -70px repeat-x;
        border: #345eaa 1px solid;
        padding: 5px 10px;
        -moz-transition: background 0.5s ease-out;
        -webkit-transition: background 0.5s ease-out;
        -o-transition: background 0.5s ease-out;
        transition: background 0.5s ease-out;
    }

        .MoreShow a:hover {
            display: block;
            background: url(../img/morebg.png) 0 0 repeat-x;
            color: #fff;
        }

.about {
    width: 938px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    border: #666 1px dotted;
    margin-top: 10px;
}

.about-tltle {
    width: 940px;
    float: left;
    background: #e6e6e6;
    height: 35px;
}

.about-tltle-font {
    height: 35px;
    width: 100px;
    background: #345eaa;
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
}

.about-profile {
    padding: 15px;
    width: 908px;
    float: left;
}

    .about-profile .li-left {
        float: left;
        width: 151px;
    }

    .about-profile .li-right {
        float: right;
        margin-top: 40px;
        border-left: #ccc 1px solid;
        padding: 0 0 0px 35px;
        width: 695px;
    }

        .about-profile .li-right p {
            margin: 0;
            padding: 0;
        }

.Associate {
    padding: 15px;
    width: 908px;
    float: left;
    height: 100%;
    overflow: hidden;
}

    .Associate li {
        float: left;
        width: 100%;
    }

    .Associate li {
        float: left;
        width: 888px;
        padding: 10px;
        margin-bottom: 10px;
    }

        .Associate li .fl img {
            float: left;
        }

        .Associate li .fr {
            width: 690px;
            margin: 0;
            padding: 0;
        }

.Associate_logoshow {
    padding: 15px;
    width: 908px;
    float: left;
    height: 100%;
    overflow: hidden;
}

    .Associate_logoshow ul {
        border-top: 1px dotted #ccc;
        width: 100%;
    }

    .Associate_logoshow li {
        float: left;
        margin: 20px 0 10px 48px;
    }

.foot {
    height: 30px;
    width: 100%;
    text-align: center;
    background: #345eaa;
    color: #fff;
    margin-top: 15px;
    line-height: 30px;
}

#JS-top {
    position: fixed;
    right: 8%;
    bottom: 100px;
    display: none;
    cursor: pointer;
}

.product-list {
    width: 940px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.product-list-tltle {
    width: 905px;
    height: 30px;
    line-height: 30px;
    background: #e6e6e6;
    padding: 5px 15px;
    border-left: 5px solid #345eaa;
}

.product-list ul {
    width: 980px;
    float: left;
    overflow: hidden;
}

.product-list li {
    float: left;
    width: 296px;
    padding: 5px;
    border: #ccc dotted 1px;
    margin-top: 10px;
    margin-right: 7px;
    height: 340px;
}

    .product-list li .fr {
        float: left;
        width: 276px;
        padding: 10px;
    }

        .product-list li .fr h3 {
            padding: 0;
            margin: 0;
        }

        .product-list li .fr p {
            font-size: 14px;
        }

.MoreShow-one {
    float: left;
    cursor: pointer;
}

    .MoreShow-one a {
        display: block;
        color: #345eaa;
        -moz-transition: color 1s ease-out;
        -webkit-transition: color 1s ease-out;
        -o-transition: color 1s ease-out;
        transition: color 1s ease-out;
        background: url(../img/morebg.png) 0 -70px repeat-x;
        border: #345eaa 1px solid;
        padding: 5px 10px;
        -moz-transition: background 0.5s ease-out;
        -webkit-transition: background 0.5s ease-out;
        -o-transition: background 0.5s ease-out;
        transition: background 0.5s ease-out;
    }

        .MoreShow-one a:hover {
            display: block;
            background: url(../img/morebg.png) 0 0 repeat-x;
            color: #fff;
        }

.product-show {
    width: 940px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.product-Photos {
    float: left;
    margin-top: 10px;
    height: 508px;
    width: 940px;
}

.product-Photos-div {
    position: absolute;
    z-index: 101;
}

.product-show-big-img {
    width: 940px;
    height: 508px;
    position: relative;
    z-index: 102;
    top: 0;
    left: 0;
}

.product-show-Small-img {
    position: relative;
    z-index: 103;
    width: 930px;
    height: 100px;
    overflow: hidden;
    top: -80px;
    text-align: right;
    left: 0;
}

    .product-show-Small-img img {
        border: 3px solid #ccc;
        cursor: pointer;
    }

.contact {
    width: 918px;
    border: #ccc dotted 1px;
    margin: 0 auto;
    padding: 10px;
}

.contact-tltle {
    width: 920px;
    float: left;
    background: #e6e6e6;
    height: 35px;
}

.contact-tltle-font {
    height: 35px;
    width: 100px;
    background: #345eaa;
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.page {
    float: right;
    display: none;
}

/*-- 翻页 --*/
.fanye {
    text-align: center;
    clear: both;
    height: 30px;
    padding-top: 10px;
    float: right;
    margin-right: 20px;
}

    .fanye ul {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

        .fanye ul li {
            float: left;
            margin-right: 5px;
        }

        .fanye ul a {
            float: left;
            display: block;
            padding: 0px 7px;
            height: 20px;
            line-height: 20px;
            border: #ddd 1px solid;
        }

            .fanye ul a.current {
                background: #39F;
                color: #fff;
            }

            .fanye ul a.page:hover {
                border: #da0032 1px solid;
                color: #da0032;
            }
