.sidebar {
	position: fixed;
	z-index: 100;
    bottom: 10vh;
	right: 24px;
}

.sidebar .sr-item {
	width: 60px;
	height: 60px;
	margin-bottom: 25px;
	transition: transform 0.3s;
}

.sidebar .sr-item:hover {
	transform: translateX(-10px);
}

.sidebar .sr-item img {
	width: 100%;
	height: 100%;

	/* border-radius: 50%; */
}


.footer {
	background-color: #F4F4F4;
	width: 100%;
	color: #333;
	padding: 40px 0 20px;
}

.footer-box {
	width: 90%;
	margin: 0 auto;
	display: flex;
}

.footer-box .fb-left {
	max-width: 397px;
	font-size: 14px;
}

.footer-box .fb-logo {
	display: flex;
	/* height: 100px; */
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}

.footer-box .fb-logo img {
	width: 100%;
}

.footer-box .fb-desc {
	line-height: 28px;
	padding: 16px 0;
}

.footer-box .outerChain {
	margin-top: 40px;
}

.footer-box .outerChain .oc-title {
	margin-right: 40px;
	white-space: nowrap;
}

.oc-item {
	margin-right: 20px;
}

.footer-box .outerChain .oc-item {
	width: 28px;
	height: 28px;
	background-color: #D83C23;
	border-radius: 50%;
	object-fit: cover;
	transition: transform 0.5s;
}

.footer-box .outerChain .oc-item:hover {
	transform: translateY(-10px);
}

.footer-box .fb-right {
	flex: 1;
	margin-left: 8%;
}

.footer-box .fb-menu {
	align-items: initial;
}

.footer-box .fb-menu .one-level {
	font-size: 16px;
	pointer-events: none;
}

.footer-box .secondary {
	margin-top: 30px;
}

.footer-box .secondary .sy-item {
	font-size: 14px;
	color: #666;
	display: block;
	max-width: 400px;
	margin-bottom: 30px;
	display: flex;
}

.footer-box .secondary .sy-item img {
	width: 26px;
	height: 26px;
	margin-right: 10px;
}

.footer-box .secondary .sy-item:hover {
	color: #D83C23;

}

.footer-box .fb-map {
	display: flex;
	/* justify-content: flex-end; */
	margin-top: 50px;
}

.footer-box .fb-map .code {
	/* padding: 10px; */
	/* width: 100px;
	height: 100px; */
	display: flex;
}

.footer-box .fb-map .code .code-item {
	margin-right: 30px;
	font-size: 14px;
}

.footer-box .fb-map .code img {
	width: 120px;
	height: 120px;
}

.footer-box .fb-map .code span {
	margin-top: 15px;
}

.footer-box .fb-map .code .xtb {
	width: 14px;
	height: 15px;
}

.footer-box .fb-map .code img:last-child {}

.footer-box .fbm-text {
	display: flex;
	justify-content: flex-end;
	flex: 1;
}

.footer-box .address-group {
	margin-left: 40px;
}

.footer-box .address-group .ag-item {
	margin-bottom: 30px;
	cursor: pointer;
}

.footer-box .address-group .ag-item img {
	width: 26px;
	height: 26px;
}

.footer-box .address-group .ag-item:hover .ai-text {
	color: #D83C23;
}

.footer-box .address-group .ai-text {
	white-space: nowrap;
	margin-left: 10px;
	font-size: 14px;
	color: #666;
}

.footer-box .map {
	margin-left: 50px;
	width: 380px;
	height: 180px;
	background-color: red;
}

.amap-info-close {
	display: none;
}

.amap-info-content {
	padding: 10px;
}

.copyright {
	margin-top: 60px;
	font-size: 12px;
}

.copyright .lasd {

	color: #666;
}

.copyright a {
	color: #333;
}

.footer-box-tel {
	display: none;
}

