*{
    margin: 0;
    padding: 0;
}
.layout{
    width: 1400px!important;
    margin: 0 auto;
}
ol,ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
body{
    font-size: 14px;
    font-family: 微软雅黑!important;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-style: normal;
    font-weight: 100;
}

@media screen and (max-width: 1080px){
    body {
        width: 1200px;
        margin: 0 auto;
    }
}


/*字体*/
.f1{
    font-size: 12px;
}
.f2{
    font-size: 14px;
}
.f3{
    font-size: 16px;
}
.f4{
    font-size: 18px;
}
.f5{
    font-size: 20px;
}
.f6{
    font-size: 22px;
}
.f7{
    font-size: 24px;
}
.f8{
    font-size: 26px;
}

@font-face {
    font-family: KH; /*酷黑*/
    src: url('../font/Zcool_kuhei.ttf');
    font-weight: normal;
    font-style: normal;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pointer{
    cursor:pointer;
}
.clear{
    clear: both;
}
.part{
    width: 100%;
    margin-top: 60px;
    text-align: center;
}
/*高度*/
.h37{
    height: 37px;
}
.h704{
    height: 704px;
}



/*nav start*/

/*nav over*/

/*不可点击*/
.disabled a{
    cursor: not-allowed;
}