html, body {
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Segoe UI", Arial, sans-serif;
    color: #333;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrap {
	width: 1440px;
	margin: 0 auto;
	padding: 0 40px;
}

.header {
    background: #fff;
    border-bottom: 1px solid #eef2f7;
    position: relative;
    z-index: 20;
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.logo img {
	height: 50px;
	width: auto;
}
.header-email {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 26px;
    border: 1px solid #dde6f0;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(20, 60, 120, 0.05);
}
.he-label {
	font-size: 18px;
	color: #353535;
}
.he-mail {
	font-size: 18px;
	color: #0a4c9e;
	font-weight: 600;
	margin-left: 4px;
}


.page-body {
	position: relative;
	background: #fff;
}

.blue-band {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 340px;
    background: url("../images/bg.png") center center/cover no-repeat;
    z-index: 0;

}

.body-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
}


.col-left {
	width: 680px;
	display: flex;
	flex-direction: column;
}

.col-right {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.hero-left {
    height: 545px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-left .hbanner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hero-left .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hbanner .swiper-pagination {
	bottom: 26px;
	left: 0;
	width: 100%;
}
.hbanner .swiper-pagination-bullet {
    width: 10px; height: 10px;
    background: #fff; opacity: .45;
    margin: 0 5px;
}
.hbanner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}

.hero-right {
    height: 340px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 60px 0 40px;
    overflow: hidden;
}
.hero-chart {
    position: absolute;
    right: 0; bottom: 0;
    width: 90%; height: 80%;
    z-index: 0;
    pointer-events: none;
}
.hero-chart img { 
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right bottom;
}
.hero-text {
	position: relative;
	z-index: 1;
}
.hero-text h1 {
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
.hero-text p {
    margin-top: 18px;
    font-size: 28px;
    color: #FFFFFF;
	font-weight: 400;

}

.info-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 50px 0 30px;
}
.contact-block {
	display: flex;
	flex-direction: column; gap: 24px;
}
.contact-card {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 400px;
	height:127px;
    padding: 22px 24px;
    background: #F9F9F9;
    border-radius: 20px;
    box-shadow: 5px 6px 3px 1px rgba(0,0,0,0.1);
}
.cc-icon {
    width: 45px;
	height: 48px;
    flex: none;
    display: flex;
	align-items: center;
	justify-content: center;
}
.cc-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cc-txt h4 {
	font-size: 18px;
	color: #003380;
	font-weight: 700;
	margin-bottom: 6px;
}
.cc-txt p {
	font-size: 18px;
	color: #2d2d2d;
	line-height: 30px;
}

.qr-block {
	text-align: center;
}
.qr-img img {
    width: 237px;
    border: 8px solid #fff;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(20, 60, 120, 0.12);
}
.qr-tip {
	margin-top: 14px;
	font-size: 16px;
	line-height:24px;
	color: #000000;
	font-weight: 600;
}
.qr-sub {
	margin-top: 4px;
	font-size: 16px;
	color: #000000;
	line-height:24px;
	font-weight: 600;
}


.info-right {
    flex: 1;
    padding: 40px 0 50px 50px;
}
.about {
	max-width: 680px;
}

.about-title-bg{
  font-size: 42px;
  line-height: 72px;
  color: rgba(0, 51, 128, 0.25);
  font-weight: 900;

}

.about-title {
    font-size: 30px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 26px;
    position: relative;
/*	margin-top: -40px; */
}

.about-body p {
	text-indent: 2rem;
    font-size: 18px;
    line-height: 36px;
    color: #4a5260;
    margin-bottom: 18px;
    text-align: justify;
}
.about-body strong { color: #e60012; }

.motto { margin-top: 30px; }

.motto-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
    font-size: 16px;
}
.motto-item span {
    background: #0a4c9e;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    margin-right: 14px;
    white-space: nowrap;
    font-size: 15px;
}

.footer {
	background: #fff;
	border-top: 1px solid #eef2f7;
}
.footer-wrap {
	text-align: center;
	padding: 20px 0;
}
.footer p {
	font-size: 14px;
	color: #A1A1A1;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 24px
}
