.footer{
    width: 100%;
    background-color: #333;
    padding-top: 26px;
}
.footTop{
    width: 1200px;
    background-color: #454545;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    /*margin-bottom: 40px;*/
}
.footTop .link{
    width: 1160px;
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #ffffff;
}
.footTop ul{
    display: flex;
	flex-wrap: wrap;
}
.footTop ul li{
	/*margin-top: 10px;*/
    margin-right: 66px;
}
.footTop ul li a{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;
	color: #999999;*/
}

.footBottom{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footBottom .below{
    width: 255px;
}
.footBottom .title {
    padding: 15px 0;
    border-bottom: 1px solid #585858;
}
.footBottom .title span{
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #d4d4d4;
}
.footBottom .title span:last-child{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
    margin-left: 10px;
}
.footBottom .info{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.below_ul li{
    padding: 10px 0;
}
.below_ul li:hover>div:first-child{
    background-color: #ff7b39;
}
.below_ul li:hover a{
    color: #ff7b39;
}
.below_ul li{
    display: flex;
    align-items: center;
}
.footBottom .beRound{
    width: 5px;
	height: 5px;
	background-color: #555555;
}
.footBottom .text a{
    margin-left: 15px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
}
.Fortherecord{ 
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 50px 0;
}
.Fortherecord div {
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*letter-spacing: 1px;*/
	color: #888888;
    padding-top: 10px;
}
.Fortherecord a{ 
	color: #888888;
}
#aq-model {
    position: fixed;
    top: 0;
    left:-100%;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff url(/themes/default/404.png) no-repeat center;
}