@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:1200px; margin:0 auto; position:relative;}
.clear{ clear:both;}

.main2018{min-width:1200px;background:url(../images/bg_01.jpg) no-repeat center top;height:1310px; }
.title{
	position: absolute;
	top: 139px;
	left: 205px;
	z-index: 100;
}
.title1{position:absolute;top:591px;left:322px;z-index:100;animation-delay:0.8s;}


.part_1{min-width:1200px;background:url(../images/bg_02.jpg) no-repeat center;height:5142px;}
.bu1{
	top: 31px;
	position: absolute;
	right: 428px;
	z-index: 100;
}

.tk{
	top: 998px;
	position: absolute;
	right: 454px;
	z-index: 100;
	-webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms
}
.tk:hover:hover{transform:scale(1.02);-ms-transform:scale(1.02);-moz-transform:scale(1.02); -webkit-transform:scale(1.02);-o-transform:scale(1.02); }

.zx{
	top: 631px;
	position: absolute;
	right: 461px;
	z-index: 100;
	-webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms
}
.zx:hover:hover{transform:scale(1.02);-ms-transform:scale(1.02);-moz-transform:scale(1.02); -webkit-transform:scale(1.02);-o-transform:scale(1.02); }

.yx{
	top: 2017px;
	position: absolute;
	right: 457px;
	z-index: 100;
	-webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms
}
.yx:hover:hover{transform:scale(1.02);-ms-transform:scale(1.02);-moz-transform:scale(1.02); -webkit-transform:scale(1.02);-o-transform:scale(1.02); }

.bu{
	top: 31px;
	position: absolute;
	right: 428px;
	z-index: 100;
	-webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms
}
.bu:hover:hover{transform:scale(1.02);-ms-transform:scale(1.02);-moz-transform:scale(1.02); -webkit-transform:scale(1.02);-o-transform:scale(1.02); }

.tk1{
	top: 4273px;
	position: absolute;
	right: 455px;
	z-index: 100;
	-webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms
}
.tk1:hover:hover{transform:scale(1.02);-ms-transform:scale(1.02);-moz-transform:scale(1.02); -webkit-transform:scale(1.02);-o-transform:scale(1.02); }


.xts{
	position: absolute;
	top: 4475px;
	left: 527px;
	z-index: 100;
}
.l1{
	position: absolute;
	top: 4579px;
	left: 269px;
	z-index: 100;
}
.l2{
	position: absolute;
	top: 4579px;
	left: 499px;
	z-index: 100;
}
.l3{
	position: absolute;
	top: 4579px;
	left: 724px;
	z-index: 100;
}
.l4{
	position: absolute;
	top: 4759px;
	left: 269px;
	z-index: 100;
}
.l5{
	position: absolute;
	top: 4758px;
	left: 498px;
	z-index: 100;
}
.l6{
	position: absolute;
	top: 4758px;
	left: 723px;
	z-index: 100;
}


@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;
}
