﻿/* tabbtn */
.tabbtn
{
    height: 30px;
    float: left;
    margin-top: 20px;
}
.tabbtn li
{
	float: left;
	position: relative;
	width: 80px;
	overflow: hidden;
	height: 59px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
}
.tabbtn li span
{
    margin-left: -999px;
}
.tabbtn .tab1
{
    background: url(/images/common/index_01.gif) 0px 0px no-repeat;
}
.tabbtn .tab2
{
    background: url(/images/common/index_02.gif) 0px 0px no-repeat;
}

.tabbtn .tab3
{
    background-image: url(/images/common/index_04.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.tabbtn .tab4
{
    background-image: url(/images/common/index_05.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.tabbtn .tab5
{
    background: url(/images/common/index_03.gif) 0px 0px no-repeat;
}

.tabbtn .current
{
    background-position: 0px -59px !important;
}


.tabbtn li a
{
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 108px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.tabbtn li.current
{
}
.tabbtn li.current a
{
    border-top: solid 2px #ff6600;
    height: 27px;
    line-height: 27px;
    background: #fff;
    color: #3366cc;
    font-weight: 800;
}
/* tabcon */
.tabcon
{
    position: relative; /*必要元素*/
    height: 650px;
    overflow: hidden;
    margin-top: 22px;
}
.tabcon .subbox
{
    position: absolute; /*必要元素*/
    left: 0;
    top: 0;
}
.tabcon .sublist
{
    padding: 5px 10px;
    height: 650px;
}
/* leftcon */
#leftcon .subbox
{
    width: 9999em;
}
#leftcon .subbox .sublist
{
    float: left;
    width: 664px;
}
/* sublist */
.sublist
{
    padding: 10px;
}
.sublist li
{
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}
.sublist li span
{
    margin: 0 5px 0 0;
    font-family: "宋体";
    font-size: 12px;
    font-weight: 400;
    color: #ddd;
}
.w
{
	width: 1280px;
	/*margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;*/
	margin: 0 auto;
}
.tabs_header
{
    height: 107px;
    background: #727171;
    overflow: hidden;
    margin-top: 80px;
}
.tabs_header h2
{
    height: 70px;
    width: 375px;
    float: left;
    border-right: #dddddd 1px solid;
    line-height: 70px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}

.level1 img
{
    width: 286px;
    height: 191px;
}
.level2 img
{
    width: 279px;
    height: 276px;
}


.category
{
    display: none;
}
.category .title
{
    height: 60px;
    width: 100%;
    background: white;
}
.other
{
    width: 1020px;
    margin: 0px auto;
    float: none;
}
.other .t1, .other .t2, .other .t3
{
    color: red;
    float: left;
}
.noExists
{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.jhy .con li .img img
{
    width: 287px;
    height: 287px;
}

#sharePanel{border-top:1px solid #b5b6b6;}
