
#top{
    font-size: 14px;
    line-height: 35px;
    background: #F4F4F4;
}
#top a{font-size:14px;}
#top .fr{
}
/*header*/
#header {}
#header dl{
    padding-left: 85px;
    background: url(../image/tel.jpg) 0 center no-repeat;
    margin-top: 26px;
    background-size: auto 100%;
}
#header dt{
    font-size: 1.4rem;
    line-height: 1.5;
    color: #666;
}
#header dd{
    color: #FB1C1D;
    font-size: 1.5rem;
    line-height:  1.5;
}
.logo {}

.logo img {
	max-width: 100%;
	display: block;
	padding: 20px 0;
}

#nav {
    background: #FB1C1D;
}

.nav {
	width: 100%;
	text-align: center;
}

.nav>li {
	width: 12.5%;
	float: left;
}

.nav>li>a {
	display: block;
	line-height: 60px;
	font-size: 1rem;
}
.nav>li>a{color:#fff}
.nav>li>a:hover,.nav>li:first-child>a{background: #fff;color:  #FB1C1D;}
.drop {
	position: relative;
}

.drop:hover .drop-box {
	display: block;
}

.drop-box {
	position: absolute;
	z-index: 5;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 10px 0;
	display: none;
}

.drop-box li {
}

.drop-box a {
	color: #fff;
	display: block;
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.drop-box a:hover {
	background: #FB1C1D;
}


/*bottom*/
#footer{
    background: #454545;
    color: #fff;
    padding-top: 30px;
}
#footer dl{
    margin-bottom: 15px;
}
.bot-pro{}
.bot-pro dd{
    line-height: 2 !important;
}
#footer dt{line-height: 28px;font-size: 18px;border-bottom: 1px solid #fff;max-width: 80px;}
#footer dd{
    font-size: 14px;
    line-height: 40px;
    padding: 0;
}
#footer a{
    color: #fff;
}
#footer img{
    max-width: 100%;
    max-height: 150px;
    display: block;
    margin-top: 10px;
}
.logo_bot{margin-top:63px !important}
.copyright{
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    line-height: 1.5;
    border-top: 1px solid #fff;
}
.copyright img{margin: 0 auto !important;}
.foot{
    background: #FD1111;
    color: #fff;
    padding-top: 10px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}
.foot a{
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none;
}
#phone{display:none;}
@media (max-width: 767px) {
	#phone{display:block;position: fixed;right: 10px;bottom: 80px;background: rgba(253,17,17,0.8);width: 50px;color: #fff;line-height: 50px;text-align: center;border-radius: 50%;font-size: 20px;z-index: 9999;}
	#header {}
	.bx-wrapper {}
	.logo img {
		padding: 6px 0;
	}
	#menu {
		margin: 11px 16px;
		position: fixed;
		z-index: 5;
		right: 0;
	}
	#menu span {
		font-size: 1.5rem;
	}
	#nav.on {
		display: block !important;
		width: 50% !important;
		padding: 0 10px !important;
		z-index: 99999;
	}
	.nav>li:hover{background:transparent;}
	#nav {
		position: fixed;
		top: 0;
		z-index: 5;
		width: 0;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		color: #fff;
		overflow: hidden;
		padding: 0;
		transition: 0.5s all;
		overflow-y: scroll;
	}
	.nav {}
	.nav>li {
		width: 100%;
		line-height: 2;
	}
	.nav>li>a {
		color: #fff;
		line-height: 2.5;
		text-align: left;
		background: transparent !important;
	}
	.drop {}
	.drop-box {
		display: block;
		background: none;
		position: relative;
		width: 100%;
	}
	.drop-box>li {
    width: 100%;
    text-align: left;
    padding-left: 10px;
}
	.drop-box a {
		border: 0;
	}
	#footer>div{display:none;}
	#footer{padding-top:0;margin-bottom: 74px;}
	#tmpAreaLmtDiv{display:none;}
}