﻿.public-site-footer {
	color: #e8ecf0; background:#0f1217; padding-top: 0.65rem;
	.footer-contact{
		margin-bottom: 0.7rem;
		.footer_logo img{max-height: 0.6rem;}
		.footer_ewm{display: flex;align-items: center;}
	}
	.map{
		width: 5.55rem; height: 2.85rem;
		margin-left: 2.5rem;position: relative;
		#allmap{
			width: 100%; height: 100%;
			.BMap_cpyCtrl{
				display: none;
			}
		}
		p{
			background: rgba(39,45,53,0.8);
			position: absolute;
			width: 100%;
			bottom: 0;
		}
	}
}




.public-site-footer .footer-link dl{}
.public-site-footer .footer-link dl dt{font-size: 0.20rem; color: #e8ecf0 ; margin-bottom: 0.3rem; line-height: 1;}
.public-site-footer .footer-link dl dd{font-size: 0.18rem; }
.public-site-footer .footer-link dl dd a{color: #778494; display: block; line-height: 1; margin-top: 0.23rem;}



.public-site-footer .footer_ewm dl{position: relative;}
.public-site-footer .footer_ewm dl dt{font-size: 0.28rem; display: flex; justify-content: center; align-items: center; width: 0.4rem; height: 0.4rem; border: 1px solid #bec1c7; border-radius: 50%; color: #bec1c7;}
.public-site-footer .footer_ewm dl dd{height: 0; overflow: hidden; position: absolute; bottom: 0.5rem; left: 50%; margin-left: -0.75rem; width: 1.5rem; box-sizing: border-box;-webkit-transition: all .2s linear;transition: all .2s linear;}
.public-site-footer .footer_ewm dl dd .box{position: relative;  background: #fff; padding: 0.1rem; border-radius: 0.05rem;}
.public-site-footer .footer_ewm dl dd .box:after{content: ""; position: absolute; margin-left: -0.06rem; left: 50%; bottom: -0.12rem; width: 0; height: 0; border-left: 0.06rem solid transparent; border-top: 0.12rem solid #fff; border-right: 0.06rem solid transparent;}
.public-site-footer .footer_ewm dl:hover dd{height: 1.8rem;}
.public-site-footer .footer_ewm dl dd .pic {background: #fff; width: 1.3rem; height: 1.3rem;}
.public-site-footer .footer_ewm dl dd .pic img {width: 100%; display: block;}
.public-site-footer .footer_ewm dl dd h3 {color: #333;  font-size: 0.14rem; font-weight: normal; text-align: center; margin: 0 0.1rem;}



.public-site-footer .copyright {color: #778494; text-align: center; border-top: 1px solid #1d2126;}
.public-site-footer .copyright span{display: block;}
.public-site-footer .copyright a{color: #778494;}