@charset "gb2312";
/* CSS Document */
.dlgx_tabs{ width:1000px; margin:40px auto 0 auto;}
.dlgx_tabs li{ float:left; width:164px;line-height:50px; background:#ebebeb; text-align:center; margin:0 1px; font-size:18px;}
.dlgx_tabs li a{ display:block; height:50px; color:#757575; }
.dlgx_tabs li a.dlgx_sel,.dlgx_tabs li a:hover{ display:block; color:#fff; background:url(../images/rd/dlgx_dsj.jpg) no-repeat center 0; height:60px;}

@media screen and (max-width: 768px){

.dlgx_tabs{ width:100%;}
.dlgx_tabs li{ width:24.4%; font-size:14px;}
.dlgx_tabs li:nth-child(3),.dlgx_tabs li:nth-child(4){ display:none;}


}