a:hover{
    text-decoration: none;
}

.siteTitle{
    overflow: hidden; height: 75px;
}

.siteTitleLeft{
    float: left;
}

.siteTitleRight{
    float: right;
    height: 75px;
    line-height: 75px;
    padding-right: 10px;
    color:#333333;
}

b.siteName{
    font-size:26px; line-height: 75px; color: #009900; padding-left: 10px;
}

/* MENU */

.row, .container,.col-xs-3,.col-xs-9,.col-xs-12,.col-sm-6{
    padding: 0;
    margin: 0;
}

.menuRow{
    width:100%; background-color: #fafafa; padding: 2px 0 2px 0; margin:0;
}

.menuList{
    height: 36px;
    line-height: 36px;
    padding: 0;
    font-size:16px;
    text-align: left;
}

.menuListTitle{
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
}

.menuListTitle span{
    display: inline-block;
    font-size:16px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    background-color: #009900;
    color: #ffffff;
    line-height: 20px;
}

.txtADTitle{
    font-size:16px;
}


.adDPDIV1, .adDPEmpty1, .adDPDIV, .adDPEmpty{
    display: none;
}

.adDPEmpty2{
    display: none;
}

.adDLMain{
   /* display: block;*/
}

@media (max-width: 980px) {
    .adDPEmpty2{
        display: block;
    }
}



@media (max-width: 750px) {

    .adDPDIV1, .adDPEmpty1, .adDPDIV, .adDPEmpty{
        display: block;
    }

    .adDLMain{
        /*display: none;*/
    }

    .txtADTitle{
        font-size:14px;
    }

    .menuListTitle{
        height: 48px;
        line-height: 48px;
        text-align: center;
        padding: 0;
    }

    .menuList{
        height: 24px;
        line-height: 24px;
        padding: 0;
        font-size:14px;
        text-align: left;
    }

    .menuListTitle span{
        display: inline-block;
        font-size:14px;
        padding: 3px 6px 3px 6px;
        border-radius: 3px;
        background-color: #009900;
        color: #ffffff;
        line-height: 20px;
    }
}

.menu1{
    color:#777777;
}

.adHF,.adHF1,.adHF3,.adHF4,.adHF5,.adHF6{margin-bottom: 2px;}
.adHF img{
    width:100%;
    /*height:6.122vw;;*/
    /*min-height: 30px;*/
    /*max-height: 80px;*/
}

.adHF1 img{
    width:100%;
    /*height:12.244vw;;*/
    /*min-height: 60px;*/
    /*max-height: 160px;*/
}

.adHF3 img{
    width:100%;
    /*height:24.488vw;;*/
    /*min-height: 90px;*/
    /*max-height: 240px;*/
}

.adHF4 img{
    width:100%;
    /*height:30.488vw;;*/
    /*min-height: 120px;*/
    /*max-height: 320px;*/
}

.adHF5 img{
    width:100%;
    /*height:36.488vw;;*/
    /*min-height: 150px;*/
    /*max-height: 400px;*/
}

.adHF6 img{
    width:100%;
    /*height:42.488vw;;*/
    /*min-height: 180px;*/
    /*max-height: 480px;*/
}


/*DP*/
.adDPDIV{
    position: fixed;
    z-index: 999999;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height: auto;
}

.adDPDIVFloat{
    position: relative;
    max-width: 980px;
    width: 100%;
    height: 18.75vw;
    min-height: 110px;
    max-height: 180px;
    margin-left: auto;
    margin-right: auto;
}

.adDPDIVFloat img{
    max-width: 980px;
    width: 100%;
    height: 18.75vw;
    max-height: 180px;
    min-height: 110px;
}

.adDPEmpty{
    width: 100%;
    max-height: 180px;
    height: 18.75vw;
    min-height: 110px;
}
.addpClose{
    position:absolute;
    top:0;
    right:0;
    font-size:9px;
    background-color: #999999;
    color: #ffffff;
    border-radius: 0 0 0 5px;
    padding: 3px 5px 3px 5px;
    cursor: pointer;
}
/*DP1*/

.adDPDIV1{
    position: fixed;
    z-index: 999999;
    top:0;
    left:0;
    right:0;
    width:100%;
    height: auto;
}
