@charset "utf-8";
/*顶部图标*/
.topicList{
	width:100%;
}
.jgzBg{
	box-shadow:0px 1px 5px rgba(0,0,0,.30);
	padding:40px;
	width:1120px;
	margin:0 auto;
}
.jgzForm{
	margin-bottom:20px;
}
.jgzFormIcon{
	display:block;
	width:58px;
	height:58px;
	border:1px solid #ddd;
}
.jgzFormIcon_1{
	background:url(../images/jgz01.png) no-repeat center center;
	background-size:20px;
}
.jgzFormIcon_2{
	background:url(../images/jgz02.png) no-repeat center center;
	background-size:14px 20px;
}
.jgzFormIn{
	display:block;
	width:380px;
	height:58px;
	line-height:58px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding-left:20px;
	font-size:16px;
	color:#888;
}
.jgzFormBtn{
	display:block;
	width:200px;
	line-height:60px;
	height:60px;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background-color:#004b92;
}
.jgzFormBtn img{
	display:inline-block;
	width:30px;
	height:30px;
	margin-right:10px;
}
.topicListPic{
	width:calc(25% - 140px);
	margin-left:40px;
	padding-left:100px;
}
.topicListPic:first-child{
	margin-left:0px;
}
.topicListPic_1{
	background:url(../images/topicIcon01.png) no-repeat left center;
	background-size:80px;
}
.topicListPic_2{
	background:url(../images/topicIcon02.png) no-repeat left center;
	background-size:80px;
}
.topicListPic_3{
	background:url(../images/topicIcon03.png) no-repeat left center;
	background-size:80px;
}
.topicListPic_4{
	background:url(../images/topicIcon04.png) no-repeat left center;
	background-size:80px;
}
.topicList_1{
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#333;
	line-height:30px;
	margin-bottom:10px;
}
.topicList_2{
	font-size:14px;
	text-align:justify;
	color:#333;
	line-height:20px;
}



