/** {
		margin: 0;
		padding: 0;
		border: none;
	}
	
	body,
	html {
		margin: 0;
		padding: 0;
		width: 100%;
		background: #e3e3e3;
		font: 16px Microsoft YaHei, arial, sans-serif;
	}*/

/*ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	a {
		text-decoration: none;
	}
	*/
	/*.menucontainor {
		height: 0px;
		position: relative;
		margin: 0 auto;
		top: 0px;
        z-index:10;
	}*/

.nav_left {
    width: 200px;
    height: 500px;
    background: #fff;
}
	
	.nav_left ul {
		width: 100%;
		height: auto;
	}
	
	.nav_left ul li {
		height: 35px;
		line-height: 35px;
		text-align: left;
	}

        .nav_left ul li span {
            padding-left: 10px;
            height: 35px;
            line-height: 35px;
            display: block;
            background: #303133;
            color: #fff;
            overflow: hidden;
        }
	
	.nav_left ul li span:hover {
		color: #FF0036;
		background: #FFFFFF;
	}
	
	.nav_right {
		width: 800px;
		height: 455px;
		position: absolute;
		margin-left: 228px;
		/*top: 265px;*/
        z-index:999;
	}
	
	.sub {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 455px;
		background: #FFFFFF;
		padding: 10px 0px;
	}
	
	.sub dl {
		overflow: hidden;
		padding: 0px 0px 10px 0px;
	}
	
	.sub dt {
		/*width: 100px;
		float: left;*/
		display: block;
		position: relative;
		clear: left;overflow: hidden;
white-space: nowrap;
	}
	
	.sub dt a {
		font-size: 14px;
		color: #000;
		font-weight: bold;
		text-align: center;
		padding-left: 10px;
		text-decoration: none;
		cursor: pointer;
	}
	
	.sub dt i {
		width: 4px;
		right: 12px;
		top: 2px;
		font-size: 14px;
		position: absolute;
		font-style: normal;
	}
	
	.sub dd {
		width: 680px;
		float: left;
		display: block;
		position: relative;
		overflow: hidden;
		padding-right: 20px;
		border-bottom: 1px dashed #E3E3E3;
	}
	
	.sub dd a {
		font-size: 12px;
		float: left;
		color: #666;
		padding: 0 10px;
		margin: 4px 0px 10px 0px;
		text-decoration: none;
		cursor: pointer;
		/*border-left: 1px solid #E3E3E3;*/
	}
	
	.sub dd a:hover {
		color: #ff4f09;
	}
	
	.hide {
		display: none;
	}
	
	.show {
		display: block;
	}

@media (max-width:768px) {
    .menucontainor {
       display:none;
    }

}