.smlogo{
	display: none;
}
.btn-more{
	display:none; 
}
.btn-slide{
	display: none;
}
#left_menus{
	display: none;
}
.btn-back{
	background: none;
	border:none;
	float: right;
}
@media screen and (max-width: 780px){
#wgd_top{
	width: 100% !important;
}
#wgd_logo{
	width:70px !important;
}
.smlogo{
	display: block;
	height: 70px;
}
.biglogo{
	display: none;
}
#wgd_t_right{
	display: block !important;
	width: 55px !important;
}
#menu_link{
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	padding: 15px 0;
	width: 100%;
	z-index: 100;
	background: rgba(0,0,0,0.6);	
}
#menu_link li {
    float: none !important;
}
#menu_link li a{
	color: #fff !important;
}
.btn-more{
	display: block;
	outline: none;
	border: 1px solid #fff;
	border-radius: 3px;
	background: none;
	color: #fff;
	padding: 7px;
}
.btn-slide{
	display: block;
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -36.5px;
	border: none;
	border-radius: 0 5px 5px 0;
	padding: 30px 5px;
	color: #fff;
	background: #5a5a5a;
	z-index: 10001;
}
#left_menus{
	display: none;
	width: 100%;
	height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 120px;
    outline: none;
    display: block;
	background: rgba(0,0,0,0.6);
    z-index: 10000;
}
#left_menus li a{
	color: #fff;
	display: block;
	text-align: center;
	padding: 5px 0;
	font-size: 20px;
}
.co_txt{
	padding: 0 !important;
}
/* 单个新闻 */
#news_dtxt img{
	width: 100%;
}
/* 下载 */
#left_menus .left_pro a{
   background: none;
   border: none;
   text-indent: 0;
   text-align: center ;
}
/* 留言 */
.form-horizontal label{
   display: none;
}
/* 产品*/
.products_box ul li{
	width: 200px !important;
}
/* 产品详情 */
.nav_lm{
	width: 100px !important;
}
#pro_dtitle{
	margin:0 !important; 
	position:relative !important;
}
.magnifier-container,#magnifier1{
	width: 100% !important;
}
.btn-back{
	margin-top:8px; 
}
}