﻿html body, html h1, html h2, html h3, html h4, html h5, html h6, html hr, html p, html blockquote, html dl, html dt, html dd, html ul, html ol, html li, html pre, html form, html fieldset, html legend, html button, html input, html textarea, html th, html td {
    margin: 0;
    padding: 0;
}

html body, html button, html input, html select, html textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

html h1, html h2, html h3, html h4, html h5, html h6 {
    font-size: 100%;
}

html address, html cite, html dfn, html em, html var {
    font-style: normal;
}

html code, html kbd, html pre, html samp {
    font-family: couriernew, courier, monospace;
}

html small {
    font-size: 12px;
}

html ul, html ol {
    list-style: none;
}

html a {
    text-decoration: none;
}

    html a:hover {
        text-decoration: underline;
    }

html sup {
    vertical-align: text-top;
}

html sub {
    vertical-align: text-bottom;
}

html legend {
    color: #000;
}

html fieldset, html img {
    border: 0;
}

html button, html input, html select, html textarea {
    font-size: 100%;
}

html table {
    border-collapse: collapse;
    border-spacing: 0;
}

.head_box {
    width: 100%;
    height: 40px;
    background: rgb(4, 64, 143);
    overflow: visible;
}

    .head_box #head_wrap {
        width: 1226px;
        height: 40px;
        background: rgb(4, 64, 143);
        margin: 0 auto;
    }

.head_nav a {
    color: white;
}

#pic {
    width: 400px;
    height: 400px;
}

.head_box #head_wrap #head_nav {
    float: left;
    line-height: 40px;
    color: white;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

    .head_box #head_wrap #head_nav a {
        margin-left: 5px;
    }

        .head_box #head_wrap #head_nav a:hover {
            text-decoration: none;
            color: #FFFFFF;
        }

    .head_box #head_wrap #head_nav span {
        margin-left: 5px;
    }

.head_box #head_wrap #head_right {
    float: right;
    line-height: 40px;
    color: white;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

    .head_box #head_wrap #head_right #head_landing {
        float: left;
        margin-right: 15px;
    }

        .head_box #head_wrap #head_right #head_landing a:hover {
            text-decoration: none;
            color: #FFFFFF;
        }

    .head_box #head_wrap #head_right #head_car {
        float: right;
        width: 100px;
        height: 40px;
        background: #424242;
        position: relative;
    }

        .head_box #head_wrap #head_right #head_car a:hover {
            text-decoration: none;
        }

        .head_box #head_wrap #head_right #head_car #car_content {
            position: absolute;
            margin-left: -200px;
        }

#big_banner_wrap {
    width: 1226px;
    height: 460px;
    margin: 0 auto;
    position: relative;
    color: #424242;
}

    #big_banner_wrap #banner_menu_wrap {
        width: 235px;
        height: 100%;
        float: left;
        position: absolute;
        background: rgb(4, 64, 143);
        z-index: 600;
    }

        #big_banner_wrap #banner_menu_wrap .active {
            margin-top: 20px;
        }

        #big_banner_wrap #banner_menu_wrap li {
            width: 100%;
            height: 42px;
            position: relative;
            transition: all 3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            line-height: 40px;
            cursor: pointer;
        }

            #big_banner_wrap #banner_menu_wrap li a {
                font-size: 13px;
                color: #ffffff;
                margin-left: 30px;
                float: left;
                text-decoration: none;
            }

            #big_banner_wrap #banner_menu_wrap li .banner_menu_i {
                float: right;
                font-size: 20px;
                margin-right: 20px;
            }

            #big_banner_wrap #banner_menu_wrap li .banner_menu_content {
                width: 600px;
                height: 459px;
                display: none;
                z-index: 610;
                position: absolute;
                left: 235px;
                background: #fff;
            }

                #big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul {
                    float: left;
                    width: 280px;
                }

                    #big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul li {
                        width: 250px;
                        height: 40px;
                        padding: 18px;
                        float: left;
                    }

                        #big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul li a {
                            color: #424242;
                            margin-left: 5px;
                            font-size: 12px;
                        }

                        #big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul li span {
                            width: 59px;
                            height: 25px;
                            float: right;
                            margin-top: 5px;
                            border: 1px solid #ff6700;
                            color: #FF6700;
                            font-size: 13px;
                            line-height: 24px;
                            text-align: center;
                            transition: all 3s;
                            -webkit-transition: all .3s;
                            -moz-transition: all .3s;
                            -ms-transition: all .3s;
                        }

                            #big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul li span:hover {
                                background: #ff6700;
                                color: #ffffff;
                            }

    #big_banner_wrap #big_banner_pic_wrap {
        width: 1226px;
        height: 460px;
        overflow: hidden;
        position: relative;
    }

        #big_banner_wrap #big_banner_pic_wrap #big_banner_pic {
            width: 6130px;
            height: 460px;
            position: absolute;
            float: left;
        }

            #big_banner_wrap #big_banner_pic_wrap #big_banner_pic li {
                width: 1226px;
                height: 460px;
                float: left;
                cursor: pointer;
            }

    #big_banner_wrap #big_banner_change_wrap {
        width: 961px;
        height: 460px;
        position: absolute;
        top: 0px;
        left: 250px;
        color: #ffffff;
    }

        #big_banner_wrap #big_banner_change_wrap div {
            display: none;
            transition: all 3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
        }

            #big_banner_wrap #big_banner_change_wrap div:hover {
                background: #333333;
                cursor: pointer;
                color: #FF6700;
            }

        #big_banner_wrap #big_banner_change_wrap #big_banner_change_prev {
            width: 50px;
            height: 50px;
            float: left;
            margin-top: 205px;
            font-size: 50px;
            text-align: center;
        }

        #big_banner_wrap #big_banner_change_wrap #big_banner_change_next {
            width: 50px;
            height: 50px;
            float: right;
            margin-top: 205px;
            font-size: 50px;
            text-align: center;
        }

