/* 专家服务 start */
.zjfw-banner {
	position: relative;
	height: 380px;
	width: 100%;
}
.zjfw-banner img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* object-fit: cover; */
	height: 100%;
}
.zjfw-main {
	padding: 30px 0;
	background: #f4f4f4;
}
.zjfw-center {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	min-height: 1100px;
	box-sizing: border-box;
	padding: 30px 100px;
}
.zjfw-centit {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0px;
	position: relative;
}
.lisqbtn{
	padding: 0px 15px;
    color: #fff;
    background-color: #1890ff;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 12px;
    height: 36px;
    line-height: 36px;
    border: none;
}
.zjfw-censj {
	font-size: 14px;
	color: #666666;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.zjfw-cennr {
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	padding: 20px 0;
}
.zjfw-cenbox {
	background: #f8f9fc;
	padding: 40px 20px 10px;
}
.zjfw-cenbox .box1 {
	margin-bottom: 55px;
}
.zjfw-cenbox .box1 h4 {
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
	padding-left: 15px;
	border-left: 6px solid #165dff;
	margin: 0px;
	margin-bottom: 20px;
}
.zjfw-cenbox .box1 .cont {
	padding-left: 20px;
}
.zjfw-cenbox .box1 .cont p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #333333;
}
.zjfw-tabbox {
	padding: 40px 20px;
}
.zjfw-tabbox .bt {
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
	padding-left: 15px;
	border-left: 6px solid #165dff;
	margin: 0px;
	margin-bottom: 20px;
}
.w80 {
	width: 80px;
}
.w800 {
	width: 800px;
}
.w120 {
	width: 120px;
}
.zjfw-table tr th {
	height: 50px;
	line-height: 50px;
	background: #f5f8ff;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	text-align: left;
	font-size: 14px;
	color: #999999;
	padding: 0 20px;
}
.zjfw-table tr td {
	height: 50px;
	line-height: 50px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	text-align: left;
	font-size: 14px;
	color: #333333;
	padding: 0 20px;
}
.zjfw-table tr td a {
	color: #1b45ce;
	cursor: pointer;
}
