/* Reset */
body,
html {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Microsoft YaHei;
    overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea {
    outline-style: none;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
i {
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
}

i {
    font-style: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

p {
    word-wrap: break-word;
}

a:active {
    color: inherit;
    text-decoration: none !important;
}

a:hover {
    color: inherit;
    text-decoration: none !important;
}

a:link {
    color: inherit;
    text-decoration: none !important;
}

a:visited {
    color: inherit;
    text-decoration: none !important;
}

a {
    color: inherit;
    text-decoration: none !important;
}

/* bootstrap */
.row {
    margin-right: 0;
    margin-left: 0;
}

.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12 {
    padding: 0;
}

.col-xs-6 {
    width: calc(50% - 10px);
    -moz-width: calc(50% - 10px);
    -webkit-width: calc(50% - 10px);
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
}

@media (min-width: 992px) {
    .col-md-2 {
        width: calc(16.66666667% - 30px);
        -moz-width: calc(16.66666667% - 30px);
        -webkit-width: calc(16.66666667% - 30px);
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    .col-md-3 {
        width: calc(25% - 30px);
        -moz-width: calc(25% - 30px);
        -webkit-width: calc(25% - 30px);
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    .col-md-4 {
        width: calc(33.33333333% - 30px);
        -moz-width: calc(33.33333333% - 30px);
        -webkit-width: calc(33.33333333% - 30px);
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    .col-md-6 {
        width: calc(50% - 30px);
        -moz-width: calc(50% - 30px);
        -webkit-width: calc(50% - 30px);
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: initial;
}

/* swiper */
.swiper-content .swiper-slide {
    overflow: hidden;
}

.swiper-container {
    padding: 20px 0;
}

.swiper-container.banner {
    padding: 0
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}

.swiper-pagination-bullet {
    width: 50px;
    border-radius: 0;
    margin-bottom: 20px !important;
}