.pc_navBox{
    display: none;
}
.Yd_navBox{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.Yd_navBoxT{
    width: 100%;
    background-color: #1b1b1b;
    color: #fff;
    display: flex;
    justify-content: right;
    padding: .05rem 0;
}
.Yd_navBoxT a {
    color: #ffffff;
    margin-right: .2rem;
    font-size: .25rem;
    display: block;
    display: flex;
    align-items: center;
}
.Yd_navBoxT a i {
    margin-right: .05rem;
}
.fa{
    display: block;
    width: .28rem;
    height: .28rem;
    background-size: 100% !important;
}
.fa_envelope{
    background: url('../img/1.png') no-repeat;
}
.Yd_navBox_B{
    width: 100%;
    background-color: #1b1b1b;
    position: relative;
}
.Yd_navBox_T{
    width: 100%;
    height: 1rem;
    display: flex;
    padding: .1rem;
    box-sizing: border-box;
    justify-content: space-between;
}
.navBox_TBtn{
    width: .7rem;
    height: .7rem;
    cursor: pointer;
    background: inherit;
    border: none;
    position: absolute;
    right: .2rem;
    z-index: 3;
}
.navBox_TBtn span{
    display: block;
    width: 70%;
    border-radius: .03rem;
    height: .05rem;
    background: #fff;
    transition: all .3s;
    position: relative;
    margin: 0 auto;
    margin-top: .1rem;
}
.on span:first-child{
    margin-top:0;
    animation: top-2 .5s ease forwards;
}
.on span:nth-child(2){
    animation: scaled-2 .5s ease forwards;
}
.on span:last-child{
    animation: bottom-2 .5s ease forwards;
}
.on1 span:first-child{
    margin-top:0;
    animation: top .5s ease forwards;
}
.on1 span:nth-child(2){
    animation: scaled .5s ease forwards;
}
.on1 span:last-child{
    animation: bottom .5s ease forwards;
}
@keyframes top-2{
    from {
        transform: rotate(0deg);
        top: 0px;
    }
    to {
        transform: rotate(45deg);
        top: 9px;
    }
}
@keyframes scaled-2{
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0);
    }
}
@keyframes bottom-2{
    from {
        transform: rotate(0deg);
        bottom: 0px;
    }
    to {
        transform: rotate(135deg);
        bottom: 9px;
    }
}
@keyframes top{
    from {
        transform: rotate(45deg);
        top: 9px;
    }
    to {
        transform: rotate(0deg);
        top: 0px;
    }
}
@keyframes scaled{
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@keyframes bottom{
    from {
        transform: rotate(135deg);
        bottom: 9px;
    }
    to {
        transform: rotate(0deg);
        bottom: 0px;
    }
}
.Yd_navBox_UL{
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    background: rgba(0,0,0,0.9);
    height: 100vh;
    z-index: 2;
    overflow: hidden;
    transition: all .5s;
    padding: .8rem 0;
    box-sizing: border-box;
}
.Yd_navBox_Li{
    width: 100%;
    overflow: hidden;
    padding: 0 .3rem 0 .5rem;
    box-sizing: border-box;
    border-bottom: .01rem solid #5c5b5b;
}
.Yd_navBox_Li a {
    display: block;
    color: #ffffff;
    line-height: 1.1rem;
    height: 1.1rem;
    font-size: .3rem;
    text-transform: capitalize;
    color: #fff;
}
.Yd_navBox_Li ul li a{
    color: #b9b7b7;
}
#Yd_navBox_li_list{
    height: 0;
    overflow: hidden;
}
/*  */
.about01{
    width: 100%;
    height: 5rem;
    background: url("../img/nynewsban.jpg") no-repeat center center;
    background-size: cover;
    color: #ffffff;
    position: relative;
    padding-top: 1.4rem;
}
.about01_C{
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 1rem;
}
.about01_CT{
    font-size: .5rem;
    text-transform: uppercase;
    font-family: pb;
    color: #fff;
}
.about01_CM{
    display: flex;
    justify-content: center;
}
.about01_CM , .about01_CM a{
    font-size: .3rem;
    color: #fff;
    margin-right: .1rem;
    text-transform: capitalize;
}
.about01_CM p{
    margin-left: .1rem;
    font-weight: 500;
}
/*  */
.Con01{
    width: 100%;
    background: #0386b9;
    padding: .5rem .2rem;
    box-sizing: border-box;
}
.Con01_C{
    /* width: 15rem; */
    margin: auto;
    /* display: flex; */
    justify-content: space-between;
}
.Con01_CLi{
    width: 100%;
    /* margin: 0 1%; */
    border: 1px #ffffff solid;
    border-radius: .16rem;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: .05rem .05rem .2rem .05rem rgba(0, 0, 0, 0.1);
    margin-bottom: .3rem;
}
.Con01_CLiC{
    padding:.5rem .3rem;
    box-sizing: border-box;
}
.Con01_CLiC span {
    display: block;
    width: 1rem;
    height: 1rem;
    background: url("../img/nylx1.png") no-repeat center center;
    background-size: cover;
}
.Con01_CLi:nth-child(2) .Con01_CLiC span{
    background: url("../img/nylx2.png") no-repeat center center;
    background-size: cover;
}
.Con01_CLi:nth-child(3) .Con01_CLiC span{
    background: url("../img/nylx3.png") no-repeat center center;
    background-size: cover;
}
.Con01_CLiC h3 {
    font-size: .35rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: .2rem 0 .1rem;
    color: #fff;
}
.Con01_CLiC p {
    text-transform: none;
    font-size: .28rem;
    color: #fff;
}
.Con01_CLiC p a{
    color: #fff;
    font-size: .28rem;
}
/*  */
.Con02{
    position: relative;
    width: 100%;
}
.Con02:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 4rem;
    background-color: #0386b9;
}
.Con02_C{
    /* width: 15rem; */
    margin: auto;
    padding: 0 .2rem;
    box-sizing: border-box;
}
.Con02_CForm {
    padding: .5rem;
    border-radius: .2rem;
    background-color: #ffffff;
    box-shadow: 0 0 .2rem rgba(95, 95, 95, 0.1);
    margin-bottom: .3rem;
}
.Con02_CFormT{
    font-size: .45rem;
    color: #272727;
    text-align: center;
    font-family: pb;
}
.Con02_CFormP{
    font-size: .3rem;
    color: #272727;
    text-align: center;
    margin-bottom: .3rem;
}
.index08_form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index08_form input{
    width: 100%;
    background: transparent;
    border: .01rem solid #b3b3b3;
    height: .8rem;
    font-size: .25rem;
    color: #333;
    border-radius: .05rem;
    padding-left: .1rem;
    outline-style: none;
    display: block;
    box-sizing: border-box;
  }
  .index08_form textarea {
    border: 0;
    display: block;
    width: 100%;
    background-color: #f8fbfb;
    clear: both;
    padding: .1rem;
    border-radius: .05rem;
    height: 1.5rem;
    border: .01rem #b3b3b3 solid;
    background-color: transparent;
    color: #333 !important;
    resize: none;
    outline: none;
    font-family: p;
    font-size: .25rem;
    box-sizing: border-box;
}
.index08_form  input::placeholder {
    color: #333;
}
.index08_form  textarea::placeholder {
    color: #333;
}
.input_Style{
    width: 100%;
    margin-bottom: .2rem;
}
.input_Style1{
    width: 100% !important;
}
.input_Style2{
    width: 100%;
    margin-bottom: .2rem;
}
.FromBtn{
    width: 4rem;
    height: .8rem;
    font-size: .3rem;
    color: #fff;
    text-align: center;
    line-height: .8rem;
    margin: auto;
    background: #0386b9;
    display: block;
    margin-top: .2rem;
}
/*  */
.Con03{
    width: 100%;
    padding: .5rem 0;
}
.Con03_C{
    /* width: 15rem; */
    margin: auto;
}
.Con03_C .Con02_CFormP{
    width: 90%;
    margin: auto;
}
.Con03_Cimg{
    margin: auto;
    /* width: 12rem; */
    margin-top: .3rem;
    overflow: hidden;
}