#head_other_wrap {
    width: 1226px;
    height: 170px;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    font-size: 13px;
}

    #head_other_wrap #head_other {
        width: 235px;
        height: 170px;
        float: left;
        background: #5f5750;
    }

        #head_other_wrap #head_other ul li {
            display: block;
            width: 76px;
            height: 85px;
            float: left;
        }

            #head_other_wrap #head_other ul li #div1 {
                border-right: 1px solid #888888;
                border-bottom: 1px solid #888888;
            }

            #head_other_wrap #head_other ul li #div2 {
                border-left: 1px solid #888888;
                border-right: 1px solid #888888;
                border-bottom: 1px solid #888888;
            }

            #head_other_wrap #head_other ul li #div3 {
                border-left: 1px solid #888888;
                border-bottom: 1px solid #888888;
            }

            #head_other_wrap #head_other ul li #div4 {
                border-right: 1px solid #888888;
                border-top: 1px solid #888888;
            }

            #head_other_wrap #head_other ul li #div5 {
                border-left: 1px solid #888888;
                border-right: 1px solid #888888;
                border-top: 1px solid #888888;
            }

            #head_other_wrap #head_other ul li #div6 {
                border-left: 1px solid #888888;
                border-top: 1px solid #888888;
            }

            #head_other_wrap #head_other ul li div {
                width: 70px;
                height: 70px;
                text-align: center;
                margin: 0 auto;
                margin-top: 5px;
            }

                #head_other_wrap #head_other ul li div p {
                    line-height: 40px;
                }

    #head_other_wrap .head_other_ad {
        width: 316px;
        height: 170px;
        float: left;
        margin-left: 14px;
    }

#head_hot_goods_wrap {
    width: 1226px;
    margin: 0 auto;
    color: #424242;
}

    #head_hot_goods_wrap #head_hot_goods_title {
        width: 1226px;
        height: 60px;
        line-height: 60px;
    }

        #head_hot_goods_wrap #head_hot_goods_title .title_span {
            font-size: 25px;
            font-weight: 100;
        }

        #head_hot_goods_wrap #head_hot_goods_title #head_hot_goods_change {
            width: 102px;
            height: 25px;
            float: right;
            margin-top: 20px;
            border: 1px solid #F0F0F0;
            color: #BEBEBE;
            line-height: 25px;
            text-align: center;
        }

            #head_hot_goods_wrap #head_hot_goods_title #head_hot_goods_change #head_hot_goods_prave {
                width: 50px;
                height: 25px;
                float: left;
                font-size: 20px;
                border-right: 1px solid #F0F0F0;
                cursor: pointer;
            }

            #head_hot_goods_wrap #head_hot_goods_title #head_hot_goods_change #head_hot_goods_next {
                width: 50px;
                height: 25px;
                float: right;
                font-size: 20px;
                border-right: 1px solid #F0F0F0;
                cursor: pointer;
            }

    #head_hot_goods_wrap #head_hot_goods_content {
        width: 1226px;
        height: 345px;
        overflow: hidden;
        position: relative;
    }

        #head_hot_goods_wrap #head_hot_goods_content ul {
            width: 2500px;
            height: 300px;
            position: absolute;
            left: 0px;
            overflow: hidden;
            transition: all 3s;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
        }

            #head_hot_goods_wrap #head_hot_goods_content ul li {
                width: 237px;
                height: 300px;
                padding-top: 20px;
                margin-right: 10px;
                background: #fafafa;
                float: left;
                text-align: center;
                border-top: 1px solid #FF6700;
            }

                #head_hot_goods_wrap #head_hot_goods_content ul li a {
                    display: block;
                }

                    #head_hot_goods_wrap #head_hot_goods_content ul li a:hover {
                        text-decoration: none;
                        cursor: pointer;
                    }

                    #head_hot_goods_wrap #head_hot_goods_content ul li a:nth-child(2) {
                        margin: 15px auto;
                        font-size: 13px;
                        color: #333;
                    }

                    #head_hot_goods_wrap #head_hot_goods_content ul li a:nth-child(3) {
                        font-size: 12px;
                        color: #B0B0B0;
                    }

#main_show_box {
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 80px;
}

    #main_show_box #floor_1 {
        width: 1228px;
        margin: 0 auto;
        padding: 1px;
        overflow: hidden;
    }

        #main_show_box #floor_1 #floor_head {
            width: 100%;
            height: 58px;
            padding-top: 1px;
            line-height: 65px;
            margin-top: 20px;
        }

            #main_show_box #floor_1 #floor_head .title_span {
                font-size: 25px;
                font-weight: 100;
                color: #424242;
            }

    #main_show_box .floor_goods_wrap {
        width: 1240px;
        margin: 0 auto;
    }

        #main_show_box .floor_goods_wrap ul {
            height: 100%;
        }

            #main_show_box .floor_goods_wrap ul li:first-child {
                width: 234px;
                height: 600px;
            }

            #main_show_box .floor_goods_wrap ul li {
                width: 234px;
                height: 300px;
                float: left;
                text-align: center;
                position: relative;
                background: #ffffff;
                margin-top: 10px;
                margin-left: 10px;
                cursor: pointer;
                transition: all 3s;
                -webkit-transition: all 1s;
                -moz-transition: all 1s;
                -ms-transition: all 1s;
            }

                #main_show_box .floor_goods_wrap ul li a {
                    display: block;
                }

                    #main_show_box .floor_goods_wrap ul li a:hover {
                        text-decoration: none;
                    }

                    #main_show_box .floor_goods_wrap ul li a:nth-child(2) {
                        font-size: 15px;
                        margin-top: 15px;
                        color: #424242;
                    }

                    #main_show_box .floor_goods_wrap ul li a:nth-child(3) {
                        font-size: 12px;
                        margin-top: 5px;
                        color: #BEBEBE;
                    }

                    #main_show_box .floor_goods_wrap ul li a:nth-child(4) {
                        font-size: 15px;
                        margin-top: 15px;
                        color: #FF6700;
                    }

