body{background-color:#4B4B4B}
.dhl{width:100%;margin-bottom:1px;}
.dhl ul li{float:left;font-size:14px;list-style-type:none;width:24.375%;background-color:yellow;text-align:center;padding-top:4px;padding-bottom:4px;border:1px solid white;}
.dhl ul li a:link{color:black;text-decoration:none}
.dhl ul li a:visited{color:black;text-decoration:none};
.dhl ul li a:hover{color:black;text-decoration:none};

.tpzs{background-color:silver;margin-bottom:1px;text-align:center;}
.tpzs img{width:100%;vertical-align: top;height:auto;}

.cpzstp{width:100%;margin-top:2px;}
.cpzstp ul li{float:left;width:48%;list-style-type:none;text-align:center;padding-left:1%;padding-right:1%}
.cpzstp ul li img{width:100%;height:150px;box-shadow: 5px 5px 5px #888888;}

.gsmc{width:98%;background-color:#F7F4EE;margin-top:3px;margin-left:1%;margin-right:1%;box-shadow: 3px 5px 3px #BEBEBE;}
.gsmc ul li{width:100%;font-size:14px;border-bottom:1px solid silver;line-height:28px;}

.dibugd{position:fixed;width:100%;background-color:rgba(197,27,46,0.8);bottom:0px;z-index:9999;}

.lxdh ul li,.zxly ul li{list-style-type:none;width:100px;height:60px;margin:0px auto;font-size:14px}
.lxdh ul li a span,.zxly ul li a span{display:block;color:white;}
.lxdh ul li a img,.zxly ul li a img{width:30px;height:30px;margin-top:3px}
.lxdh ul li a:hover,.zxly ul li a:hover{color:white;text-decoration:underline}

.lxdh,.zxly{float:left;width:33.3%;text-align:center;}
.lxdh ul li img,.zxly img{width:100%;}
.rgbox{position:fixed;right:8px;bottom:150px;width:25px;height:150px;z-index:9999;}
.rgtop{width:25px;background-color:rgba(2,107,177,0.9);font-size:14px;text-align:center;line-height:15px;cursor:pointer;margin-top:10px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;color:white}
.rgzx{width:25px;background-color:rgba(2,107,177,0.9);text-align:center;font-size:14px;line-height:18px;border-top-left-radius:3px;border-top-right-radius:3px;color:white}

.lrtp{width:100%;}
.lrtp ul li{list-style-type:none;width:100%;margin-top:5px;box-shadow: 3px 5px 3px #BEBEBE;}
.lrtp ul li img{width:100%;}
#banquan{height:auto}
.divbox{max-width:640px;overflow:hidden;min-width:320px;margin:0px auto;background-color:white; position: relative;}
#footer{
	background: red;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5rem;
}
.footer-left{
    width: 50%;
    height: 100%;
    float: left;
    background: #302825;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-left img{
    width: 3.8rem;
    height: 3.8rem;
    display: block;
    margin-right:1rem;

}
.footer-left span{
    color: #fff;
    font-size:1.8rem;
}
.footer-left p{
    display: flex;
    flex-direction: column;
}

.footer-right{
    width: 50%;
    height: 100%;
    float: left;
    background: #e22b41;;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-right img{
    width: 3.8rem;
    height: 3.8rem;
    display: block;
    margin-right: 1rem;

}
.footer-right span{
    color: #fff;
    font-size: 1.8rem;
}
.add{
    position: absolute;
    left:30%;
    bottom:18rem;
    margin-left: -2.8rem;
    width: 20rem;
    height: 18rem;
    background: #fff;
    padding: 0.3rem 0;
    border-radius: 0.5rem;
    box-shadow: 5px 4px 15px #000;
    display: none;
    text-align: center;
    line-height: 6rem;
}
.add p:nth-child(1){
    font-size: 1.8rem;
    color: #666;
}
.add p:nth-child(2){
    font-size: 2.8rem;
    color: #fff;
    padding: 0.1rem;
    margin: 0.3rem 0;
    background: #f62796;
}
.add p:nth-child(3){
    font-size: 3rem;
    color: red;
}