.container  .footer .footer-wraps  {
	color: #bfbfbf;
	height: 100%;
	background: url("../../static/assets/footerbg.png") no-repeat center;
	background-size: cover;
}

.container  .footer .footer-wraps  .footer-wrap {
	padding-top: 74px;
	width: 1200px;
	margin: 0 auto;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left{
	float: left;
	width: 450px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .footer-line{
	position: absolute;
	right: 50px;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .logo{
	width: 160px;
	height: 50px;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .logo img{
	width: 100%;
	height: 100%;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .footer_title{
	font-size: 14px;
	margin-top: 20px;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .tel{
	margin-top: 5px;
	font-size: 18px;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .gz{
	margin-top: 10px;
	width: 300px;
	display: flex;
	justify-content: space-between;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item{
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: center;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item .img{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item .img img{
	margin-top: 5px;
	width: 80px;
	height: auto;

}
/*.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item:nth-child(2) .img img{*/
/*	width: 20px;*/
/*}*/
.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item .showewm1{
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100px;
	height: 100px;
	display: none;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item .showewm1 img{
	width: 100%;
	height: 100%;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item .img .img1,.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item .img .img2{
	cursor: pointer;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item .img .img1:hover .showewm1{
	display: block;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item .showewm2{
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100px;
	height: 100px;
	display: none;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item .showewm2 img{
	width: 100%;
	height: 100%;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item .img .img2:hover .showewm2{
	display: block;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item .tels{
	position: relative;
	cursor: pointer;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item .tels .telbox{
	position: absolute;
	left: 0;
	font-size: 13px;
	bottom: -50px;
	padding: 10px;
	border-radius: 10px;
	background: rgba(0,0,0,0.8);
	display: none;
}
.container  .footer .footer-wraps  .footer-wrap .footer-left .gz .g-item .tels:hover .telbox{
	cursor: pointer;
	display: block;
}
.container  .footer .footer-wraps  .footer-wrap .footer-line{

}
.container  .footer .footer-wraps  .footer-wrap .footer-right{
	float: left;
	width: 750px;
	display: flex;
	justify-content: space-between;
}
.container  .footer .footer-right .item{
	flex-grow: 1;
}
.container  .footer .footer-wraps  .footer-wrap .footer-right .f-head{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.container  .footer .footer-wraps  .footer-wrap .footer-right .f-head .f-item{
	margin-bottom: 10px;
	width: 100px;
	font-size: 16px;
}
.container  .footer .footer-wraps  .footer-wrap .footer-right .f-cont{
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 12px;
}
.container  .footer .footer-wraps  .footer-wrap .footer-right .f-cont a{
	color: #bfbfbf;
}
.container  .footer .footer-wraps  .footer-wrap .footer-right .f-cont .f-item{
	color: #DDDDDD;
	margin: 15px 0;
	width: 100px;
}
.container  .footer .footer-wraps   .tip{
	color: #8C8C8C;
	padding-top: 38px;
	display: flex;
	width: 100%;
	white-space: nowrap;
}
.container  .footer .footer-wraps   .tip .disps{
	display: flex;
	justify-content: space-between;
}.container  .footer .footer-wraps   .tip .disps a{
	color: #8C8C8C;
 }
.container  .footer .footer-wraps   .tip .disps span{
	margin: 0 10px;
}
.container  .footer .footer-wraps  .lines{
	margin: 20px 0;
	width: 100%;
	height: 1px;
	background-color: #2D2D2D;
}
.container  .footer .footer-wraps  .beians{
	font-size: 12px;
	color: #8c8c8c;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.container  .footer .footer-wraps  .beians .beian-wrap{
	display: flex;
	justify-content: space-between;
}
.container  .footer .footer-wraps  .beians .beian-wrap a{
	color: #8c8c8c;
}