.banner{
	width: 100%;
	min-width: 1000px;
}
.describe p:before,.describe p:after{
	color: #00AEDD;
}
.map{
	width: 100%;
	height: 702px;
	min-width: 1000px;
	background: #f0f0f0;
	overflow: hidden;
}
.title{
	width: 1000px;
	height: 88px;
	line-height: 43px;
	padding-top: 32px;
	margin: 0 auto;
	border-left: 2px solid #005CAA;
	padding-left: 25px;
	font-size: 24px;
	color: #505050;
	font-weight: 900;
	margin-bottom: 41px;
}
.mapbg{
	width: 1000px;
	height: 514px;
	margin: 0 auto;
	background: url(../images/globle_map_no.png) 0 0 no-repeat;
	background-size:100% 100%;
	position: relative;
}

.us,.latin,.eu,.af,.japan,.hongkong{
	position: absolute;
	border-radius: 50%;
	opacity:0;
	/*overflow: hidden;*/
	/*-webkit-animation: ripple 1s ease 0.4s infinite alternate;
	animation: ripple 1s ease 0.4s infinite alternate;*/
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
 .dot{
	position:absolute;
	left:0;
	width:10px;height:10px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#a2a9b4;
	opacity:1;
	filter:alpha(opacity=100);
}
.pulse{
	position:absolute;
	top: -40px;
    left: -40px;
	height: 105px;
    width: 105px;
	border:6px solid #b7b7b7;
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	border-radius:50%;
	opacity:.12;
	filter:alpha(opacity=0);
	-webkit-animation:warn 2s ease-out both;
	-moz-animation:warn 2s ease-out both;
	-o-animation:warn 2s ease-out both;
	animation:warn 2s ease-out both;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	}
.delay-01{
	-webkit-animation-delay:.4s;
	-moz-animation-delay:.4s;
	-o-animation-delay:.4s;
	animation-delay:.4s;
}
.delay-02{
	-webkit-animation-delay:0.8s;
	-moz-animation-delay:0.8s;
	-o-animation-delay:0.8s;
	animation-delay:0.8s;
}
.delay-03{
	-webkit-animation-delay:1.2s;
	-moz-animation-delay:1.2s;
	-o-animation-delay:1.2s;
	animation-delay:1.2s;
}
.delay-04{
	-webkit-animation-delay:1.6s;
	-moz-animation-delay:1.6s;
	-o-animation-delay:1.6s;
	animation-delay:1.6s;
}
.delay-05{
	-webkit-animation-delay:2s;
	-moz-animation-delay:2s;
	-o-animation-delay:2s;
	animation-delay:2s;
}
.delay-06{
	-webkit-animation-delay:2.4s;
	-moz-animation-delay:2.4s;
	-o-animation-delay:2.4s;
	animation-delay:2.4s;
}
.delay-07{
	-webkit-animation-delay:-0.4s;
	-moz-animation-delay:-0.4s;
	-o-animation-delay:-0.4s;
	animation-delay:-0.4s;
}
.delay-08{
	-webkit-animation-delay:-0.8s;
	-moz-animation-delay:-0.8s;
	-o-animation-delay:-0.8s;
	animation-delay:-0.8s;
}
.delay-09{
	-webkit-animation-delay:-1.2s;
	-moz-animation-delay:-1.2s;
	-o-animation-delay:-1.2s;
	animation-delay:-1.2s;
}
.delay-10{
	-webkit-animation-delay:-1.6s;
	-moz-animation-delay:-1.6s;
	-o-animation-delay:-1.6s;
	animation-delay:-1.6s;
}
.delay-11{
	-webkit-animation-delay:-2s;
	-moz-animation-delay:-2s;
	-o-animation-delay:-2s;
	animation-delay:-2s;
}
.delay-12{
	-webkit-animation-delay:-2.4s;
	-moz-animation-delay:-2.4s;
	-o-animation-delay:-2.4s;
	animation-delay:-2.4s;
}
@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}
.us{
	left: 200px;
    top: 180px;
	width: 35px;
	height: 35px;
}
.us .dot{
	width: 35px;
	height: 35px;
	background: #00AEDD;
}
.us .pulse{
	border-color: #00AEDD;
	-webkit-box-shadow:0 0 8px #00AEDD,0 0 20px #00AEDD inset;
	-moz-box-shadow:0 0 8px #00AEDD,0 0 20px #00AEDD inset;
	box-shadow:0 0 8px #00AEDD,0 0 20px #00AEDD inset;
}
.latin{
	left: 250px;
    bottom: 223px;
    -webkit-animation-delay:0.2s;
	-moz-animation-delay:0.2s;
	-o-animation-delay:0.2s;
	animation-delay:0.2s;
}
.latin .dot{
	background: #6CAA43;
}
.latin .pulse{
	top: -42px;
    left: -42px;
	border-color: #6CAA43;
	-webkit-box-shadow:0 0 4px #6CAA43,0 0 10px #6CAA43 inset;
	-moz-box-shadow:0 0 4px #6CAA43,0 0 10px #6CAA43 inset;
	box-shadow:0 0 4px #6CAA43,0 0 10px #6CAA43 inset;
}
.eu{
    top: 150px;
    left: 522px;
    -webkit-animation-delay:0.4s;
	-moz-animation-delay:0.4s;
	-o-animation-delay:0.4s;
	animation-delay:0.4s;
}
.eu .dot{
	width: 37px;
	height: 37px;
	background: #E8812C;
}
.eu .pulse{
	border-color: #E8812C;
	-webkit-box-shadow:0 0 4px #E8812C,0 0 10px #E8812C inset;
	-moz-box-shadow:0 0 4px #E8812C,0 0 10px #E8812C inset;
	box-shadow:0 0 4px #E8812C,0 0 10px #E8812C inset;
}
.latin .dot,.af .dot,.japan .dot,.hongkong .dot{
	width: 31px;
	height: 31px;
}
.af{
	left: 530px;
    bottom: 222px;
    -webkit-animation-delay:0.6s;
	-moz-animation-delay:0.6s;
	-o-animation-delay:0.6s;
	animation-delay:0.6s;
}
.af .dot{
	background: #E2615A;
}
.af .pulse{
	top: -44px;
    left: -44px;
	border-color: #E8812C;
	-webkit-box-shadow:0 0 4px #E8812C,0 0 10px #E8812C inset;
	-moz-box-shadow:0 0 4px #E8812C,0 0 10px #E8812C inset;
	box-shadow:0 0 4px #E8812C,0 0 10px #E8812C inset;
}
.japan{
	top: 187px;
	right: 145px;
	-webkit-animation-delay:0.8s;
	-moz-animation-delay:0.8s;
	-o-animation-delay:0.8s;
	animation-delay:0.8s;
}
.japan .dot{
	background: #FCCC33;
}
.japan .pulse{
	top: -44px;
    left: -44px;
	border-color: #FCCC33;
	-webkit-box-shadow:0 0 4px #FCCC33,0 0 10px #FCCC33 inset;
	-moz-box-shadow:0 0 4px #FCCC33,0 0 10px #FCCC33 inset;
	box-shadow:0 0 4px #FCCC33,0 0 10px #FCCC33 inset;
}
.hongkong{
	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;
	animation-delay:1s;
	top: 265px;
	right: 220px;
}
.hongkong .dot{
	background: #00A39E;
}
.hongkong .pulse{
	top: -44px;
    left: -44px;
	border-color: #00A39E;
	-webkit-box-shadow:0 0 4px #00A39E,0 0 10px #00A39E inset;
	-moz-box-shadow:0 0 4px #00A39E,0 0 10px #00A39E inset;
	box-shadow:0 0 4px #00A39E,0 0 10px #00A39E inset;
}
.item_list{
	width: 930px;
	height: 335px;
	margin: 0 auto;
	padding-top: 36px;
}
.item_list li {
	float: left;
	margin-left: 150px;
	width: 120px;
}
.item_list li div{
	color: #505050;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	margin-top: 5px;
}
.item_list li div span{
	font-size: 80px;
	line-height: 105px;
	font-family: DIN;
	display: block;
}
.item_list li:first-child{
	margin-left:0 ;
}
.desc{
	width: 995px;
	margin: 0 auto;
	height: 149px;
	padding-bottom: 44px;
	overflow: hidden;
}
.desc p{
	float: left;
	line-height:140px ;
	font-size: 28px;
	width: 612px;
	margin-right: 61px;
}
.desc img{
	width: auto;
	float: left;
}
.picbox{
	width: 100%;
	min-width: 1000px;
}
.small_pic{
	float: left;
	width:46.9%;
}
.small_pic ul {
	width: 100%;
}
.small_pic ul li {
	width: 20%;
	float: left;
	position: relative;
}
.small_pic ul li span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	left: 0;
	top: 0;
}
.small_pic ul .active span{
	display: none;
}
.big_pic{
	width: 53.1%;
	float: left;
}
.edge_desc ul{
	width: 846px;
	margin: 0 auto;
	margin-bottom: 122px;
	padding-top: 48px;
}
.edge_desc ul li{
	float: left;
	width: 164px;
	text-align: center;
	font-size: 20px;
	color: #505050;
}
.edge_desc ul li img{
	width: auto;
	margin: 0 auto;
}
.edge_desc ul li b{
    margin-top: 34px;
    line-height: 76px;
    font-size: 20px;
    display: block;
}
.box{
	margin: 0 193px 0 160px;
}
.scale_desc{
	width: 932px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.scale_desc p {
	font-size: 28px;
	color: #505050;
	line-height: 50px;
	float: left;
	margin-right: 174px;
	margin-top: 24px;
}
.scale_desc img{
	width: auto;
	float: left;
}
.customer{
	width: 100%;
	min-width: 1000px;
	height: 620px;
	background: #005CAA;
	padding-top: 31px;
}
.customer_title{
	width: 164px;
	height: 52px;
	line-height: 52px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 59px;
}
.customer_title h4{
	text-align: center;
	color:#fff;
	font-size: 40px;
	position: relative;
	z-index: 10;
}
 .hr{
    width: 168px;
    height: 2px;
    background: #9B9B9B;
    display: block;
    position: absolute;
}
.hr:before,.hr:after{
	content: '';
	width: 14px;
	height: 2px;
	background: #E50113;
	display: block;
	overflow: hidden;
	position: absolute;
}
.hr:before{
	left: -14px;
}
.hr:after{
	right: -14px;
}
.customer_brand{
	width: 1010px;
	margin: 0 auto;
	overflow: hidden;
}
.customer_brand ul{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
.customer_brand ul li{
	float: left;
	margin-left: 10px;
	width: 116px;
}
.customer_brand ul li img:first-child{
	margin-bottom: 10px;
}
#main{
	min-width: 1100px;
}
@media only screen and (min-width: 1300px){
	.customer_brand{
		width: 1200px;
	}
}
.mapbg b{
	width: 10px;
	height: 10px;
	display: block;
    border-radius: 50%;
	position: absolute;
	opacity: 0;

}
.zoom b{
	-webkit-animation: zoomIn 1s ease 1s 1 both;
	animation: zoomIn 1s ease 1s 1 both;
	opacity: 1;
}
.b1,.b2,.b3,.b19{
	background: #00aedd;
}
.b4,.b5,.b6{
	background: #6caa43;
}
.b7,.b8,.b9,.b10,.b11,.b22,.b23,.b24,.b25,.b26,.b27,.b28,.b29,.b30{
	background: #e8812c;
}
.b12,.b13,.b14,.b21{
	background: #e2615a;
}
.b15{
	background: #fccc33;
}
.b16,.b17,.b18,.b31,.b32,.b33,.b34,.b35,.b36,.b37{
	background: #00a39e;
}
.zoom .b1{
	
    left: -18px;
    top: -20px;
    -webkit-animation-delay:1.2s;
	-moz-animation-delay:1.2s;
	-o-animation-delay:1.2s;
	animation-delay:1.2s;
}
.zoom .b2{
	left: 5px;
    top: -20px;
	-webkit-animation-delay:1.4s;
	-moz-animation-delay:1.4s;
	-o-animation-delay:1.4s;
	animation-delay:1.4s;
}
.zoom .b3{
	left: 28px;
    top: -20px;
    -webkit-animation-delay:1.6s;
	-moz-animation-delay:1.6s;
	-o-animation-delay:1.6s;
	animation-delay:1.6s;
}
.zoom .b19{
    left: -20px;
    top: 65px;
    -webkit-animation-delay:1.8s;
	-moz-animation-delay:1.8s;
	-o-animation-delay:1.8s;
	animation-delay:1.8s;
}
.zoom .b4{
    -webkit-animation-delay:1.6s;
	-moz-animation-delay:1.6s;
	-o-animation-delay:1.6s;
	animation-delay:1.6s;
    left: 37px;
}
.zoom .b5{
	    left: 56px;
    top: 80px;
    	-webkit-animation-delay:1.8s;
	-moz-animation-delay:1.8s;
	-o-animation-delay:1.8s;
	animation-delay:1.8s;
}
.zoom .b6{
    left: 9px;
    bottom: -170px;
    -webkit-animation-delay:2.0s;
	-moz-animation-delay:2.0s;
	-o-animation-delay:2.0s;
	animation-delay:2.0s;
}
.zoom .b7{

left: -73px;

-webkit-animation-delay:1.0s;

-moz-animation-delay:1.0s;

-o-animation-delay:1.0s;

animation-delay:1.0s;

top: 53px;
}
.zoom .b8{
	
top: 20px;
	
-webkit-animation-delay:1.2s;
	
-moz-animation-delay:1.2s;
	
-o-animation-delay:1.2s;
	
animation-delay:1.2s;
	
left: -65px;
}
.zoom .b9{
	top: 8px;
	left: -66px;
	-webkit-animation-delay:1.4s;
	-moz-animation-delay:1.4s;
	-o-animation-delay:1.4s;
	animation-delay:1.4s;
}
.zoom .b10{
	left: -52px;
	top: 20px;
	-webkit-animation-delay:1.6s;
	-moz-animation-delay:1.6s;
	-o-animation-delay:1.6s;
	animation-delay:1.6s;
}
.zoom .b11{
    left: -38px;
    top: 17px;
    -webkit-animation-delay:1.8s;
    -moz-animation-delay:1.8s;
    -o-animation-delay:1.8s;
    animation-delay:1.8s;
}
.zoom .b22{
	left: -23px;
    top: 17px;
    -webkit-animation-delay:1.9s;
    -moz-animation-delay:1.9s;
    -o-animation-delay:1.9s;
    animation-delay:1.9s;
}
.zoom .b23{
    left: -11px;
    top: 17px;
    -webkit-animation-delay:2s;
    -moz-animation-delay:2s;
    -o-animation-delay:2s;
    animation-delay:2s;
}
.zoom .b24{
	left: 40px;
	top: 17px;
	-webkit-animation-delay:2.1s;
	-moz-animation-delay:2.1s;
	-o-animation-delay:2.1s;
	animation-delay:2.1s;
}
.zoom .b25{
	left: 42px;
	top: 4px;
	-webkit-animation-delay:2.2s;
	-moz-animation-delay:2.2s;
	-o-animation-delay:2.2s;
	animation-delay:2.2s;
}
.zoom .b26{
	left: 56px;
	top: 4px;
	-webkit-animation-delay:2.3s;
	-moz-animation-delay:2.3s;
	-o-animation-delay:2.3s;
	animation-delay:2.3s;
}
.zoom .b27{
	left: 77px;
	top: 22px;
	-webkit-animation-delay:2.4s;
	-moz-animation-delay:2.4s;
	-o-animation-delay:2.4s;
	animation-delay:2.4s;
}
.zoom .b28{
	left: 42px;
	top: 4px;
	-webkit-animation-delay:2.5s;
	-moz-animation-delay:2.5s;
	-o-animation-delay:2.5s;
	animation-delay:2.5s;
}
.zoom .b28{
	left: 82px;
	top: 10px;
	-webkit-animation-delay:2.6s;
	-moz-animation-delay:2.6s;
	-o-animation-delay:2.6s;
	animation-delay:2.6s;
}
.zoom .b29{
	left: 90px;
	top: 22px;
	-webkit-animation-delay:2.7s;
	-moz-animation-delay:2.7s;
	-o-animation-delay:2.7s;
	animation-delay:2.7s;
}
.zoom .b30{
	left: 104px;
	top: 31px;
	-webkit-animation-delay:2.8s;
	-moz-animation-delay:2.8s;
	-o-animation-delay:2.8s;
	animation-delay:2.8s;
}
.zoom .b12{
        left: 38px;
    top: 20px;
    -webkit-animation-delay:1.2s;
	-moz-animation-delay:1.2s;
	-o-animation-delay:1.2s;
	animation-delay:1.2s;
}
.zoom .b13{
    left: 56px;
    top: 20px;
        -webkit-animation-delay:1.6s;
	-moz-animation-delay:1.6s;
	-o-animation-delay:1.6s;
	animation-delay:1.6s;
}
.zoom .b14{
    left: 17px;
    top: 112px;
    -webkit-animation-delay:1.8s;
	-moz-animation-delay:1.8s;
	-o-animation-delay:1.8s;
	animation-delay:1.8s;
}
.zoom .b21{
    left: -100px;
    bottom: 10px;
    -webkit-animation-delay:1.6s;
	-moz-animation-delay:1.6s;
	-o-animation-delay:1.6s;
	animation-delay:1.6s;
}
.zoom .b15{
	left: -12px;
    top: 36px;
    -webkit-animation-delay:1.2s;
	-moz-animation-delay:1.2s;
	-o-animation-delay:1.2s;
	animation-delay:1.2s;
}
.zoom .b16{
    left: -12px;
        -webkit-animation-delay:2.2s;
	-moz-animation-delay:2.2s;
	-o-animation-delay:2.2s;
	animation-delay:2.2s;
}
.zoom .b17{

    left: 33px;
    top: 12px;
    -webkit-animation-delay:2.2s;
	-moz-animation-delay:2.2s;
	-o-animation-delay:2.2s;
	animation-delay:2.2s;
}
.zoom .b18{
	left: 26px;
    top: 30px;
    -webkit-animation-delay:1.8s;
	-moz-animation-delay:1.8s;
	-o-animation-delay:1.8s;
	animation-delay:1.8s;
}
.zoom .b31{
    left: -105px;
    top: -8px;
    -webkit-animation-delay:2.2s;
    -moz-animation-delay:2.2s;
    -o-animation-delay:2.2s;
    animation-delay:2.2s;
}
.zoom .b32{

left: -88px;

top: -8px;

-webkit-animation-delay:2.2s;

-moz-animation-delay:2.2s;

-o-animation-delay:2.2s;

animation-delay:2.2s;
}
.zoom .b33{
	left: -65px;
	top: -14px;
	-webkit-animation-delay:2.2s;
	-moz-animation-delay:2.2s;
	-o-animation-delay:2.2s;
	animation-delay:2.2s;
}
.zoom .b34{
    left: -45px;
    top: -7px;
    -webkit-animation-delay:2.2s;
    -moz-animation-delay:2.2s;
    -o-animation-delay:2.2s;
    animation-delay:2.2s;
}
.zoom .b35{

left: -30px;

top: 0px;

-webkit-animation-delay:2.2s;

-moz-animation-delay:2.2s;

-o-animation-delay:2.2s;

animation-delay:2.2s;
}
.zoom .b36{
	left: -29px;
	top: 18px;
	-webkit-animation-delay:2.2s;
	-moz-animation-delay:2.2s;
	-o-animation-delay:2.2s;
	animation-delay:2.2s;
}
.zoom .b37{
    left: -24px;
    top: 35px;
    -webkit-animation-delay:2.2s;
    -moz-animation-delay:2.2s;
    -o-animation-delay:2.2s;
    animation-delay:2.2s;
}

.b20{
    right: 146px;
    background: #E50113;
    bottom: 118px;
    -webkit-animation-delay:1.6s;
	-moz-animation-delay:1.6s;
	-o-animation-delay:1.6s;
	animation-delay:1.6s;
}
 .b38{
    right: 210px;
    background: #E50113;
    bottom: 190px;
    -webkit-animation-delay:1.6s;
    -moz-animation-delay:1.6s;
    -o-animation-delay:1.6s;
    animation-delay:1.6s;
}
.b39{
    right: 198px;
    background: #E50113;
    bottom: 190px;
    -webkit-animation-delay:1.6s;
    -moz-animation-delay:1.6s;
    -o-animation-delay:1.6s;
    animation-delay:1.6s;
}
.b40{
    right: 210px;
    background: #E50113;
    bottom: 176px;
    -webkit-animation-delay:1.6s;
    -moz-animation-delay:1.6s;
    -o-animation-delay:1.6s;
    animation-delay:1.6s;
}
.b41{
    right: 196px;
    background: #E50113;
    bottom: 176px;
    -webkit-animation-delay:1.6s;
    -moz-animation-delay:1.6s;
    -o-animation-delay:1.6s;
    animation-delay:1.6s;
}
.color_blue{
	background: #002dff;
}
.color_red{
	background: #e92d00;
}
.color_gay{
	background: #7f7f7f;
}
.color_purple{
	background: #7030a0;
}
.color_green{
	background: #00b050;
}