@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	font-size: 12px;
	line-height: 2.4em;
	font-family: "Microsoft YaHei";
	color: #555;
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	list-style: none;
}
img {
	font-size: 0;
	vertical-align: bottom;
	line-height: 0;
	border: 0;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
a, a:visited {
	color: #555;
	text-decoration: none;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
a:hover {
	color:#005c9e;
	text-decoration: none;
}
.c {
	clear: both;
}
/*----------------------------------------------end main-----------------------------------------*/
.m1 {
	width: 1100px;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.index-t {
	text-align: center;
	width:100%;
	padding:40px 0;
}
.index-t h2 {
	color: #005c9e;
	font: normal 26px/40px "Microsoft YaHei";
}
.index-t h3 {
	color: #999;
	font: normal 14px/20px "Microsoft YaHei";
}
/*顶部*/
.top {
	background-color: rgba(247,247,247,1);
	border-bottom: 1px solid rgba(230,230,230,1);
	height: 30px;
	line-height: 30px;
}
/*导航*/
.menu {
	width: 100%;
	background-color:#005c9e;
}
.menu ul {
	clear: both;
	overflow: hidden;
	width:1096px;
	margin:0 auto;
}
.menu ul li {
	height: 40px;
	width: 137px;
	float: left;
	text-align: center;
	font: 14px/40px "微软雅黑";
}
.menu ul li a {
	display: block;
	color:#fff;
	text-decoration: none;
}
.menu ul li a:hover {
	text-decoration: none;
	background-color: #282d30;
}
/*banner*/
#full-screen-slider {
	width: 100%;
	height: 480px;
	position: relative;
}
#slides {
	display: block;
	width: 100%;
	height: 480px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	right: 50%;
	text-align: center;
	bottom: 30px;
	z-index: 9900;
	margin: 0
}
#pagination li {
	position: relative;
	right: -50%;
	display: block;
	list-style: none;
	width: 50px;
	height: 8px;
	float: left;
	margin: 0 10px;
	border-radius: 4px;
	background-color: #fff;
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background-color: #005c9e;
}
/*关于我们*/
.about{
	border-bottom:1px solid #fff;
	background:url(../images/index_08.jpg) no-repeat center bottom;
	min-height:204px;
}
.about-nr{
	line-height:34px;
}
.about-list{
	margin:35px 0 45px 0;
}
.about-list ul{
	text-align:center;
}
.about-list ul li{
	display:inline-block;
	padding:0 12px;
}
.about-list ul li a{
	width:135px;
	height:40px;
	display:inline-block;
	background-color:#dbdbdb;
	font:normal 12px/40px "Microsoft YaHei";
}
.about-list ul li a:hover{
	background-color:#005c9e;
	color:#fff;
}

/*工程案例*/
.case{
	background-color:#f8f8f8;
	border-top:1px solid #e6e6e6;
}
.case-nr {
	width: 1120px;
	margin:0 auto;
	clear: both;
	overflow: hidden;
	padding:0 0 30px 0;
}
.case-nr ul li {
	float: left;
	width: 260px;
	padding: 0 10px;
}
.case-nr ul li img {
	font-size: 0;
	vertical-align: bottom;
	line-height: 0;
	border: 1px solid #dfdfdf;
	padding: 4px;
	width: 250px;
	height: 185px;
}
.case-nr ul li span {
	display: block;
	text-align: center;
	line-height: 40px;
}
/*新闻*/
.news-pic{
	width:535px;
	float:left;
	position:relative;
}
.news-pic img{
	width:535px;
	height:355px;
}
.news-pic b{
	background-color:rgba(0,0,0,.5);
	display:block;
	position:absolute;
	bottom:0;
	width:515px;
	height:38px;
	font:normal 12px/38px "Microsoft YaHei";
	padding-left:20px;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.news-pic:hover b{
	background-color:rgba(0,92,158,.5);
}
.news-pic a{
	color:#fff;
}
.news-nr{
	width:500px;
	float:right;
}
.news-nr dl{
	border-bottom:1px dashed #d3d3d3;
	padding-bottom:15px;
	margin-bottom:10px;
	clear:both;
	overflow:hidden;
}
.news-nr dl:last-child{
	margin:0;
}
.news-nr dl dd.time{
	width:83px;
	float:left;
	color:#005c9e;
	text-align:center;
	padding-top:13px;
}
.news-nr dl dd.time b {
	display:block;
	font:normal 42px/50px Arial;
}
.news-nr dl dd.time i {
	display:block;
	font:normal 18px/26px Arial;
}
.news-nr dl dt{
	width:395px;
	float:right;
	font-weight:bold;
}
.news-nr dl dd.txt{
	width:395px;
	float:right;
	line-height:22px;
	color:#999;
}

/*网站底部*/
.foot{
	height:60px;
	line-height:60px;
	text-align:center;
	margin-top:100px;
	background-color:#005c9e;
	color:#fff;
}
.foot a{
	color:#fff;
}
.foot a:hover{
	color:#5eb6f5;
}
/*----------------------------------------------end main-----------------------------------------*/
.content {
	padding-top:50px;
}
.ny_left {
	width: 230px;
	float: left;
}
/*内页产品列表*/
.list {
	margin-bottom: 35px;
	width: 230px;
}
.list_t {
	height: 40px;
	font: normal 16px/40px "Microsoft YaHei";
	background: url(../images/ny_03.png) no-repeat 190px center #005c9e;
	color: #fff;
	padding-left: 20px;
}
.list_nr {
	clear: both;
	overflow: hidden;
}
.list_nr ul li {
	margin-top: 1px;
}
.list_nr ul li a {
	display: block;
	font: normal 12px/14px "Microsoft YaHei";
	padding: 10px 10px 10px 40px;
	background-color: #f0f0f0;
}
.list_nr ul li a:hover {
	display: block;
	font: normal 12px/14px "Microsoft YaHei";
	padding: 10px 10px 10px 40px;
	background-color: #fff;
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
}
/*内页联系我们*/
.lianxi {
	background-color: #f0f0f0;
	padding: 15px 20px;
	font: normal 12px/26px "Microsoft YaHei";
}
.lianxi h2 {
	font: normal 18px/20px "Microsoft YaHei";
	padding-bottom: 10px;
	color: #555;
}
.lianxi h3 {
	font: normal 12px/26px "Microsoft YaHei";
	color: #999;
	padding-bottom: 10px;
}
/*内页右侧*/
.ny_right {
	width: 830px;
	float: right;
}
.ny_t {
	text-align: right;
	clear: both;
	overflow: hidden;
	width: 830px;
}
.ny_t img {
	float: right;
	padding-top: 13px;
	padding-right: 10px;
}
.ny_t span {
	font: normal 14px/38px "微软雅黑";
	float: right;
}
.name {
	font: normal 24px/44px "微软雅黑";
	border-bottom: 1px dashed #999;
	padding: 0px 0px 15px 0px;
	width: 830px;
}
/*内页右侧单页面*/
.ny_nr {
	padding: 30px 0px;
	line-height: 32px;
	width: 830px;
}