.breadcrumbs h5.video-tit-h5:before {
	position: absolute;
	left: 0;
	top: 23px;
	width: 26px;
	height: 25px;
	background: url("../../images/newImg/icon-sever.png") no-repeat;
	content: "";
}

.culture-pic {
	position: relative;
	margin: 41px 0;
	border-radius: 8px;
	height: 200px;
	background: url("../../images/newImg/culture_pic.png") no-repeat;
}
.culture-pic:before {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	content: "";
}

.culture-pic .well-known {
	padding: 70px 0 0 160px;
	font-size: 18px;
	color: #fff;
}

.culture-pic .comeFrom {
	float: right;
	margin-right: 96px;
	margin-top: 40px;
	font-size: 22px;
	color: #fff;
}

/*为什么选择*/
.advantage-wrap .advantage-tit {
	position: relative;
	font-weight: bold;
	font-size: 22px;
	color: #333;
}

.advantage-wrap .advantage-list li {
	margin-top: 42px;
}

.advantage-wrap .advantage-list li .advantage-item .advantage-tit span {
	position: relative;
	z-index: 2;
	padding-right: 20px;
	background: #fff;
	font-weight: bold;
	font-size: 22px;
}

.advantage-wrap .advantage-list li .advantage-item .advantage-tit:after {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: url("../../images/dashedRepeat.jpg") repeat-x;
	content: "";
}

.advantage-wrap .advantage-list li .advantage-item .advantage-info {
	margin-top: 42px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.advantage-wrap .purpose-wrap {
	margin: 42px 0;
	padding: 32px 0;
	background: #f1f1f1;
}

.advantage-wrap .purpose-wrap .purpose-tips:last-child {
	float: right;
	margin-top: 20px;
}

.advantage-wrap .purpose-wrap .purpose-tips:last-child .purpos-line {
	margin-right: 0;
}

.advantage-wrap .purpose-wrap .purpose-tips .purpos-line {
	align-self: center;
	margin-right: 20px;
	width: 153px;
	height: 3px;
	background: #ffaf02;
}

.advantage-wrap .purpose-wrap .purpose-tips .purpose-text {
	font-size: 22px;
	color: #333;
}

.Core-advantages {
	margin-bottom: 60px;
}

.Core-advantages img {
	width: 100%;
	height: auto;
}

/*服务模式*/
.Service-mode .Service-list {
	position: relative;
	flex-wrap: wrap;
	margin-bottom: 68px !important;
}

.Service-mode .Service-list li {
	margin-top: 35px;
	padding: 25px 53px 25px 25px;
	width: 454px;
	height: 187px;
	background: url("../../images/newImg/box-rb.png");
	background-size: cover!important;
}
.Service-mode .Service-list li:hover {
	background: url("../../images/newImg/box-rby.png");
}
.Service-mode .Service-list li:nth-of-type(2) {
	padding: 25px 24px 25px 66px;
	background: url("../../images/newImg/box-lb.png");
}
.Service-mode .Service-list li:nth-of-type(2):hover {
	padding: 25px 24px 25px 66px;
	background: url("../../images/newImg/box-lby.png");
}
.Service-mode .Service-list li:nth-of-type(3) {
	background: url("../../images/newImg/box-lt.png");
}
.Service-mode .Service-list li:nth-of-type(3):hover {
	background: url("../../images/newImg/box-lty.png");
}
.Service-mode .Service-list li:nth-of-type(4) {
	padding: 25px 24px 25px 66px;
	background: url("../../images/newImg/box-rt.png");
}
.Service-mode .Service-list li:nth-of-type(4):hover {
	padding: 25px 24px 25px 66px;
	background: url("../../images/newImg/box-rty.png");
}
.Service-mode .Service-list li .academic-title {
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	color: #333;
}
.Service-mode .Service-list li:hover  .Service-content,
.Service-mode .Service-list li:hover  .academic-title span {
	color: #333;
}


.Service-mode .Service-list li .Service-content {
	margin-top: 15px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
.center-circle {
	position: absolute;
	left: calc(50% - 65px);
	top: 40%;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	background: #ffaf02;
}
.center-circle  img {
	display: block;
	align-self: center;
	margin: 31px auto;
}