
.character{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 3%;
}
.character h2{
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 4px;
    margin-bottom: 4%;
}
.character li{
    width: 32%;
    float: left;
    margin-right: 1%;
    position: relative;
    height: 216px;
    overflow: hidden;
    margin-bottom: 3%;
}
.character li img{
    width: 100%;
}
.character li p{
    color: #fff;
    position: absolute;
    bottom: 0px;
    padding: 11px 15px;
    overflow: hidden;
}
.deliver{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}
.deliver h2{
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 4px;
    margin-bottom: 4%;
}
.deliver li{
    width:24%;
    float: left;
    margin-right: 1%;
}
.deliver li img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.deliver p{
    width: 100%;
    font-size: 14px;
    float: left;
    margin-top: 5%;
}
.deliver p span{
    width: 10px;
    height: 10px;
    background-color: #001c58;
    float: left;
    border-radius: 50%;
    margin-top: 6px;
    margin-right: 1%;
}
.nyab-top {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}
.nyabt-left {
    width: 100%;
    float: left;
    margin-bottom: 3%;
}
.nyabt-left h3 {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: normal;
}
.nyabt-left h3 i {
    float: left;
    width: 7px;
    height: 28px;
    background: #001c58;
    border-radius: 15px;
    margin-right: 1%;
    margin-top: -3px;
}
.nyabt-left h5 {
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    text-indent: 2em;
}
.mtpages ul {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12px;
    margin-left: 20px;
}
.mtpages li {
    width: 30%;
    float: left;
    border-radius: 10px;
    background-color: #eaebee;
    margin-bottom: 4%;
    margin-right: 4%;
    padding-bottom: 22%;
    overflow: hidden;
    height: 248px;
    filter: brightness(0.9);
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.mtpages li h3 {
    text-align: center;
    padding-top: 26px;
    font-size: 17px;
    font-weight: normal;
    width: 100%;
    height: auto;
}
.mtpages li p {
    text-indent: 0em;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
    padding-top: 16px;
    width: 69%;
    margin: 0 auto;
    height: 121px;
}
.mtpages .more {
    width: 32%;
    display: block;
    text-align: center;
    margin: 0 auto;
    float: none;
}
.mtpages a {
    background-color: #363b79;
    color: white;
    padding: 12px 11px;
    border-radius: 5px;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin-top: 0px;
    border: 0px;
}
.mtpages li:nth-child(3n) {
    margin-right: 0;
}
.mtpages li:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    filter: brightness(1);
}
.deliver p i{
    width: 93%;
    float: left;
}