@charset "utf-8";
/* CSS Document */
/*
┌──────────────────┐
│样式来自xuwei编写xw
└──────────────────┘
以下公共样式不得修改*/
body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "微软雅黑";
}

ul, li, ol, dl, dt, dd, p, form, h2, h3, h4, section, nav, header, article {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
}

img {
    margin: 0px;
    padding: 0px;
    border: none;
}

a {
    outline: none;
    text-decoration: none;
    color: #8B8B8B;
}

    a:hover {
        text-decoration: underline;
    }

img {
    border: none;
    vertical-align: top;
    display: inline
}
/*以下为站点样式，可适当修改*/
.banne_xw {
    position: relative;
    clear: both;
    height: 540px;
    background: url(../images/BSK_01.jpg) no-repeat center;
    overflow: hidden;
}

.m1_xw {
    height: 651px;
    background: url(../images/BSK_02.jpg) no-repeat center;
    overflow: hidden;
}

.m2_xw {
    height: 951px;
    background: url(../images/BSK_03.jpg) no-repeat center;
    overflow: hidden;
}

.m3_xw {
    height: 669px;
    background: url(../images/BSK_04.jpg) no-repeat center;
    overflow: hidden;
}

.m4_xw {
    height: 805px;
    background: url(../images/BSK_05.jpg) no-repeat center;
    overflow: hidden;
}