footer {
	background: #1A1818;
	position: relative;
}

@keyframes shake {
    0% { transform: rotate(5deg); }   /* 起始位置，顺时针5° */
    50% { transform: rotate(-5deg); }  /* 中间位置，逆时针5° */
    100% { transform: rotate(5deg); }  /* 结束位置，顺时针5° */
}

.wyjm {
    display: none;
	position: absolute;
	width: 1.58rem;
	height: 1.58rem;
	right: 0.55rem;
	/*top: -2.5rem;*/
	bottom: 6.48rem;
	z-index: 55;
	animation: shake 2s infinite;
}

.wyjm img {
	width: 100%;
	height: 100%;
}

.flex-footer {
	display: flex;
	justify-content: space-between;
	padding: 1rem 1.2rem 1.08rem 1.2rem;
}

.f-left {}

.f-right {
	display: flex;
}

.item-menu {
	margin-right: 1rem;
}

.item-menu:last-child {
	margin-right: 0;
}

.f-right * {
	color: #fff;
}

.item-title {
	font-size: 0.2rem;
	margin-bottom: 0.2rem;
}

.item-son {
	display: block;
	font-size: 0.16rem;
	color: #A1A1A1;
	margin-bottom: 0.15rem;
}

.item-son:hover {
	color: #fff;
}

.f--fuwu,
.f-hove-tit {
	color: #A3A2A2;
	font-size: 0.16rem;
	margin-bottom: 0.1rem;
}

.f--phone {
	font-weight: bold;
	font-size: 0.22rem;
	color: #fff;
}

.f-hove-box {
	margin-top: 0.25rem;
}

.f-img-box img {
	width: 0.3rem;
	height: 0.3rem;
}

.f-img-box .ico2 {
	display: none;
}

.f-hove-item:hover .ico2 {
	display: block;
}

.f-hove-item:hover .ico1 {
	display: none;
}

.f-hove-list {
	display: flex;
}

.f-hove-item {
	margin-right: 0.15rem;
	position: relative;
}

.f-hove-item .hove-img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 0.14rem;
	display: none;
}

.f-hove-item:hover .hove-img {
	display: block !important;
}

.f-hove-item .hove-img img {
	width: 1rem;
	height: 1rem;
}

.beian-footer {
	padding: 0.2rem 1.2rem;
	border-top: 0.01rem solid #3F3D3D;
	color: #888888;
	font-size: 0.14rem;
	display: flex;
	justify-content: center;
}

.beian-footer a {
	color: #888888;
	font-size: 0.14rem;
}

.side-box {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 888
}

.side-tops {
	background-color: #5D8C2A;
	margin-bottom: 0.05rem;
	border-radius: 0.05rem 0 0 0.05rem;
}

.side-ico {
	margin: 0 auto;
	padding: 0.12rem;
	position: relative;
	transition: all 0.3s;
	cursor: pointer;
}

.side-ico:hover{
    background: #F17B05;
}

.side-ico::after {
	content: '';
	position: absolute;
	width: 0.3rem;
	height: 0rem;
	border: 0.01rem solid #6C963E;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}

.side-ico:hover::after{
    border: 0.01rem solid #F17B05;
}

.side-ico img {
	width: 0.28rem;
	height: 0.28rem;
}


.side-bototm {
	width: 0.56rem;
	height: 0.56rem;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.19);
	border-radius: 0.05rem 0rem 0rem 0.05rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.side-bototm img{
	width: 0.28rem;
	height: 0.28rem;
}

.side-item {
	position: relative;
}
.side-item:hover .side-hover {
	display: block;
}
.side-hover {
	position: absolute;
	right: 100%;
	top: 50%;
	padding-right: 0.15rem;
	transform: translateY(-50%);
	display: none;
}

.phone-box {
	white-space: nowrap;
	height: 0.56rem;
	background: red;
	background: #fff;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.19);
	line-height: 0.56rem;
	font-size: 0.16rem;
	padding: 0 0.3rem;
	border-radius: 0.03rem;

}

.f--img{
    width: 2rem;
    height: 1rem;
    margin-top: 0.14rem;
    margin-left: -0.35rem;
}

.f--img:hover img{
    opacity: 1;
}

.f--img img{
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.side-hover-img{
    width: 2rem;
    height: 2rem;
    background: #fff;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.19);
}

.side-hover-img img{
    display: block;
    width: 100%;
    height: 100%;
}