/*  */
footer{
    width: 100%;
    background: #151515;
}
.footerTop{
    width: 100%;
    padding: .5rem 0;
}
.container{
    /* width: 15rem; */
    margin: 0 auto;
}
.row{
    width: 100%;
    /* display: flex; */
    justify-content: space-between;
}
.col-md-3{
    width: 80%;
    margin: auto;
    margin-top: .3rem;
}
.footerMenuS{
    display: none;
}
.footerLogo img{
    display: block;
    margin: auto;
}
.footerMenu div{
    text-transform: capitalize;
    color: #fff;
    font-size: .42rem;
    font-family: pb;
    text-align: center;
}
.footerMenu ul,.footerMenu_UL{
    margin-top: .2rem;
}
.footerMenu ul li{
    line-height: 2;
}
.footerMenu ul li a{
    display: block;
    font-size: .16rem;
    color: #bbbaba;
}
.footerMenu ul li a:before {
    content: "";
    display: inline-block;
    width: .05rem;
    height: .05rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-right: .1rem;
}
.footerMenu_UL div{
    display: flex;
    justify-content: center;
}
.footerMenu_UL span,.footerMenu_UL a{
    font-size: .28rem;
    color: #bbbaba;
    display: block;
    line-height: 2;
    font-family: p;
}
.footerB{
    width: 100%;
    border-top: .01rem solid rgba(255, 255, 255, 0.2);
}
.footerB div{
    /* width: 15rem; */
    margin: auto;
    text-align: center;
    font-size: .25rem;
    color: #fff;
    line-height: 2;
    padding: .15rem 0;
}
#backToTop{
    position: fixed;
    bottom: .2rem;
    right: .2rem;
    color: white;
    border: none;
    border-radius: .5rem;
    cursor: pointer;
    display: none;
    z-index: 1000;
    width: 1rem;
    height: 1rem;
    background: url('../img/3.png') no-repeat center center #007BFF;
    background-size: 80% 80%; 
    transition: all .3s;
}
#backToTop:hover {
    background-color: #0056b3;
}