html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
}
html, body, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: 100;
}
p {
	margin: 0px;
	padding: 0px;
}
@font-face {
	font-family: 'webfont';
	font-display: swap;
	src: url("../font/EFFRA_RG.eot"); /* IE9*/
	src: url("../font/EFFRA_RG.eot") format("embedded-opentype"), url("../font/EFFRA_RG.woff2") format("woff2"), url("../font/EFFRA_RG.woff") format("woff"), url("../font/EFFRA_RG.ttf") format("truetype");
}
body, button, input, select, textarea {
	font: 14px/1.5 'webfont', Arial, 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
	color: #333;
	word-wrap: break-word;
	word-break: keep-all;
}
img {
	border: 0px;
	vertical-align: middle;
	max-width: 100%;
}
table {
	/* border-collapse: collapse; */
	border-spacing: 0;
}
table th, table td {
	border: 1px solid #ccc;
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color: #333;
	outline: none;
	cursor: pointer;
}
a:hover {
	background-repeat: no-repeat;
	text-decoration: none;
}
a, input[type="button"], button, label, input[type="submit"], input[type="reset"] {
	cursor: pointer;
}
 [type="checkbox"], [type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input, textarea, select {
	outline: none;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea {
	outline-style: none;
	-webkit-appearance: none;
	resize: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
 input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
a:active, a:hover {
	outline: 0
}
img {
	border: none
}
li {
	list-style: none
}
table {
	/* border-collapse: collapse; */
	border-spacing: 6px;
}
h4, h5, h6 {
	font-size: 100%
}
button, input, optgroup, option, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}
body {
	line-height: 1.6;
	color: rgba(0, 0, 0, .85);
	font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
	background-color: #eeeff3;
}
/* 页面容器 */
.ab-page-container {
	/* max-width: 80%; */
	margin: 0 auto;/* padding: 0 1rem; */
}
/* 顶部导航 */
.ab-top-nav {
	text-align: right;
	padding: 1rem 0;
	font-size: 1rem;
	border-bottom: 1px solid #eee;
	margin-bottom: 1.5rem;
	background-color: #efefef;
	width: 80%;
	margin: 0 auto;
}
.ab-nav-link {
	color: #666;
	text-decoration: none;
	margin-left: 1rem;
}
.ab-nav-link:hover {
	color: #005ea5;
}
/* 公司介绍头部 */
.ab-company-header {
	margin-bottom: 2.5rem;
	width: 80%;
	margin:20px auto 0 auto;
	overflow: hidden;
}
.ab-company-header img{
	width:30%;}
.ab-company-title {
	font-size: 1rem;
	color: #666;
	line-height: 60px;
	font-weight: 400;
}
.ab-company-subtitle {
	font-size: 1.8rem;
	color: #333;
	font-weight: 600;
	margin-bottom: 1.5rem;
}
/* 公司简介区域 */
.ab-intro-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-bottom: 3rem;
	width: 80%;
	margin: 30px auto;
}
.ab-intro-title {
	font-size: 2rem;
	color: #005ea5;
	margin-bottom: 1rem;
}
.ab-intro-title span {
	color: #333;
	font-weight: 700;
	font-size: 2.5rem;
}
.ab-intro-image-wrapper {
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
}
.ab-intro-image {
	width: 100%;
	height: auto;
	display: block;
}
.ab-intro-text {
	font-size: 1rem;
	color: #555;
	line-height: 2rem;
	margin-top: 60px;
}
.ab-intro-text p {
	/* margin-bottom: 1rem; */
	/* margin-top: 60px; */
	font-size: 1.125rem;
}
/* 荣誉资质区域 */
.ab-honors-section {
	margin-bottom: 3rem;
	width: 80%;
	margin: 20px auto;
	padding: 0 20px;
}
.ab-honors-title {
	font-size: 2.5rem;
	color: #005ea5;
	text-align: center;
	margin-bottom: 1rem;
	font-weight: 600;
}
.ab-honors-subtitle {
	font-size: 0.85rem;
	color: #666;
	text-align: center;
	margin-bottom: 1.5rem;
}
.ab-honors-slider {
	position: relative;
	/* overflow: hidden; */
}
.ab-honors-wrapper {
	display: flex;
	transition: transform 0.3s ease;
}
.ab-honor-item {
	min-width: 200px;
	padding: 0 0.5rem;
}
.ab-honor-image {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #eee;
}
.ab-slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0,94,165,0.8);
	border: none;
	width: 30px;
	height: 65px;
	/* border-radius: 50%; */
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: #fff;
	z-index: 10;
}
.ab-slider-btn.prev {
	left: -40px;
}
.ab-slider-btn.next {
	right: -40px;
}
/* 企业文化区域 */
.ab-culture-section {
	margin-bottom: 3rem;
	width: 80%;
	margin: 30px auto;
}
.ab-culture-title {
	font-size: 2.5rem;
	color: #005ea5;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}
.ab-culture-content {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 10px; /* 取消间距，匹配图片无缝布局 */
}
/* 左侧主图片 */
.ab-culture-main-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* 右侧内容容器 */
.ab-culture-right {
	display: flex;
	flex-direction: column;
	height: 100%;
}
/* 右侧上半行：小图+价值观 */
.ab-culture-top-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	flex: 1;
}
.ab-culture-small-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* 价值观卡片 */
.ab-culture-values {
	background-color: #005ea5;
	color: #ffffff;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.ab-values-title {
	font-size: 1.1rem;
	margin-bottom: 1rem;
	font-weight: 600;
}
.ab-values-list {
	list-style: none;
	font-size: 0.9rem;
	line-height: 1.4;
}
.ab-values-list li {
	margin-bottom: 0.3rem;
}
/* 右侧下半部分图片 */
.ab-culture-bottom-image {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.ab-culture-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover; /* 保证图片填充容器，不拉伸变形 */
}

