﻿* {
    margin: 0px auto;
    padding: 0px;
    font-family: 微软雅黑;
    outline: none;
}

body {
    margin: 0px;
    padding: 0px;
}

.hide {
    display: none !important;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.headDiv {
    /*overflow: hidden;*/
    background-color: #f8f8f8;
    box-shadow: 0px 0 0px red, /*左边阴影*/
    0px 0 0px yellow, /*右边阴影*/
    0 0px 0px blue, /*顶部阴影*/
    0 1px 2px #bfbfbf; /*底边阴影*/
    position: relative;
    z-index: 99999;
    /*height: 127px;*/
}

.headBar {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ededed;
}

    .headBar > div {
        width: 1024px;
        margin: 0px auto;
    }

    .headBar h3 {
        float: left;
        color: #9f9f9f;
        font-size: 13px;
        line-height: 40px;
    }

    .headBar .btnHead {
        float: right;
    }

        .headBar .btnHead > a, .headBar .btnHead > span, .headBar .btnHead > div > a {
            height: 22px;
            display: block;
            float: left;
            color: #9f9f9f;
            font-size: 13px;
            text-align: center;
            line-height: 22px;
            padding: 9px 20px;
        }

            .headBar .btnHead > a, .headBar .btnHead > span, .headBar .btnHead > div > a:hover {
                background: #5280c7;
                color: #fff;
            }

        .headBar .btnHead > span {
            padding: 9px 0px;
        }

        .headBar .btnHead > a:hover, .headBar .btnHead > div.on > a, .headBar .btnHead > a:hover > span {
            color: #fff;
            background-color: #5280c7;
        }

        .headBar .btnHead > a > span {
            color: #5280c7;
        }

        .headBar .btnHead > a.Cart {
            padding-left: 40px;
            color: #9f9f9f;
            background: url('/images/cartIcon.png') 20px center no-repeat;
        }

            .headBar .btnHead > a.Cart:hover {
                background: url('/images/cartIcon2.png') 20px center #5280c7 no-repeat;
                color: #fff;
            }

        .headBar .btnHead > div {
            height: 40px;
            float: left;
            position: relative;
        }

        .headBar .btnHead > .userLogin {
            width: 125px;
        }

            .headBar .btnHead > .userLogin > a {
                width: 100px;
                text-align: left;
                background: url('/images/Categories2.png') 90px center no-repeat;
                padding: 9px 0px 9px 25px;
            }

            .headBar .btnHead > .userLogin:hover > a {
                background: url('/images/Categories1.png') 90px center #5280c7 no-repeat;
            }

        .headBar .btnHead > div.on > .userList, .headBar .btnHead > .Login.on > .QR {
            display: block;
        }

        .headBar .btnHead .userList {
            width: 125px;
            display: none;
            overflow: hidden;
            position: absolute;
            top: 40px;
            left: 0px;
            z-index: 3;
            background-color: #5280c7;
            padding: 8px 0px;
        }

            .headBar .btnHead .userList > li > a {
                clear: both;
                height: 36px;
                display: block;
                color: #fff;
                font-size: 13px;
                line-height: 36px;
                padding-left: 20px;
            }

                .headBar .btnHead .userList > li > a:hover {
                    background-color: #2155a0;
                    /*background-color: #5d90de;*/
                }

        .headBar .btnHead > .Login > .QR {
            width: 177px;
            display: none;
            overflow: hidden;
            position: absolute;
            top: 40px;
            right: 0px;
            z-index: 3;
            background-color: #fff;
        }

            .headBar .btnHead > .Login > .QR > .Images {
                width: 177px;
                height: 177px;
                display: block;
                overflow: hidden;
            }

                .headBar .btnHead > .Login > .QR > .Images > img {
                    width: 117px;
                    display: block;
                    margin: 30px auto;
                }

            .headBar .btnHead > .Login > .QR > span {
                width: 177px;
                display: block;
                overflow: hidden;
                color: #888;
                font-size: 13px;
                text-align: center;
                line-height: 32px;
                background-color: #f8f8f8;
            }

.headTop {
    width: 1024px;
    overflow: hidden;
    margin: 0px auto;
}

    .headTop > .logoDiv {
        width: 416px;
        height: 42px;
        overflow: hidden;
        float: left;
        margin: 25px auto 14px auto;
    }

        .headTop > .logoDiv > img {
            width: 100%;
            height: 100%;
        }

    .headTop > .CodeHotline {
        overflow: hidden;
        float: right;
    }

        .headTop > .CodeHotline > div {
            float: left;
            overflow: hidden;
            margin: 33px auto;
        }

            .headTop > .CodeHotline > div > span {
                height: 28px;
                line-height: 28px;
                display: block;
                float: left;
                overflow: hidden;
                font-family: 微软雅黑;
                font-size: 14px;
                color: #515151;
            }

            .headTop > .CodeHotline > div > b {
                height: 28px;
                line-height: 28px;
                float: left;
                overflow: hidden;
                font-family: 微软雅黑;
                font-size: 20px;
                color: #e73435;
            }

        .headTop > .CodeHotline > .Code {
            margin-right: 45px;
        }

.navDiv {
    /*overflow: hidden;*/
    background: url(/images/nav.jpg) repeat-x;
    border-bottom: solid 1px #bfbfbf;
    height: 34px;
}

    .navDiv > .nav {
        width: 1024px;
        /*overflow: hidden;*/
        margin: 0px auto;
        list-style: none;
        height: 34px;
    }

        .navDiv > .nav > li {
            overflow: hidden;
            list-style: none;
            float: left;
            height: 33px;
            line-height: 33px;
            margin: 0px;
        }

            .navDiv > .nav > li > a {
                height: 100%;
                display: block;
                padding: 0px 25px;
                float: left;
                font-family: 微软雅黑;
                font-size: 14px;
                color: #515151;
                text-decoration: none;
            }

            .navDiv > .nav > li > .navSet {
                color: #fff;
                background: url(/images/Set.jpg) repeat-x bottom;
            }

            .navDiv > .nav > li > a:hover {
                color: #fff;
                background: url(/images/Set.jpg) repeat-x bottom;
            }

        .navDiv > .nav > .English {
            float: right;
        }

            .navDiv > .nav > .English > a {
                padding: 0px 0px 0px 31px;
                background: url(/images/English.jpg) no-repeat left center;
            }

                .navDiv > .nav > .English > a:hover {
                    color: #515151;
                    background: url(/images/English.jpg) no-repeat left center;
                }

        .navDiv > .nav > .Language {
            /*overflow: hidden;*/
            float: right;
            position: relative;
            overflow: visible;
            margin-right: 2px;
        }

            .navDiv > .nav > .Language > a {
                padding: 0px 2px;
                margin: 0px;
                text-align: center;
                font: 13px/33px 'microsoft yahei';
                width: auto;
                height: 33px;
                display: block;
                float: left;
                overflow: hidden;
                color: #515151;
            }

            .navDiv > .nav > .Language > span {
                width: auto;
                height: 33px;
                display: block;
                float: left;
                overflow: hidden;
                color: #aaa;
                font-size: 13px;
                line-height: 33px;
                margin: 0px;
            }

            .navDiv > .nav > .Language > a:hover {
                background-color: red;
            }

/*.navDiv > .nav > .Language > span {
                width: 110px;
                height: 34px;
                line-height: 34px;
                overflow: hidden;
                float: left;
                font-size: 12px;
                color: #9f9f9f;
                text-align: center;                
            }

            .navDiv > .nav > .Language > a {
                width: 20px;
                height: 34px;
                display: block;
                overflow: hidden;
                position: absolute;
                right: 1px;
                top: 1px;
                background: url(/images/Categories2.png) no-repeat center center;
                padding: 0px;
            }

                .navDiv > .nav > .Language > a:hover {
                    background: url(/images/Categories2.png) no-repeat center center;
                }

            .navDiv > .nav > .Language > div {
                position: absolute;
                top: 34px;
                overflow: hidden;
                width: 97px;
                left: 0px;
                border: solid 1px #CBD4D9;
                background-color: #fff;
                display: none;
            }

                .navDiv > .nav > .Language > div > a {
                    display: block;
                    overflow: hidden;
                    font-size: 12px;
                    color: #9f9f9f;
                    height: 34px;
                    line-height: 34px;
                    text-align: center;
                    padding-left:5px;
                }

                    .navDiv > .nav > .Language > div > a:hover {
                        background-color: #7EB4EA;
                        color: #fff;
                    }

                .navDiv > .nav > .Language > div > .English {
                    background: url(/images/English.jpg) no-repeat 5px center;
                }.navDiv > .nav > .Language > div > .Espana {
                    background: url(/images/Espana.jpg) no-repeat 5px center;
                }.navDiv > .nav > .Language > div > .zw {
                    background: url(/images/china.jpg) no-repeat 5px center;
                }*/


.footDiv {
    background-color: #828282;
    overflow: hidden;
}

.footCon {
    width: 1024px;
    overflow: hidden;
    position: relative;
    padding: 58px 0px 55px 0px;
    margin: 0px auto;
}

.footDiv > .footCon > .footLinks {
    overflow: hidden;
    line-height: 13px;
}

    .footDiv > .footCon > .footLinks > span {
        font-family: 宋体;
        font-size: 12px;
        color: #fff;
        overflow: hidden;
        display: block;
        float: left;
    }

    .footDiv > .footCon > .footLinks > ul {
        float: left;
        overflow: hidden;
        list-style: none;
        width: 770px;
    }

        .footDiv > .footCon > .footLinks > ul > li {
            height: 13px;
            line-height: 13px;
            float: left;
            border-right: solid 1px #fff;
            margin-bottom: 10px;
        }

            .footDiv > .footCon > .footLinks > ul > li > a {
                font-family: 宋体;
                font-size: 12px;
                color: #fff;
                overflow: hidden;
                display: block;
                float: left;
                text-decoration: none;
                margin: 0px 15px;
            }

.footDiv > .footCon > .footFirm {
    overflow: hidden;
}

    .footDiv > .footCon > .footFirm > span {
        font-family: 宋体;
        font-size: 12px;
        color: #fff;
        overflow: hidden;
        display: block;
        float: left;
    }

    .footDiv > .footCon > .footFirm > a {
        font-family: 宋体;
        font-size: 12px;
        color: #fff;
    }

.GSWJ {
    position: absolute;
    right: 10px;
    top: 44px;
    width: 48px;
    height: 66px;
    overflow: hidden;
}

    .GSWJ > a {
        width: 48px;
        height: 66px;
        display: block;
    }

        .GSWJ > a > img {
            width: 48px;
            height: 66px;
        }


.DG {
    position: absolute;
    right: 78px;
    top: 20px;
    width: 100px;
    height: 125px;
    overflow: hidden;
}

    .DG > a {
        width: 100%;
        height: 100%;
    }

        .DG > a > b {
            font-size: 12px;
            font-family: "微软雅黑";
            color: #000;
            padding-left: 8px;
        }

        .DG > a > img {
            width: 100%;
            height: 100px;
        }


/* QR */
.QR_Div {
    width: 300px;
    display: none;
    overflow: hidden;
    background-color: #fff;
}

    .QR_Div > .Images {
        width: 250px;
        height: 250px;
        display: block;
        overflow: hidden;
        margin: 25px auto;
    }

        .QR_Div > .Images > img {
            width: 100%;
            display: block;
        }

    .QR_Div > span {
        width: 100%;
        display: block;
        overflow: hidden;
        color: #888;
        font-size: 13px;
        text-align: center;
        line-height: 50px;
        background-color: #f8f8f8;
    }
