/* CSS Document */
.banner-wrap{
	display: flex;
	flex-direction: row;
	min-width:1200px;
	height:256px;
	background:linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%);
	margin-top:70px;
	}
.banner-box{
	height:240px;
	overflow:hidden;
	margin-left: 1em;
    margin-right: 10em;
	}
.banner-box p{
	font-size:28px;
	font-family:PingFangSC-Light,PingFang SC;
	font-weight:300;
	color:rgba(31,40,51,1);
	line-height:40px;
	margin-top:60px;
	}
/*搜索框*/
.search-box{
	width:440px;
	overflow:hidden;
	margin-top:34px;
	display: flex;
	flex-direction: row;
	}
.search-input{
	float:left;
	width:440px;
	height:44px;
	line-height:44px;
	overflow:hidden;
	background:rgba(255,255,255,1);
	border-radius:5px 0px 0px 5px;
	/*border-radius:5px;*/
	/*-webkit-border-radius:5px;*/
	/*-moz-border-radius:5px;*/
	}
.search-input input{
	margin-left: 20px;
	height:44px;
	width:440px;
	line-height:44px;
	border:none;
	outline:none;
	background-color:transparent;
	color:rgba(155,155,155,1);
	font-size:16px;
	font-family:PingFangSC-Light,PingFang SC;
	}
input::-webkit-input-placeholder {
	color:rgba(155,155,155,1);
}

.search-button{
	width:76px;
	height:42px;
	margin-top:1px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height:42px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:rgba(182,150,106,1);
	font-size:16px;
	color:#f0f6fb;
	cursor:pointer;
	float:left;
}
.search-button img{

}
.search-button:hover{
	background:rgba(182,150,106,1);
}
/*服务内容*/
.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:30px;
	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{
	overflow:hidden;
	}
/*侧边导航*/
.serve-nav{
	width:240px;
	float:left;
	overflow:hidden;
	background:#f4f8fb;
	margin-bottom: 50px;
}
/*子导航*/
.second-nav li{
	height:58px;
	line-height:58px;
	overflow:hidden;
	font-size:14px;
	font-family:"Microsoft YaHei";
	cursor:pointer;
	padding-left:20px;
}
.second-nav li:hover{
	background:#B6966A;
	color: #ffffff;
	}	
.current-color{
	background:#B6966A;
	color: #ffffff;
}

.nav-details{
	width:240px;
	overflow:hidden;
	background:#f9fafb;
	display:none;
	}	
.nav-details dl{
	padding:10px 0;
	overflow:hidden;
	background:#f9fafb;
}	
.nav-details dl dd{
	margin:10px 0;
	height:30px;
	padding-left:28px;
	border-left:3px solid #f9fafb;
	line-height:30px;
	font-size:14px;

}	
.nav-details dl dd a{
	color:#425460;
	width:180px;
	display:block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.nav-details dl dd:hover{
	border-left:3px solid #B6966A;
	color:#B6966A;
	}
.nav-details dl dd a:hover{
	color:#B6966A;
	}
.nav-details dl .current-dd{
	border-left:3px solid #B6966A;
	}
.nav-details dl .current-dd a{
	color:#B6966A;
	}	
	
/*导航标题对应内容*/
.right-container{
	width:840px;
	float:left;
	overflow:hidden;
	padding:0 50px 85px 50px;
	}
.title-box{
	border-bottom:1px dashed #dcdcdc;
	text-align:center;
	padding-bottom:15px;
	}
.title-box p{
	color:#333333;
	font-size:26px;
	line-height:66px;
	}
.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:right;
	padding-left:17px;
	border-left:2px solid #adadad;
	}
.title-box dl dt{
	float:right;
	padding-right:17px;
	}
	
.right-container ul{
	overflow:hidden;
	padding-top:30px;
	}
.right-container ul li{
	display:block;
	text-indent:2em;
	line-height:32px;
	color:#666666;
	font-size:14px;
	}
.right-container ul li p{
	text-indent:2em;
	font-size:16px;
	color:#333333;
	line-height:36px;
	}
