﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,p{ margin:0; padding:0; }
body { background:#fff; color:#333; font-size:14px; letter-spacing: 2px; font-family: "microsoft yahei",  Verdana, Arial, Helvetica, sans-serif; line-height:1.4286;}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var ,i{ font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; cursor: pointer}
a:hover { text-decoration:underline; }
img { border:none; vertical-align: middle;}
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px "microsoft yahei", Verdana,Helvetica,Arial,sans-serif; }
input,button{overflow:visible;}
table { border-collapse:collapse; }
html {overflow-y: scroll;}

.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.fl{float: left;}
.fr{float: right;}
.blank30{height: 30px;}
.blank40{height: 40px;}
.blank50{height: 50px;}
.wrap{width:1220px; margin: 0 auto;}
.swiper-container {
        width: 100%;
        height: 100%;
        
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* 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;
    }