#foot_box {
    width: 100%;
    height: 150px;
}

    #foot_box #foot_wrap {
        width: 1226px;
        margin: 0 auto;
        overflow: hidden;
    }

        #foot_box #foot_wrap .foot_top {
            width: 100%;
            height: 80px;
            line-height: 80px;
            border-bottom: 1px solid #BEBEBE;
        }

            #foot_box #foot_wrap .foot_top ul {
                width: 80%;
                height: 100%;
                margin: 0 auto;
            }

                #foot_box #foot_wrap .foot_top ul .font_top_i {
                    margin: 0 50px;
                    font-size: 25px;
                    font-weight: 100;
                }

                #foot_box #foot_wrap .foot_top ul li {
                    float: left;
                    color: #9D9D9D;
                    cursor: pointer;
                }

        #foot_box #foot_wrap .foot_bottom .foot_bottom_l {
            height: 160px;
            margin-top: 50px;
            float: left;
        }

            #foot_box #foot_wrap .foot_bottom .foot_bottom_l dl {
                float: left;
                margin-left: 100px;
            }

                #foot_box #foot_wrap .foot_bottom .foot_bottom_l dl dt {
                    font-size: 15px;
                    margin-bottom: 30px;
                }

                #foot_box #foot_wrap .foot_bottom .foot_bottom_l dl dd {
                    font-size: 13px;
                    margin-top: 15px;
                    color: #BEBEBE;
                    cursor: pointer;
                }

        #foot_box #foot_wrap .foot_bottom .foot_bottom_r {
            height: 120px;
            margin-top: 50px;
            float: right;
            margin-right: 0px;
            text-align: center;
            padding: 0 60px;
            border-left: 1px solid #BEBEBE;
        }

            #foot_box #foot_wrap .foot_bottom .foot_bottom_r a:nth-child(1) {
                font-size: 20px;
                color: #FF6700;
                display: block;
                margin-bottom: 10px;
            }

            #foot_box #foot_wrap .foot_bottom .foot_bottom_r a:nth-child(2) {
                font-size: 13px;
                display: block;
                margin-bottom: 5px;
            }

            #foot_box #foot_wrap .foot_bottom .foot_bottom_r a:nth-child(3) {
                font-size: 13px;
                display: block;
                margin-bottom: 15px;
            }

            #foot_box #foot_wrap .foot_bottom .foot_bottom_r span {
                display: block;
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                width: 120px;
                height: 30px;
                color: #FF6700;
                font-size: 13px;
                cursor: pointer;
                background: #FFF;
                line-height: 30px;
                border: 1px solid #FF6700;
            }

    #foot_box .foot_note_box {
        width: 100%;
        height: 80px;
        background: #fafafa;
    }

        #foot_box .foot_note_box .foot_note_wrap {
            width: 1226px;
            margin: 0 auto;
            overflow: hidden;
        }

            #foot_box .foot_note_box .foot_note_wrap .foot_note_con {
                width: 800px;
                height: 50px;
                margin-top: 15px;
            }

                #foot_box .foot_note_box .foot_note_wrap .foot_note_con .foot_logo {
                    width: 38px;
                    height: 38px;
                    display: block;
                    background: #FF6700;
                    float: left;
                }

                #foot_box .foot_note_box .foot_note_wrap .foot_note_con .foot_note_txt {
                    display: block;
                    height: 50px;
                    width: 750px;
                    float: left;
                    margin-left: 10px;
                }

                    #foot_box .foot_note_box .foot_note_wrap .foot_note_con .foot_note_txt a {
                        font-size: 12px;
                        color: #757575;
                    }

                    #foot_box .foot_note_box .foot_note_wrap .foot_note_con .foot_note_txt h {
                        font-size: 13px;
                        margin: 0 5px;
                    }

body {
    font-family: 'Microsoft YaHei' !important;
}

#head_landing a {
    font-size: 14px !important;
}

body {
    font: 12px/1.5 Arial;
    color: #666;
    background: #fff;
}

ul, li {
    list-style: none;
}

.date_selector, .date_selector * {
    width: auto;
    height: auto;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

.date_selector {
    background: #fbfbfb;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0;
    margin-top: -1px;
    position: absolute;
    z-index: 100000;
    display: none;
    border-radius: 3px;
    box-shadow: 0 0 5px #aaa;
    box-shadow: 0 2px 2px #ccc;
    width: 240px;
}

.date_selector_ieframe {
    position: absolute;
    z-index: 99999;
    display: none;
}

.date_selector .nav {
    width: 17.5em;
    display: block;
}

.nav {
    display: block !important;
}

.date_selector .nav p {
    clear: none;
}

.date_selector .month_nav, .date_selector .year_nav {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
}

.date_selector .month_nav {
    float: left;
    width: 45%;
}

.date_selector .year_nav {
    float: right;
    width: 42%;
    margin-right: 10px;
}

.date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
    margin-left: 30px;
}

.date_selector .button {
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    font-weight: bold;
    color: #5985c7;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 2px;
}

    .date_selector .button:hover, .date_selector .button.hover {
        background: #5985c7;
        color: #fff;
        cursor: pointer;
        border-color: #3a930d;
    }

