@charset "utf-8";
/* CSS Document */

.made-b{background-image:url(../img/int-banner3.jpg); background-repeat:no-repeat; background-position:50% 50%; background-size:cover; position:relative;}


.made-con{ padding:70px 0;}

.blue-tl{ text-align:center; margin-bottom:30px;}
.blue-tl h2{ font-size:32px; font-weight:normal; color:#0d2f89;}

.made-col{ text-align:center; line-height:28px; font-size:14px;}

.made-data{ padding:70px 0; background:#0d2f89;}
.data-cell{ width:280px; float:left; margin-right:20px; text-align:center;}
.data-cell:last-child{ margin-right:0;}
.data-cell dl{ border:1px solid rgba(255,255,255,1); padding:85px 20px; color:#fff; background:rgba(255,255,255,0.10);}
.data-cell dl dt{ font-size:14px; margin-bottom:15px;}
.data-cell dl dd{ font-size:36px;}
.data-cell dl dd i{ font-size:14px;}


@media (max-width:1200px){  
   .data-cell{width: 49%; margin-right:2%; margin-bottom:2%;}
   .data-cell:nth-child(even){ margin-right:0;} 
	}


@media (max-width:750px){
   .blue-tl h2{font-size: 24px;}
   .data-cell dl{ padding:30% 10%;}
   .data-cell dl dd{ font-size:16px;}
	}