.message .back_index{
	display: inline-block;
	width: 100px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #db5252;
	border-radius: 20px;
}

.fire_nav {
	box-shadow:0px 15px 20px -15px #ececec;
	margin-bottom: 20px;
}
.fire_nav img{
	float: left;
	width: 240px;
}
.fire_nav .fire_navlist{
	float: right;
}
.fire_nav .fire_navlist li{
	float: left;
	margin-left: 80px;
	position: relative;
}
.fire_nav .fire_navlist li a{
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	line-height: 60px;
}
.fire_nav .fire_navlist li span{
	display: none;
	width: 32px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -18px;
	background: #db5252;
}
.fire_nav .fire_navlist .activeli a{
	color: #db5252;
}
.fire_nav .fire_navlist .activeli span{
	display: block;
}

.lf_nav .nav_head{
	padding-left: 0;
}
.lf_nav .nav_head p{
	font-size: 15px;
	text-align: center;
	display: block;
}
.lf_nav .nav_cont li .menu1 p{
	font-size: 14px;
	width: 150px;
}


.shebie{
	
}
.shebie dl{
	width: 200px;
	float: left;
	margin: 0 20px 25px 0;
}
.shebie dl:nth-child(4n){
	margin: 0 0 25px 0;
}
.shebie dl dt{
	position: relative;
	width: 200px;
	height: 140px;
	overflow: hidden;
}
.shebie dl dt .sbimg{
	display: block;
	width: 200px;
	height: 140px;
	box-shadow: 0 0 7px #C3C2C2;
	transition: all 0.6s;
}
.shebie dl dt div{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(78,142,203,0.8);
	text-align: center;
}
.shebie dl dt div img{
	display: inline-block;
	margin: 40px 0 8px;
}
.shebie dl dt div p{
	font-size: 14px;
	color: #fff;
}
.shebie dl dd{
	font-size: 16px;
	color: #222222;
	text-align: center;
	margin-top: 13px;
}
.shebie dl:hover dt div{
	display: block;
}
.shebie .big dt .sbimg{
	transform: scale(1.2);
}

.lianxi dl{
	margin-bottom: 24px;
}
.lianxi dl dt{
	width: 300px;
	float: left;
}
.lianxi dl dt img{
	display: block;
	width: 300px;
	height: 200px;
	box-shadow: 0 0 5px #C3C2C2;
}
.lianxi dl dd{
	float: right;
	width: 525px;
	margin-bottom: 15px;
}
.lianxi dl dd span{
	float: left;
	padding-left: 30px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	width: 72px;
	text-align: right;
}
.lianxi dl dd .phone{
	background: url(../img/call/ic_01.png) no-repeat left center;
}
.lianxi dl dd .chuanzhen{
	background: url(../img/call/ic_02.png) no-repeat left center;
}
.lianxi dl dd .youbian{
	background: url(../img/call/ic_03.png) no-repeat left center;
}
.lianxi dl dd .address{
	background: url(../img/call/ic_04.png) no-repeat left center;
}
.lianxi dl dd .ditie{
	background: url(../img/call/ic_05.png) no-repeat left center;
}
.lianxi dl dd .gongjiao{
	background: url(../img/call/ic_06.png) no-repeat left center;
}
.lianxi dl dd .jiache{
	background: url(../img/call/ic_07.jpg) no-repeat left center;
}

.lianxi dl dd p{
	float: left;
	font-size: 14px;
	color: #7a7a7a;
	width: 400px;
	margin-left: 12px;
}

.pages{
	text-align: right;
	padding-bottom: 20px;
}
.pages a{
	font-size: 14px;
	color: #4d4d4d;
}
.pages span{
	font-size: 14px;
	color: #999999;
}


#layshebei{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9999;
}
.layshebei{
	width: 800px;
	height: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -400px;
}
.layshebei .bigimg{
	display: block;
	width: 100%;
	height: 100%;
}
.layshebei .layclose{
	position: absolute;
	right: -20px;
	top: 0px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/close.jpg) no-repeat;
	cursor: pointer;
}


