.wrapper{
	min-height: calc(100vh - 604px);
}


.wrapper .container {
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 140px;
}
#brand,#kernel, #business,#service{
	float: left;
	margin-top: -120px;
}


.container .contain {
	display: flex;
	margin-bottom: 61px;
}
.container .contain:last-of-type {
	margin-bottom: 0;
}
.container .contain_ {
	font-size:16px;
	font-family: MicrosoftYaHei;
	color:rgba(42,46,46,1);
	line-height:36px;
	margin-top: 31px;
	text-indent: 2em;
}
.contain-main {
	flex: 1;
}
.contain-title {
	height:37px;
	font-size:28px;
	font-weight:bold;
	color:rgba(42,46,46,1);
	line-height:37px;
}
.contain-main-img {
	width:557px;
	height:344px;
    position: relative;
    cursor: pointer;
}
.contain-main-img img {
	width: 100%;
	height: 100%;
}
.video_position {
    width:64px;
    height:64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    transition: .3s ease;
}
.other-contain{

}
.other-contain-title{
	font-size:24px;
	font-weight:bold;
	color:rgba(155,112,194,1);
	text-align: center;
	line-height: 94px;
}
.other-contain_ {
	display: flex;
	justify-content: space-between;
}
.other-contain_figure {
	width: 353px;
	height: auto;
	margin-bottom: 39px;
}
.other-contain_figure img {
	width: 100%;
	height: 218px;
}
.other-contain_figure .title {
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	background:rgba(155,112,194,0.2);
}

.other-contain_figure .title span {
	width: calc(100% - 60px);
	height:60px;
	line-height:60px;
	font-size:22px;
	color: rgba(155,112,194,1);
	text-align: center;
	display: inline-block;
}
.other-contain_figure .title .f_icon {
	width:60px;
	font-size:26px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	background:rgba(155,112,194,1);
}