.date_selector .prev {
    left: 0;
}

.date_selector .next {
    right: 0;
}

.date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
    clear: both;
    margin: 0;
    width: 220px;
}

.date_selector th, .date_selector td {
    width: 2.5em;
    height: 2em;
    padding: 0 !important;
    text-align: center !important;
    color: #666;
    font-weight: normal;
}

.date_selector th {
    font-size: 12px;
}

.date_selector td {
    border: 1px solid #f1f1f1;
    line-height: 2em;
    text-align: center;
    white-space: nowrap;
    color: #5985c7;
    background: #fff;
}

    .date_selector td.today {
        background: #eee;
    }

    .date_selector td.unselected_month {
        color: #ccc;
    }

    .date_selector td.selectable_day {
        cursor: pointer;
    }

    .date_selector td.selected {
        background: #2b579a;
        color: #fff;
        font-weight: bold;
    }

    .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
        background: #5985c7;
        color: #fff;
    }

.panel admin-panel span {
    display: block;
}

.over_a a:hover {
    background: white;
    border: 1px solid #d5d5d5;
    border-bottom: 1px solid white;
    color: black !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.menu_logobox {
    width: 100%;
    height: 165px;
    margin: 0;
    padding: 0;
}

.menu_logo {
    width: 1226px;
    height: 160px;
    margin: 5px auto;
}

.logo_src img {
    width: 370px;
    height: 85px;
}

.logo_src {
    float: left;
    width: 375px;
    height: 90px;
    margin-top: 5px;
}

.logo_right {
    width: 500px;
    height: 90px;
    margin-top: 10px;
    float: right;
}

.logo_input input {
    border: 1px solid #888888;
    width: 222px;
    height: 35px;
    line-height: 35px;
    float: left;
}

.logo_input {
    float: right;
    margin-top: 20px;
    width: 377px;
    height: 40px;
}

.clearmenu {
    width: 100%;
    height: 20px;
}

.body_centerbox {
    width: 100%;
    min-height: 600px;
}

.body_center {
    width: 1226px;
    min-height: 800px;
    margin: 0 auto;
}

.xiangqing {
    min-height: 600px;
    margin-top: 20px;
}

.clearmenu_bit {
    width: 1226px;
    height: 20px;
    margin: 0 auto;
}

.on span ul li {
    font-size: 14px;
    margin-top: 15px;
    white-space: pre-line;
}

.xiangqing_img img {
    width: 750px;
    height: 550px;
    display: block;
    margin: 20px auto;
}

.pinglun {
    display: block;
    height: 40px;
    margin-left: 40px;
    width: 110px;
    float: left;
    line-height: 50px;
}

.pinglun_font {
    display: block;
    height: 40px;
    width: 90px;
    margin-left: 5px;
    font-size: 14px;
    float: left;
}

.pinglun1 {
    display: block;
    border-bottom: 1px solid rgba(213, 213, 213, 0.57);
    width: 1100px;
    margin: 20px auto;
    height: 95px;
}

.pinglun2 {
    display: block;
    width: 280px;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    font-family: SimSun-ExtB;
    color: rgba(4, 64, 143, 0.99);
    font-weight: 700;
}

.pinglun3 {
    display: block;
    width: 780px;
    height: 80px;
    float: left;
}

.pinglun4 {
    display: block;
    width: 780px;
    height: 55px;
    overflow: hidden;
    font-size: 13px;
    color: rgba(51, 51, 51, 0.85);
}

.pinglun5 {
    display: block;
    height: 20px;
    margin-top: 10px;
    width: 780px;
}

.pinglun6, .pinglun7, .pinglun8 {
    float: left;
    display: block;
    color: #a0a0a0;
}

.pagebox {
    display: block;
    width: 1100px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
}

.lastpage {
    height: 40px;
    width: 100px;
    line-height: 40px;
    border: 1px solid rgba(226, 226, 226, 0.73);
    display: block;
    float: left;
    color: #404040;
}

.pageindex {
    width: 570px;
    height: 40px;
    display: block;
    margin: 45px auto;
}

.page {
    display: block;
    width: 50px;
    height: 40px;
    border: 1px solid rgba(204, 204, 204, 0.32);
    float: left;
    line-height: 40px;
}
