.wp-inner p {
    font: 14px/1 Microsoft YaHei, Arial;
    color: #333;
}
.wp-footer {
    height: 112px;
    background: url(../img/foot_bg.png) center no-repeat;
/*     background-color: #3B56A8;huangjh 20201101 edit */
}
.wp-wrapper {
    width: 100%;
}
.wp-footer .wp-inner {
    height: 246px;
    max-width: 1110px;
    margin: 0 auto;
}
.wp-wrapper .wp-inner {
    width: auto;
    max-width: 1110px;
    margin: 0 auto;
}
.clearfix {
    display: block;
    zoom: 1;
}
.wp-footer .wp-inner .footer .adds {
    width: 42%;
    float: left;
    padding-top: 22px;
}
.wp-footer .wp-inner .footer .adds p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.wp-footer .wp-inner .footer .shiy {
    width: 8%;
    float: left;
    padding-top: 100px;
    text-align: center;
}
.wp-footer .wp-inner .footer .weix {
    width: 42%;
    float: right;
    padding-top: 56px;
}
.footer-bot {
    text-align: right;
    padding-bottom: 20px;
}
.copy {
   height:112px;
}
.copy p {
    
	font-size: 14px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.72;
    vertical-align:middle;
    height:60px;
   	width:450px;
   	margin-left:5%;
}
.add-weixin, .add-qwb, .add-wb {
    display: inline-block;
}
.add-weixin a {
    position: relative;
}
.add-weixin a img {
    width: 150px;
    height: 150px;
    position: absolute;
    /* margin-left: -100px; */
    z-index: 1000000;
    display: none;
    right: -55px;
    top: -157px;
}
.add-weixin a:hover .weixJpg{
	display: block !important;
}
.add-wb a:hover .wbPng{
	display: block !important;
}
.wp-wrapper.wp-footer a img {
    vertical-align: middle;
}
.wp-wrapper.wp-footer img {
    border: 0;
}
.footer-bot a {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../img/footer-icon.png) no-repeat;
    margin: 6px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    /* overflow: hidden; */
}
.wp-wrapper.wp-footer a {
    text-decoration: none;
    color: #333;
}
.add-qwb a {
    position: relative;
    background: url(../img/footer-icon.png) 78px 0px;
}
.add-weixin, .add-qwb, .add-wb {
    display: inline-block;
}
.add-wb a {
    position: relative;
    background: url(../img/footer-icon.png) 32px 0px;
}
.add-wb a img {
    width: 150px;
    height: 150px;
    position: absolute;
    /* margin-left: -100px; */
    z-index: 1000000;
    display: none;
    right: -55px;
    top: -157px;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-bot a:hover {
    opacity: 1;
}
/*底部样式end*/