body {
    font-family: '微软雅黑', MicrosoftYaHei;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    color: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin: 0;
}

.container {
    width: 1200px;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfloat {
    zoom: 1;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
    height: 0;
}

.tc {
    text-align: center;
}

.w1200 {
    width: 1200px;
    margin: auto;
    position: relative;
}

.nav {
    overflow: inherit;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: inherit;
}

.swiper-pagination-bullet{
    background: #ffffff;
    opacity:0.3;
    width: 30px;
    height: 5px;
    border-radius: 0;
}

.swiper-pagination-bullet-active{
    background: #ffffff;
    opacity:1;
}