@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:fixed;
	z-index: -99999999;
	top:0;
	left:0;
    /* background: url('../img/img2/bg4.jpg') top center no-repeat!important; */
   

}
/*top*/
.top{
	width:100%;
	height:38px;
	/*box-shadow:2px 2px 5px #ccc;*/
}
.top>h1{
	float:left;
	text-indent:-9999px; 
}
.top>.topCen{
	width:1000px;
	height:38px;
	background-color: #FFF;
}
.top>.topUl{
	width:280px;
	height:38px;
	float:left;
	line-height:38px; 

}
.topUl>li{
	float:left;
	width:70px;
	height:38px;
	line-height:38px; 
}
.topUl a>img{
    display:inline-block;
    float:left;
    margin-top:5px;
    border:0px;
}
.topDiv{
	width:400px;
	height:38px;
	float:right;
}
.topDiv>form{
	padding-top:6px;
}
.topDiv>form>input{
	width:240px;
	height:23px;
    display:inline-block;
    float:left;

}
.topDiv>form>button{
	width:66px;
	height:27px;
	display:inline-block; 
	background-color:#4c719e;
    color:#fff;
    border:0px solid #4c719e;
}
.topDiv button:nth-of-type(1){
	float:left;
}
.topDiv button:hover{
	cursor:pointer;
}
/*top end*/
/*nav*/
.nav{
	width:100%;
	height:186px;
	clear:both;
}
.navDiv{
	width:1000px;
	  
    background-color:rgba(255,255,255,0.3);
   position:relative; 
  z-index:100;
}
.navDiv>img{
	position:absolute;
	margin:5% 0 0 0;
	*margin:10% 0 0 0;
}
.navUl{
	width:1000px;
	height:186px;
	overflow:hidden;
}
.navUl>li{
	width:1000px;
	height:186px;
	display:none;
}
.navUl>li img{
	height:100%;
	width:100%;
}
.navUl li.navShow{
	display:block;
}
.navUUl{
	width:60px;
	height:10px;
	position:absolute;
        z-index:100;
        top:200px;
        right:30%;
}
.navUUl li{
	width:10px;
	height:10px;
	color:#fff;
    float:left;
    background-color:rgba(17,12,12,0.5);
    margin:0 5px 0 5px;
    line-height: 20px;
    text-align:center; 
}
.navUUl>.navUUli{
	  background-color:#fff;
}
/*nav end*/
/*header begin*/
.header{
	width:100%;
	height:36px;
	background-color:rgba(51,80,117,0);
}
.headerUl{
	width:1000px;
	height:36px;
        background:#335075;
}
.headerUl li{
	width:125px;
	height:36px;
	line-height:36px;
	text-align:center;
	float:left;
}
.headerUl a{
	color:#fff;
	font-size:18px;
	display:inline-block;
}
.headerLi{
	background:#22354e;
}
/*header end*/
/*footer start*/
.footer{
	width:100%;
	background-image:url(../img/img1/t1.jpg) ;
	clear:both;
	height:220px;
	margin:0 auto;
}
.blogroll{
	width:700px;
	height:76px;
}
.blogroll li{
	float:left;
	width:25%;
	line-height:76px;
	text-align:center;  
}
.blogroll li:first-child{
	text-align:right;
}
.blogroll li select{
	width:164px;
	height:20px;
}
.blogroll li span{
	color:#ff021b;
}
.footerTwo{
	margin-top:20px;
	width:700px;
	height:12px;
}
.footerTwo li{
	float:left;
	line-height:12px;
	height:12px;
	width:13%; 
	text-align:center; 
	border-right:1px solid #fff;
}
.footerTwo li a{
	color:#fff;
	font-size:12px;
}
.footerTwo li:last-child{
	border:0px;
}
.footerTwo li:hover a{
	color:#fe9241;
}
.footerThird,.footerForth{
	margin-top:20px;
	width:700px;
	height:12px;
}
.footerThird li{
	float:left;
	line-height:12px;
	height:12px;
	width:33%; 
	text-align:left; 
    color:#fff;
    font-size:12px;
}
.footerForth li{
	float:left;
	line-height:12px;
	height:12px;
	width:50%; 
	text-align:center; 
    color:#fff;
    font-size:12px;
}
.current {
    color: #fff;
    background: url(../img/img2/aside.png) no-repeat left top;
}
.position a{
	line-height: 38px;
    text-align: center;
}
/*分页样式*/
.page li a{
	color: #005bac;
}
