/*--------------��������---------------------*/
*{
    padding: 0;
    margin: 0;
    font-family: Microsoft Yahei,"","Times New Roman";
    line-height: 25px;
    box-sizing: border-box;
}

a{color:#333;text-decoration:none}
a:hover{color:#197de8;text-decoration:none}
a:active{color:#323232;text-decoration:none}
a:visited {color:#323232;text-decoration:none}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle;max-width: 100%;}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
header{position: fixed;top: 0;width: 100%;z-index: 999;}
button, input:not([type="radio"]):not([type="checkbox"]), select {
    vertical-align: middle;
}
html{
    font-size:12px;
}
i{
    font-style: inherit;
}
.clearfix,.content_gy{
    /*���� IE*/
    zoom: 1;
}

/*����ʹ�÷�ʽ*/
.clearfix:after,
.content_gy:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.content_gy{
    margin: 0 auto;
    width: 1200px;
}


/*swiper*/
html, body {
    position: relative;
    height: 100%;
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.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;
}
/*swiper*/
