﻿#slidemobile
{
	position:relative;
	display:none;
	float:none;
	clear:both;
	width:100%;
	height:auto;
}


#slide
{
	position:relative;
	display:block;
	float:right;
	width:100%;
	height:auto;
}

#slide .worpcenter
{
	position:relative;
	display:block;
	float:none;
	clear:both;
	width:100%;
	max-width:1160px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}

#slide .worpfull
{
	position:relative;
	display:block;
	float:none;
	clear:both;
	width:100%;
	height:auto;
}

.bx-controls {
	display:none !important;
}


.dnine , .onhp {
display:none !important;
}


@media screen and (max-width: 640px) {



#slidemobile
{
	position:relative;
	display:block;
	float:none;
	clear:both;
	width:100%;
	height:auto;
	min-height:223px;
	
}

#slidemobile img {
	width:100%;
	max-width:100%;
	margin-bottom:15px;
}


#slide
{
	display:none !important;
	
}


}