* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
}

img {
	display: block;
}

.footer {
	width: 100%;
	background: #222222;
}

.footer .footer-cen {
	width: 1400px;
	margin: 0 auto;
}


.footer-yqlj{
    padding: 20px 0;
    background: #555;
}
.footer-yqlj-cen{
    width: 1400px;
    margin: 0 auto;
}
.footer-yqlj ul{
    display: flex;
    flex-wrap: wrap;
}
.footer-yqlj ul p{
    margin-right:10px ;
    color: #fff;
    font-size: 16px;
}
.footer-yqlj ul li{
    margin-right:10px ;
}
.footer-yqlj ul li a{
    color: #999;
      font-size: 16px;
}
.footer-top {
	display: flex;
	justify-content: space-between;
	/* height: 118px; */
	line-height: 118px;
	border-bottom: 2px solid #4e4e4e;
	padding-bottom: 1px;
}

.footer-top-left>ul {
	display: flex;
	align-items: center;

}

.footer-top-left>ul>li:first-child {
	margin-right: 20px;
}

.footer-top-left>ul>li {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	/* height: 19; */
}

.footer-top-right>ul {
	display: flex;
	align-items: center;
	height: 100%;

}

.footer-top-right>ul>li {
        position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.footer-top-right>ul>li a {
	display: block;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	background: #4e4e4e;
	color: #cacaca;

}
.footer-top-right>ul>li p{
    position: absolute;
    bottom: 46px;
    left: 50%;
   transform: translateX(-60%);
   display: none;
   transition: all 1s ease; 
}
.footer-top-right>ul>li p img{
    width: 110px;
}

.footer-top-right>ul>li:hover p{
    display: block;
}
.footer-top-right>ul>li a .iconfont {
	font-size: 22px;
}

.footer-mind {
	display: flex;
	justify-content: space-between;
	margin-top: 65px;
	padding-bottom: 30px;
	border-bottom: 2px solid #4e4e4e;
}

.footer-mind-left ul {
	display: flex;
}

.footer-mind-left ul li {
	margin-right: 95px;
}

.footer-mind-left ul li:last-child {
	margin-right: 0px;
}

.footer-mind-left ul li h6 {
	margin-bottom: 24px;
}

.footer-mind-left ul li h6 a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1;

}

.footer-mind-left ul li p {
	line-height: 1;
	margin-bottom: 20px;
}

.footer-mind-left ul li p a {
	font-size: 16px;
	color: #bcbcbc;

}

.footer-mind-right ul {
	display: flex;
	flex-direction: column;
}

.footer-mind-right ul li {

	display: flex;
	line-height: 1;
	color: #dfdfdf;
	font-size: 16px;
	margin-bottom: 20px;
}
.footer-mind-right ul li:first-child{
    flex-direction: column;
}
.footer-mind-right ul li:first-child img{
    margin-top: 10px;
}
.footer-mind-right ul li p {
	color: #fff;
	font-size: 24px;
	line-height: 1;
}

.footer-mind-right ul li:last-child p {
	line-height: 1;
	color: #dfdfdf;
	font-size: 16px;
	margin-bottom: 20px;
}

.footer-mind-right ul li .iconfont {
	color: #dfdfdf;
	font-size: 16px;
	margin-right: 15px;
	width: 20px;
}

.footer-mind-right ul li span {
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
}

.footer-mind-right ul li .icon-chuanzhen {
	font-size: 23px;
}

.footer-mind-right ul li a {
	color: #dfdfdf;
	font-size: 16px;
	line-height: 1;
}

.footer-bom {
	display: flex;
	justify-content: space-between;
	height: 57px;
	line-height: 57px;
}

.footer-bom-left a {
	color: #bcbcbc;
	font-size: 14px;
}

.footer-bom-right {
	display: flex;
	align-items: center;
}

.footer-bom-right img {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.footer-bom-right a {
	color: #bcbcbc;
	font-size: 14px;
}

.footer-bom-right a:nth-child(2) {
	margin-right: 10px;
}

.footer-footer {
	height: 1px;
}

@media screen and (max-width :1470px) {
	.footer .footer-cen {
		width: 94%;
	}
	.footer-yqlj-cen{
	    width: 94%;
	}
	
}

@media screen and (max-width :1390px) {
	.footer-mind-left ul li {
		margin-right: 40px;
	}
}

@media screen and (max-width :1060px) {
	.footer-mind {
		flex-direction: column;
		padding-bottom: 50px;
	}

	.footer-mind-left ul {
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.footer-mind-left ul li {
		margin-right: 0px;
	}
}

@media screen and (max-width :830px) {

	.footer-bom {
		flex-direction: column;
		height: 100px;
	}

	.footer-bom {
		line-height: 50px;
	}

	.footer-bom-left a {
		font-size: 12px;
	}

	.footer-bom-right a {
		font-size: 12px;
	}

	.footer-bom {}
}

@media screen and (max-width :600px) {
	.footer-top {
		flex-direction: column;
		line-height: 90px;
	}

	.footer-top-right>ul {
		line-height: 60px;
	}

	.footer-top-right {
		height: 60px;
	}

	.footer-mind-left ul li h6 {
		margin-bottom: 17px;
	}

	.footer-mind-left ul li p {
		margin-bottom: 15px;
	}

	.footer-mind {
		margin-top: 30px;
	}

	.footer-mind-right ul li {
		margin-bottom: 15px;
	}

	.footer-mind {
		padding-bottom: 10px;
	}
}