@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, button, textarea, p, blockquote, th, td {
 margin:0;
 padding:0;
}
body {
 /*! color: #333; *//*! text-align: left; *//*! font-size: 14px; *//*! font-family:"微软雅黑"; *//*! font-family: microsoft yahei,Arial,Helvetica,sans-serif; *//* background: url(../images/ind_mbg.png) ; */background: #fdfdfe;
}
a {
 text-decoration:none;
 color:inherit;
 color: #222;
 font-family:"微软雅黑";
}
a:link,
a:visited {
 color: inherit;
 text-decoration: none;
}
a:active,
a:hover {
 color: #c00;
 text-decoration: none;
}
img {
 margin:0px;
 padding:0px;
 border: none;
}
p {
 margin:0px;
 padding:0px;
}
em {
 font-style: normal;
}
li,
ul {
 list-style: none;
 text-decoration: none;
}
li {
 list-style-type: none;
}
div {
	/*! word-wrap: break-word; */
	/*! word-break: break-all; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-size: 9pt;
 font-weight: normal;
 font-family:"微软雅黑";
}
button,
input,
select,
textarea {
 font-weight: inherit;
 font-size: inherit;
 font-size: 100%;
 font-family: inherit;
 border:none;
 outline:none;
}
.f_l {
 float: left;
}
.f_r {
 float: right;
}
.auto {
 margin:0 auto;
}
.clear {
 clear:both;
 float:none;
}
.transition {
 transition:0.5s;
 -webkit-transition:all 0.5s;
 -moz-transition:all 0.5s;
 -ms-transition:all 0.5s;
 -o-transition:all 0.5s;
}
.Box {
 position:relative;
 overflow:hidden;
}

 /*img{transition: transform 0.7s ease-out 0s;-moz-transition: transform 0.7s ease-out 0s;-webkit-transform:transform 0.7s ease-out 0s;}	
 a:hover img{transform:scale(1.05);transition: transform 0.7s ease-out 0s; -moz-transition: transform 0.7s ease-out 0s;-webkit-transform:transform 0.7s ease-out 0s;}
*/


/*图片抖动样式*/
@keyframes swing {
 20% {
  -webkit-transform:rotate(15deg);
  transform:rotate(15deg)
 }
 40% {
  -webkit-transform:rotate(-10deg);
  transform:rotate(-10deg)
 }
 60% {
  -webkit-transform:rotate(5deg);
  transform:rotate(5deg)
 }
 80% {
  -webkit-transform:rotate(-5deg);
  transform:rotate(-5deg)
 }
 to {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 .swing {
  -webkit-transform-origin:left right;
  transform-origin:left right;
  -webkit-animation-name:swing;
  animation-name:swing
 }
