#ny_header{
    width: 100%;
    height: 132px;
    position: relative;
    overflow: hidden;
}
#ny_header .head_content{
    width: 1200px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#ny_header .head_content .head_up{
    width: 100%;
    height: 80px;
}
#ny_header .head_content .head_up .logo{
    width: 214px;
    height: 100%;
    float: left;
    position: relative;
}
#ny_header .head_content .head_up .logo i{
    width: 574px;
    height: 100%;
    background: #005b3c;
    display: block;
    position: absolute;
    left: -360px;
    top: 0;
}
#ny_header .head_content .head_up .logo img{
    max-width: 100%;
    max-height: 80%;
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#ny_header .head_content .head_up > span{
    color: #005b3c;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 80px;
    margin-left: 116px;
    letter-spacing: 5px;
}
.head_tel{
    height: auto;
    background-image: url('../web-icon/ny_tel.png');
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-left: 40px;
    margin-top: 22px;
    margin-bottom: 0;
    float: right;
    overflow: hidden;
}
.head_tel b{
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}
.head_tel strong{
    color: #005b3c;
    font-size: 23px;
    font-weight: 500;
    line-height: 23px;
}

.head_down{
    width: 100%;
    height: 52px;
    background: #fff;
    overflow: hidden;
}
.head_down ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.head_down ul li{
    float: left;
    font-size: 14px;
    line-height: 52px;
    margin-right: 58px;
}
.head_down ul li:last-child{
    margin-right: 0;
}
.head_down ul li a{
    color: #000403;
    transition: .3s;
}
.head_down ul li a:hover{
    color: #005b3c;
}



