footer {
	width: 100%;
	box-sizing: border-box;
}

.footer_top {
	background-color: #404040;
	height: 305px;
}

.footer_top .container>div {
	float: left;
}

.footer_top .l {
	margin-right: 145px;
}

.footer_top .l .footer_logo img {
	display: block;
	margin-top: 70px;
	margin-left: 40px;
}

.footer_top .l p {
	font-family: 'pingfang';
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	margin-left: 40px;
	letter-spacing: 11px;
	line-height: 70px;
}

.footer_top .l1 {
	margin-right: 180px;
}

.footer_top .l1 .title {
	margin-top: 38px;
}

.footer_top .l1 .title h5 {
	font-size: 18px;
	color: #ffffff;
	line-height: 34px;
	font-weight: 500;
}

.footer_top .l1 .title h5.en {
	font-family: arial;
	color: #ffffff;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 1px;
}

.footer_top .l1 ul.footer_nav {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 26px;
	width: 196px;
	margin-left: -18px;
	margin-right: -18px;
}

.footer_top .l1 ul.footer_nav li a {
	display: block;
	font-size: 14px;
	color: #c2c2c2;
	line-height: 38px;
	margin: 0 18px;
}

.footer_top .l1 ul.footer_nav li a.active {
	color: #bca17b;
}

.footer_top .l2 {
	margin-right: 85px;
}

.footer_top .l2 .title {
	margin-top: 38px;
}

.footer_top .l2 .title h5 {
	font-size: 18px;
	color: #ffffff;
	line-height: 34px;
	font-weight: 500;
}

.footer_top .l2 .title h5.en {
	font-family: arial;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 1px;
}

.footer_top .l2 ul {
	margin-top: 34px;
}

.footer_top .l2 ul li:after {
	display: table;
	content: "";
	clear: both;
}

.footer_top .l2 ul li span {
	float: left;
	display: block;
	font-size: 14px;
	color: #9d9d9d;
	line-height: 38px;
}

.footer_top .l2 ul li p {
	float: left;
	font-size: 14px;
	color: #ededed;
	line-height: 38px;
}

.footer_top .l3 .title {
	margin-top: 38px;
}

.footer_top .l3 .title h5 {
	font-size: 18px;
	color: #ffffff;
	line-height: 34px;
	font-weight: 500;
}

.footer_top .l3 .title h5.en {
	font-family: arial;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 1px;
}

.footer_top .l3 p.address {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	margin-top: 32px;
}

.footer_top .l3 p.tel {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	padding-left: 30px;
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.footer_bottom {
	background-color: #363636;
}

.footer_bottom p {
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 72px;
}

.footer_bottom ul {
	float: right;
	margin-top: 25px;
}

.footer_bottom ul li {
	float: left;
	margin-right: 60px;
}

.footer_bottom ul li a {
	display: block;
}



.wap_footer {
    width: 100%;
    height: 50px;
    background: #f16d03;
    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: 1350px) {
	.footer_top .l1 {
		margin-right: 100px;
	}
	
	.footer_top .l {
		margin-right: 100px;
	}
	
}

@media screen and (max-width: 550px) {
    
    .pc_footer {
        display: none;
    }
    
    .wap_footer {
        display: block;
    }
}