﻿body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin:  0;
    padding:  0;
}
h1, h2, h3, h4, h5, h6{font-size:14px;}
body {
    background: #efefef;
    color: #000;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    background:#f5f5f5;
}
input{font-family:微软雅黑;}
.clear {
    clear: both;
}
img {
    border:  0 none;
    display:inline-block!important;
    max-width:100%;
}
a {
    color: #01449b;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #236faf;
    text-decoration: none;
}
ul, li {
    list-style-type: none;
}
del {
    color: #999999;
}


 .swiper-container {
            width: 100%;cursor:pointer;
        }

        .swiper-pagination-bullet {
            display: inline-block;
            border-radius:0;
            margin: 0 10px;
            cursor: pointer;
            opacity: 1;
        }
        .swiper-pagination {text-align:right;}
.swiper-container-horizontal>.swiper-pagination{bottom:4px;}
.swiper-pagination-bullet {width:15px;height:15px;background:#8d8d8d;line-height:15px;text-align:center;color:#fff;}
.swiper-pagination-bullet-active{background:#0a8dc7;}

