#gropramme {
	margin-left: 80px;
}

#gropramme .banner img {
	width: 100%;
	height: auto;
}

#gropramme .content {
	display: flex;
	flex-direction: row;
	width: calc(100vw - 80px);
	/* padding: 0 5%; */
	margin: 100px 0;
}

#gropramme .content>div {
	display: flex;
	flex-direction: column;
}

#gropramme .content>div img {
	width: 100%;
	height: auto;
}

#gropramme .content .msg {
	padding: 0 6.5%;
	width: 58.2%;
	border-right: 1px solid #ccc;
}

#gropramme .content .msg .msg-box {
	margin-bottom: 70px;
}

#gropramme .content .msg .msg-box .message {
	font-size: 22px;
	margin: 40px 0;
	color: rgba(0, 0, 0, .5);
}

#gropramme .content .msg .message span {
	font-size: 25px;
	font-weight: bold;
	color: #7970AD;
}

/* #gropramme .content .msg .msg-box .message span {
	font-size: 25px;
	font-weight: bold;
	color: #7970AD;
} */

#gropramme .content .msg .msg-box .img-box {
	text-align: center;
	margin: 30px 0;
}

#gropramme .content .msg .msg-box .img-box img {
	margin-bottom: 10px;
}

#gropramme .content .msg .msg-box .img-box .tip {
	font-size: 25px;
	font-weight: bold;
	color: #7970AD;
}

#gropramme .content .msg .msg-box .value {
	display: flex;
	align-items: baseline;
}

#gropramme .content .msg .msg-box .value>div {
	font-size: 22px;
	width: calc(100% - 30px);
}

#gropramme .content .msg .msg-box .value .icon {
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	background-color: #81818C;
	width: 10px;
	height: 15px;
	margin-right: 10px;
}

#gropramme .content .introduce {
	padding: 0 7.6% 0 3.3%;
	width: 41.8%;
}

#gropramme .content .introduce .value-box {
	width: 90%;
	margin: 0 5% 50px 5%;
}

#gropramme .content .introduce .value-box img {
	margin: 30px 0;
}

#gropramme .content .introduce .value-box .label-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* margin-top: 30px; */
}

#gropramme .content .introduce .value-box .label-box span {
	border-radius: 1000px;
	padding: 5px 0;
	border: 1px solid rgba(0, 0, 0, .5);
	font-size: 25px;
	margin: 0 5% 20px 0;
	width: 45%;
	text-align: center;
	color: rgba(0, 0, 0, .5);
}

#gropramme .content .title {
	font-size: 35px;
	font-family: 'fangzheng';
	/* font-weight: bold; */
	margin-bottom: 40px;
}

#gropramme .content .value {
	font-size: 22px;
	line-height: 1.7;
	color: rgba(0, 0, 0, .5);
}

#gropramme .content .msg .pro-box .pro-box-detail {
	box-shadow: 0 0 10px #aaa;
	padding: 30px 50px 40px 50px;
	border-radius: 20px;
}

#gropramme .content .msg .pro-box .pro-box-detail .message {
	font-size: 22px;
	margin: 40px 0;
	color: rgba(0, 0, 0, .5);
}

/* #gropramme .content .msg .pro-box .pro-box-detail .message span {
	font-size: 25px;
	font-weight: bold;
	color: #7970AD;
} */

#gropramme .content .msg .pro-box .pro-box-detail img {
	width: 70%;
	margin: 0 15%;
	height: auto;
}

#gropramme .content .msg .pro-box .pro-box-detail .bt-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

#gropramme .content .msg .pro-box .pro-box-detail .bt-box p {
	margin: 0 30px;
	border-radius: 1000px;
	padding: 5px 50px;
	background: #000;
	color: #fff;
	cursor: pointer;
}

#gropramme .content .msg .pro-box .pro-box-detail .bt-box p a {
	color: #fff;
}
#gropramme .content .introduce .bt-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
#gropramme .content .introduce .bt-box .normal-bt {
	background-color: #000;
	color: #fff;
	border-radius: 1000px;
	padding: 5px 50px;
	display: inline-block;
	cursor: pointer;
}

@media(max-width: 1600px) {
	#gropramme .content .msg .msg-box .message {
		font-size: 20px;
	}

	#gropramme .content .msg .pro-box .pro-box-detail .message {
		font-size: 20px;
	}

	#gropramme .content .introduce .value-box .label-box span {
		font-size: 22px;
	}

	#gropramme .content .msg .message span {
		font-size: 22px;
		font-weight: bold;
		color: #7970AD;
	}
}

@media(max-width: 1440px) {
	#gropramme .content .title {
		font-size: 30px;
	}
	
	#gropramme .content .msg .msg-box .message {
		font-size: 18px;
	}

	#gropramme .content .msg .pro-box .pro-box-detail .message {
		font-size: 18px;
	}

	#gropramme .content .introduce .value-box .label-box span {
		font-size: 20px;
	}

	#gropramme .content .msg .message span {
		font-size: 20px;
		font-weight: bold;
		color: #7970AD;
	}
}

@media(max-width: 1360px) {
	#gropramme .content .msg .msg-box .message {
		font-size: 16px;
	}

	#gropramme .content .msg .pro-box .pro-box-detail .message {
		font-size: 16px;
	}

	#gropramme .content .introduce .value-box .label-box span {
		font-size: 18px;
	}

	#gropramme .content .msg .message span {
		font-size: 18px;
		font-weight: bold;
		color: #7970AD;
	}
}

@media(max-width: 1280px) {
	#gropramme .content .title {
		font-size: 25px;
	}
	
	#gropramme {
		margin-left: 0px;
	}

	#gropramme .content {
		width: 100%;
	}
}
