
.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;
}
.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%;
}
.answer{
    width: 100%;
    height: auto;
    display: inline-block;
}
.answer h2{
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 4px;
    margin-bottom: 4%;
    margin-top: 3%;
}
.answer li{
    width: 49%;
    float: left;
    background: #f8f8f8;
    padding: 1.5% 2%;
    margin-bottom: 1%;
    margin-right: 1%;
}
.answer-left{
    width: 90%;
    float: left;
}
.answer-left span{
    width: 10px;
    height: 10px;
    background-color: #001c58;
    float: left;
    border-radius: 50%;
    margin-top: 9px;
    margin-right: 2%;
}
.answer-left p{
    color: #000;
}
.answer-right{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #000;
    border-style: solid;
    float: right;
    margin-top: 9px;
}
body{
    background-color: #fff;
}
.more a {
    text-align: center;
    width: auto;
    display: inline-block;
    color: #000;
    border: 1px solid#001c58;
    padding: 12px 60px;
    margin-top: 24px;
    border-radius: 10px;
}
.ny-about{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
    margin-bottom: 4%;
}
.nyab-top{
    width: 100%;
    height: auto;
    display: inline-block;
}
.nyabt-left{
    width: 49%;
    float: left;
}
.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: -2px;
}
.poly-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 10px;
}
.p-title{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}
.p-title h3{
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px;
}
.p-title h5{
    font-size: 16px;
    font-weight: normal;
}
.p-price{
    width: 100%;
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin-top: 20px;
}
.p-price li{
    width: 100%;
    display: inline-block;
    background-color: #eeeeee;
    height: 40px;
    line-height: 40px;
}
.p-price li p{
    float: left;
    font-size: 14px;
    width: 11%;
    text-align: center;
}
.two{
    background-color: #fff !important;
}
.pp-box{
    width: 100%;
    height: auto;
    display: inline-block;
}
.pp-box ul{
    margin-top: 25px;
    margin-left: 30px;
}
.pp-box li{
    width: 100%;
    height: auto;
    line-height: 25px;
    display: inline-block;
    margin-bottom: 18px;
    background: #fff;
}
.pp-box li span{
    width: 10px;
    height: 10px;
    background-color: #004080;
    display: block;
    border-radius: 50%;
    float: left;
    margin-top: 5px;
}
.pp-box li p{
    font-size: 14px;
    float: left;
    text-align: left;
    margin-top: -3px;
    width: 90%;
    line-height: 25px;
    margin-left: 11px;
}
.deliver p i{
    width: 93%;
    float: left;
}
