* {
  box-sizing: border-box;
}

/**/
.Abtitle {
	text-align: center;
	margin-bottom: 30px;
}

.Abtitle h3 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
}

.Abtitle h4 {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}

.Abtitle .title-Separator {
	width: 60px;
    height: 6px;
    background-color: #128beb;
    margin: 10px auto;
    border-radius: 10px;
}

/**/
.AbProfile {
  margin-bottom: 50px;
}

.AbProfile .title {
  margin-bottom: 30px;
  text-align: center;
}
.AbProfile .title h3 {
  font-size: 28px;
  color: #333;
  margin: 0 0 10px;
}
.AbProfile .title h4 {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.AbProfile .info {
  display: flex;
  background-color: #fff;
  padding: 60px;
  border-radius: 8px;
}

.AbProfile .info .text {
  flex: 1;
  padding-right: 10px;
  line-height: 1.8;
  font-size: 15px;
  color: #444;
}

/* æ»šåŠ¨æ¡ç¾ŽåŒ–ï¼ˆå¯é€‰ï¼‰ */
.AbProfile .info .text::-webkit-scrollbar {
  width: 5px;
}
.AbProfile .info .text::-webkit-scrollbar-thumb {
  background: #e6e6e6;
  border-radius: 3px;
}
.AbProfile .info .text::-webkit-scrollbar-track {
  background: #f8f8f8;
}

.AbProfile .info .text .slogan {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}

.AbProfile .info .text p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 28px;
  color: #555;
  text-align: justify;
  text-indent: 2em;
}

.AbProfile .info .img {
	margin-left: 80px;
	width: 40%;
}
.AbProfile .info .img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/**/
.AbCulture .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.AbCulture .list li {
	width: 23.5%;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.AbCulture .list li .text {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-left: 30px;
	color: #fff;
}

.AbCulture .list li .text h2 {
	font-size: 24px;
	font-weight: bold;
}

.AbCulture .list li .text h5 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	height: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

.AbCulture .list li .text .line {
	display: block;
	width: 22px;
	height: 3px;
	background-color: #fff;
}



.AbCulture .list li .text p {
	font-size: 15px;
	line-height: 26px;
	margin-top: 20px;
}

.AbCulture .list li .bgcolor {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(130deg, rgb(0 0 0 / 70%) 0%, rgb(255 255 255 / 10%) 100%);
	background: linear-gradient(130deg, rgb(20 48 127 / 90%) 0%, rgb(0 0 0 / 30%) 100%);
}

.AbCulture .list li .bg img {
	width: 100%;
	height: auto;
	display: block;
}


.linian {
	background-color: #fff;
	text-align: center;
	margin-top: 30px;
	padding-top: 30px;
}


@media (max-width: 1200px) {
	.Abtitle {
		margin-bottom: 20px;
	}
	.Abtitle h3 {
		font-size: 24px;
	}
	.Abtitle h4 {
		font-size: 16px;
	}
	.Abtitle .title-Separator {
		width: 48px;
        height: 4px;
        border-radius: 4px;
	    margin: 6px auto;
	}

	.AbProfile {
		margin-bottom: 30px;
	}
	.AbProfile .info {
		padding: 30px;
	}
	.AbProfile .info .img {
		width: 400px;
		margin-left: 30px;
	}
	.AbProfile .info .text {
		height: 484px;
		overflow-y: auto;
	}
	.AbProfile .info .text .slogan {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.AbCulture .list li .text {
		padding-top: 20px;
    	padding-left: 20px;
	}
	.AbCulture .list li .text h2 {
		font-size: 20px;
		line-height: 1;
		height: 22px;
		font-weight: 500;
	}
	.AbCulture .list li .text h5 {
		font-size: 14px;
		line-height: 1;
		height: 16px;
		font-weight: normal;
    	margin-bottom: 12px;
	}
	.AbCulture .list li .text p {
		font-size: 14px;
		line-height: 22px;
		margin-top: 14px;
	}
  
}

@media (min-width: 768px) and (max-width: 999px) {
	.AbProfile .info {
		padding: 20px;
	}
	.AbProfile .info .img {	
		width: 320px;
		margin-left: 20px;
	}
	.AbProfile .info .text {
		height: 387px;
	}
	.AbProfile .info .text .slogan {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.AbProfile .info .text p {
		font-size: 14px;
		line-height: 22px;
		margin-top: 8px;
	}

	.AbCulture .list li {
		width: 49%;
		height: 170px;
		overflow: hidden;
		margin-bottom: 2%;
	}
	.AbCulture .list li:nth-child(n+3) {
		margin-bottom: 0;
	}
	.AbCulture .list li .text {
		padding-top: 30px;
    	padding-left: 30px;
	}
}


@media (max-width: 767px) {
	.Abtitle h3 {
		font-size: 22px;
	}
	.Abtitle .title-Separator {
		width: 44px;
        height: 3px;
        border-radius: 3px;
	    margin: 5px auto;
	}
	.AbProfile {
        margin-bottom: 20px;
    }
	.AbProfile .info {
		padding: 14px 10px;
	}
	.AbProfile .info .text {
		height: auto;
		padding-right: 0;
	}
	.AbProfile .info .text .slogan {
		font-size: 16px;
		line-height: 24px;
	}
	.AbProfile .info .text p {
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px;
	}
	.AbProfile .info .img {
		display: none;
	}

	.AbCulture .list li {
		width: 100%;
		height: 170px;
		overflow: hidden;
		margin-bottom: 2%;
		position: relative;
	}
	.AbCulture .list li .bg {
		width: 100%;
		position: absolute;
		bottom: 0;
	}
	.AbCulture .list li:nth-child(3) .bg {
		bottom: auto;
	}

	.linian {
		margin-top: 0;
		padding-top: 20px;
	}
}
