*{
	margin: 0;
	padding: 0;
	border: none;
	font-family:"微软雅黑";
}
ul li
{
	list-style: none;
}
a
{
	text-decoration: none;
}
table 
{ 
 	border-collapse:collapse; 
 	border-spacing:0; 
} 
th,td 
{
 	padding: 0;
}
@media only screen and (min-width: 640px) {
.webLeft, .webRight {background: #282828 none repeat scroll 0 0;display: block;height: 100%;position: fixed;top: 0;width: calc(50% - 8rem);z-index: 999;}
.webLeft {left: 0;}
.webRight {right: 0;}
}
.g_web {left: 0;margin: 0 auto;max-width: 640px;min-height: 100%;overflow-x: hidden;top: 0;width: 100%;}
body
{
	font-family:"微软雅黑";color:#333;position:relative;font-size: 16px;
}
.ovfhiden
{
	overflow: hidden;
	height: 100%;
}
.maxwidth
{
	width: 640px;
	margin: 0 auto;
}
input::-webkit-input-placeholder {
	
    color: #333333;
}

input:-moz-placeholder {
	
    color: #333333;
}

input:-ms-input-placeholder {
    /* IE10+ */
    color: #333333;
}
.clear_all
{
	clear: both;
}
/*滑动隐藏导航栏*/
.hiddened
{
	display: none;
}
html *, html *:before, html *:after
{
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.menuActive
{
    border-left: 0;color: #e97f02;
}