footer.pc_footer {
	width: 100%;
	box-sizing: border-box;
	background-color: #333333;
}

.pc_footer .footer_top {
  padding-top: 115px;
  padding-bottom: 120px;
}

.pc_footer .footer_top .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.pc_footer .footer_top .l ul.contact_list li::after {
  display: table;
  content: "";
  clear: both;
}

.pc_footer .footer_top .l ul.contact_list li h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  float: left;
  line-height: 64px;
}

.pc_footer .footer_top .l ul.contact_list li p {
  font-size: 18px;
  color: #cdcdcd;
  font-weight: 500;
  float: left;
  line-height: 64px;
}

.pc_footer .footer_top .c {
  width: 410px;
  margin-left: -15px;
  margin-right: -15px;
}

.pc_footer .footer_top .c h5 {
  font-size: 20px;
  font-weight: bold;
  color: #53b141;
  line-height: 80px;
  border-bottom: 1px solid rgba(255,255,255,.2);
  margin-left: 15px;
  margin-right: 15px;
}

.pc_footer .footer_top .c ul.footer_nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding-top: 22px;
}

.pc_footer .footer_top .c ul.footer_nav li a {
  display: block;
  font-size: 18px;
  color: #cdcdcd;
  line-height: 40px;
  margin: 0 15px;
}

.pc_footer .footer_top .r .code img {
  display: block;
  width: 120px;
}

.pc_footer .footer_top .r .code p {
  font-size: 16px;
  color: #cdcdcd;
  line-height: 44px;
  text-align: center;
}

.pc_footer .footer_bottom {
  background-color: #53b141;
}

.pc_footer .footer_bottom .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.pc_footer .footer_bottom .container p {
  font-size: 14px;
  color: #ffffff;
  line-height: 50px;
}




.wap_footer {
    width: 100%;
    height: 50px;
    background: #53b141;
    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(../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) {
	
	
	
}

@media screen and (max-width: 550px) {
    
    .pc_footer {
        display: none;
    }
    
    .wap_footer {
        display: block;
    }
}