﻿.dy{
	position: relative;
	background: #F5F7FA;
}

footer{
	margin-top: 20px;
	background: #FFFFFF;
	width: 100%;
	height: auto;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
	
}
footer a:hover{
	color: #E61E4F !important;
}
footer .footer-box{
	width: 1200px;
	margin: auto;

}
.footer-nav-box{
	display: flex;
	padding:60px 0px 35px 0;
	border-bottom: 1px solid #EEEEEE;
}

.footer-nav-box-left p{
	font-size: 12px;
	font-weight: 400;
	color: #666666;
}

.footer-nav-box-left div{
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
}
.footer-nav-box-right{
	width: 100%;
	display: flex;justify-content: space-between;
	padding-left: 100px;
}
.footer-nav-box-right ul{
	font-size: 12px;
}
.footer-nav-box-right ul li{
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;

}
.footer-nav-box-right ul div{

	font-weight: bold;
	color: #222222;
	line-height: 14px;
	padding-bottom: 20px;
}
.footer-top {
	
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;

}
.footer-top .footer-txt{
	width: 100%;
	display: flex;
	padding-bottom: 15px;
}
.footer-top .footer-txt p{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 14px;
}
.footer-top .footer-txt a{
	font-size: 12px;
	color: #666666;
	line-height: 15px;
	padding-left: 20px;
}
.footer-bottom{
    display: flex;justify-content: space-between;
	
	font-size: 12px;
	font-weight: 500;
	color: #666666;
	line-height: 14px;
	
}
.footer-bottom div{
	
	font-size: 12px;
	font-weight: 500;
	color: #666666;
	line-height: 40px;
	
}
.footer-bottom .police {
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(../../new/pc/common-icon.png) -168px 0 no-repeat;
    margin-right: 5px;
    margin-left: 3px;
}

