﻿/*通用样式*/
html{position:relative;width:100%;min-height:100%}
body{position:relative;margin:0 auto;padding:0;width:100%;min-height:100%;max-width:768px;min-width:320px;color:#333;font-size:13px;font-family:"宋体",Arial,Helvetica,sans-serif;line-height:30px}
.mask{position:fixed;top:0;left:0;z-index:999999999;float:left;width:100%;height:100%;background:#fff}
b,dd,div,dl,dt,form,img,input,li,p,select,span,ul{margin:0;padding:0;border:0;list-style:none;font-family:"宋体",Arial,Helvetica,sans-serif}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;border:0;font-weight:400;font-size:13px}
a{color:#00a1e9;text-decoration:none;cursor:pointer}
a:hover,img:hover{opacity:.9;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;filter:alpha(opacity=90);-ms-transition:.3s ease}
.clear{clear:both;width:100%;height:0}
.fl{float:left!important}
.fr{float:right!important}

/*首页CSS3动画*/
.swing{-webkit-transform-origin:center center;transform-origin:center center;-ms-transform-origin:center center;-webkit-animation-name:swing;animation-name:swing;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg);-ms-transform:rotate3d(0,0,1,15deg)}
40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg);-ms-transform:rotate3d(0,0,1,-10deg)}
60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg);-ms-transform:rotate3d(0,0,1,5deg)}
80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg);-ms-transform:rotate3d(0,0,1,-5deg)}
100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg);-ms-transform:rotate3d(0,0,1,0deg)}
}