@media screen and (max-width: 1024px) {


	.lf_nav .nav_cont li .menu1 p{
		font-size: 14px;
		width: auto;
	}
	.fire_nav .fire_navlist{
		display: none;
	}
	.rg_detail .box p{
		width: 100%!important;
	}
	.lf_nav .nav_cont li .icons{
		display: none;
	}
	.lf_nav .nav_cont .active_lfli .menu2{
		display: none;
	}
	
	
	
	.rg_detail .box .wenjian_list li a p{
		width: 70%!important;	
	}
	.shebie{
		padding: 0 0.2rem;
	}
	.shebie dl{
		width: 3.2rem;
		margin: 0 0.1rem 0.25rem 0;
	}
	.shebie dl:nth-child(3n){
		margin: 0 0 0.25rem 0;
	}
	.shebie dl:nth-child(4n){
		margin: 0 0.1rem 0.25rem 0;
	}
	.shebie dl dt{
		width: 3.2rem;
		height: 2.4rem;
	}
	.shebie dl dt .sbimg{
		width: 3.2rem;
		height: 2.4rem;
	}
	.layshebei {
	    width: 100%;
	    height: 5rem;
	    position: absolute;
	    top: 30%;
	    left: 0;
	    margin-top: 0; 
	    margin-left: 0; 
	}
	.layshebei .layclose{
		right: 0;
	}

	.lianxi dl dd{
		width: 65%;
		overflow: hidden;
	}
	.lianxi dl dt{
		margin-bottom: 0.3rem;
	}
	.lianxi dl dd p{
		float: initial;
	}


}

@media screen and (max-width: 768px) {


	.lf_nav .nav_cont li .menu1 p{
		font-size: 14px;
		width: auto;
	}
	.fire_nav .fire_navlist{
		display: none;
	}
	.rg_detail .box p{
		width: 100%!important;
	}
	.lf_nav .nav_cont li .icons{
		display: none;
	}
	.lf_nav .nav_cont .active_lfli .menu2{
		display: none;
	}
	
	
	
	.rg_detail .box .wenjian_list li a p{
		width: 70%!important;	
	}
	.shebie{
		padding: 0 0.2rem;
	}
	.shebie dl{
		width: 3.59rem;
		margin: 0 0.1rem 0.25rem 0;
	}
	.shebie dl:nth-child(3n){
		margin: 0 0.1rem 0.25rem 0;
	}
	.shebie dl:nth-child(2n){
		margin: 0 0 0.25rem 0;
	}
	
	.shebie dl dt{
		width: 3.59rem;
		height: 2.5rem;
	}
	.shebie dl dt .sbimg{
		width: 3.59rem;
		height: 2.5rem;
	}
	.layshebei {
	    width: 100%;
	    height: 5rem;
	    position: absolute;
	    top: 30%;
	    left: 0;
	    margin-top: 0; 
	    margin-left: 0; 
	}
	.layshebei .layclose{
		right: 0;
	}

	.lianxi dl dd{
		width: 100%;
	}
	.lianxi dl dt{
		margin-bottom: 0.3rem;
	}
	.lianxi dl dd p{
		float: initial;
	}


}

@media screen and (max-width: 750px) {


	.lf_nav .nav_cont li .menu1 p{
		font-size: 14px;
		width: auto;
	}
	.fire_nav .fire_navlist{
		display: none;
	}
	.rg_detail .box p{
		width: 100%!important;
	}
	.lf_nav .nav_cont li .icons{
		display: none;
	}
	.lf_nav .nav_cont .active_lfli .menu2{
		display: none;
	}
	
	
	
	.rg_detail .box .wenjian_list li a p{
		width: 70%!important;	
	}
	.shebie{
		padding: 0 0.2rem;
	}
	.shebie dl{
		width: 3.5rem;
		margin: 0 0.1rem 0.25rem 0;
	}
	.shebie dl:nth-child(2n){
		margin: 0 0 0.25rem 0;
	}
	.shebie dl dt{
		width: 3.5rem;
		height: 2.4rem;
	}
	.shebie dl dt .sbimg{
		width: 3.5rem;
		height: 2.4rem;
	}
	.layshebei {
	    width: 100%;
	    height: 5rem;
	    position: absolute;
	    top: 30%;
	    left: 0;
	    margin-top: 0; 
	    margin-left: 0; 
	}
	.layshebei .layclose{
		right: 0;
	}

	.lianxi dl dd{
		width: 100%;
	}
	.lianxi dl dt{
		margin-bottom: 0.3rem;
	}
	.lianxi dl dd p{
		float: initial;
	}


}