.menu-m{
	position: absolute;
	top: 15px;
	right: 10px;
	display: none;
}
.menu-m img{
	width: 30px;
}
.top .nav_hide{
	position: absolute;
	top: 70px;
	left: 0;
	z-index:10000;
	width: 100%;
	background:rgba(0, 96, 158, 0.8);
	padding: 0;
	letter-spacing: 1px;
	display: none;
}
.nav_hide li{height:45px;line-height:45px;border-bottom:1px #DDDDDD solid;}
.nav_hide li:nth-child(1){ border-top:none;}
.nav_hide li:nth-child(9){ border-bottom:none;}
.nav_hide li a{display:block;font-size:20px;color:#fff;text-align:center;}

.bd-m{
	width: 100%;
	display: none;
}
.case-box{
	width: 50%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.image-box{
	overflow: hidden;
	border: 1px solid #DDDDDD;
}

.image-box img {
	width: 100%;
}
.case-box:hover img {
	transform: scale(1.1);
}
.case-box h3{
	text-align: center;
	font-size: 16px;
}

/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 30%;
	background: #0256AC;
	float: left;
	padding: 5px 0;
	border-right: 1px solid #FFFFFF;
	list-style: none;
	box-sizing: border-box;
}
.phonefooternav ul li:nth-child(2){
	width: 70%;
	background: #FF0000;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover .call {
	color: yellow;
}
.phonefooternav ul li a img {
	width: 22px;
	padding: 2px 0;
}
.phonefooternav p{
	color: #FFFFFF;
}

.lx-tel{
	font-size: 26px;
	color:#0256AC;
	font-weight:bold;
}

@media (max-width:500px) {
	.top{
		width: 100%;
		height: 70px;
	}
	.logo{
		width: 50%;
		margin-top: 10px;
	}
	.logo img{
		width: 100%;
	}
	.top_right{
		display: none;
	}
	.menu-m{
		display: block;
	}
	
	.nav{
		display: none;
	}
	
	.fullSlide{
		height: 420px;
	}
	.fullSlide .bd li{
		height: 420px;
	}
	.fullSlide .bd li:nth-child(1){
		background: url(../images/ban_01m.jpg) no-repeat !important;
		background-size: contain !important;
	}
	.fullSlide .bd li:nth-child(2){
		background: url(../images/ban_02m.jpg) no-repeat !important;
		background-size: contain !important;
	}
	.fullSlide .bd li:nth-child(3){
		background: url(../images/ban_03m.jpg) no-repeat !important;
		background-size: contain !important;
	}
	.fullSlide .hd{
		display: none;
	}
	
	.gnzt_box{
		width: 100%;
		overflow: hidden;
	}
	.gnzt_box .in_title{
		width: 100%;
	}
	.gnzt_box .gnzt_list .hd{
		width: 100%;
		margin-bottom: 30px;
	}
	.gnzt_box .gnzt_list .hd ul li{
		width: 30%;
		margin: 0 1.3%;
		padding: 10px 5px;
		font-size: 16px;
	}
	.gnzt_box .gnzt_list .bd{
		display: none;
	}
	.bd-m{
		display: block;
	}
	
	.in_about{
		width: 100%;
	}
	.in_title{
		width: 100%;
	}
	.in_about_n{
		width: 100%;
	}
	.in_about_l{
		width: 100%;
		box-sizing: border-box;
		padding: 5px;
	}
	.in_about_l img{
		width: 100%;
	}
	.in_about_r{
		width: 100%;
	}
	.in_about_r ul li{
		width: 50%;
		height: auto;
	}
	.in_about_r ul li img{
		width: 100%;
	}
	.in_about_r ul li p{
		font-size: 14px;
		padding-left: 5px;
	}
	
	.in_news_bg{
		height: auto;
	}
	.in_news{
		width: 100%;
	}
	.in_title1{
		width: 100%;
	}
	.in_news_l{
		width: 100%;
	}
	.in_news_r{
		width: 100%;
		padding-bottom: 70px;
	}
	.in_news_r ul li{
		height: auto;
	}
	
	.footer_bg{
		display: none;
	}
	.phonefooternav {
		display: block;
	}
}

@media (max-width:340px) {
	.fullSlide{
		height: 350px;
	}
	.fullSlide .bd li{
		height: 350px;
	}
}

/* list */
@media (max-width:500px) {
	#banner7{
		display: none;
	}
	.main_n{
		width: 100%;
	}
	#side{
		width: 100%;
		margin-top: 0;
	}
	#side h2{
		width: 100%;
	}
	#side li{
		width: 50%;
		float: left;
		margin: 0 auto;
	}
	#side li a{
		padding-left: 10px;
	}
	.con{
		width: 100%;
		padding: 5px;
		padding-bottom: 70px;
		box-sizing: border-box;
	}
	.title span{
		float: inherit;
	}
	.title h2{
		display: none;
	}
	.prod{
		width: 50%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.prod_pic{
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.prod_pic img{
		width: 100%;
		height: auto;
	}
	
	/* article */
	.con2{
		width: 100%;
	}
	.dt{
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.dt img{
		width: 100%;
	}
	.wz{
		width: 100%;
	}
	.con1 img{
		max-width: 100%;
	}
	.lx-tel{
		font-size: 18px;
	}
	.lx-map{
		width: 100%;
		margin-top: 20px;
	}
	.lx-map img{
		max-width: inherit;
	}
}

/* 点击放大图片 */
.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 5px solid #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none
}

.bigbox {
	width: 840px;
	background: #fff;
	border: 1px solid #ededed;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

.bigbox>.imgbox {
	width: 400px;
	height: 250px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
	width: 100%;
}

.imgbox:hover {
	cursor: zoom-in
}

.mask:hover {
	cursor: zoom-out
}

.mask>img {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 60px;
}

.mask>img:hover {
	cursor: pointer
}
