body{
	min-width: 1250px;
	padding-top: 100px;
}
/* 公共外边距 */
.advisory,.smallBlock{
	box-sizing: border-box;
	padding: 0px 5%;
}

/* S头部 */
.header{
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	z-index: 99;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
	.header .header-container{
		padding: 24px 40px 24px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.header .header-container .logo{
			width: 233px;
			height: 56px;
			display: flex;
			align-items: center;
		}
		.header .header-container .logo a{
			
		}
			.header .header-container .logo img{
				width: 100%;
			}
		.header .header-container .nav{
			width: 1150px;
			margin: 0 auto;
		}
			.header .header-container .nav .main-nav{
				display: flex;
				justify-content: space-between;
			}
				.header .header-container .nav .main-nav>li{
					flex: 1;
					text-align: center;
					position: relative;
				}
					.header .header-container .nav .main-nav>li>a{
						font-size: 16px;
						color: #333;
					}
					.header .header-container .nav .main-nav>li>a.active{
						color: #FD8A01;
						font-weight: 600;
					}
					.header .header-container .nav .main-nav>li>a:hover{
						color: #FD8A01;
					}
					.header .header-container .nav .main-nav>li .fu-nav{
						position: absolute;
						left: 0;
						right: 0;
						display: flex;
						flex-direction: column;
						align-items: center;
						padding-top: 38px;
					}
						.header .header-container .nav .main-nav>li .fu-nav li{
							width: 100%;
							background-color: rgba(255,255,255,0.9);
							text-align: center;
							border-bottom: 1px solid #C7C7C7;
							display: none;
						}
							.header .header-container .nav .main-nav>li .fu-nav li>a{
								display: block;
								font-size: 15px;
								color: #4a4a4a;
								padding: 10px 0;
							}
							.header .header-container .nav .main-nav>li .fu-nav li>a:hover{
								color: #FD8A01;
							}
		.header .header-container .tel{
			width: 194px;
			height: 46px;
			display: flex;
			align-items: center;
		}
			.header .header-container .tel img{
				width: 100%;
			}
			
			.header .header-container .nav .main-nav>li .fu-nav .subactive{
				color: #FD8A01;
			}
			
/* E头部 */


/* 咨询顾问 */
.advisory{
	background-color: white;
	padding-top: 40px;
	padding-bottom: 62px;
	width: 100%;
}
.advisory .box{
	margin-right: 50px;
	width:363px;
	height:563px;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 20px 0px rgba(0,0,0,0.2);
	padding: 34px 30px;
	box-sizing: border-box;
}
.advisory .box:nth-last-of-type(1){
	margin-right: 0px;
	
}
.advisory .box .people .name{
	margin-top: 25px;
	padding-bottom: 2px;
	width: 100%;
	display: flex;
	justify-content: center;
	font-size:22px;
}
.advisory .box .people .name span{
	border-bottom: 3px solid #FD8A01;
}
.advisory .box .people .office{
	margin-top: 7px;
	font-size:19px
}
.advisory .box .people{
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
}
.advisory .box .info{
	position: relative;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.advisory .box .info .fonts{
	left: 0;
	font-size:14px;
	color:rgba(102,102,102,1);
	line-height:26px;
	height: 130px;
}

.advisory .box .info a:hover{
	background:rgba(253,138,1,1);
	border-radius:6px;
	color: white;
}
.advisory .box .info .btn{
	display: block;
	width:130px;
	height:40px;
	background:#1465C0;
	border-radius:6px;
	color: white;
	text-align: center;
	line-height: 40px;
	font-weight: 600;
}
.advisory .box{
}
.advisory h1{
	font-size:36px;
	font-weight:600;
	color:rgba(74,74,74,1);
	line-height:50px;
	text-align: center;
}
.advisory h1 span{
	font-size:14px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:20px;
	display: block;
	margin-top: 20px;
}
.advisory .Businesser{
	margin-top: 40px;
	display: flex;
	width: 1190px;
	margin-left: auto;
	margin-right: auto;
	
}

/* S专业放心等4块 */
.fangxin{
	background-color: #1460B5;
}
	.fangxin .fangxin-container{
		width: 1200px;
		margin: 0 auto;
		padding: 56px 0;
	}
		.fangxin .fangxin-container ul{
			display: flex;
			justify-content: space-between;
			color: #fff;
		}
			.fangxin .fangxin-container ul>li{
				display: flex;
				align-items: center;
				border-right: 1px solid #fff;
				padding-right: 40px;
			}
			.fangxin .fangxin-container ul>li:nth-last-child(1){
				border-right: none;
				padding-right: 0;
			}
				.fangxin .fangxin-container ul>li .icon{
					width: 58px;
					height: 58px;
					margin-right: 12px;
				}
					.fangxin .fangxin-container ul>li .icon img{
						width: 100%;
					}
				.fangxin .fangxin-container ul>li .txt{}
					.fangxin .fangxin-container ul>li .txt h5{
						font-size: 24px;
						font-weight: 600;
						margin-bottom: 8px;
					}
					.fangxin .fangxin-container ul>li .txt p{
						font-size: 18px;
					}
/* E专业放心等4块 */

/* footer */

footer{
	padding-top: 40px;
	box-sizing: border-box;
	width: 1200px;
	height: 490px;
	margin: auto;
	padding-bottom: 70px;
	display: flex;
}
footer .left{
	width: 472px;
	border-right: 1px solid #8E8E93;
}
footer .left h1{
	
	font-size:30px;
	font-weight:600;
	color:rgba(51,51,51,1);
	line-height:32px;
}
footer .left>span{
	display: inline-block;
	padding-top: 10px;
	font-size:20px;
	color:rgba(153,153,153,1);
	line-height:32px;
}
footer .left .tel{
	font-size: 14px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	color:rgba(51,51,51,1);
}
footer .left .tel div{
	display: flex;
	flex-wrap: wrap;
	margin-left: 14px;
}
footer .left .tel div span:nth-child(1){
	width: 100%;
}

footer .left .addr{
	margin-top: 43px;
	display: flex;
	font-size: 14px;
	align-items: center;
	color:rgba(51,51,51,1);
}
footer .left .addr div{
	margin-left: 14px;
	display: flex;
	flex-wrap: wrap;
}
footer .left .addr div span:nth-child(1){
	width: 100%;
}

footer .left .tel{}
footer .left{}
footer .right{
	padding-left: 28px;
}
footer .right h1{
	font-size:30px;
	font-weight:600;
	color:rgba(51,51,51,1);
	line-height:32px;
}
footer .right>span{
	display: inline-block;
	padding-top: 10px;
	font-size:20px;
	color:rgba(153,153,153,1);
	line-height:32px;
}
footer .right nav ul li a{
	color:rgba(51,51,51,1);
	line-height:32px;
}
footer .right nav{
	display: flex;
}
footer .right nav ul{
	width: 160px;
}
footer .right nav ul .line a{
	color: #F7F7F7;
}
footer .right nav ul a:hover{
	color: #FF8A00;
}
footer .right nav ul .line a:hover{
	color: #F7F7F7;
}
footer .right{}
.copy{
	width: 100%;
	height:78px;
	background:rgba(50,51,52,1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}
.copy a{
	color: #fff;
}

/* education */
.education {
	height: 620px;
	background: url(../images/about_bg2.jpg);
	background-position: center;
	background-size: cover;
}

.education h1 {
	font-size: 36px;
	font-weight: 600;
	color: white;
	line-height: 50px;
	text-align: center;
	margin: 40px 0px;
	padding-top: 40px;

}

.education ul {
	margin: auto;
	width: 1200px;
	border: 1px solid forestgreen;
	display: flex;
	flex-wrap: wrap;
}

.education ul li {
	width: 25%;
	height: 214px;
}

.education ul li h2 {
	font-size: 20px;
	font-weight: 600;
	color: rgba(74, 74, 74, 1);
	line-height: 28px;
	text-align: center;
	margin-top: 40px;
}

.education ul li p {
	margin-top: 30px;
	padding: 0px 30px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 20px;
}

.bg-white {
	background-color: white;
}

.education {}

/* regist */
.regist{
	background-color: white;
	padding: 61px 0px;
}
.regist ul{
	width: 1200px;
	display: flex;
	margin: auto;
}
.regist ul li{
	height: 267px;
	width: 272px;
	
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 12px 0px rgba(0,0,0,0.16);
	border-radius:10px;
	overflow: hidden;
	margin-right: 37px;
}
.regist ul li img{
	display: block;
	border-radius:10px 10px 0 0;
}
.regist ul li:nth-last-of-type(1){
	margin-right: -37px;
}
.regist ul li h2{
	font-size:22px;
	font-weight:500;
	color:rgb(20, 101, 192);
	line-height:30px;
	text-align: center;
	margin-top: 12px;
}
.regist ul li a{
	width:135px;
	display: block;
	text-align: center;
	height:35px;
	background:#1465C0;
	border-radius:18px;
	font-size:16px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:32px;
	margin: auto;
	margin-top: 7px;
}
.regist h1{
	font-size:36px;
	margin-top: 40px;
	font-weight:600;
	color:rgba(74,74,74,1);
	line-height:50px;
	text-align: center;
}
.regist>p{
	margin: 20px 0px 0px 44px;
	font-size:14px;
	font-weight:500;
	color:rgba(74,74,74,1);
	line-height:20px;
	text-align: center;
	padding-bottom: 44px;
}
.regist>img{
	margin: auto;
	display: block;
}
.regist .zhucedi{
	width:1200px;
	margin: auto;
	margin-top: 67px;
	position: relative;
	height:1px;
	background-color: #CDCDCD;
}
.regist .zhucedi h2{
	font-size:22px;
	font-weight:600;
	color:rgba(74,74,74,1);
	line-height:30px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 250px;
	transform: translateX(-50%);
	text-align: center;
	background-color: white;
}
.regist{}

/* box */
.box-1200{
	width: 1200px;
	margin: auto;
}
.box-1200>h1{
	font-size:36px;
	font-weight:600;
	color:rgba(255,255,255,1);
	line-height:50px;
	text-align: center;
}


/* S页面通用样式 */
	/* s主标题 */
	.pramary-title{
		font-size: 36px;
		color: #4a4a4a;
		font-weight: 600;
		text-align: center;
		margin-bottom: 10px;
	}
	.pramary-title-white{
		font-size: 36px;
		color: #fff;
		font-weight: 600;
		text-align: center;
		margin-bottom: 10px;
	}
	/* e主标题 */
	/* s副标题 */
	.assistant-title{
		font-size: 14px;
		color: #666666;
		text-align: center;
	}
	/* e副标题 */
	/* s立即咨询按钮 */
	.pramary-btn{
		background-color: #1465C0;
		display: block;
		width: 358px;
		height: 62px;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		line-height: 62px;
		color: #fff;
		border-radius: 100px;
		margin: 0 auto;
	}
	/* e立即咨询按钮 */
/* E页面通用样式 */