/* 头部样式 */
.nmgyy_head {
    width: 100%;
    min-width: 1300px;
    height: 180px;
}

.nmgyy_head_color {
    width: 100%;
    height: 7px;
}

.nmgyy_head_color>div {
    height: 100%;
    float: left;
}

.w {
    width: 1300px;
    margin: 0 auto;
}

/* 头部上部分链接 */
.nmgyy_head_top {
    width: 100%;
    height: 73px;
    padding-top: 26px;
}

.nmgyy_head_top_left {
    float: left;
}

.nmgyy_head_top_left i,
.nmgyy_head_top_left a {
    font-size: 16px;
}

.nmgyy_head_top_left a:hover {
    color: #05603d;
}

.nmgyy_head_top_right {
    position: relative;
    float: right;
}

.nmgyy_head_top_right a {
    position: relative;
    float: left;
    font-size: 16px;
    margin-right: 16px;
}

.nmgyy_head_top_right a:nth-child(-n+4)::after {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 16px;
    background-color: #666;
}

.nmgyy_head_top_right a:first-child:hover {
    color: #333 !important;
}

.nmgyy_head_top_right a:nth-child(-n+5):hover {
    color: #05603d;
}

.nmgyy_head_top_right a:nth-child(5) {
    margin-right: 30px;
}

.nmgyy_head_top_right a:nth-child(5)::after {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 2px;
    height: 25px;
    background-color: #05603d;
}

.nmgyy_head_English {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/nmgyy_sy_head_English_z.png) center no-repeat;
}

.nmgyy_head_menggu {
    display: inline-block;
    width: 11px;
    height: 25px;
    background: url(../images/nmgyy_sy_head_mengwen_z.png) center no-repeat;
}

.nmgyy_head_Wechat {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 25px;
    background: url(../images/nmgyy_sy_head_wchat_z.png) center no-repeat;
}

.nmgyy_head_Wechat_div.hover {
    display: block;
    right: 0;
    bottom: auto;
}

.nmgyy_head_Wechat_div {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    background-color: #013923;
    z-index: 9999;
    transition: all .5s;
}

.nmgyy_head_search {
    display: inline-block;
    width: 25px;
    height: 26px;
    background: url(../images/nmgyy_sy_head_search_z.png) center no-repeat;
}

/* 头部下部分导航 */
.nmgyy_head_nav {
    width: 100%;
    height: 100px;
    background-color: #05603d;
}

.nmgyy_head_logo {
    float: left;
    display: block;
    width: 310px;
    height: 100px;
    background: url(../images/nmgyy_sy_head_logo_z.png) left center no-repeat;
}

.nmgyy_head_nav ul {
    float: right;
}

.nmgyy_head_nav ul li {
    float: left;
    margin-right: 50px;
}

.nmgyy_head_nav ul li:last-child {
    margin-right: 0;
}

.nmgyy_head_nav ul li.hover,
.nmgyy_head_nav ul li:hover {
    font-weight: 800;
    border-bottom: 3px #ceb360 solid;
}

.nmgyy_head_nav ul li a {
    font-size: 20px;
    color: #fff;
    padding: 0 10px;
    line-height: 97px;
}

/* 头部结束 */
/* 底部 */
.nmgyy_foot {
    width: 100%;
    min-width: 1300px;
    height: 280px;
    color: #333;
}

.nmgyy_font_color {
    width: 100%;
    height: 10px;
    background-color: #0b5f3f;
}

.nmgyy_foot_xx {
    width: 100%;
    height: 210px;
    border-bottom: 1px #e3e3e3 solid;
    background-color: #f8fffd;
}

.nmgyy_foot_xx .w {
    height: 100%;
}

.nmgyy_foot_left {
    float: left;
    width: 760px;
    height: 100%;
}

.nmgyy_foot_right {
    position: relative;
    float: right;
    width: 240px;
    height: 100%;
}

.nmgyy_foot_right a {
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}

.nmgyy_foot_L_top {
    width: 100%;
    height: 70px;
}

.nmgyy_foot_L_top h2 {
    font-size: 20px;
    line-height: 80px;
}

.nmgyy_foot_L_bottom {
    width: 100%;
    height: 130px;
}

.nmgyy_foot_L_bottom ul {
    float: left;
    margin-right: 50px;
}

.nmgyy_foot_L_bottom li {
    font-size: 16px;
    margin-bottom: 5px;

}

.nmgyy_foot_right>img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 58px;
    height: 73px;
}

.nmgyy_foot_r_wx {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 108px;
    height: 150px;
}

.nmgyy_foot_r_wx img {
    width: 108px;
    height: 108px;
}

.nmgyy_foot_r_wx span {
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.nmgyy_foot_s {
    width: 100%;
    height: 60px;
    background-color: #f8fffd;
}

.nmgyy_foot_s .w {
    height: 100%;
}

.nmgyy_foot_s_left {
    float: left;
}

.nmgyy_foot_s_left span {
    font-size: 16px;
    line-height: 60px;
    margin-right: 15px;
}

.nmgyy_foot_s_left span:nth-child(3) {
    margin-right: 3px;
}

.nmgyy_foot_s_left a {
    display: inline-block;
}


.nmgyy_foot_s_right {
    float: right;
}

.nmgyy_foot_s_right a span {
    font-size: 16px;
    line-height: 60px;
    margin-right: 15px;
}

.nmgyy_foot_s_right span:nth-child(2) {
    margin-right: 0;
}

.nmgyy_foot_s_right a.jinghui {
    display: inline-block;
    /* width: 18px; */
    /* height: 20px; */
    background: url(../images/nmgyy_foot_gaIcon.png) left no-repeat;
    padding-left: 21px;
    /* vertical-align: text-bottom;
}

/* 底部end */