﻿.ny-about{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}
.nyab-top{
    width: 100%;
    height: auto;
    display: inline-block;
}
.nyabt-left{
    width: 49%;
    float: left;
}
.nyabt-left h3{
    font-size: 22px;
    line-height: 45px;
}
.nyabt-left p{}
.nyabt-right{
    width: 46%;
    float: right;
}
.nyabt-right img{

    width: 100%;
}
.nyab-center{
    width: 100%;
    height: auto;
    display: inline-block;
}
.nyab-center h2{
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 4px;
}
.nyab-center ul{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #8a97b2;
    padding: 30px 20px;
}
.nyab-center li{
    width: 33%;
    float: left;
    border-right: 1px solid#fff;
}
.nyabc-top{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#fff;
    padding-bottom: 5%;
}
.nyabc-top img{
    width: 13%;
    float: left;
    margin-left: 15%;
}
.nyabc-top h5{
    float: left;
    font-size: 23px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #fff;
    margin-left: 5%;
}
.nyabc-bottom{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px 27px;
}
.nyabc-bottom p{
    color: #fff;
    font-size: 14px;
    line-height: 36px;
}
.nyabc-bottom a{
    color: #0137df;
    border-bottom: 1px solid;
    width: auto;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    margin-left: 37%;
}
.nyab-list{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}
.nyab-list h2{
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 4px;
    margin-bottom: 4%;
}

.nyab-list ul{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #91ecd6;
    padding: 30px 20px;
    border-top-left-radius: 55px;
    border-bottom-right-radius: 55px;
}
.nyab-list li{
    width: 33%;
    float: left;
    border-right: 1px solid#fff;
}
.nyabc-tops{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#fff;
    padding-bottom: 5%;
}
.nyabc-tops img{
    width: 13%;
    float: left;
    margin-left: 15%;
}
.nyabc-tops h5{
    float: left;
    font-size: 23px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #000;
    margin-left: 5%;
}
.nyabc-bottoms{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px 27px;
}
.nyabc-bottoms p{
    color: #000;
    font-size: 14px;
    line-height: 36px;
}
.nyab-listes{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
    margin-bottom: 13%;
}
.nyab-listes h2{
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 4px;
    margin-bottom: 4%;
}
.nyab-listes ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.nyab-listes li{
    width: 23%;
    float: left;
    position: relative;
    margin-right: 2%;
}
.nyab-listes li img{
    width: 100%;
}
.nyl-box{
    width: 80%;
    height: auto;
    display: inline-block;
    position: absolute;
    bottom: -50%;
    left: 0px;
    background: rgba(0,0,0,.5);
    padding: 6% 12%;
    border-radius: 15px;
}
.nyl-box h3{
    text-align: center;
    color: #fff;
    font-weight: normal;
    letter-spacing: 4px;
    font-size: 27px;
    margin-bottom: 12px;
}
.nyl-box p{
    color: #fff;
    line-height: 36px;
    font-size: 14px;
}