.pc_footer {
	position: relative;
}

.pc_footer .gotop {
	position: absolute;
	width: 49px;
	height: 49px;
	background-color: #fd972b;
	background-image: url(../image/go_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	top: -25px;
	right: calc((260 / 1920) * 100%);
	cursor: pointer;
	
}

.pc_footer .footer_top {
	background-color: #000000;
}

.pc_footer .footer_top ul.footer_nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.pc_footer .footer_top ul.footer_nav li {
	width: calc(100% / 7);
}

.pc_footer .footer_top ul.footer_nav li a {
	display: block;
	font-family: 'pingfang';
	font-size: 18px;
	color: #999999;
	text-align: center;
	line-height: 66px;
	position: relative;
}

.pc_footer .footer_top ul.footer_nav li a:after {
	content: "";
	display: block;
	width: 2px;
	height: 11px;
	background-color: #cccccc;
	position: absolute;
	right: 0px;
	top: calc(50% - 5px);
}

.pc_footer .footer_top ul.footer_nav li:last-child a:after {
	display: none;
}

.pc_footer .footer_middle {
	padding-top: 90px;
	padding-bottom: 90px;
	border-bottom: 2px solid #535353;
}

.pc_footer .footer_middle .l .footer_logo {
	padding-top: 15px;
}

.pc_footer .footer_middle .l .footer_logo img {
	display: block;
}

.pc_footer .footer_middle .c {
	width: calc((670 / 1300) * 100%);
	margin-left: 100px;
}

.pc_footer .footer_middle .c ul.contact_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 10px;
}

.pc_footer .footer_middle .c ul.contact_list li {
	width: 50%;
	margin: 11px 0px;
}

.pc_footer .footer_middle .c ul.contact_list li:after {
	display: table;
	content: "";
	clear: both;
}

.pc_footer .footer_middle .c ul.contact_list li i {
	float: left;
	display: block;
	width: 26px;
	height: 26px;
	background-color: #e5e5e5;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
}

.pc_footer .footer_middle .c ul.contact_list li:nth-of-type(1) i {
	background-image: url(../image/footer_contact_i1.png);
}

.pc_footer .footer_middle .c ul.contact_list li:nth-of-type(2) i {
	background-image: url(../image/footer_contact_i2.png);
}

.pc_footer .footer_middle .c ul.contact_list li:nth-of-type(3) i {
	background-image: url(../image/footer_contact_i3.png);
}

.pc_footer .footer_middle .c ul.contact_list li:nth-of-type(4) i {
	background-image: url(../image/footer_contact_i4.png);
}

.pc_footer .footer_middle .c ul.contact_list li p {
	float: left;
	font-family: 'pingfang';
	font-size: 16px;
	color: 000000;
	line-height: 26px;
	padding-left: 13px;
}

.pc_footer .footer_middle .r .code img {
	display: block;
	width: 120px;
}

.pc_footer .footer_bottom .container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.pc_footer .footer_bottom p {
	font-family: 'pingfang';
	font-size: 16px;
	color: #000000;
	line-height: 126px;
}

.pc_footer .footer_bottom .share_list {
	margin-top: 44px;
}

.pc_footer .footer_bottom .share_list:after {
	display: table;
	content: "";
	clear: both;
}

.pc_footer .footer_bottom .share_list li {
	float: left;
}

.pc_footer .footer_bottom .share_list li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 15px;
	border: 1px solid #000000;
	background-repeat: no-repeat;
	background-position: center center;
}

.pc_footer .footer_bottom .share_list li:nth-of-type(1) a {
	background-image: url(../image/footer_share_i1.png);
}

.pc_footer .footer_bottom .share_list li:nth-of-type(2) a {
	background-image: url(../image/footer_share_i2.png);
}

.pc_footer .footer_bottom .share_list li:nth-of-type(3) a {
	background-image: url(../image/footer_share_i3.png);
}



.wap_footer {
    width: 100%;
    height: 50px;
    background: #51b39c;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding:2px 0;
    display: none;
}

.wap_footer a {
    display: block;3
    padding-top: 2px;
    width: 25%;
    height: 45px;
    float: left;
    background: url(../image/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) {
	
	
	
}

@media screen and (max-width: 550px) {
    
    .pc_footer {
        display: none;
    }
    
    .wap_footer {
        display: block;
    }
}