@media screen and (max-width: 992px){
	#navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: 0px;
		display: inline-block;
		position: fixed;
		z-index: 99;
		right: 0px;
		height: 40px;
	}
	#navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	#navToggle span:before,
	#navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	#navToggle span,
	#navToggle span:before,
	#navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}
	#navToggle span:before {
		top: 8px;
	}
	#navToggle span:after {
		bottom: 10px;
	}
	#navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	#navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	#navToggle.open span {
		background: none;
	}
	#navToggle.open span:before,
	#navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.nav{
		display: none;
	}
	.header{ 
		width: 80%;
		float: left;
	}
	.header .telbox{
		display: none;
	}
	.telbox{
		float: none;
		width: 200px;
		margin: 10px auto;
	}
	.header img{
		width: 100% !important;
		height: auto !important;
	}
    .content{ width: calc(100% - 20px); padding: 0 10px;}
	/* 轮播 */
	.mySlideshow{ 
		width: 100%;
		height: 220px !important;
	}
	.mySlideshow img{
		width: 200%;
		margin-left: -50%;
	}
	.edslider .controls .navigator{
		top: 150px !important;
	}
	.edslider .controls .paginator{
		top: 260px !important;
	}
	/* 公司简介 */
	.about_title{
		width: 100px;
		background-size: 100px;
	}
	.about_title p{
		margin: 50px 0 0 35px;
	}
	.about_con{ float: right;margin: 10px 0 0 10px;width: calc(100% - 120px);}
	.aboutimg{ float: none; width: 100%; height: auto;}
	.listbox01 li{ padding: 30px 2%; width: 27.5%;}
	.listbox01 li p.title{ font-size: 18px;}
	.listbox01 li img{ float: none; width: 80%; margin: auto; margin-left: 10%;}
	.listbox01 li div{ float: none; width: 100%;}
	.content_left{ float: none; width: 100%;}
	.content_left .listbox01 li{ float: left; padding: 30px 2%; width: 27%; margin: 0 1%;}
	.content_left .listbox01 li p.title{ font-size: 18px;}
	.content_left .listbox01 li img{ float: none; width: 60px; margin: auto; margin-left: 10%;}
	.content_left .listbox01 li div{ float: none; width: 100%;}
	/* 首页产品 */
	.product{
		width: 100%;
		overflow: hidden;
	}
	.addbox{ overflow: hidden;}
	.addbox img{ width: 160%; margin-left: -30%;}
	.content .addbox img{ width: 100%; margin-left: 0%;}
	.indexlist{ float: none; width: 100%;}
	.footer{ width: calc(100% - 20px); padding: 50px 10px 0 10px;}
	.foot,.link{ width: 100%;}
	.foot h2{ float: none; margin: auto; width: 80%; text-align: center;}
	.bankuai{ float: none;}
	.bankuai li{ float: left; width: 31%; margin-right: 1%; padding: 5px 0px; text-align: center;}
	.foot .ewm,.foot .contact{ margin-bottom: 10px;}
	.pro-new-show{padding: 0 35px; width: calc(100% - 70px);}
	.pro-new-show .pro-list ul li{ width: 100%;} 
	.pro-new-show .arrow a.prev{ left: 0px;}
	.pro-new-show .arrow a.next{ right: 0px;}
	.mnone{
		display: none;
	}
	.content_right{ width: 100%;}
	.pclist li{ width: 100%;}
}