@charset "utf-8";
/* CSS Document */

.n_banner{
	width:100%;
	overflow:hidden;
	height:550px;
}
.main{
	width:1200px;
	margin:20px auto;
	overflow:hidden;
	padding-top:20px;
}
.left{
	width:230px;
	float:left;
}
.n_title{
	background:#0c2e6d;
	height:50px;
	overflow:hidden;
	padding:10px 20px;
}
.n_title h5{
	font-size:24px;
	font-weight:normal;
	color:#fff;
	text-align:left;
	line-height:30px;
}
.n_title p{
	text-align:left;
	font-size:14px;
	color:#bbb;
	line-height:25px;
	text-transform:uppercase;
}
.left ul{
	background:#eee;
	padding:10px 0px;
}
.left ul li{
	line-height:38px;
	font-size:15px;
	text-align:left;
}
.left ul li a{
	text-indent:20px;
	display:block;
	color:#333;
}
.left ul li a:hover{
	background:#0c2e6d;
	color:#fff;
}
.left ul li a:hover{
	background:#0c2e6d;
	color:#fff;
}
.right{
	width:930px;
	float:right;
}
.location{
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.location h5{
	float:left;
	font-weight:normal;
	border-left:6px solid #0c2e6d;
	padding-left:12px;
	color:#333;
	font-size:20px;
}
.location span{
	display:block;
	float:right;
	padding-right:12px;
	color:#999;
	font-size:14px;
	padding-top:8px;
}
.location span a{
	color:#666;
}
.location span a:hover{
	color:#0c2e6d;
}
.n_about{
	padding:20px 10px;
	line-height:24px;
	color:#444;
	font-size:14px;
}
.prev a{
	display:block;
	width:100px;
	margin:20px auto;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#4a4a4a;
	font-size:14px;
	color:#fff;
}
.prev a:hover{
	transition: background 0.6s, transform 0.6s;
	background:#0c2e6d;
	-moz-transition: background 0.6s, -moz-transform 0.6s; 
    -webkit-transition: background 0.6s, -webkit-transform 0.6s; 
    -o-transition: background 0.6s, -o-transform 0.6s;
}
.n_news ul{padding:0 10px;}
.n_news ul li{
	overflow:hidden;
	border-bottom:1px dashed #ccc;
	padding:20px 0;
}
.n_news ul li:hover{
	background:#eee;
}
.n_news_img{
	width:250px;
	float:left;
	padding:10px;
}
.n_news_con{
	width:610px;
	float:right;
	padding-right:10px;
}
.n_news_con h5{
	padding-top:12px;
	font-weight:normal;
	font-size:16px;
	line-height:40px;
}
.n_news_con h5 a{
	color:#000;
}
.n_news_con h5 a:hover{
	color:#0c2e6d;
}
.n_news_con p{
	line-height:28px;
	font-size:14px;
	color:#444;
	height:84px;
	overflow:hidden;
}
.n_news_con span{
	color:#666;
	line-height:40px;
	font-size:14px;
	margin:0 10px 0 0;
}
.newsContent{
	padding:0 15px;
}
.newsContent h5{
	padding-top:20px;
	text-align:center;
	font-size:18px;
	text-align:center;
	line-height:50px;
	font-weight:normal;
	color:#333;
}
.n_news_li{
	width: 390px;
	margin: 0 auto;
	overflow: hidden;
}
.n_news_li li{
	float:left;
	font-size:14px;
	color:#555;
	margin:10px 10px;
}
.n_news_info{
	font-size:14px;
	line-height:24px;
	color:#333;
	padding:15px 0px 30px;
}

.n_page{
	color:#000;
	line-height:30px;
	font-size:14px;
}
.n_page a{
	color:#666;
}
.n_page a:hover{
	color:#0c2e6d;
}
.n_cases ul{
	overflow:hidden;
	padding:20px 0px;
}
.n_cases ul li{
	float:left;
	margin:10px 8px;
	overflow:hidden;
}
.n_cases ul li a{
	width:290px;
	display:block;
	color:#333;
	text-align:center;
	padding:2px;
}
.n_cases ul li a div{
	text-align:center;
}
.n_cases ul li a:hover{
	transition: background 0.6s,transform 0.6s;	
	background:#0c2e6d;
	color:#fff;
}
.n_cases ul li a h4{
	border:none;
	width:290px;
	text-align:center;
	line-height:40px;
	font-weight:normal;
	font-size:14px;
	height: 40px;
	overflow: hidden;
}

.message{
	font-size:14px;
	color:#333;
}
.inputText{
	border:1px solid #999;
	height:35px;
	width:400px;
	line-height:35px;
	text-indent:12px;
	font-size:14px;
	color:#333;
}
textarea{
	width:400px;
	border:1px solid #999;
	line-height:24px;
	text-indent:12px;
	font-family:"微软雅黑";
	font-size:14px;
	color:#333;
	height:150px;
}
.inputButton{
	width:120px;
	height:35px;
	line-height:35px;
	color:#fff;
	background:#0c2e6d;
	text-align:center;
}
#code{
	width:400px;
	overflow:hidden;
}
#checkCodeImg{
	float:left;
	margin-left:15px;
	height:35px;
}
#checkcode{
	float:left;
	width:120px;
	line-height:35px;
	height:35px;
	color:#666;
	border:1px solid #999;
	text-indent:12px;
}
