/*公工样式start*/
@media screen and (max-width: 1080px){
    body {
        width: 1200px;
        margin: 0 auto;
    }
}

*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 微软雅黑!important;
    font-size: 14px;
}
ol,ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
h1,h2,h3,h4,h5{
    font-style: normal;
}
img{
    border: none;
}
.tab{
    font-style: italic;
}
.layout{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.part{
    width: 100%;
    text-align: center;
}
.c60{
    height: 60px;
}
.c140{
    height: 140px;
}
.c80{
    height: 80px;
}
.c10{
    height: 10px;
}
.c73{
    height: 73px;
}
/*公共样式over*/