body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
padding: 0;
margin: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
body{
	font-size: 12px;
	font-family: "Hiragino Sans GB","STHeiti",Helvetica,"Microsoft Yahei",微软雅黑,黑体,新細明體,Arial,"Lucida Grande",sans-serif;
	background-color:#cae3ff; 
}
.fleft{
	float: left;
}
.padding10{
	padding:10px !important;
}
.marginleft10{
	margin-left: 10px;
}
.marginright10{
	margin-right: 10px;
}
a.logo{
	position: absolute;
	width: 1000px;
	height: 200px;
	top: 0;
	left: 50%;
	margin-left: -500px;
	background: url(../images/logo.png) no-repeat;
}
.header{
	height: 800px;
	background:url(../images/body-bg.png) no-repeat;
	background-position: center top;
}
.main-content{
	width: 1000px;
	margin: auto;
	margin-top: -542px;
}
.nav-container{
	width: 997px;
	padding-left: 3px;
	background: url(../images/nav-left-bg.png) no-repeat;
	background-position: 0 0;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 200px;
}
.nav-container-left{
	padding-right: 3px;
	background: url(../images/nav-right-bg.png) no-repeat;
	background-position: 100% 0;
}
ul.nav{
	overflow: hidden;
	margin-bottom: 10px;
}
ul.nav li{
	float: left;
	background:url(../images/nav-bg.png) repeat-x;
}
ul.nav li:hover{
	background: url(../images/nav-bg-hover.png) repeat-x;
}
ul.nav a{
	display: block;
	height:48px;
	line-height: 48px;
	font-weight: lighter;
	text-align: center;
	width: 142px;
	font-size: 16px;
	color: #d9eafe; 
	background:url(../images/nav-line.png) no-repeat;
	background-position: 100% 0;
}
ul.nav a:hover{
	color: #fff;
}
.row-container{
	overflow: hidden;
	margin-bottom: 10px;
}
div.wraper{
	width: 580px;
	height: 360px;
}
div.project-box{
	width: 380px;
	padding: 0 20px;
	height: 360px;
	background: #fff;
}
div.news-abbr{
	padding: 10px 0;
	border-bottom: 1px dashed #d9d9d9;
	overflow: hidden;
}
div.news-abbr>h2{
	font-size: 16px;
	font-weight: bold;
	color: #ca4341;
	line-height: 40px;
	height: 40px;
}
div.news-abbr>span{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
div.news-abbr>p{
	color: #999;
	line-height: 20px;
	height: 40px;
}
div.news-abbr a{
	color: #ff5454;
}
ul.news-list{
	padding: 5px 0;
	color: #999
}
ul.news-list li{
	overflow: hidden;
	padding-left: 10px;
	background: url(../images/news-list-deco.png) no-repeat;
	background-position: 0 0;
	height: 28px;
	line-height: 28px;
}
.row-block ul.news-list li{
	padding: 0;
	background: none;
}
ul.news-list a{
	float: left;
	max-width: 70%;
	text-align: left;
	color: #999;
}
ul.news-list i{
	float: left;
	color: #ff5454;
}
ul.news-list.project span{
	float: right;
	text-align: right;
	width: 20%;
}
div.row-block{
	float: left;
	margin-right: 10px;
	border-bottom: 2px solid #d9d9d9;
	background: #fff;
}
div.row-3{
	width:327px;
	height: 290px;
}
div.qlink{
	width: 326px;
	margin-right: 0;
}
div.width100{
	width: 100%;
}
div.block-title{
	height: 40px;
	padding: 0 10px;
	border-bottom: 1px solid #d9d9d9;
}
div.block-title span{
	color: #0953ac;
	font-size: 16px;
	font-weight: bold;
	display: block;
	border-bottom: 4px solid #0953ac;
	line-height: 36px;
	height: 36px;
    float: left;
}
div.news-abbr img{
	float: left;
	margin-right: 10px;
}
div.intro-abbr{
	padding-top: 10px;
}
div.intro-abbr p{
	color: #999;
	line-height: 20px;
	padding: 5px 0;
}
div.intro-abbr a{
	color: #ff5454;
}
div.qlink{
	border: none;
	height: 292px;
	background: none;
}
div.qlink img{
	display: block;
	margin-bottom: 5px;
}
div.images-category-container{
	border: 10px solid #fff;
	overflow: hidden;
}
div.images-category{
	width: 10000px;
	overflow: hidden;
}
div.images-category img{
	float: left;
	margin-right: 10px;
}
div.footer{
	width: 1000px;
	margin: auto;
	border-top: 2px solid #8ed5ef;
	padding-top:20px;
	padding-bottom: 40px;
}
ul.footer-nav{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
ul.footer-nav li{
	display: inline-block;
	height: 24px;
}
ul.footer-nav a{
	float: left;
	color: #999;
	padding: 0 10px;
	border-right: 1px solid #d9d9d9;
	height: 10px;
	line-height: 10px;
	margin-top: 7px;
}
div.footer span,div.footer p{
	display: block;
	text-align: center;
	color: #999;
	line-height: 24px;
}
div.footer p a,div.footer span a{
	color: #999;
}

div.row-block.row3_2{
	width: 663px;
}
ul.list-news{
	padding: 10px;
}
ul.list-news>li{
	overflow: hidden;
	background: #f2f2f2;
	margin-bottom: 2px;
	cursor: pointer;
}
ul.list-news a{
	float: left;
	width: 500px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 42px;
	height: 42px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #666;
}

ul.list-news span{
	width: 90px;
	float: right;
	font-size: 14px;
	line-height: 42px;
	color: #999;
	text-align: right;
	padding-right: 10px;
}
ul.list-news>li:hover a{
	color: #1b4899;
}
ul.list-news>li:hover span{
	color: #1b4899;
}
div.quotes{
	text-align: center;
	padding-bottom: 10px;
}
div.quotes a,div.quotes div.quotes-number{
	display: inline-block;
}
div.quotes a{
	color: #666;
	border: 1px solid #d9d9d9;
	padding: 5px 8px;
	margin:0 2px;
}
div.quotes a:hover{
	background: #d9d9d9;
	color: #fff;
}
div.quotes a.current-number,div.quotes a.current-number:hover{
	background: #347ac2;
	border-color: #347ac2;
	color: #fff;
}
div.news-detail-container{
	background: #fff;
	overflow: hidden;
	padding: 20px;
}
div.news-date{
	width: 100px;
	background: #f2f2f2;
	text-align: center;
}
div.news-date p{
	font-size: 24px;
	color: #666;
	font-weight: bold;
	line-height: 48px;
}
div.news-date span{
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
div.detail-inner{
	width: 860px;
}
div.detail-title{
	
	margin: 0 20px;
	border-bottom: 2px solid #d9d9d9;
}
div.detail-title h2{
	font-size: 18px;
	color: #666;
	font-weight: bold;
	line-height: 40px;
}
div.detail-title span{
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding-bottom: 10px;
	margin-right: 20px;
}
div.detail-title i{
	font-style: normal;
}
div.detail-content{
	padding: 20px;
}
div.detail-content img{
	display: block;
	margin:10px auto;
	max-width: 820px;
}
div.detail-inner p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 5px;
	text-align: justify;
}
a.quit-btn{
	display: block;
	margin-left: 20px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	width: 98px;
	text-align: center;
	background: #0068b7;
}

/*首页搜索*/
div.search-box{
	padding: 14px 0;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
}
div.search-box span{
	float: left;
	line-height: 32px;
	height: 32px;
	color: #333;
	font-size: 14px;
}
div.search-box input{
	float: left;
	width: 254px;
	height: 24px;
	line-height: 24px;
	padding: 3px 2px;
	border: 1px solid #d9d9d9;
	background: #f2f2f2;
}
div.search-box button{
	float: left;
	margin-left: 5px;
	width: 40px;
	height: 32px;
	background:url(../images/search-btn.png) no-repeat;
	background-position: center center;
	border: none;
	cursor: pointer;
}