@charset "gb2312";
/****************首页导航fix及小尺寸下拉效果****************************************************************************************************************/
  /**fix**/
  .tw_date {width:45%;margin-left:10px;}
  .tw_languge {width:45%;}
  .tw_languge span {padding:0 5%;}
  @media screen and (min-width: 461px) and (max-width: 998px) {
    .tw_topbox {color:#fff;}
	.tw_languge {width:40%;}
	.tw_languge a {color:#fff;}	
  }
  @media screen and (max-width:767px){
	#tw_top,.tw_topbox {width:100%;height:44px;line-height:44px;}
	.logo_s {width:137px;height:44px;margin:0 auto;padding-right:22px;}
  }
  /**小尺寸下拉效果**/
  #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;}
  @media screen and (max-width:480px){
    /**导航ul及父div样式全调整**/
	#tw_nav {position:absolute;top:44px;display:block;width:100%;height:0px;}
	ul#subSNav {position:relative;display:block;width:100%;text-align:center;overflow:hidden;z-index:2147483647;}
    ul#subSNav li {float:left;height:44px;margin-left:17px;font-size:0.875em;line-height:44px;}
    ul#subSNav li:first-child {margin-left:0px;}
	/**下拉样式**/
    #tws-topnav {height:44px;border-bottom:1px solid #e8e7e7;}
    .tws-tnbox {width:100%;line-height:44px;}
    .logo_s,#enableBtn {display:block;}
    ul#subSNav {padding-left:0%;max-height:0px;transition:max-height ease 0.5s;}
	/**tempHide_begin**/
	ul#subSNav li {display:none;}
	/**tempHide_over**/
    ul#subSNav li:first-child,ul#subSNav li:nth-child(2),ul#subSNav li:nth-child(3),ul#subSNav li:nth-child(4),ul#subSNav li:nth-child(7),ul#subSNav li:nth-child(8),ul#subSNav li:nth-child(10),ul#subSNav li:nth-child(11),ul#subSNav li:nth-child(12),ul#subSNav li:nth-child(13),ul#subSNav li:nth-child(14),ul#subSNav li:nth-child(15) {display:block;}
    ul#subSNav li {width:12.5%;margin-left:0;border:0px;}
    ul#subSNav li a:hover {display:block;background:#ff8601;}
    div.eBtn > ul#subSNav {max-height:264px;}
  }