.pc {
    display: block !important;
}
.mb {
    display: none !important;
}
@media ( max-width : 978px) {
    .pc {
        display: none !important;
    }
    .mb {
        display: block !important;
    }
}

.New_Foot_Nav{
    width: 100%;
    height: 256px;
    background-size:cover ;
    background-repeat: no-repeat;
    background-image: url(../../images/customers/nav_foot.png);
	
}
.foot_nav_title{
	width: 1200px;
	font-size: 28px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 36px;
	margin : 0 auto 0;
	text-align : center;
	padding-top : 60px;
}
	
.foot_nav_desc{
	width: 800px;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	margin : 0 auto ;
	text-align : center;
    margin-top : 20px;
}
	
.foot_nav_btn{
    padding-top : 35px;
	width: 800px;
	text-align : center;
	height : 42px;
	margin : 0 auto;
}
.foot_nav_btn a{
	/*#0B61F4  linear-gradient(154deg, #49ABFD 0%, #2372F9 100%); */
	background: #0B61F4;
	border-radius: 4px;
	margin : 0 8px;
	padding : 14px 38px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
    border: 1px solid #0B61F4;
    font-weight : bold;
}
.foot_nav_btn a:hover{
    background: #5D92EE;
    border: 1px solid #5D92EE;
}	

.foot_nav_btn a:nth-child(2){
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: transparent;
    font-weight : bold;
	
}
.foot_nav_btn a:nth-child(2):hover {
    opacity: 0.9;
}

@media ( max-width : 978px) {

	.New_Foot_Nav{
	    width: 100%;
	    height: 100%;
	    background-size:cover ;
	    background-repeat: no-repeat;
	    background-image: url(../../images/customers/nav_foot.png);
	    padding-bottom : 10%;
	}
	.foot_nav_title{
	    width: 90%;
	    font-size: 21px;
	    font-weight: 500;
	    color: #FFFFFF;
	    line-height: 36px;
	    margin : 0 auto 0;
	    text-align : center;
	    padding-top : 60px;
	}
	    
	.foot_nav_desc{
        width: 90%;
	    font-size: 16px;
	    font-weight: 400;
	    color: #FFFFFF;
	    line-height: 28px;
	    margin : 0 auto ;
	    text-align : center;
	    margin-top : 20px;
	}
	    
	.foot_nav_btn{
	    padding-top : 35px;
        width: 100%;
	    text-align : center;
	    height : 42px;
	    margin : 0 auto;
	}
	.foot_nav_btn a{
	   /* background: linear-gradient(154deg, #49ABFD 0%, #2372F9 100%);*/
    background: #0B61F4;
	    border-radius: 4px;
	    margin : 0 8px;
	    padding : 12px 30px;
	    font-size: 14px;
	    font-family: PingFangSC-Regular, PingFang SC;
	    font-weight: 400;
	    color: #FFFFFF;
	}
	
	.foot_nav_btn a:nth-child(2){
	    border-radius: 4px;
	    border: 1px solid #FFFFFF;
	    color: #FFFFFF;
	    background: transparent;
	}

}