@charset "utf-8";
/* CSS Document */

.ndh { width:100%; margin:40px auto; overflow:hidden;   text-align: center;}
.ndh ul {}
.ndh ul li { display:inline-block; width:auto; line-height:45px; font-size:18px;  color:#333; background: #f0f0f0; margin: 0px 4px; }
.ndh ul li a {font-size:18px; padding:0px 30px; color:#333;  line-height:45px;display:block; }
.ndh ul li:hover a { background:#af916d; display:block; color:#FFF;}
.ndh ul li .on {background:#af916d; display:block; color:#FFF;}
@media screen and (max-width:1440px) {
.ndh ul {}
.ndh ul li a {font-size:16px; padding:0px 25px; color:#333;  line-height:45px;display:block; }   
}
@media screen and (max-width:992px) {
.ndh { width:100%; margin:30px auto; overflow:hidden; }
.ndh ul {}
.ndh ul li { width:24%; float: none; color:#333; text-align: center; line-height:40px;  margin: 0;}	
.ndh ul li:nth-child(4n){ margin-right: 0;}
.ndh ul li a {font-size:14px; padding:0px; line-height:40px;}
}
