@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

li {
    list-style: none;
}

img {
    vertical-align: top;
    border: none;
}

a {
    text-decoration: none;
    color: #000;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    appearance: none;
}

a:active {
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

input, textarea {
    background: none;
    border: none;
    resize: none;
    outline: none;
    border-redius: 0;
    box-shadow: 0 0 0 0 #fff;
    border-radius: 0px;
}


/*常用*/

.fl{
    float:left;
}

.fr{
    float:right;
}

.clear:after{
    content:'';
    display:block;
    clear:both;
}

.blk{
    display:block;
}

.W{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    min-width: 1080px;
}

.over-hidden {
    overflow: hidden;
    height:100%;
}

.index-wrap {
    background:#fff;
}

