.jianju {
	height:100px;
}

.title-one {
	font-size:21px;
	font-weight:700;
	text-align:center;
	color:#000;
	padding:0 15px;
}

.title-two {
	font-size:14px;
	text-align:center;
	color:#999;
	padding:0 15px;
	margin-top:12.5px;
}

.access-process-body > .row .access-process-col {
    padding: 20px;
    box-shadow:0px 2px 5px #e0e0e0;
    margin:0;
    margin-bottom:40px;
    border-radius:5px;
    border:2px solid #fff;
    height:325px;
}

.access-process-body > .row .access-process-col > .title {
	font-size:60px;
	color:#000;
	font-weight:700;
	line-height:85px;
}

.access-process-body > .row .access-process-col > .title > span {
	float:right;
	font-size:24px;
}

.access-process-body > .row .access-process-col > .text {
	font-size:16px;
	color:#999;
	margin:20px 0;
	line-height:25px;
}

.access-process-body > .row > img {
	width:18px;
	height:28px;
}

.access-process-body > .row .right-icon-left {
	position:absolute;
	left:32.2%;
	top:136px;
	display:none;
}

.access-process-body > .row .right-icon-right {
	position:absolute;
	right:31.8%;
	top:136px;
	display:none;
}

.access-process-body > .row .top-icon-one,.access-process-body > .row .top-icon-two {
	position:absolute;
	top:325px;
	height:40px;
	left:0;
	right:0;
	display:none;
}

.access-process-body > .row .top-icon-one > img,.access-process-body > .row .top-icon-two > img {
	display:block;
	margin:11px auto;
	height:28px;
	width:18px;
	transform: rotate(90deg);
}

/*屏幕宽度最小为992px时的样式*/
@media (min-width: 768px){
	.access-process-row {
		padding:0 15px !important;
	}
	
	.access-process-col-one {
		margin:0 !important;
		margin-right:40px !important;
	}
	
	.access-process-col-two {
		margin:0 20px !important;
	}
	
	.access-process-col-thr {
		margin:0 !important;
		margin-left:40px !important;
	}
	
	.access-process-col {
		margin-bottom:40px !important;
	}
}

.access-process-row {
	padding:0;
}


.we-advantage-body .we-advantage-col {
    padding: 30px 0px;
    margin-bottom:20px;
    /*height:370px;*/
    padding-bottom:0;
}

.we-advantage-body .we-advantage-col .icon-body {
	width:120px;
	height:120px;
	margin:auto;
	display:flex;
	justify-content: center;
    align-items: center;
    background:#b3e5fc;
    border-radius:50%;
}

.we-advantage-body .we-advantage-col .fa {
	font-size:50px;
	color:#757575;
}

.we-advantage-body .we-advantage-col .name-text {
	font-size:26px;
	font-family:"宋体";
	font-weight:700;
	text-align:center;
	padding:20px 0;
}

.we-advantage-body .we-advantage-col .content-text {
	color:#999;
	font-size:15px;
	/*height:140px;*/
}

/*屏幕宽度最小为992px时的样式*/
@media (min-width: 768px){
	.we-advantage-col {
		padding:30px 20px !important;
	}
	
	.page-footer-row {
		padding:0 20px !important;
	}
}

.page-footer-row {
	padding:0;		
}

.page-footer-row > div {
	padding:0;
}

.navbar-header,.we-advantage-body,.access-process-body,.page-footer-col {
	max-width:1085px;
	margin:auto;
}