body
{
    margin: 0;
}
.clear
{
    clear: both;
}
.pubindex {
    min-width: 1014px;
    width: 100%;
    margin: auto;
}
.pubindex .head
{
    width: 100%;
    height: 40px;
    background: #454545;
}
.pubindex .mid
{
    width: 74%;
    margin: auto;
}
.pubindex .head .headimg
{
    position: relative;
}

.pubindex .head .hy
{
    color: white;
    font-size: 13px;
    float: left;
}

.pubindex .head .headimg:hover .headimgdiv
{
    display: block;
}

.pubindex .head .headimg .headimgdiv
{
    width: 120px;
    position: absolute;
    top: 35px;
    right :-21px;
    z-index: 999;
    display: none;

}
.pubindex .head .headimg .headimgdiv img
{
    width: 100%;
}


.pubindex .head .headmid
{
    height: 100%;
    line-height: 40px;
    text-align: right;
    position: relative;
}
.pubindex .head .headmid span
{
    margin-right: 10px;
    
}

.pubindex .head .headmid img
{
    vertical-align: middle;
    margin-top: -4px;
}

.pubindex .head .headmid a
{
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-family: "微软雅黑";
}
.pubindex .menudiv
{
    width: 100%;
}
.pubindex .menudiv .divmenu
{
    height: 60px;
    line-height: 60px;
}
.pubindex .menudiv .divmenu img
{
    height: 24px;
    vertical-align: middle;
}

.pubindex .menudiv .divmenu span
{
    margin-left: 30px;
}
.pubindex .menudiv .divmenu .firstspan
{
    margin-left: 60px;
}

.pubindex .menudiv .divmenu span a
{
    font-size: 14px;
    text-decoration: none;
    color: black;
    font-family: "微软雅黑";
}

.pubindex .menudiv .divmenu .btna
{
    font-size: 14px;
    text-decoration: none;
    color: white;
    font-family: "微软雅黑";
    float: right;
}


.pubindex .menudiv .divmenu .btn
{
    width: 80px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    background: #f6a423;
    margin-top: 13px;
}
.pubindex .menudiv .divmenu .btn2
{
    background: #3fc752;
    margin-right: 10px;
}

.pubindex .menudiv .divmenu .btn img
{
    height: 16px;
    margin-top: -2px;
    margin-left: 10px;
}
.pubindex .menudiv .divmenu .btn span
{
    margin-left: 5px;
}

.pubindex .foot
{
    height: 120px;
    width: 100%;
    background: black;
    /* margin-top: 200px; */
}

.pubindex .foot ul
{
    list-style: none;
    height: 40px;
    width: 580px;
    margin: auto;
}
.pubindex .foot ul li
{
    float: left;
    margin-left: 40px;
    margin-top: 50px;
}
.pubindex .foot ul li a
{
    color: white;
    font-size: 14px;
    text-decoration: none;
}

.pubindex .top
{
    position: fixed;
    bottom: 40;
    right: 3%;
    cursor: pointer;
}

.pubindex .head .dlid
{
    width: 82px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -82px;
}
.pubindex .head .dlid span
{
    color: white;
    font-size: 14px;
}
.pubindex .head .dlid .exit
{
    width: 80px;
    border: 1px solid #eeeeee;
    height: 40px;
    background: white;
    color: black;
    position: relative;
    z-index: 999;
}
.pubindex .head .dlid .dlname
{
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.pubindex .foot .ful
{
    margin-top: 0px;
    width: 500px;
}
.pubindex .foot .ful li{
    margin-top: 10px;
}

.pubindex .dl
{
    display: block;
    width: 82px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    position: absolute;
    top: 0;
    right: -82px;
}
.pubindex .aboutspan {
    position: relative;
}
.pubindex .aboutlink {
    position: absolute;
    display: table;
    width: 70px;
    top: -10px;
    left: -15px;
    height: 19px;
    line-height: 19px;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
    font-size: 14px;
    font-family: "微软雅黑";
}
.pubindex .aboutlink:hover {
    /*background: #eeeeee;*/
}
.pubindex .aboutlink:hover .aboutAll{
    display: block;
}
.pubindex .aboutlink .aboutAll {
    display: none;
    position: absolute;
    width: 100%;
    top: 39px;
    left: 0px;
    text-align: center;
    z-index: 999;
}
.pubindex .aboutlink .aboutAll:hover {
    display: block;
}
.pubindex .aboutlink .aboutAll a {
    display: block;
    width: 100%;
    height: 19px;
    line-height: 19px;
    padding: 10px 0 10px 0;
    background: #ffffff;
}
.pubindex .menuFix {
    width: 100%;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}