@charset "utf-8";
body{padding:0;margin:0;font:normal 12px/180% \5B8B\4F53;color:#333;text-align:center;background:#fff;}
h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td{margin:0;padding:0;}
div{margin:0 auto;text-align:left;font:normal 12px/180% \5B8B\4F53;}
a:link,a:visited{color:#333;text-decoration:none;}
a:hover{color:#c00;text-decoration:underline;}
img{border:none;}
ol,ul,li{list-style:none;} 
em{font-style:normal;}
/*clear*/
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;overflow:hidden;}
.clearfix{zoom:1;}
/*other*/
.w980{width:980px;}
/*color*/
.header em,.header em a,.header em a:link,.header em a:visited,.header em a:hover{color:#666;}
/*header*/
.header{background:url(images/headbg.jpg) repeat-x;height:34px;}
.header span{float:left;}
.header span img{margin:3px 0 0 28px;}
.header em{float:right;padding-top:7px;}
.header em a{margin:0 6px;}
/*p1*/
.p1bg{background:url(images/p1bg.jpg) no-repeat;height:871px;}
.p1_content{background:url(images/p1bg2.jpg) no-repeat top;height:745px;position: relative;}
.p1_content span{position: absolute;width:86px;height:109px;}
.p1_content span.t1{top:179px;left:106px;}
.p1_content span.t2{top:192px;left:281px;}
.p1_content span.t3{top:110px;left:469px;}
.p1_content span.t4{top:92px;left:640px;}
.p1_content span.t5{top:188px;left:796px;}
.p1_content span.t6{top:355px;left:21px;}
.p1_content span.t7{top:534px;left:88px;}
.p1_content span.t8{top:504px;left:288px;}
.p1_content span.t9{top:558px;left:484px;}
.p1_content span.t10{top:439px;left:598px;}
.p1_content span.t11{top:464px;left:774px;}
.p1_content span.t12{top:321px;left:867px;}

.tossing{
  animation-name: tossing;
  -webkit-animation-name: tossing;  

  animation-duration: 2.5s; 
  -webkit-animation-duration: 2.5s;

  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
  0% {
    transform: rotate(-10deg); 
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg); 
  }           
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-10deg); 
  }
  50% {
    -webkit-transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg); 
  }       
}


/*p2*/
.p2_content{background:url(images/p2bg.jpg) no-repeat;height:109px;position: relative;}
.p2_1{position: absolute;left:375px;top:46px;width:264px;padding:0 8px;line-height:26px;height:26px;overflow:hidden;font-size:16px;}
.p2_1,.p2_1 a:link,.p2_1 a:visited{color:#17591f;}
.p2_2{position: absolute;top:14px;left:812px;}
/*=copyright=*/
#copyright{clear:both;margin:0 auto;padding:30px 0 10px 0;text-align:center;background:url(images/copybg.jpg) no-repeat;height:55px;color:#fff;}