a, b, body, dd, del, div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, input {
    margin: 0;
    padding: 0;
}
li {
   list-style: none;
}
img,button,input {
    border: 0;
    vertical-align:middle;}
}
em, i, u {
    font-style: normal;
}
body, html{
	width: 100%;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    
}

body {
    font: 14px/1.5 'microsoft yahei',Arial, Verdana, "\5b8b\4f53";
    color: #666;
}
a {
    color: #000;
    text-decoration: none;
    font-family: 'microsoft yahei';
}
/* 容器 */
.worp{
	width:100%;
/* 版心 */
}
.w1200{
	width:1200px;
	margin:0 auto;
}
 .cpzs .bottom .swiper-container {
        width: 100%;
        height: 100%;
    }
 .cpzs .bottom .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        position: relative;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }


