/*a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
    word-wrap: break-word
}*/

html {
    height: 100%
}

/*button,input,select,textarea {
    outline: 0;
    resize: none;
    -webkit-appearance: none
    padding: 0;
    margin: 0;
}
*/
/*body,button,input,select,textarea {
    font-size: 14px;
    font-family: Segoe UI,Lucida Grande,Helvetica,Arial,Microsoft YaHei,FreeSans,Arimo,Droid Sans,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,sans-serif
}
*/
/*body {
    width: 100%;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}*/

/*article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}
*/
li,ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

/*blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}*/

strong {
    font-weight: 700
}

img {
    max-width: 100%;
    border: 0
}
.btn {
    color: #8c8c8c;
    text-decoration: none
}

em {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

img {
    border: none
}

a {
   /* color: #333;*/
    text-decoration: none;
    transition:all .15s linear;
    -webkit-transition:all .15s linear;
    -moz-transition:all .15s linear;
    -ms-transition:all .15s linear;
}

/*.clearfix:after,.clearfix:before,.container:after,.container:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    display: table;
    content: " "
}

.clearfix:after,.container:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
    clear: both
}*/
.w1200{width: 1200px;margin: 0 auto;}

.h20{height: 20px;width: 100%;}
