.pc_footer {
	position: relative;
}

.pc_footer .footer_top {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.pc_footer .footer_top .container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.pc_footer .footer_top .l {
	width: calc((460 / 1400) * 100%);
	margin-right: 100px;
}

.pc_footer .footer_top .l h5.title {
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 170px;
	padding-top: 35px;
}

.pc_footer .footer_top .c {
	padding-top: 100px;
	width: calc((500 / 1400) * 100%);
	margin-right: 100px;
}

.pc_footer .footer_top .c .company_name h5.cn {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 32px;
}

.pc_footer .footer_top .c .company_name p.en {
	font-family: 'pingfang';
	font-size: 14px;
	color: #FFFFFF;
	line-height: 26px;
}

.pc_footer .footer_top .c ul.contacts_list {
	padding-top: 34px;
}

.pc_footer .footer_top .c ul.contacts_list li {
	font-family: 'pingfang';
	font-size: 16px;
	color: #ffffff;
	line-height: 56px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: left 5px center;
}

.pc_footer .footer_top .c ul.contacts_list li:nth-of-type(1) {
	background-image: url(../images/footer_i1.png);
}

.pc_footer .footer_top .c ul.contacts_list li:nth-of-type(2) {
	background-image: url(../images/footer_i2.png);
}

.pc_footer .footer_top .c ul.contacts_list li:nth-of-type(3) {
	background-image: url(../images/footer_i3.png);
}

.pc_footer .footer_top .c ul.contacts_list li:nth-of-type(4) {
	background-image: url(../images/footer_i4.png);
}

.pc_footer .footer_top .c ul.contacts_list li:nth-of-type(5) {
	background-image: url(../images/footer_i5.png);
}

.pc_footer .footer_top .c ul.contacts_list li:nth-of-type(6) {
	background-image: url(../images/footer_i6.png);
}

.pc_footer .footer_top .r {
	padding-top: 160px;
}

.pc_footer .footer_top .r .pic img {
	display: block;
}

.pc_footer .footer_top .r .code p {
	font-family: 'pingfang';
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 58px;
}

.pc_footer .footer_top .r ul.share_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	padding-top: 50px;
}

.pc_footer .footer_top .r ul.share_list li {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #898989;
	margin: 0 9px;
	background-repeat: no-repeat;
	background-position: center center;
}

.pc_footer .footer_top .r ul.share_list li:nth-of-type(1) {
	background-image: url(../images/share_i1.png);
}

.pc_footer .footer_top .r ul.share_list li:nth-of-type(2) {
	background-image: url(../images/share_i2.png);
}

.pc_footer .footer_top .r ul.share_list li:nth-of-type(3) {
	background-image: url(../images/share_i3.png);
}

.pc_footer .footer_bottom {
	background-color: #000000;
	border-bottom: 1px solid #FFFFFF;
}

.pc_footer .footer_bottom .container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.pc_footer .footer_bottom .container p {
	font-family: 'pingfang';
	font-size: 16px;
	color: #FFFFFF;
	line-height: 80px;
}



.wap_footer {
    width: 100%;
    height: 50px;
    background: #283c63;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding:2px 0;
    display: none;
}

.wap_footer a {
    display: block;
    padding-top: 2px;
    width: 25%;
    height: 45px;
    float: left;
    background: url(../images/public/footer.png) right center repeat-y;
    overflow: hidden;
}

.wap_footer a:last-child {
	background-image: none;
}

.wap_footer a img {
    display: block;
    height: 18px;
    margin: 0 auto;
    margin-top: 4px;
}

.wap_footer a p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
} 

@media screen and (max-width: 1430px) {
	
	.pc_footer .footer_top .c ul.contacts_list li {
		font-size: 14px;
		padding-left: 40px;
	}
	
}

@media screen and (max-width: 550px) {
    
    .pc_footer {
        display: none;
    }
    
    .wap_footer {
        display: block;
    }
}