/* CSS Document */
#tab { width:1200px; height:480px; position:relative;}
/*设置容器高宽等*/
html > body #tab { width:1200px;}
/*兼容IE6:IE6下宽度不够*/
#con_two_1 { position:absolute; top:50px; left:0; width:1200px; height:430px;}
/*设置容器高宽等*/
#con_two_1 { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block { display:block;}

/*兼容IE6:IE6下宽度不够*/
#con_two_2 { position:absolute; top:50px; left:0; width:1200px; height:430px;}
/*设置容器高宽等*/
#con_two_2 { display:none;}
/*兼容IE6:IE6下宽度不够*/
#con_two_3 { position:absolute; top:50px; left:0; width:1200px; height:430px;}
/*设置容器高宽等*/
#con_two_3 { display:none;}

/*兼容IE6:IE6下宽度不够*/
#con_two_4 { position:absolute; top:50px; left:0; width:1200px; height:430px;}
/*设置容器高宽等*/
#con_two_4 { display:none;}
/*兼容IE6:IE6下宽度不够*/
#con_two_5 { position:absolute; top:50px; left:0; width:1200px; height:430px;}
/*设置容器高宽等*/
#con_two_5 { display:none;}
/*兼容IE6:IE6下宽度不够*/
#con_two_6 { position:absolute; top:50px; left:0; width:1200px; height:430px;}
/*设置容器高宽等*/
#con_two_6 { display:none;}
/*兼容IE6:IE6下宽度不够*/
#con_two_7 { position:absolute; top:50px; left:0; width:1200px; height:430px;}
/*设置容器高宽等*/
#con_two_7 { display:none;}





/*选中的容器*/
#tab h3 { float:left; width:103px; height:40px; line-height:20px; margin:0 0 0 0; font-size:15px; cursor:pointer; text-align:center; color:#5a5a5a; font-family:"微软雅黑"; font-weight:normal; padding-top:10px;}

#tab .hh{ width:400px; background:none; text-align:left; font-size:20px; color:#1e97e6;}

#tab .hh span{font-size:16px; color:#353535;}

#tab .hh span a{ text-decoration:none; color:#353535;}

#tab .hh span a:hover{ color:#1e97e6;}

/*默认标题样式*/
#tab .up { background:#0292cf; width:103px; height:28px;  color:#fff;}
/*选中的标题样式*/
/*修饰列表内容*/
a.tab_title:link { color: #5a5a5a; text-decoration:none;}
a.tab_title:visited { color:#5a5a5a; text-decoration:none;}
a.tab_title:hover { color:#5a5a5a; text-decoration:none;}
a.tab_title:active { color:#5a5a5a; text-decoration:none;}
a.tab_menu:link { color:#6464d5; text-decoration:none;}
a.tab_menu:hover { color:#8888e0; text-decoration:underline;}

.block-1{ width:240px; height:430px; background:#CCC; float:left;}

.block-2{ width:960px; height:429px; float:left; border-top-color:#1e97e6; border-top-style:solid; border-top-width:1px; text-align:left;}

.block-2-1{ width:229px; height:204px; border-right-color:#1e97e6; border-right-style:solid; border-right-width:1px; border-bottom-color:#1e97e6; border-bottom-style:solid; border-bottom-width:1px; float:left; padding:5px;}
.block-2-1 img{ margin-bottom:5px;}
.block-2-1 p{ font-family:"微软雅黑"; font-size:14px; color:#585858; line-height:1.5em; padding-left:10px; padding-top:10px; padding-bottom:0px; margin-top:0px; margin-bottom:0px;}
.block-2-1 p a{ text-decoration:none; color:#585858;}
.block-2-1 p a:hover{ color:#1e97e6;}
.block-2-1 p span{ color:#1e97e6;}




