/*金牌顾问*/
	.advisers{
		padding:0 0 60px 0;
	}
	.adviserLists{
		width:285px;
	}
	.adviserList_1s{
		margin:0 auto;
	}
	.adviserList_2s{
		text-align:center;
	}
	.adviserList_2s .adviserList_2A{
		margin-top:10px;
	}
	.adviserList_2s .adviserList_2C{
		margin-top:10px;
	}





	/*大标题*/
	.jgzHead{
		text-align:center;
		margin-bottom:40px;
	}
	.jgzHead_1{
		display:block;
		font-size:30px;
		margin-bottom:10px;
		color:#333;
		text-align:center;
		font-weight:bold;
	}
	.jgzHead_1 em{
		color:#004b92;
		font-weight:bold;
	}
	.jgzHead_1s em{
		color:#f4830a;
		font-weight:bold;
	}
	.jgzHead_1 img{
		display:inline-block;
		width:28px;
		height:9px;
		margin:0 10px;
	}
	.jgzHead_2{
		display:block;
		font-size:14px;
		color:#666;
		text-align:center;
	}
	
	
	/*技工证类别*/
	.jgzList{
		margin-top:40px;
	}
	.jgzList:first-child{
		margin-top:0px;
	}
	.jgzListL{
		height:150px;
		overflow:hidden;
		position:relative;
	}
	.jgzListL_1{
		background:url(../images/jgzListBg_1.png) no-repeat;
		background-size:cover;
	}
	.jgzListL_2{
		background:url(../images/jgzListBg_2.png) no-repeat;
		background-size:cover;
	}
	.jgzListL_3{
		background:url(../images/jgzListBg_3.png) no-repeat;
		background-size:cover;
	}
	.jgzListLs{
		margin-left:20px;
	}
	.jgzListLHead{
		display:block;
		text-align:center;
		font-size:24px;
		line-height:30px;
		font-weight:bold;
		color:#fff;
		margin:0 auto;
		margin-bottom:16px;
		margin-top:25px;
	}
	.jgzListLHead em{
		display:block;
		width:30px;
		height:4px;
		background-color:#f4830a;
		margin:0 auto;
		margin-top:10px;
	}
	.jgzListLHeads{
		text-align:center;
		width:70%;
		margin:0 auto;
		color:#fff;
		font-size:14px;
		line-height:20px;
	}
	.jgzListLbtn{
		position:absolute;
		bottom:0;
		right:0;
		line-height:30px;
		color:#fff;
		font-size:14px;
		padding:0 10px;
		display:inline-block;
		background-color:#f4830a;
		transition:0.6s;
	}
	.jgzListR{
		width:calc(100% - 40px);
		padding:20px;
	}
	.jgzListTb{
		display:block;
		width:calc(100% - 1px);
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
		text-align:center;
		line-height:24px;
		border-spacing:0;
	}
	.jgzListTb th{
		border-bottom:1px solid #ddd;
		border-right:1px solid #ddd;
		font-weight:bold;
		padding:5px;
	}
	.jgzListTb td{
		border-bottom:1px solid #ddd;
		border-right:1px solid #ddd;
		padding:5px;
	}
	.jgzListTbH_1{
		width:180px;
	}
	.jgzListTbH_2{
		width:300px;
	}
	.jgzListTb a{
		color:#004b92;
	}
	.jgzListTb a:hover{
		font-weight:bold;
	}
	
	
	/*毕缔诚优势*/
	.jgzAdg{
		background:url(../images/jgzAdg.png) no-repeat;
		background-size:cover;
		border:6px solid #fff;
		box-shadow:0px 1px 10px rgba(0,0,0,.30);
		padding:50px 0;
	}
	.jgzAdgL{
		background-color:rgba(255,255,255,.80);
		border-radius:6px;
		margin:10px 20px 10px 0;
		width:390px;
		height:210px;
		padding-top:110px;
	}
	.jgzAdgLbtn{
		display:block;
		font-size:16px;
		font-weight:bold;
		color:#666;
		text-align:center;
		width:120px;
		border:1px solid #999;
		line-height:40px;
		margin:0 auto;
		margin-top:50px;
		transition:0.6s;
	}
	.jgzAdgLbtn:hover{
		background-color:#004b92;
		color:#fff;
		border:1px solid #004b92;
	}
	.jgzAdgR{
		width:790px;
	}
	.jgzAdgR li{
		width:250px;
		background-color:#fff;
		border-radius:6px;
		margin:10px 20px 10px 0px;
		padding:15px 0;
	}
	.jgzAdgR li:nth-child(3n){
		margin-right:0px;
	}
	.jgzAdgRHead{
		display:block;
		font-size:18px;
		line-height:30px;
		color:#333;
		font-weight:bold;
		text-align:center;
	}
	.jgzAdgRHead img{
		display:block;
		width:40px;
		height:40px;
		margin:0 auto;
		margin-bottom:5px;
		transition:1s;
	}
	.jgzAdgR li:hover img{
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
	.jgzAdgRWen{
		display:block;
		text-align:center;
		font-size:14px;
		color:#666;
	}
	.jgzAdgRWen em{
		display:block;
		width:20px;
		height:4px;
		background-color:#f4830a;
		margin:0 auto;
		margin-top:20px;
	}
	
	
	/*只需四步轻松拿证*/
	.jgzFlow{
		margin-bottom:40px;
	}
	.jgzFlow li{
		width:245px;
		background-color:#fff;
		border-radius:6px;
		margin-left:20px;
		padding:20px;
		transition:0.6s;
	}
	.jgzFlow li:first-child{
		margin-left:0px;
	}
	.jgzFlow li:hover{
		box-shadow:0px 1px 10px rgba(0,0,0,.30);
	}
	.jgzFlowHead{
		display:block;
		font-size:18px;
		font-weight:bold;
		color:#333;
		text-align:center;
	}
	.jgzFlowHead img{
		display:block;
		width:40px;
		height:40px;
		margin:0 auto;
		margin-bottom:10px;
	}
	.jgzFlowWen{
		display:block;
		text-align:center;
		font-size:14px;
		color:#666;
		padding-bottom:20px;
		margin-bottom:10px;
		background:url(../images/jgzF.png) no-repeat center bottom;
		background-size:30px 7px;
	}
	.jgzFlowNum{
		display:block;
		text-align:center;
		font-size:24px;
		color:#f4830a;
		font-style:italic;
		font-weight:bold;
	}
	
	
	/*案例展示*/
	.jgzCase{
		margin-bottom:40px;
	}
	.jgzCase li{
		width:245px;
		background-color:#fff;
		margin-left:20px;
		padding:20px 20px 70px 20px;
		box-shadow:0px 1px 10px rgba(0,0,0,.30);
		position:relative;
	}
	.jgzCase li:first-child{
		margin-left:0px;
	}
	.jgzCasePic{
		display:block;
		width:245px;
		height:200px;
		overflow:hidden;
	}
	.jgzCasePic img{
		display:block;
		width:100%;
		height:100%;
		transition:0.6s;
	}
	.jgzCaseHead{
		display:block;
		font-size:16px;
		color:#333;
		padding:10px;
		border-bottom:1px dashed #ddd;
	}
	.jgzCaseHead em{
		display:block;
		font-size:14px;
		color:#666;
	}
	.jgzCasePtn{
		display:block;
		position:absolute;
		bottom:20px;
		left:0;
		width:50%;
		line-height:40px;
		background-color:#004b92;
		color:#fff;
		text-align:center;
		font-size:16px;
		border-radius:0 20px 20px 0;
		transition:0.6s;
	}
	.jgzCasePtn em{
		font-weight:bold;
		display:none;
		transition:0.6s;
	}
	.jgzCase li:hover .jgzCasePic img{
		transform:scale(1.1);
	}
	.jgzCase li:hover .jgzCasePtn{
		width:100%;
		border-radius:0;
		box-shadow:0px 1px 5px rgba(0,0,0,.50);
	}
	.jgzCase li:hover .jgzCasePtn em{
		display:inline-block;
	}
