.main{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.main img{
	width: 100%;
	height: 36.15rem;
	border:none;
	display: block;
}
.main-content{
	width: 100%;
	height: 49.58rem;
	background: url(../images/lxbg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	min-width: 1200px;
}
.main-continer{
	
	margin:0 4.77rem;
	/*overflow: hidden;*/
	height: auto;
}
.main-left{
	width: 20%;
	float: left;
	overflow: hidden;
	border-left: 1px solid #F5F5F5;
	border-bottom:1px solid #F6F6F6;
	box-sizing: border-box;

}
.main-left ul,.main-left li{
	margin:0px;
	padding:0px;
	list-style: none;
}
.main-left ul li{	
	width: 100%;
	line-height: 3.02083rem;
}
.main-left ul li:first-child{
	height: 6.770833rem;
	line-height: 6.77083rem;
	font-size: 1.2rem;
	width: 100%;
	/*padding-left: 4rem*/
}
.main-left li a{
	display: block;
}
.main-left li a:link,.main-left li a:visited{
	text-decoration: none;
	color:#323232;
}
.main-left li a:hover{
	text-decoration: none;
	background-color: #01ADC1;
	color:#FFFFFF;
}
.main-left li a>span,.main-left li>span{
	
	margin-left: 4rem;
}
#menu-active{
	background-color: #01ADC1;
	color:#FFFFFF !important;
}
.main-right{
	width: 80%;
	float: right;
	overflow: hidden;
	box-shadow:-1px 0px 1px #F0F0F0;
	background-color: #F5F5F5;
	/*height: 45.92rem;*/
	box-sizing: border-box;

}
.bread{
	height: 3.4375rem;
	width: 100%;
	border-bottom:1px solid #000000;
	line-height: 3.4375rem;
	padding-left: 3.65rem;
}
.bread img{
	border:none;
	vertical-align: middle;

}
.content{
	width:90%;

	background-color: #F5F5F5;
	
	margin:0px auto;
	margin-top: 3.23rem;
	margin-bottom: 3rem;
}
.content p,.content div{
	/*line-height: 2rem;*/
	/*padding:5px;*/
	/*padding:0.2rem 0px;*/
	/*text-align: justify;*/
}
.content img{
	max-width: 90%;
}