@media screen and (max-width: 1300px) {
	.footer-box .fb-left {
		width: 220px;
	}

	.footer-box .fbm-text {

		justify-content: inherit;

	}

	.footer-box .fb-right {
		margin-left: 40px;
	}

	.footer-box .fb-desc {

		font-size: 12px;
		padding: 10px 0;
	}

	.footer-box .outerChain {
		margin-top: 20px;
	}

	.footer-box .fb-left {
		font-size: 12px;
	}

	.footer-box .fb-menu .one-level {
		font-size: 14px;
	}

	.footer-box .secondary .sy-item {
		font-size: 12px;
		margin-bottom: 10px;
		max-width: 250px;

	}

	.footer-box .secondary .sy-item img {
		width: 20px;
		height: 20px;
	}

	.footer-box .address-group .ai-text {

		font-size: 12px;
	}

	.footer-box .address-group .ag-item img {
		width: 20px;
		height: 20px;
	}

	.footer-box .address-group .ag-item {
		margin-bottom: 15px;
		cursor: pointer;
	}

	.footer-box .fb-map .code {
		padding: 6px;
		/* background: #fff;
    width: 80px;
    height: 80px; */
	}

	.footer-box .fb-map {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.footer-box .map {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.copyright {
		margin-top: 30px;

	}

	.sidebar {
		right: 0%;
	}

	.oc-item {
		margin-right: 10px;
	}

	.footer-box .outerChain .oc-title {
		margin-right: 20px;
	}

	.footer-box .secondary {
		margin-top: 15px;
	}

	.footer-box .fb-map .code img {
		width: 80px;
		height: 80px;
	}
}

@media screen and (max-width: 768px) {
	.footer-box {
		display: none;
	}
.sidebar {
    right: 7%;
    bottom: 7vh;
}
	.footer-box .fb-menu .one-level {
	
		pointer-events：all;
	}

	.sidebar .sr-item {
		width: 44px;
		height: 44px;
	}

	.footer-box-tel {
		display: flex;
		flex-direction: column;
	}

	.footer {
		width: 100%;
		padding: 20px 0;
	}

	.fbt-top {
		display: flex;
		flex-direction: column;
	}

	.fbt-top .fbt-logo {
		margin-bottom: 10px;
	}

	.fbt-top .fbt-logo img {
		width: 16rem;
	}

	.fbt-top .fbt-desc {
		font-size: 14px;
		color: #666;
		line-height: 24px;
	}

	.fbt-right {
		width: 100%;
		margin-top: 20px;
	}

	.fbt-menu .fm-item .one-level {
		font-size: 16px;
		color: #333;
		position: relative;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
	}

	.fbt-menu .fm-item .jta {
		margin-left: auto;
		border-top: 1.5px solid #666666;
		border-right: 1.5px solid #666666;
		width: 10px;
		height: 10px;
		/* transition: all 0.8s; */
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		/* IE 9 */
		-moz-transform: rotate(45deg);
		/* Firefox */
		-webkit-transform: rotate(45deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(45deg);
		transition: all 0.3s;
	}
.fbt-menu  .fm-item-active .jta{

	/* transition: all 0.8s; */
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	/* IE 9 */
	-moz-transform: rotate(135deg);
	/* Firefox */
	-webkit-transform: rotate(135deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(135deg);
	transition: all 0.3s;
}
	.fbt-menu .fm-item .secondary {
		padding: 0 10px;
		display: none;
	}

	.fbt-menu .fm-item .sy-item {
		padding: 10px 0;
		color: #999;
		font-size: 14px;
		display: block;
	}

	.fbt-menu .fm-item .sy-item img {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}

	.fbt-right .fb-map {
		margin-top: 20px;
	}

	.fbt-right .code {

		display: flex;
		justify-content: space-between;
	}

	.fbt-right .code .code-item {
		width: calc((100% - 40px)/2);
	}

	.fbt-right .xtb {
		width: calc(53px / 3);
		height: 19px;
	}

	.fbt-right .code .code-item span {
		margin-top: 6px;
		font-size: 14px;
	}

	.fbt-right .fbm-text {
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
	}

	.fbt-right .address-group {
		width: calc((100% - 20px)/2);
	}

	.fbt-right .address-group .ag-item {
		margin-bottom: 10px;
	}

	.fbt-right .address-group .ag-item img {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}

	.fbt-right .address-group .ai-text {
		color: #999;
		font-size: 14px;
	}

	.fbt-right .map {
		margin-top: 20px;
		width: 100%;
		height: 200px;
		background-color: red;
	}
	.copyright{
		margin-top: 20px;
		flex-direction: column;
	}
	.lasd{
		width: 100%;
		text-align: left;
	}
	.copyright a{
		margin-top: 10px;
	}
}
