.cptop {
	width: 100%;
	height: 450px;
	background: url(../img/about/banner_gywm.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	/* background-color: #000000; */
}

.cptop-wn {
	margin: 0 auto;
	color: white;
	width: 1200px;
	padding-top: 245px;
}

.cptop-wn h1 {
	font-size: 36px;
}

.cptop-wn p {
	margin-top: 30px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 20px;
}

.qyjs {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
	
	/* background-color: red; */

}
.qyjs>div:nth-child(1){
	display: flex;
	justify-content: center;
}
.qyjs>div:nth-child(2) {
	display: flex;
	margin-top: 60px;
}

.qyjs>div>div {
	padding-left: 100px;
	margin-top: 80px;
}

.qyjs>div>div p {
	text-align: left;
	text-indent: 2em;
	font-size: 18px;
	line-height: 30px;
	color: #656667;
	width: 481px;
}

.qywh {
	width: 100%;
	height: 690px;
	background: url(../img/about/gywm_qywh_bg.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	margin-top: 100px;
}

.qywh>div:nth-child(1) {
	text-align: center;
	padding-top: 60px;
	display: flex;
	justify-content: center;
}

.qywh>div:nth-child(2) {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	color: white;
	margin: 0 auto;
	padding-top: 60px;
}

.qywh>div:nth-child(2)>div {
	width: 375px;
	height: 350px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
	top: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qywh>div:nth-child(2)>div:hover {
	background-color: rgba(38, 108, 255, 1);

	box-shadow: 0px 3px 6px rgba(38, 108, 255, 0.16);
}

.qywh>div:nth-child(2)>div img {
	width: 100px;
	height: 100px;
}

.qywh>div:nth-child(2)>div p {
	margin-top: 10px;
}
.gsdz{
	width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	color: #333;
}
.gsdz > div:nth-child(1){
	display: flex;
	justify-content: space-between;
	width: 500px;
	font-size: 16px;
}
.gsdz > div:nth-child(1) div > p {
	height: 100px;
}
.gsdz > div:nth-child(1) div:nth-child(2) > p{
	text-align: right;
}
