﻿*{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", "Source Han Sans CN", "PingFang SC", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", STXihei, "思源黑体", "苹果苹方", "华文细黑", Heiti, "黑体", SimSun, "宋体", sans-serif
}

.aboutContainer{
	position: relative;
	width: 100%;
	height: 100%;
	top:150px;
}
.aboutCon{
	position: relative;
	width: 1200px;
	height: 500px;
	margin: 0 auto;
}
.qklgroup{
	width: 1200px;
	height: 500px;
}
.qklgroup .grouplogo img{
	width: 0px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.qklgroup .grouptext{
	width: 1200px;
	height: 300px;
	margin-top: 100px;
}
.qklgroup .grouptext h2{
	font-size: 36px;
	font-weight: 700;
}
.qklgroup .grouptext p{
	color: #5c5c5c;
	text-indent: 4rem;
	font-size: 30px;
	letter-spacing: 2px;
}