@media screen and (max-width: 1024px) {
	#wrapper {
		border: none;
		width: 98%;
		margin: auto;
	}
	.banner {
		height: auto;
	}
}

@media screen and (max-width: 980px) {
	.left-content {
	    /*width: 21%;
	    margin-left: 0.5%;*/
	    display: none;
	}
	.right-content {
		display: none;
	}
	.main-content {
		float: none;
		width: 98%;
		margin: auto;
	}
	.slide-footer {
		width: 98%;
		margin: auto;
		float: none;
	}
	#menu_btn{
		display: block;
		float: left;
	}
	#menu_btn i{
		font-size: 20px;
		color: #FFF;
	}
	.menu{
		position: relative;
	}
	#menu {
		width: 250px;
	}
	ul#menu{
		
		-webkit-overflow-scrolling: touch;
	  -ms-transform: translate(-150%,0);
	  -webkit-transform: translate3d(-150%,0,0);
	  -moz-transform: translate3d(-150%,0,0);
	  -ms-transform: translate3d(-150%,0,0);
	  -o-transform: translate3d(-150%,0,0);
	  transform: translate3d(-150%,0,0);
	  transition: all .25s;
	  position: absolute;
	  top: 37px;
	  background: #d92027;
	  z-index: 9;
	  text-align: left;
	}
	.move-div{
		-webkit-overflow-scrolling: touch;
	  -ms-transform: translate(0,0) !important;
	  -webkit-transform: translate3d(0,0,0) !important;
	  -moz-transform: translate3d(0,0,0) !important;
	  -ms-transform: translate3d(0,0,0) !important;
	  -o-transform: translate3d(0,0,0) !important;
	  transform: translate3d(0,0,0) !important;
	  transition: all .25s;
	}
	ul#menu li{
		float: none;
		height: auto;
		line-height: 35px;
		border-right: none;
		border-bottom: 1px solid #f3333a;
		padding: 0px 0px 0px 10px;
		text-align: left;
	}
	ul#menu li a{
		color: #FFF;
		font-size: 13px;
		font-weight: normal;
	}
	.sub-menu img{
		display: none;

	}
	.menuTop ul li .sub-menu {
		position: relative;
		width: auto;
		top: 0px;
	}
	.menuTop ul li:hover .sub-menu {
		display: none;
	}
	ul#menu li a:hover{
		color: #FF0;
	}
	ul#menu li.active a{
		color: #FF0;
	}
	#menu li.active a{
		border-bottom: none;
		
	}
	#menu li:hover a{
		border-bottom: none;
		color: #FF0;
	}
	.mobi{
		display: block;
	}
	.destop{
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.left-content {
	    width: 28%;
	}
	
}
@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 640px) {
	.main-content {
	    width: 100%;
	}
	.left-content {
	    width: 98%;
	}
	.box_left{
		width: 48%;
		float: left;
		margin: 0px 0.5%;
	}
}
@media screen and (max-width: 600px) {
	
}
@media screen and (max-width: 480px) {
	.left {
		width: 98%;
		float: none;
		margin: auto;
	}
	.right {
		width: 98%;
		float: none;
		margin: auto;
	}
	.addmain {
		padding-left: 0px;
	}
	.final {
		width: 98%;
		float: none;
		margin: auto;
	}
	.registerTrade {
		text-align: left;
	}
	.left_trade {
		margin-left: 0px;
	}
	.logomarquee {
		top: 35px;
	}
}
@media screen and (max-width: 360px) {
	.box_left {
	    width: 98%;
	    float: none;
	    margin: auto;
	}
	.product-item-last, .product-item {
	    width: 48%;
	}
	.news-item img {
	    max-width: 100px;
	}
	.list-product .name {
		min-height: 75px;
	}
}
@media screen and (max-width: 320px) {
	.product-item {
	    width: 95%;
	    float: none;
	    margin: auto;
	}
	.list-product .name {
		min-height: 55px;
	}
}
