/*底部部分开始*/
.pa-footer{
	background: #00050f;
	padding-top: 60px;
	padding-bottom: 24px;
}
.pa-foot-ctn{
	padding-bottom: 25px;
}
.pa-footMsg-list{
	float: left;
	width: 278px;
	color: #f5f5f5;
}
.pa-footMsg-list>a:hover{
	color: #EB5405;
}
a.excelBtn:hover{
	background: #FFFFFF;
	color: #EB5405;
	border: 1px solid #EB5405;
}
.pa-footMsg-list:nth-child(3){
	width: 498px;
}
.pa-footMsg-list:last-child{
	width: auto;
}
.footMsg-title{
	margin-bottom: 18px;
}
.pa-footMsg-list>a{
	display: block;
	color: #f5f5f5;
    margin-bottom: 10px;
    font-size: 14px;
}
.excelBtn{
	width: 90px;
	height: 42px;
	background: #EB5405;
	text-align: center;
	line-height: 42px;
}
.pa-copyright-ctn{
	border-top: 1px solid #33373f;
}
.pa-copy-text{
	font-size: 14px;
	color: #F5F5F5;
	text-align: center;
	margin-top: 31px;
    margin-bottom: 16px;
}
.pa-copyBtn-ctn{	    
    width: 205px;
    margin: 0 auto;
    letter-spacing: -5px;
}
.pa-copy-btn{
	display: inline-block;
    width: 92px;
    height: 34px;
    overflow: hidden;
    letter-spacing: 0px;
}
.pa-copy-btn>a{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../image/index/pa-copyright.png) no-repeat;
}

.pa-copy-btn.two-btn>a{
	background:url(../image/silver.jpg) no-repeat center;
    background-size: cover;
}

.pa-copy-btn:first-child{
    margin-right: 20px;
}
.copy-btn-company{
	
}
.copy-btn-w3c{
	
}
/*底部部分结束*/
@media only screen and (max-width: 1000px) {
	.pa-foot-ctn{
		padding-left: 20px;
	}
	.pa-footMsg-list{
		width: 50%;
	}
	.pa-footMsg-list:nth-child(3) {
	    margin-top: 20px;
	    width: 50%;
	}
	.pa-footMsg-list:last-child {
	    padding-left: 75px;
	    box-sizing: border-box;
	    padding-top: 20px;
	}
}