.main {
	margin-bottom: 80px;
}

.gotop {
	position: fixed;
	width: 40px;
	height: 40px;
	
	background-image: url(../images/fhdb.png);
	background-repeat: no-repeat;
	background-position: center center;
	right: 0px;
	background-size: 100%;

	top: 80%;
	z-index: 9999;
	cursor: pointer;
	
}
.f-bottom {
	margin-top: 30px;
	color: #fff;
}
.f-bottom .xinxi p {
	margin-top: 28px;
	font-size: 14px;
}
.f-bottom .xinxi p:nth-child(1){
	margin-top: 0;
}
footer .qgsm {
	margin-top: 20px;
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #fff;
	color: #fff;
	padding-bottom: 10px;
}
footer .copy {
	position: relative;
	background-color: #272727;	
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
footer .copy .a1{
	position: absolute;
	right:100px;
	color: #fff;
}

.f-bottom .weixin {
	margin-left: 40%;
	text-align: center;
	width: 200px;

}
.f-bottom .weixin img {
	width: 150px;
}
footer,
.wap_footer {
	
	width: 100%;
}
footer  {
	padding-top: 30px;

	border-top:1px solid #b9b9b9;
	background: url(../images/footer.jpg) no-repeat;
	background-position: center;
}
footer .container .f-top {
	margin-top: 30px;
}
footer .container .f-top .f-left {
	width: 30%;
}

footer .container .f-top .f-left h4 {
	font-size: 26px;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
}
footer .container .f-top .f-left p {
	font-size: 12px;
}


footer .container .f-right{
	width: 100%;

}
footer .container .f-right ul li {
	float: left;
	width: 14.2%;
	text-align: center;
}
footer .container .f-right ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}









.wap_footer {
	display: none;
	box-sizing: border-box;
	padding: 0 10px;
	padding-top: 20px;
}

.wap_footer .logo {
	margin-bottom: 30px;
}

.wap_footer .logo a {
	display: block;
}

.wap_footer .logo a img {
	display: block;
	margin: 0 auto;
}

.wap_footer .footer_bottom {
	border-top: 1px solid #212121;
	height: auto;
}

.wap_footer .footer_bottom p {
	font-family: pingfang;
	font-size: 14px;
	color: #fcfcfc;
	line-height: 54px;
}

#footer {
	display: none;
    width: 100%;
    height: 80px;
    background: #e5000d;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
	z-index: 30;
	opacity: 0.8;
}

#footer>a {
    display: inline-block;
    padding-top: 13px;
    width: 23%;
    height: 70px;
    background: url(../images/public/footer.png) right center no-repeat;
    overflow: hidden;
    box-sizing: border-box;
}

#footer>a.bgn {
    background: none !important;
}

#footer>a img {
    display: block;
    height: 24px;
    margin: 0 auto;
}

#footer>a p {
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 28px;
}

.foo_bottom{
	background-color: #e5000d;
    border-top: 1px solid #b9b9b9;
    padding: 10px 0;
}
.foo_bottom .code{
    text-align: center;
    
}
.foo_bottom a{
    display: inline-block;
    padding:0 20px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

footer .container .f-top .f-left ul li:nth-child(1) {
	font-size: 16px;
}
footer .container .f-top .f-left ul li {
	font-size: 13px;
}
.main .crumbs {

	white-space : nowrap;
}






@media screen and (max-width: 1630px) {
	.container {
		width: 1400px;
	}
}

@media screen and (max-width: 1500px) {
	footer .f-right {
		display: none;
	}
	footer .container .f-top .f-left {
		width: 100%;
	}
}
@media screen and (max-width: 1430px) {
	.container {
		width: 1200px;
	}
	


}

@media screen and (max-width: 1230px) {
	.container {
		width: 1000px;
	}
	
	
	footer .container .f-top .f-left ul li {
		font-size: 14px;
	}
	footer .container .f-top .f-right {
		margin-left: 20px;
	}
	footer .container .f-top .f-right ul li h5 a {
		font-size: 14px;
	}
	footer .container .f-bottom .copy .fen a {
		margin-right: 10px;
	}
	
}

@media screen and (max-width: 1050px) {
	
	.head {
		display: none;
	}
	footer .container .f-top .f-left ul li {
		font-size: 16px;
	}

	.wap_footer {
		display: block;
	}
	
	.container {
		width: 100%;
	}
	footer .container .f-bottom .copy .fen a {
		margin-right: 0;
	}
	.col-sm-1 {
		width: calc((100% / 12) * 1) !important;
	}
	
	.col-sm-2 {
		width: calc((100% / 12) * 2) !important;
	}
	
	.col-sm-3 {
		width: calc((100% / 12) * 3) !important;
	}
	
	.col-sm-4 {
		width: calc((100% / 12) * 4) !important;
	}
	
	.col-sm-5 {
		width: calc((100% / 12) * 5) !important;
	}
	
	.col-sm-6 {
		width: calc((100% / 12) * 6) !important;
	}
	
	.col-sm-7 {
		width: calc((100% / 12) * 7) !important;
	}
	
	.col-sm-8 {
		width: calc((100% / 12) * 8) !important;
	}
	
	.col-sm-9 {
		width: calc((100% / 12) * 9) !important;
	}
	
	.col-sm-10 {
		width: calc((100% / 12) * 10) !important;
	}
	
	.col-sm-11 {
		width: calc((100% / 12) * 11) !important;
	}
	
	.col-sm-12 {
		width: 100% !important;
	}
	
	.wap_footer .contacts .tel {
		box-sizing: border-box;
		padding-left: 60px;
		background-image: url(../images/footer_tel.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding-bottom: 20px;
		border-bottom: 1px solid #292929;
		margin-bottom: 40px;
	}
	
	.wap_footer .contacts .tel p {
		line-height: 40px;
		font-family: pingfang;
		font-size: 14px;
		color: #fcfcfc;
		margin-right: 20px;
		float: left;
		background-image: none;
	}
	
	.wap_footer .contacts .fax {
		padding-bottom: 20px;
		border-bottom: 1px solid #292929;
	}
	
	.wap_footer .contacts .fax p {
		line-height: 40px;
		font-family: pingfang;
		font-size: 14px;
		color: #FCFCFC;
		padding-left: 60px;
		margin-right: 40px;
		background-repeat: no-repeat;
		background-position: left top;
		float: left;
	}
	
	.wap_footer .contacts .fax p:nth-of-type(1) {
		background-image: url(../images/fax.png);
	}
	
	.wap_footer .contacts .fax p:nth-of-type(2) {
		background-image: url(../images/address.png);
	}
}

@media screen and (max-width: 800px) {
	.wap_footer {
		display: none;
	}
	footer {
		display: none;
	}
	#footer {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.gotop {
		display: none;
	}
	
}