﻿@charset "utf-8"; 
.table tr:nth-child(even) {  background: #eee; }  
.table tr:nth-child(odd) {  background: #fff;  } 
@media (min-width:1025px){.page-container .page-main{width:calc(100% - 400px);}}
.home-static .list li .inner{text-transform:capitalize}
@media (min-width:769px){.home-static .list li{width:20%}}
@media(max-width:768px){article table td, article table th{word-break:inherit}
article table td, article table td strong, article table td p{font-size:15px!important}}
article ol li, article ul li{color:#111111}
.home-application .applist .swiper-slide{height:auto;}
.home-application .applist .item{display: flex;flex-direction: column;height: 100%;}
.home-application .applist .item .info{flex:1;}