/*服务项目*/
/*轮播图*/
.serviceprojects-banner {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

/*内容*/
.content {
	width: 100%;
	/*min-height: 1000px;*/
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #f5f9fd;
}
.content-news {
	width: 1400px;
	overflow: hidden;
	margin: 20px auto;
}
.content-news-hd {
	width: 200px;
	height: 265px;
	float: left;
}
.news-dt{
	width: 310px;
	/*height: 600px;*/
	background-color: #F1F1F1;
	float: right;
	overflow: hidden;margin-bottom: 40px;
}
.content-news-hd .content-news-hd-1 {
	width: 200px;
	height: 60px;
	border-radius: 4px;
	background-color: #1a6eb3;
	line-height: 20px;
	padding-top: 10px;
	/*border-bottom: 4px solid #00e2ea;*/
}
.content-news-hd-1 span {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
}
.content-news-hd .contact-ours {
	margin-top: 40px;
}
.content-news-hd .content-news-hd-1 a {
	font-size: 18px;
	font-family: "微软雅黑";
	color: #FFFFFF;
}
.content-news-hd .content-news-hd-2 {
	background-color: #3498db;
	color: #FFFFFF;
}
.content-news-hd-2  a span {
	color: #FFFFFF;
}
.content-news-hd li {
	width: 200px;
	height: 40px;
	text-align: center;
	list-style: none;
	background-color: #fff;
	border: 1px solid #f5f9fd;
	line-height: 40px;
}

.content-news-hd  a {
	text-decoration: none;
	color: #666666;
	
}

.contact-ours .content-news-hd-1 a {
	height: 40px;
	font-size: 18px;
}

.contact-ours .content-news-hd-1 {
	height: 50px;
	padding-top: 10px;
}

.contact-ours li {
	line-height: 20px;
}

.contact-ours p {
	font-size: 14px;
	color: #999999;
}

.contact-ours .ours-title {
	background-color: #FFFFFF;
	color: #333333;
}

.ours-title p {
	padding-top: 10px;
}
.news-dt-product{
	list-style: none;
}
.news-dt-product li{
	border-radius: 6px;
	width: 90px;
	height: 34px;
	background-color: #ebebeb;
	text-align: center;
	line-height: 34px;
	margin-left: 20px;
	float: left;
	margin: 20px;
}
.news-dt-product li p{
	font-size: 14px;
}
.news-dt-product li p a{
	color: #333333;
}
/*新闻内容*/

.content-news-bd {
	width: 820px;
	overflow: hidden;
	background-color: white;
	float: left;
	margin-bottom: 60px;
	margin-left: 30px;
}

.content-news-bd-title {
	width: 820px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #efeeed;
}

.title-1 {
	float: left;
	margin-left: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
}

.news-dt-content {
	list-style: none;
	margin-top: 20px;
	padding-left: 10px;
}
.news-dt-content li{
float: left;
width: 150px;
height: 120px;
border:1px soild #999999;	
}
.news-title span{
display: inline-block;
margin-left: 160px;

}
.news-title span a{
	color: #999;
	font-size: 14px;
}
.news-title {
	margin: 20px 0;
	padding-left: 10px;
}
.news-dt-content p{
	font-size: 14px;
	line-height: 20px;
}
.news-dt-content  a{
	color: #333333;
}
.news-dt-content span,i{
	font-size: 12px;
	color: #999999;
}
/*二级导航*/

.content-news-bd-title-2 {
	float: right;
	margin-right: 55px;
}

.content-news-bd-title-2 li {
	display: inline-block;
	color: #777777;
}

.content-news-bd-title-2 li a:after {
	content: '>';
	margin: 0 10px;
}

.content-news-bd-title-2 li:last-child a:after {
	display: none;
}

.content-news-bd-title-2 a {
	float: left;
	list-style: none;
	text-decoration: none;
	color: #999;
	font-family: "微软雅黑";
	font-size: 12px;
}


/*<!--新闻内容-->*/

.content-news-details {
	padding: 10px 110px;
	text-align: center;
	margin-top: 50px;
}

.content-news-details h1 {
	font-size: 22px;
	font-family: "微软雅黑";
	color: #333333;
	text-align: center;
	font-weight: 500;
}

.content-news-details i {
	display: block;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 12px;
	padding-top: 20px;
	font-style: normal;
}

.content-news-details-1 {
	width: 820px;
	margin: 20px auto;
	overflow: hidden;
	    padding: 10px;
    line-height: 20px;
}
.content-news-details-1 h1{
	text-align: center;
	width: 400px;
	margin:0 auto;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #00b0f0;
	margin-bottom: 20px;
}

.content-news-details-1 p {
	/*text-indent: 2em;*/
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}
.content-news-details-1 p span{
	width: 820px;
	text-indent: 2em;
	padding: 0 10px;
	
}