@charset "utf-8";
@font-face {
	font-family: 'microsoft yahei','微软雅黑';
}

body{
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color:#FAF8F9;
	font-family: 'microsoft yahei','微软雅黑';
	color:#333333;
	
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#075150;
}
#otabA a{
	display:block;
	line-height:38px;
	text-align:center;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	width:123px;
}
#otabA a:hover{
	display:block;
	line-height:38px;
	text-align:center;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	width:123px;
	background:url(../images/navbg.jpg) center no-repeat;
}

.ospan14{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.lefta{
	display:block;
	background:url(../images/leftBg.jpg);
	width:165px;
	line-height:31px;
	padding-left:30px;
	color:#0C5657;
	font-weight:bold;
	font-size:14px;
	margin-bottom:2px;
}
.lefta:hover{
	display:block;
	background:url(../images/leftBg.jpg);
	width:165px;
	line-height:31px;
	padding-left:30px;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	margin-bottom:2px;
}
.appleClass{
	font-size:16px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}


.CaseDiv{
width:230px; float:left; text-align:center; margin-bottom:20px; 
background-color:#C7C7C7;
border:2px solid #C7C7C7;
 
}
.CaseDiv a{
	font-size:14px;
	color:#000000;
	
}
.CaseDiv:hover a{
	font-size:14px;
	color:#ffffff;
}
.CaseDiv:hover{
width:230px; float:left; text-align:center; margin-bottom:20px; 
background-color:#AE1C22;
border:2px solid #AE1C22;
}




.leftfenlei{
	display:block;
	float:left;
	font-size:12px;
	text-align:center;
	width:120px;
	line-height:32px;
	color:#333333;
	background:url(../images/bg_03.jpg) repeat-x;
	border:1px solid #CCCCCC;
	margin-right:15px;
	margin-bottom:15px;
 
}
.leftfenlei2,.leftfenlei2:hover,.leftfenlei:hover{
	display:block;
	float:left;
	font-size:12px;
	text-align:center;
	width:120px;
	line-height:32px;
	color:#ffffff;
	background:url(../images/index_06.jpg) repeat-x;
	border:1px solid #266174;
	margin-right:15px;
	margin-bottom:15px;
 
}

.productDiv{
width:200px; float:left; text-align:center; margin-bottom:20px; 
background-color:#DEDEDE;
border:1px solid #C7C7C7;
}
.productDiv:hover{
width:200px; float:left; text-align:center; margin-bottom:20px; 
background-color:#106F71;
border:1px solid #106F71;
}

.productDiv:hover a{
	color:#FFFFFF;
	font-size:14px;
}

.indexCaseDiv{
	width:195px; float:left; text-align:center; margin-bottom:10px;
	margin-right:7px;
	background-color:#DEDEDE;
	border:1px solid #C7C7C7;
}
.indexCaseDiv a{
	color:#000000;
}
.indexCaseDiv img{
	width:193px;
	height:140px;
}
.indexCaseDiv:hover{
	width:195px; float:left; text-align:center; margin-bottom:10px;
	margin-right:7px;
	background-color:#106F71;
	border:1px solid #106F71;
}
.indexCaseDiv:hover a{
	color:#ffffff;
}

/*pages*/
.pagination-wrapper {
 clear:both;
 padding:1em 0 2em 0;
 text-align:center;
}
.pagination {
 display: inline-block;
 *display: inline;
 *zoom: 1;
 font-size:12px;
 border-radius: 3px;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li{
 list-style: none;
 float: left;
 display:block;
 line-height:1em;
 padding: .5em .8em;
 text-decoration: none;
 border: 1px solid #ddd;
 border-left-width: 0;
}
.pagination li a {
 display: inline-block;
 background-color: #f9f9f9;
 color: #999;
}
.pagination li a:link{

 background:#fff;
 color: #4C78A5;
}
.pagination li a:hover{
 text-decoration:none;
}
.pagination li a:link:hover {
 color: #000;
}
.pagination li.thisclass {
 background-color: #f9f9f9;
 color:#999;
}
.pagination li:first-child {
 border-left-width: 1px;
 border-radius: 3px 0 0 3px;
}
.pagination li:last-child{
 border-radius: 0 3px 3px 0;
}
.pagination .pageinfo{
 color: #444;
}



