@charset"utf-8";
*{
	padding:0px;
	margin:0px auto;
	color:#494648;
	font-size:14px;
	font-family:"Helvetica neve",Helvetica,Arial,"Microsoft Yahei UI","Microsoft YaHei",SimHei,"宋体",simsun,sans-serif;
}
img{
	border:0px;
}
a{
	text-decoration:none;
	color:#000;  
}
ul,ol{
	list-style:none;
}



body{position:relative;
		/*background-image:url(../img/img2/bg1.jpg);*/
	background-repeat:no-repeat; 
	background-attachment: fixed;
	background-size:100% 100% !important;;

}
/*section begin*/
.section{
	width:1000px;
	clear:both;
	margin-top:20px;
}
.aside{
	height:600px;
	width:25%;
    background-color:#eee;
    float:left;
    margin-bottom:20px;
}
.asideUl{
	width:100%;
	/*height:86px;*/
	margin-top:45px;
	border-top:1px solid #005bac;
}
.asideUl li{
	width:100%;
	height:43px;
	border-bottom:1px solid #005bac;
	line-height:43px;
	position:relative;
}
.asideUl li:hover{cursor:pointer;}
.asideUl li a{
	padding-left:45px;
	display:block; 
	z-index:10;
	position:absolute;
	width:264px;
	height:43px; 
	font-size:20px;   
}
.back{
	color:#fff;
	background: url(../img/img2/aside.png) no-repeat left top;
}
.main{
	width:70%;
	height:38px;
	float:right;
	background:#005bac;
	
}
.mainUl{
	width:30%;
	height:38px;
	margin-left:10px;
    
}
.mainUl li{
	line-height:38px;
	text-align:center;
	float:left;
	color:#fff;
	font-size:12px;
}
.mainUl li a{
    color:#fff;
	font-size:12px;
}
.mainMDiv{
	width:70%;	
	float:right;
	margin-bottom:20px;
	background-color: #FFF;
}
.mainMUl{
	width:100%;
    margin:0 auto;
}
.mainVid{
	width:98%;
	margin:0px auto;
	margin-top:30px;
}
.mainMVid{
	width:100%;
	margin:40px auto;display:inline-block; 
}
.mainMVid li{
	width:40%;
	margin:0px 5%;
	position:relative;
	float:left;

}
.mainMh2{
	color:#2581c2;
	font-size:18px ;
	width:100%;
	text-align:center;
	margin-top:10px; 
}
.mainMMUl{
	width:100%;
}
.mainMMUl li{
	float:left;
	text-align:center;
	font-size:12px;
	width:50%;
}

