/* CSS Document */
#tab{width:100%;overflow:hidden;}
#tab .tab_menu{ width:100%; height:auto; margin-top:16px;}
#tab .tab_menu li{background:#e4e4e4; float:left; width:50%; line-height:40px;  cursor:pointer;text-align:center; font-size:18px; font-weight:bold; color:#777;}
#tab .tab_menu .selected{ cursor:pointer; color:#fff; font-weight:bold; background:#fe0000;}
#tab .tab_menu a{ float:right; width:29px; height:29px; line-height:29px; background:url("../images/more.jpg") center no-repeat; display:block;}
#tab .tab_box{width:100%; height:auto; clear:both; top:9px;}
#tab .tab_box .hide{display:none;}

.ind_tw01{width:100%; height:auto;}
.ind_tw01 dt{width:100%; height:auto; border-bottom:1px #e1e1e1 solid; padding:15px 0px; position:relative;}
.ind_tw01 dt img{width:35%; height:90px; display:block;}
.ind_tw01 dt span{width:60%; height:90px; display:block; position:absolute; top:20px; right:0px;}
.ind_tw01 dt span h3{line-height:30px; font-size:1.5rem; font-weight:normal;}
.ind_tw01 dt span p{line-height:25px; font-size:1.2rem; color:#777777;}
.ind_tw01 dd{margin-top:5px;}
.ind_tw01 dd a{line-height:49px; font-size:1.6rem;/* background:url(../images/list.png) no-repeat 0px 50%;*/ display:block; border-bottom:#dbdbdb dashed 1px; position:relative;}
.ind_tw01 dd a span{ position:absolute; top:0px; right:0px;}




#tab02{width:100%;overflow:hidden;}
#tab02 .tab_menu02{ width:100%; height:40px; border-bottom:1px #b7b7b7 solid;}
#tab02 .tab_menu02 li{background:#fff; float:left; line-height:40px; cursor:pointer;text-align:center; font-size:18px; color:#747474;}
#tab02 .tab_menu02 .selected02{ background-color:#fff; cursor:pointer; color:#3b5e96; border-bottom:1px #3b5e96 solid;}
#tab02 .tab_menu02 a{ float:right; width:16px; height:16px; line-height:15px; text-align:center; color:#999; margin-top:15px; display:block; border:1px #CCCCCC solid;}
#tab02 .tab_menu02 span{ float:left; width:30px; line-height:40px; text-align:center; display:block;}
#tab02 .tab_box02{width:100%; height:auto; clear:both; top:9px;}
#tab02 .tab_box02 .hide02{display:none;}




/*tabÇÐ»»ÑùÊ½*/
.tabbox{width:100%;height:auto;margin:0px auto;}
.tabbox .tab{overflow:hidden;/* border-bottom:1px #16b7a5 solid;*/ background:#f0f0f0;}
.tabbox .tab a{width:150px; height:45px; line-height:45px;display:block;padding:0px; font-size:18px; text-align:center;color:#333; border-bottom:0px; float:left;}
.tabbox .tab a img{ display:inline-block; margin-bottom:-7px; margin-right:10px;}
.tabbox .tab a:hover{background:#fe0000;color:#fff; border-bottom:0px;}
.tabbox .tab a.on{background:#fe0000;color:#fff; border-bottom:0px;}
.tabbox .content{overflow:hidden;}
.tabbox .content ul li{display:none; padding-top:30px;}
.tabbox .content ul li span img{ width:100%; display:block;}
