/* title */
.in_tit{position: relative;margin-bottom: 60px;}
.in_tit .title{font-size:14px;color: #003296;letter-spacing: 1px;font-family:MiSans-Regular; }
.in_tit .tit{color: #000000;font-size:36px;margin-bottom:5px;letter-spacing:1px;}
@media screen and (max-width:1440px){
.in_tit .title{font-size: 40px;}
}
@media screen and (max-width:1280px){
.in_tit .title{font-size:35px;}
.in_tit .tit{font-size: 16px;}
}
@media screen and (max-width:1080px){
.in_tit{margin-bottom: 40px;}
.in_tit .title{font-size:30px;}
.in_tit .tit{font-size: 16px;}
}
@media screen and (max-width:768px){
.in_tit{margin-bottom: 20px;}
.in_tit .title{font-size:14px;}
.in_tit .tit{font-size: 18px;margin-top: 5px;}
}

.index1{padding:100px 0 150px;}
/* index2 */
.index2{padding:50px 0 50px;background: url(../images/aboutbg.jpg) no-repeat center top;background-size: cover;}

.szlist{display:flex;justify-content:space-between;flex-wrap: wrap; margin-top:200px;}
.szlist li{margin-top: 20px; margin-right:5%;}
.szlist li:nth-child(4n){margin-right:0;}
.szlist li b{color:#294893; display:block;font-size:24px;line-height:1.1;}
.szlist li span{font-size:60px; /*font-family:BebasNeue-Regular;*/}
.szlist li p{font-size:16px;color:#333; margin-top:10px;}

@media (max-width: 768px) {
   .index1{padding:30px 0 50px;}
   .szlist{margin-top:100px;}
   .szlist li{margin-top: 20px;width:47%; margin-right:5%;}
   .szlist li:nth-child(2n){margin-right:0;}
   .szlist li b{font-size:20px;}
   .szlist li span{font-size:20px;}
   .szlist li p{font-size:14px;}
}    