@charset "gb2312";
/* CSS Document */
/*响应式顶部导航*/
#tws-topnav{width:100%;background:#f1f1f1;height:30px;}
.tws-tnbox{max-width:1000px;width:98%;overflow:hidden;zoom:1;line-height:30px;font-size:0.75em;color:#0374c4;margin:0 auto;position:relative;z-index:1;}
.logo_s{margin:0px auto;width:137px;height:44px;display:none;}
.tws-date {width:24%;}
#enableBtn {float:right;width:26px;height:44px;margin:-44px 10px 0px 0px;display:none;cursor:pointer;background:url("http://www.taiwan.cn/images/subSNav.gif") 0 5px no-repeat;}
ul#subSNav {float:right;text-align:center;overflow:hidden;}
ul#subSNav li {float:left;margin-left:17px;font-size:1.167em;}
ul#subSNav li:first-child {margin-left:0px;}
@media screen and (max-width:998px)
{
   #tws-topnav,.tws-tnbox {background:#0374c4;}
   .tws-tnbox {width:100%;}
   .tws-date {display:none;}
   ul#subSNav {width:100%;}
   ul#subSNav li {margin-left:0;width:5.5%;}
   ul#subSNav a {color:#FFF;}
}
@media screen and (min-width: 481px) and (max-width: 510px)
{
   ul#subSNav li {font-size:1em;}
}
@media screen and (max-width:480px)
{
   #tws-topnav {height:44px;border-bottom:1px solid #e8e7e7;}
   .tws-tnbox {width:100%;line-height:44px;}
   .logo_s,#enableBtn {display:block;}
   ul#subSNav {width:100%;padding-left:0%;height:0px;transition:height ease 0.5s;}
   ul#subSNav li:first-child {display:block;}
   ul#subSNav li {width:11.1%;}
   ul#subSNav li a:hover {display:block;background:#ff8601;}
   h3.eBtn ~ ul#subSNav {height:88px;}
}		