/* CSS Document */
*{ margin:0; padding:0;}
img{border:none;}
ul,li,ol{ list-style:none;}
a{
    text-decoration:none;
    list-style: none;
    color: #343434;
}
.clears{
    clear:both;
    height:0;
    line-height:0;
    overflow:hidden;
    font-size:0;}
.left{ float:left;}
.right{ float:right;}

body{font-size:18px;
    font-family:Arial, Verdana,"微软雅黑","宋体";
    color:#343434;
}
img {
    object-fit: cover;
}
