﻿@charset "utf-8";
/*欢迎界面开始*/
.welcome{
	height: 25px;
	background-color: #3D484C;
	line-height: 25px;
}
.welcome p{
	color: #CCD6D8;
	font-size: 12px;
}
p.welcome-left span{
	display: inline-block;
	margin-right: 5px;
}
/*欢迎界面结束*/
/*导航部分开始*/
.nav{
	position: relative;
    z-index: 999;
	height: 70px;
    background: url(../images/navbg1.png) repeat-x;
    box-shadow: 0px 1px 7px #626161;
}
.nav-main{
	height: 70px;
}
	/*左边部分*/
	.nav-left{
		margin-top: 12px;
	}
    .nav-left img{
    	width: 150px;
    	height: 45px;
    }
    /*右边部分*/
   .nav-right{
   	margin-top: 20px;
   	position: relative;
   	position: relative\9;
   	z-index: 1000;
   }
   .nav-right ul li{
   	 float: left;
   	 width: 80px;
   	 height: 34px;
   	 margin-right: 8px;
   }
   .nav-right ul li a{
   	 display: block;
   	 color: #141414;
   	 font-size: 16px;
   	 text-align: center;
   	 width: 80px;
   	 height: 34px;
   	 line-height: 28px;
   }
   .nav-right ul li:hover{
   	background: url(../images/navbg.png) no-repeat;
   }
   .nav-right ul li:hover a{
   	color: #fff;
   }
   .navli-current{
   	background: url(../images/navbg.png) no-repeat;
   }
   .navli-current a{
   	color: #fff !important;
   }
   .colorwhite{
   	color: #fff;
   }
   /*手机电脑选择块开始*/
  .collect{
  	display: none;
  	position: absolute;
  	top: 33px;
  	left: 88px;
  }
  .collect p{
  	width: 80px;
  	height: 30px;
  	line-height: 30px;
  	background: #000;
  	opacity: 0.7;
  	border-top: 1px solid #fff;
  }
  .collect hr{
  	opacity: 0.7;
  	background-color: #fff;
  }
  .collect p:hover{
  	background-color: #2B97DF;
  }
  .collect a{
  	display: block;
  	font-size: 13px;
  	color: #fff;
  	text-align: center;
  }
  /*手机电脑选择块结束*/
/*导航部分结束*/
/*底部开始*/
.footer{
	width: 100%;
	background: url(../images/footer01.jpg) repeat-x;
    margin-top: 15px;
}
	/*上面部分开始*/
	.footer-top{
		width: 522px;
		height: 120px;
	}
	.footer-top h2{
		color: #fff;
		font-size: 24px;
		text-align: center;
		padding-top: 30px;
	}
	.footer-top p{
		color: #A8D5F2;
		font-size: 15px;
		text-align: center;
		margin-top: 18px;
	}
	/*上面部分结束*/
	/*下面部分开始*/
	.footer-bottom{
		width: 100%;
		height: 50px;
		background-color: #F0F0F0;
		position: relative;
	}
	.footer-bottom p{
		color: #4F4F4F;
		font-size: 12px;
		line-height: 50px;
		text-align: center;
	}
	.footer-bottom span{
		display: block;
		width: 24px;
		height: 8px;
		background: url(../images/footer02.png) no-repeat;
		position: absolute;
		top: 0;
		left: 50%;
	}
	/*下面部分结束*/
/*底部结束*/
/*翻页页码开始*/
.pagewarp{
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 25px 0 58px;
}
.pagewarp1{
	margin: 30px 0;
}
.page a{
	display: inline-block;
	padding: 4px 10px;
	margin: 0 6px;
	border: 1px solid #f1f1f1;
	color: #acacac;
	cursor: pointer;
}
.bor-non{border: 0px !important;}
.page a:hover{
	background: #2b97df;
	color: #FFFFFF;
}
.cur{
	background: #2b97df;
	color: #FFFFFF !important;
}
/*翻页页码结束*/