@charset "utf-8";
/* CSS Document */

.footer{
	padding-top:120px;
	background:url(../images/foot_bg.png) no-repeat top center/cover #fff;
	}
.footer .top {
	overflow:hidden;
	padding:40px 0;
	}
.footer .top .center{	
	display: flex;
    justify-content: center;
    align-items: center;
	}
.footer .top .left{
	float:left;
	width:60%;
	}
.footer .top .left .title{
	overflow:hidden;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #fed24e;
	}
.footer .top .left .title h1{
	font-size:30px;
	color:#fed24e;
	float:left;
	padding-left:50px;
	line-height:40px;
	background:url(../images/tit_bg.png) no-repeat center left;
	background-size:40px;
	font-weight:normal;
	}
.footer .top .left .list{
	overflow:hidden;
	}
.footer .top .left .list li{
	float:left;
        width: calc(100%/4 - 7.5px);
        margin-right: 10px;
	margin-bottom:10px;
	}
.footer .top .left .list li:nth-child(4n+0){
	margin-right:0;
	}
.footer .top .left .list li a{
	font-size:14px;
	color:#fff;
text-align:left;
	}

.footer .top .right{
	float:right;
	width:25%;
	margin-left:15%;
	}
.footer .top .right li{
	float:left;
	width:calc(100%/2 - 30px);
	margin-right:60px;
	}
.footer .top .right li:last-child{
	margin-right:0;
	}
.footer .top .right li  img{
	display:block;
	margin:0 auto;
	}
.footer .top .right li p{
	font-size:14px;
	color:#fff;
	text-align:center;
	margin-top:8px;
	}
	
.footer .bot{
	background-color:#5c0301;
	padding:20px 0;
	}
.footer .bot p{
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:24px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
.footer .bot p a{
	font-size:14px;
	color:#fff;
	line-height:24px;
	}
.footer .bot p a:hover{
	color:#fff;
	transition: all 0.3s linear;
	}

@media (max-width: 996px){
.footer{
	padding-top:0;
	background:none;
	}
.footer .top{
	display:none;
	}
.footer .top .left{
	float:none;
	width:100%;
	}
.footer .top .right{
	float:none;
	width:100%;
	margin-left:0;
	}
.footer .bot{
	padding:10px 0;
	}
}