/* 页尾 */

#footerChild {
    width: 12rem;
    margin: 0 auto;
}


/* 页尾导航 */

#footerNavList {
    width: 100%;
    height: .57rem;
    background: #3571a9;
}

.footer_nav_item {
    width: 10%;
    height: 100%;
    border-right: 1px solid #5b83b9;
}

.footer_nav_item a {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: .14rem;
    color: #fefefe;
}


/* 页尾信息 */

#footerInfo {
    width: 100%;
    padding: .2rem .3rem;
    background: #5290ca;
}

.footerInfo_text p {
    line-height: 24px;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
    text-transform: uppercase;
}

.footerInfo_code {
    width: .8rem;
    height: .8rem;
    overflow: hidden;
}

.footerInfo_code img {
    width: .8rem;
    height: .8rem;
}

#footerNumber {
    width: 100%;
    padding-top: .4rem;
    text-align: center;
}

#footerNumber a {
    font-size: .14rem;
    color: #3571a9;
}
@media screen and (max-width:1200px) {
	/* 页尾 */
	
	#footerChild {
	    width: 100%;
	    margin: 0 auto;
	}
	
	
	/* 页尾导航 */
	
	#footerNavList {
	    width: 100%;
	    height: .57rem;
	    background: #3571a9;
		display: none;
	}
	
	.footer_nav_item {
	    width: 10%;
	    height: 100%;
	    border-right: 1px solid #5b83b9;
	}
	
	.footer_nav_item a {
	    display: flex;
	    width: 100%;
	    height: 100%;
	    font-size: .14rem;
	    color: #fefefe;
	}
	
	
	/* 页尾信息 */
	
	#footerInfo {
	    width: 100%;
	    padding: .2rem .3rem;
	    background: #5290ca;
	}
	
	.footerInfo_text p {
	    line-height: 24px;
	    font-family: 'Microsoft YaHei';
	    font-size: 14px;
	    color: #fff;
	    opacity: 0.6;
	    text-transform: uppercase;
	}
	.footerInfo_text{
		width: 80%;
	}
	.footerInfo_code {
	    width: 1.6rem;
	    height: 1.6rem;
	    overflow: hidden;
	}
	
	.footerInfo_code img {
	    width: 1.6rem;
	    height: 1.6rem;
	}
	
	#footerNumber {
	    width: 100%;
	    padding-top: .4rem;
	    text-align: center;
	}
	
	#footerNumber a {
	    font-size: 14px;
	    color: #3571a9;
	}
}