@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-image:url(../img/img1/bg2019.jpg);*/
	background-repeat:no-repeat; 
	background-size:100% 100%;
}
/*section begin*/
.section{
	width:1000px;
	clear:both;
	margin-top:20px;
}
.aside{
	height:1300px;
	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 span{
	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;
}
.section .mainMDiv{
	width:70%;
	margin-top:0px;	
        height:auto;
	float:right;
	background:url('../img/img3/j1.png') no-repeat ;
       background-size:cover;
	margin-bottom:20px;
       
}
.mainTable{
	width:100%;
}
.mainTable caption{
	margin-top:30px;
	font-size:16px;
	color:#2581c2;
}
.mainTable td{
	height:26px;
	color:#696b6a;
}
.mainTTable{
	width:90%;
	text-align:center; 
}