/* 响应式适配 - 平板 
*/
@media (min-width:1024px){
	.bottom-fixed{
		display:none;}
	}
@media (max-width:992px) {
.ifooter {
	display: none;
}
}
@media (max-width: 768px) {
.ab-honors-title{
	font-size:2rem;
}
.ab-culture-title{
	font-size:2rem;}
.about {
	margin-bottom: 70px;
}
.ab-culture-section {
	width: 96%;
}
.ab-honors-section {
	width: 96%;
}
.ab-intro-text {
	margin-top: 20px;
}
.ab-culture-content {
	grid-template-columns: 1fr;
	gap: 0.5rem;
}
.ab-culture-top-row {
	grid-template-columns: 1fr 1fr;
}
}

/* 响应式适配 - 手机 */
@media (max-width: 480px) {
.ab-culture-top-row {
	grid-template-columns: 1fr;
	gap: 0.5rem;
}
.ab-culture-values {
	padding: 1rem;
}
}

        /* 响应式适配 - 平板 */
        @media (max-width: 768px) {
.ab-company-title {
	line-height: 40px;
}
.daohang {
	display: none;
}
.ab-intro-section {
	grid-template-columns: 1fr;
	gap: 1.5rem;
	width: 96%;
}
.ab-culture-content {
	grid-template-columns: 1fr;
}
.ab-culture-left {
	grid-template-rows: auto;
}
.ab-honor-item {
	min-width: 150px;
}
}

        /* 响应式适配 - 手机 */
        @media (max-width: 480px) {
.ab-top-nav {
	text-align: center;
	padding: 0.8rem 0;
}
.ab-nav-link {
	margin: 0 0.5rem;
}
.ab-intro-title {
	font-size: 1.5rem;
}
.ab-culture-image-small-wrapper {
	grid-template-columns: 1fr;
}
.ab-honor-item {
	min-width: 120px;
}
}
.daohang {
	width: 100%;
	background-color: #efefef;
}
.rongyu {
	background: url(../img/u269.jpg) no-repeat;
	padding: 30px 0 50px 0;
}
.ifooter {
	overflow: hidden;
	margin-top: 30px;
	background: url(../img/u103.jpg) no-repeat;
}
.ifooter .indexcall {
	width: 80%;
	margin: 20px auto;
	overflow: hidden;
}
.ifooter .indexcall font {
	color: #f29f1b;
}
.ifooter .indexcall h3 {
	font-size: 2.2rem;
	float: left;
	line-height: 5.5rem;
	font-weight:600;
}
.ifooter .indexcall a {
	color: #f29f1b;
	float: right;
	line-height: 2rem;
	font-size: 1.5rem;
	margin-top: 25px;
	background: url(../img/yjt.png) no-repeat right 0px center;
	background-size: 21%;
	padding-right: 57px;
	font-weight:600;
}
