/* CSS Document */
.banner-wrap{
	min-width:1200px;
	overflow:hidden;
	height:300px;
	background:url(../Images/news_03.png) center center no-repeat;
	background-size:cover;
	margin-top:70px;
}
.banner-box{
	width:1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow:hidden;
	margin:0 auto;
}
.banner-box p{
	text-align:center;
	font-size:38px;
	font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:50px;
	margin-top: 95px;
}
.shortline{
	margin-top: 11px;
	margin-bottom: 20px;
	width:34px;
	height:4px;
	background:rgba(182,150,106,1);
}
.banner-box span{
	text-align:center;
	color:#ffffff;
	font-size:18px;
	font-family:PingFangSC-Light,PingFang SC;
	font-weight:300;
	line-height:26px;
	letter-spacing:10px;
	opacity:0.67;
}
/*服务内容*/
.serve-container-wrap{
	min-width:1200px;
	overflow:hidden;
	}
.serve-container-box{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	padding-top:30px;
	}
.serve-title{
	padding-bottom:40px;
	overflow:hidden;
	color:#425460;
	}
.serve-title a{
	font-size:13px;
	color:#425460;
	}
.serve-title a:hover{
	color:#03a0ef;
	}
.serve-title a:last-child{
	color:#425460;
	cursor:default;
	}
.serve-container{
	border-bottom: 1px solid #E5E5E5;
	overflow:hidden;
	}

	
	
/*导航标题对应内容*/
.right-container{
	width:1200px;
	overflow:hidden;
	}
.title-box{
	border-bottom:1px dashed #dcdcdc;
	text-align:left;
	padding-bottom:15px;
	margin:0 80px;
	}
.title-box p{
	color: #191919;
  
	font-size: 26px;
	padding: 42px 0 25px 0;
	}
.title-box dl{
	text-align:right;
	font-size:14px;
	height:16px;
	line-height:16px;
	color:#888888;
	margin:0 auto;
	overflow:hidden;
	}
.title-box dl dd{
	float:left;
	padding-left:5px;
	}
.title-box dl dt{
	float:right;
	padding-right: 10px;
	}
	
.right-container #text{
	overflow:hidden;
	font-size:14px;
	/*text-indent:2em;*/
	line-height:30px;
	color:#666666;
	padding:0 80px 40px 80px;
	margin-top:20px;
}
#text li{
	/*text-indent:2em;*/
	line-height:35px;
}

.next-article{
	padding-bottom: 80px;
	font-size: 14px;
	color: #9a9a9a;
	margin: 20px 80px;
}
.next-article div{
	/* width:300px; */
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.next-article a{
	color: #2065aa;
}
