/*--------------��������---------------------*/
*{
    padding: 0;
    margin: 0;
    font-family: Microsoft Yahei,"","Times New Roman";
    line-height: 25px;
    box-sizing: border-box;
}


a{color:#333;text-decoration:none;outline:none;}
a:hover{color:#197de8;text-decoration:none}
a:active{color:#323232;text-decoration:none}
a:visited {color:#323232;text-decoration:none}
a:focus{outline:none;}
div:focus{
	outline: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;
}
.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*����ʹ�÷�ʽ*/
.clearfix:after,
.content_gy:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.content_gy{
    margin: 0 auto;
    width: 1200px;
}

.flex-space-between{
    display: flex;
    justify-content: space-between;
}

#MEIQIA-BTN1, #MEIQIA-BTN1 span, #MEIQIA-BTN1 div, #MEIQIA-BTN1 img {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
}
/*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;
}
.mg75{
    margin-top: 75px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* 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*/

.dialog_bg{
    position: fixed;
    width: 100%;
    left: 0;
    height: 100vh;
    top: 0;
    background: rgba(0,0,0,0.4);
    z-index: 100;
    display: none;
}


