﻿
a:hover{color:#414141 }
.cona{ width:100%; margin:0 auto; margin-top:50px; }
.row-a5{overflow: hidden;
	background-position: center center;background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.row-a5 .cont{max-width: 100%;margin: 0 auto;}


@keyframes ripple{
0%{opacity:0;transform:scale(.1)}
5%{opacity:1}
to{opacity:0;transform:scale(1)}
}
@-moz-keyframes ripple{
0%{opacity:0;transform:scale(.1)}
5%{opacity:1}
to{opacity:0;transform:scale(1)}
}
@-ms-keyframes ripple{
0%{opacity:0;transform:scale(.1)}
5%{opacity:1}
to{opacity:0;transform:scale(1)}
}
@-webkit-keyframes ripple{
0%{opacity:0;transform:scale(.1)}
5%{opacity:1}
to{opacity:0;transform:scale(1)}
}
@-o-keyframes ripple{
0%{opacity:0;transform:scale(.1)}
5%{opacity:1}
to{opacity:0;transform:scale(1)}
}


.ul-num{clear: both; width:855px; border-bottom:1px solid #ddd}
.ul-num li:last-child{ border-right:0px;}
.ul-num li{float: left; width: 25%;color: #555; padding-top:30px; padding-bottom:30px;text-align:center;}
.ul-num li:nth-child(odd) {  background:#0191d8;  }
.ul-num li:nth-child(odd) span{ color:#fff}
.ul-num li:nth-child(odd) p{ color:#fff}
.ul-num li:nth-child(odd) h2{ color:#fff}
.ul-num li:nth-child(even) {  background:#fff;  }

.ul-num h2{ font-size:16px; color:#555;}
.ul-num span{ color:#555555;font-size: 50px; font-weight:bold; position: relative; font-family:impact;}

.ul-num span:after{vertical-align: top;position: relative;top: 5px;
font-size: 34px;font-family: arial;margin-left: 10px;}
.ul-num p{font-size: 16px; text-align:center; color:#555555;}
.ul-num .txt{overflow: hidden;}


@media screen and (max-width: 640px) {
.ul-num li:nth-child(1),.ul-num li:nth-child(4){background:#0191d8;  }	
.ul-num li:nth-child(1),.ul-num li:nth-child(4) span{ color:#fff}
.ul-num li:nth-child(1),.ul-num li:nth-child(4) p{ color:#fff}
.ul-num li:nth-child(1),.ul-num li:nth-child(4) h2{ color:#fff}
.ul-num li:nth-child(2),.ul-num li:nth-child(3){background:#fff; }
.ul-num li:nth-child(2),.ul-num li:nth-child(3) span{ color:#555}
.ul-num li:nth-child(2),.ul-num li:nth-child(3) p{ color:#555}
.ul-num li:nth-child(3),.ul-num li:nth-child(3) h2{ color:#555}
	
.ul-num li{float: left; width: 50%;color: #555; padding-top:30px; padding-bottom:30px;text-align:center;}
.ul-num span{ color:#555555;font-size:30px; font-weight:bold; position: relative; font-family:impact;}	
.cona{ width:100%; margin:0 auto; margin-top:40px; }	
.ul-num{clear: both; width:100%; border-bottom:0px solid #ddd}	
	}