#activity_box{
    width: 100%;
    height: 120px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.copyRight{
    /* padding-bottom: 70px; */
}

#activity_box .box_bg{
    width: 100%;
    height:120px;
   background: #000;
   opacity: 0.5;
   position: absolute;
   left: 0;
   bottom: 0;
}

#activity_box .box_con{
    width: 1000px;
    height:120px;
    margin: 0 auto;
   position: relative;
}

#activity_box .box_con a{
    display: block;  
    width: 1000px;
    height:120px;
}

#activity_box .box_con span{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}




/* H5 */

#activity_box_h5{
    width: 10rem;
    height: 1.2rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 10;
    margin-left: -5rem;
    display: none;
}


#activity_box_h5 .box_bg{
   width: 10rem;
   height: 1.2rem;
   background: #000;
   opacity: 0.5;
   position: absolute;
   left: 0;
   bottom: 0;
}

#activity_box_h5 .box_con{
    width: 10rem;
    height: 1.2rem;
    margin: 0 auto;
    position: relative;
}

#activity_box_h5 .box_con a{
    display: block;  
    width: 10rem;
    height: 1.2rem;
}
#activity_box_h5 .box_con a img{
    width: 100%;
}
#activity_box_h5 .box_con span{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.jdwzbottom {
    width: 100%;
    height: 1.2rem;
    position: fixed;
    bottom: -1px;
    background: #fff;
}
.jdwzbottom ul {
    margin-top: 0.2rem;
}
.jdwzbottom ul li {
    width: 2.3rem;
    height: 0.8rem;
    background: #eb8500;
    border-radius: 0.4rem;
    overflow: hidden;
    color: #fff;
    font-size: 0.26rem;
    line-height: 0.8rem;
    text-align: center;
    font-weight: bold;
    float: left;
    margin: 0 0.1rem;
}


.fix_bot_bg1{width: 100%;min-width: 1000px;height: 47px;line-height: 64px;background: #14a379;position: fixed;bottom: 0;padding-top: 18px;filter: alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;z-index: 900;}
.fix_bot1 {
    width:100%;
    height:47px;
    line-height:64px;
    position:fixed;
    bottom:0;
    padding-top:18px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    z-index:999;
}
.fix_bot1 ul li {
    width:100px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:14px;
    color:#ea090f;
    background:#fdf1b7;
    float:left;
    margin-right:10px;
    list-style-type: none;
}
.fix_bot1 ul li a {
    width:100px;
    height:30px;
    display:block;
    color:#ea090f;
    text-decoration:none;
}
.fix_bot1 ul li a:hover {
    color:#ff4141;
    background:#ffffff;
}
.fix_bot1 ul {
    position:relative;
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.fix_bot1 p {
    color:#fff;
    position:absolute;
    font-family:Arial;
    right:0;
    top:0;
    font-size:12px;
    line-height:12px;
}