@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0; font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
ol,ul{list-style:none;}
.wrap2018{ width:950px; margin:0 auto; position:relative;}
.clear{ clear:both;}

.main2018{min-width:950px;background:url(../images/bg.jpg) no-repeat center top;height:3232px; }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse{
	animation: pulse 2s linear infinite;
	-moz-animation: pulse 2s linear infinite;
	-webkit-animation: pulse 2s linear infinite;
	-o-animation: pulse 2s linear infinite;
}
