.banner {
	width: 100%;
	height: auto;
	display: inline-block;
}

.banner img {
	width: 100%;
}

.header {
	width: 100%;
	height: auto;
	color: black;
	position: static;
	top: 0px;
}

.about {
	width: 100%;
	height: auto;
	display: inline-block;
}

.ab-nav {
	width: 100%;
	height: auto;
	display: inline-block;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
}

.ab-nav ul {
	width: 85%;
	margin: 0 auto;
}

.ab-nav li {
	float: left;
	width: 20%;
	text-align: center;
	padding: 2% 0;
	color: #878787;
}

.profile {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-top: 2%;
}

.pro-title {
	width: 100%;
	height: auto;
	display: flex;
	grid-template-columns: auto auto auto;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.pro-title span {
	float: left;
	color: #3c3c3c;
	font-size: 33px;
}

.pro-title h3 {
	float: left;
	color: #3c3c3c;
	font-size: 27px;
}

.pro-box {
	width: 100%;
	height: auto;
	display: inline-block;
	/* position: relative; */
	/* margin-top: 4%; */
}

.prob-left {
	background: #fff;
	float: left;
	width: 55%;
	position: absolute;
	padding: 3% 3%;
	top: 17%;
}

.prob-left h3 {
	color: #252525;
	font-size: 18px;
	border-left: 4px solid#1172b4;
	padding-left: 1.5%;
}

.prob-left p {
	color: #878787;
	font-size: 14px;
	line-height: 28px;
	margin-top: 2%;
}

.prob-right {
	width: 67%;
	float: right;
}

.prob-right img {
	width: 100%;
}

.history {
	width: 100%;
	height: auto;
	display: inline-block;
	background-image: url(../images/ab.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3% 0;
	padding-bottom: 5%;
}

.Culture {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 3% 0;
	padding-bottom: 5%;
}

.Culture-box {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-top: 3%;
}

.Culture-box ul {
	width: 85%;
	margin: 0 auto;
}

.Culture-box li {
	float: left;
	width: 63%;
	margin-right: 2%;
	position: relative;
	margin-top: 2%;
}

.Culture-box li:nth-of-type(2n) {
	float: left;
	width: 35%;
	margin-right: 0%;
}

.Culture-box li:nth-of-type(3n) {
	float: left;
	width: 35%;
	margin-right: 2%;
}

.Culture-box li:nth-of-type(4n) {
	float: left;
	width: 63%;
}

.Culture-box li img {
	width: 100%;
}

.cb {
	position: absolute;
	top: 24%;
	left: 3%;
	color: #fff;
}

.cb h3 {
	color: #fff;
	font-size: 25px;
}

.cb p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 3%;
}

.concept {
	width: 100%;
	height: auto;
	display: inline-block;
	background-image: url(../images/concept.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3% 0;
	padding-bottom: 3%;
}

.concept-box {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-top: 5%;
}

.concept-box ul {
	width: 85%;
	margin: 0 auto;
}

.concept-box li {
	width: 51%;
	float: left;
	margin-right: 8%;
	margin-bottom: 5%;
}

.cb-left {
	width: 13%;
	float: left;
}

.cb-left img {
	margin-top: -26%;
}

.cb-right {
	float: left;
	width: 76%;
}

.cb-right h3 {
	color: #fff;
	font-size: 19px;
	margin-bottom: 4%;
}

.cb-right p {
	color: #fff;
	font-size: 17px;
	line-height: 29px;
}

.honor {
	width: 100%;
	height: auto;
	display: inline-block;
	background-image: url(../images/honor.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3% 0;
	padding-bottom: 9%;
}

.hb-bax {
	position: relative;
}

.hb-bax ul {
	position: absolute;
	right: 0px;
	z-index: 999999;
}

.hb-bax li {
	font-size: 15px;
	margin-bottom: 15%;
	padding: 13px 26px;
	border-radius: 29px;
	text-align: center;
}

#ho {
	display: none;
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
	.banner {
		width: 100%;
		height: auto;
		display: inline-block;
		margin-top: 12%;
	}

	.ab-nav li {
		float: left;
		width: 50%;
		text-align: center;
		padding: 2% 0;
		color: #878787;
		font-size: 13px;
	}
    .pro-title h3 {
    float: left;
    color: #3c3c3c;
    font-size: 19px;
}
.prob-left {
    background: #fff;
    float: left;
    width: 100%;
    position: unset;
    padding: 3% 3%;
    top: -2%;
}
.prob-left h3 {
    color: #252525;
    font-size: 13px;
    border-left: 4px solid #1172b4;
    padding-left: 1.5%;
}
.prob-left p {
    color: #878787;
    font-size: 13px;
    line-height: 28px;
    margin-top: 2%;
}
.prob-right {
    width: 100%;
    float: right;
}
.history {
    width: 100%;
    height: auto;
    display: none;
    background-image: url(../images/ab.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0;
    padding-bottom: 5%;
}
.Culture-box li {
    float: left;
    width: 100%;
    margin-right: 2%;
    position: relative;
    margin-top: 2%;
    overflow: hidden;
}
.Culture-box li:nth-of-type(2n) {
    float: left;
    width: 100%;
    margin-right: 0%;
}
.Culture-box li:nth-of-type(3n) {
    float: left;
    width: 100%;
    margin-right: 2%;
}
.Culture-box li:nth-of-type(4n) {
    float: left;
    width: 100%;
}
.cb h3 {
    color: #fff;
    font-size: 18px;
}
.cb p {
    color: #fff;
    font-size: 11px;
    line-height: 17px;
    margin-top: 3%;
}
.concept-box li {
    width: 100% !important;
    float: left;
    margin-right: 0%;
    margin-bottom: 5%;
}
.cb-left {
    width: 13%;
    float: left;
    margin-right: 0px !important;
}
.cb-left img {
    margin-top: -9%;
    width: 98%;
}

.cb-right {
    float: left;
    width: 77%;
    margin-left: 5%;
}
.cb-right h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 4%;
}
.honor {
    width: 100%;
    height: auto;
    display: inline-block;
    background-image: url(../images/honor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0;
    padding-bottom: 9%;
    overflow: hidden;
}
}