/*关于我们开始 */

.about_jj {
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
}

.about_wz {
	font-size: 18px;
}

.section {
	padding: 60px 0;
}

#about .video-wrap {
	border-radius: 20px;
}

.zizhi {
	width: 100%;
	overflow: hidden;
}

.zizhi ul {
	width: 100%;
	overflow: hidden;
}

.zizhi ul li {
	width: 48%;
	float: left;
	margin: 6px;
	margin-bottom: 20px;
	list-style-type: none;
	text-align: center;
	overflow: hidden;
}

.zizhi ul li img {
	width: 100%;
	height: 368px;
	object-fit: cover;
	transition: all .5s ease;
	border-radius: 10px;
}

.zizhi ul li:hover img {
	transform: scale(1.1);
}

.zizhi ul li h3 {
	font-size: 18px;
	padding: 8px;
	text-align: center;
}

.partner p {
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}

.column-title .descript {
	font-size: 18px;
}

.partner ul {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.partner li {
	float: left;
	list-style-type: none;
	width: 24%;
	height: 162px;
	margin: 6px;
	overflow: hidden;
}

.partner li:hover img {
	transform: scale(1.1);
}

.partner li img {
	width: 100%;
	height: 162px;
	border: 1px solid #eee;
	border-radius: 8px;
	transition: all 0.5s ease;
}


/*关于我们结束 */


/*业务领域开始 */

.col-md-8 {
	width: 100%;
}

.solution {
	padding-bottom: 0px !important;
}

.cpny {
	padding-top: 100px;
}

.cpxq {
	font-size: 18px;
	margin: 30px 0;
	padding: 30px 20px;
	background-color: white;
}


/*业务领域结束 */

#core .mes {
	background-color: #f5f7f7
}

#core .mes .content {
	background-color: #fff
}

#core .mes .content dl {
	padding: 50px 30px 0;
	margin-bottom: 0
}

#core .mes .content dl dt {
	font-size: 24px;
	margin-bottom: 5px
}

#core .mes .content dl dd {
	margin-bottom: 25px;
	color: #6c7174
}

#core .mes .content dl dd p {
	line-height: 1.25
}

#core .mes .model .title {
	font-weight: lighter;
	font-size: 24px;
	margin: 50px 0
}

@media (min-width:768px) {
	#core .mes .model .item:first-of-type dl {
		border-right: 1px #ccc solid;
		padding-right: 50px
	}
	#core .mes .model .item:last-of-type {
		padding-left: 45px
	}
}

@media (max-width:768px) {
	#core .mes .model .item {
		margin-bottom: 60px
	}
}

#core .mes .model dl dt {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: normal
}

#core .mes .model dl dd {
	color: #6c7174
}

#hr .blocks .content {
	background-color: #f5f7f7
}

#hr .blocks .image-box {
	margin-left: -15px;
	margin-right: -15px
}

#hr .blocks .info {
	padding: 80px 70px 0
}