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;
        margin: 0 auto;
    }

        .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;
                width: 250px;
                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;
                }

.weizhi {
    width: 100%;
    height: 40px;
}

.admin_text {
    width: 100%;
    height: 1000px;
}

.text_left {
    height: 100%;
    width: 280px;
    border: 1px solid red;
    float: left;
}

.admin_text_text {
    width: 1226px;
    height: 1000px;
    border: 1px solid rgb(4, 64, 143);
    margin: 0 auto;
}

.weizhi .head_weizhi {
    width: 1226px;
    height: 30px;
    margin: 5px auto;
}

    .weizhi .head_weizhi .span {
        height: 25px;
        line-height: 25px;
        margin-top: 8px;
        font-size: 14px;
    }

.text_top {
    width: 100%;
    height: 6px;
    background-color: rgb(4, 64, 143);
}

#main_head_box {
    width: 100%;
    position: relative;
    color: #424242;
}

    #main_head_box #menu_wrap {
        width: 1226px;
        height: 100px;
        margin: 0 auto;
    }

        #main_head_box #menu_wrap #menu_logo {
            width: 55px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            float: left;
            margin-top: 20px;
        }

        #main_head_box #menu_wrap #menu_nav {
            width: auto;
            height: 100%;
            float: left;
            margin-left: 200px;
        }

            #main_head_box #menu_wrap #menu_nav ul {
                list-style: none;
            }

                #main_head_box #menu_wrap #menu_nav ul li {
                    float: left;
                    line-height: 100px;
                    text-align: center;
                    padding: 0 15px;
                    cursor: pointer;
                }

        #main_head_box #menu_wrap #find_wrap {
            float: right;
            width: 302px;
            height: 50px;
            line-height: 50px;
            margin-top: 25px;
            border: 1px solid #F0F0F0;
        }

            #main_head_box #menu_wrap #find_wrap #find_bar {
                width: 245px;
                height: 48px;
                float: left;
            }

                #main_head_box #menu_wrap #find_wrap #find_bar #find_input {
                    width: 224px;
                    height: 28px;
                    border: none;
                    outline: none;
                }

            #main_head_box #menu_wrap #find_wrap #find_but {
                width: 54px;
                height: 48px;
                text-align: center;
                float: left;
                font-size: 20px;
                font-weight: 900;
                color: #424242;
                cursor: pointer;
                border-left: 1px solid #F0F0F0;
                transition: all 3s;
                -webkit-transition: all 1s;
                -moz-transition: all 1s;
                -ms-transition: all 1s;
            }

#menu_content_bg {
    width: 100%;
    overflow: hidden;
    position: absolute;
    background: #fff;
    z-index: 700;
    transition: all 3s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}

    #menu_content_bg #menu_content_wrap ul {
        height: auto;
        width: 100%;
        position: absolute;
        color: #424242;
        display: block;
    }

        #menu_content_bg #menu_content_wrap ul li {
            display: none;
            width: 100%;
            height: 230px;
        }

            #menu_content_bg #menu_content_wrap ul li .menu_content {
                float: left;
                width: 160px;
                cursor: pointer;
                margin-top: 30px;
            }

                #menu_content_bg #menu_content_wrap ul li .menu_content p {
                    font-size: 13px;
                    text-align: center;
                    margin-top: 20px;
                }

            #menu_content_bg #menu_content_wrap ul li .menu_content_line {
                width: 0px;
                height: 100px;
                float: left;
                margin: 30px 20px;
                border-left: 1px solid #D0D0D0;
            }

#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_pic_wrap #big_banner_pic li img {
                    width: 960px;
                    height: 460px;
                    float: right;
                }

    #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;
            margin-left: 35px;
            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;
    }

#seven {
    width: 1226px;
    margin: 0 auto;
    color: #424242;
}

    #seven .seven_left {
        width: 300px;
        height: 220px;
        float: left;
    }

        #seven .seven_left a {
        }

            #seven .seven_left a img {
                width: 115px;
                height: 110px;
            }

    #seven .seven_right {
        width: 926px;
        height: 220px;
        float: right;
    }



        #seven .seven_right a img {
            width: 300px;
            height: 220px;
        }

#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: 35px;
                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: 352px;
            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: 350px;
                padding-top: 20px;
                margin-right: 10px;
                margin-top: 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) {
                        font-size: 15px;
                        margin-top: 15px;
                        color: #424242;
                    }

                    #head_hot_goods_wrap #head_hot_goods_content ul li a:nth-child(3) {
                        font-size: 12px;
                        margin-top: 5px;
                        color: #BEBEBE;
                    }

                    #head_hot_goods_wrap #head_hot_goods_content ul li a:nth-child(4) {
                        font-size: 15px;
                        color: #FF6700;
                        margin-top: 15px;
                    }

.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;
            }
.btn_left {
margin-left:8%
}
    .main_show_box .floor_goods_wrap {
        width: 70%;
        height:620px;
        margin: 0 auto;
        float:left
    }

        .main_show_box .floor_goods_wrap ul {
            height: 100%;
        }

            .main_show_box .floor_goods_wrap ul li:first-child {
                width: 23%;
                height: 300px;
                margin-left:1%;
            }
            .main_show_box .floor_goods_wrap ul li:nth-child(5) {
                width: 23%;
                height: 300px;
                margin-left:1%;
            }
            .main_show_box .floor_goods_wrap_li{

                width: 23%;
                height: 300px;
                float: left;
                text-align: center;
                position: relative;
                background: #ffffff;
                margin-top: 10px;
                margin-left: 2%;
                cursor: pointer;
                transition: all 3s;
                -webkit-transition: all 1s;
                -moz-transition: all 1s;
                -ms-transition: all 1s;
            }
                .floor_goods_wrap_li .floor_goods_img img{
                width:100%;
                height:215px;
                }

                .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(3) {
                        font-size: 15px;
                        margin-top: 15px;
                        color: #FF6700;
                    }

#foot_box {
    width: 100%;
    height: 280px;
}

    #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;
            font-size: 25px;
        }

            #foot_box #foot_wrap .foot_top ul {
                width: 90%;
                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;
                    width: 270px;
                }

                    #foot_box #foot_wrap .foot_top ul li img {
                        height: 78px;
                        width: 270px;
                    }




        #foot_box #foot_wrap .foot_bottom .foot_bottom_l {
            height: 160px;
            width: 700px;
            margin-top: 50px;
            float: left;
            text-align: center;
            border-right: 1px solid #BEBEBE;
        }

            #foot_box #foot_wrap .foot_bottom .foot_bottom_l span {
                font-size: 25px;
            }


        #foot_box #foot_wrap .foot_bottom .foot_bottom_r {
            height: 160px;
            width: 340px;
            margin-top: 50px;
            margin-right: 0px;
            float: right;
            text-align: left;
            padding: 0 60px;
        }

            #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;
                    }
.btn_left,.btn_right {
    width:100px;
    height:100px;
    float:left;
    cursor:pointer;
    margin-top:260px;
}
  .btn_right img,.btn_left img {
  width:100px;
  height:100px;
    }

