.banner-description {
	width: 100%;
}
.company-introduction-container {
	min-height: 680px;
	background: url(../images/gfqh/aboutUs/company-introduction-bg.png);
	background-size: 100% 100%;
	padding-bottom: 30px;
}
.introduction-title {
	font-weight: bold;
	text-align: center;
	font-size: 21px;
	margin: 30px 0;
}
.introduction-img-wrapper{
	float: left;
}
.introduction-description-wrapper {
	margin-left: 450px;
}
.introduction-description-p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 30px;
}
.unorder-list {
	text-align: center;
	margin: 60px 0;
}
.unorder-list-item {
	display: inline-block;
	font-weight: bold;
	line-height: 24px;
	font-size: 14px;
	padding: 0 30px;
	color: #000000;
	cursor: pointer;
}
.unorder-list-item.active {
	color: #3691FF;
}
.brokerage-business-container {
	display: none;
}
#brokerageBusiness {
	display: block;
}
#assetManagement {
	min-height: 520px;
}
.brokerage-business-container {
	padding-bottom: 30px;
	position: relative;
	min-height: 500px;
}
.broker-business-content {
	background: #F7F7F7;
	border-radius: 12px;
	padding: 30px 35px;
	width: 875px;
	min-height: 400px;
	position: absolute;
	right: 20px;
	top: 40px;
}
.item-title {
	color: #3691FF;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.item-description p{
	color: #000000;
	line-height: 30px;
	text-indent: 2em;
}
.honors-container {
	background: #F3FBFF;
	padding-bottom: 60px;
}
.unorder-honor-list {
	margin: 50px 0;
}
.honors-item {
	text-align: center;
	width: 30%;
}
.gf-honor-container {
	display: none;
}
.gf-honor-container:first-child {
	display: block;
}
#gfFutures {
	display: block;
}
.honor-img-wrapper {
	float: left;
}
.honor-description-list {
	margin-left: 300px;
}
.honor-img-description {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin: 30px 0;
}
.honor-description-item {
	background: url(../images/gfqh/aboutUs/honor-description-item-bg.png);
	background-size: 100% 100%;
	height: 48px;
	line-height: 48px;
	font-weight: bold;
	width: 645px;
	padding-left: 35px;
	margin-bottom: 20px;
}
.honor-description-item-2 {
	margin-left: 35px;
}
.honor-description-item-3 {
	margin-left: 70px;
}
.license-container {
	background: url(../images/gfqh/aboutUs/company-introduction-bg.png);
	background-size: 100% 100%;
	min-height: 650px;
}
.license-item {
	padding: 35px 5px 35px 20px;
	display: inline-block;
	width: 260px;
	height: 110px;
	text-align: left;
	background: url(../images/gfqh/aboutUs/license-item-bg.png);
	background-size: 100% 100%;
	margin: 0 10px 20px;
	cursor: pointer;
}
.license-item.active {
	background: url(../images/gfqh/aboutUs/license-item-active-bg.png);
	background-size: 100% 100%;
}
.app-banner-description {
	display: none;
}
.app-unorder-list-container-wrapper {
	display: none;
}

@media (max-width: 1500px) and (min-width: 1251px) {
	
}

@media (max-width: 1250px) and (min-width: 993px) {
	.introduction-img-wrapper {
		float: none;
		text-align: center;
	}
	.introduction-description-wrapper {
		margin-left: 0;
		margin: 30px 0;
	}
	.unorder-list-item {
		padding: 0 15px;
	}
	.broker-business-content {
		width: 800px;
	}
	#assetManagement {
	    min-height: 560px;
	}
	.honor-description-item {
		/* width: 560px; */
	}
	.gffm-honor-description-item {
	    /* width: 640px; */
	}
}

@media (max-width: 992px) and (min-width: 750px) {
	.introduction-img-wrapper {
		float: none;
		text-align: center;
	}
	.introduction-description-wrapper {
		margin: 30px 0;
	}
	.unorder-list {
		margin: 40px 0;
	}
	.unorder-list-item {
		line-height: 40px;
	}
	.broker-business-content {
		width: 675px;
		right: 0;
	}
	#assetManagement {
	    min-height: 620px;
	}
	.honorImg {
		width: 250px;
	}
	.honor-description-list {
		margin-left: 250px;
	}
	.honor-description-item {
		/* width: 520px; */
	}
	.honor-description-item {
		height: 42px;
		line-height: 42px;
	}
	.license-item {
		margin: 0 45px 20px;
	}
	.gffm-honor-description-item {
	    width: 620px;
	}
	.gffm-honor-description-list {
		margin-left: 220px;
	}
	.honor-img-wrapper {
		display: none;
	}
	.honor-description-list {
		margin-left: 0;
	}
	.honor-description-item {
		margin: 0 auto 20px;
	}
}

@media (max-width: 749px) and (min-width: 320px) {
	.row {
		margin: 0;
	}
	.banner-container {
	    padding: 1.5rem;
	}
	.banner-description {
		display: none;
	}
	.app-banner-description {
		display: block;
		width: 100%;
	}
	.introduction-img-wrapper {
	    float: none;
	    text-align: center;
	}
	.introduction-description-wrapper {
	    margin: 1.5rem 0;
	}
	.company-building {
		width: 300px;
	}
	.first-introduction-title {
		display: none;
	}
	.introduction-description-p {
		font-size: 0.9rem;
	}
	.company-introduction {
		padding-top: 20px;
	}
	.introduction-title {
		font-size: 1.5rem;
		margin: 1.5rem 0;
	}
	.overview-description {
		text-indent: 2em;
		font-size: 0.9rem;
		margin-bottom: 15px;
	}
	.overview-unorder-list {
		display: none;
	}
	/* .unorder-list-container-wrapper {
		display: none;
	} */
	.honor-img-wrapper {
		display: none;
	}
	.honor-description-list {
		margin-left: 0;
	}
	.honor-description-item {
		margin: 0 auto 20px;
		max-width: 100%;
	}
	.app-unorder-list-container-wrapper {
		display: block;
	}
	.brokerage-business-img {
		width: 20rem;
	}
	.broker-business-content {
		width: auto;
		position: relative;
		top: 0;
		right: 0;
		padding: 1.5rem 2rem;
	}
	.item-title {
		font-size: 0.9rem;
		margin-bottom: 1rem;
	}
	.item-description {
		font-size: 0.9rem;
	}
	.brokerage-business-img {
		display: none;
	}
	.brokerage-business-container {
	    padding-bottom: 10px;
	}
	.license-list {
		text-align: center;
	}
	.license-item {
		width: 20rem;
		height: 8rem;
		font-size: 0.9rem;
		padding: 1.5rem 1rem;
	}
	.unorder-list-item {
		padding: 0 5px;
		font-size: 0.9rem;
	}
	.honor-description-item {
		background: #E1F4FF;
		height: auto;
		padding: 10px;
		line-height: 20px;
		font-size: 0.9rem;
	}
	.unorder-honor-list {
	    margin: 20px 0;
	}
	#businessContainerWrapper {
		display: none;
	}
}