/* 改为使用 Google Fonts */ 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap');

.yaheiregular {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
}

.yaheibold {
  font-family: 'Noto Sans SC', sans-serif; 
  font-weight: 700;
}

.yaheilight {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300; 
}

.h-breadcrumb .swiper-wrapper,
.f-breadcrumb .swiper-wrapper {
	height: auto !important;
}

/* Q&A */
dl.qalist_pec dt {
	font-weight: bold;
	line-height: 30px;
	min-height: 30px;
	/*padding: 0 0 0 40px;*/
	color: #b91440;
}

dl.qalist_pec dd {
	border-bottom: 1px dotted #969696;
	margin: 5px 0 20px;
	min-height: 30px;
	padding: 5px 0 20px 40px;
	line-height: 30px;
}

dl.qalist_pec dt:before,
dl.qalist_pec dd:before {
	width: 15px;
	padding: 0 8px 2px 8px;
	margin-right: 10px;
	color: #fff;
	text-align: center;
	display: inline-block;
}

dl.qalist_pec dd {
	text-indent: -39px;
	/*margin-left: 39px;*/

}

dl.qalist_pec dt:before {
	background: #b91440;
	content: "Q";
}

dl.qalist_pec dd:before {
	background: #666;
	content: "A";
	text-indent: 0;
	margin-left: 0;
}
@media screen and (min-width: 897px){
.wPC30{
	width: 30%;
}
.wPC40{
	width: 40%;
}
.wPC50{
	width: 50%;
}
.wPC60{
	width: 60%;
}
.wPC70{
	width: 70%;
}
.wPC80{
	width: 80%;
}
.wPC570px{
	width: 570px;
	
}
.ptP465{
	padding-top: 465px;

}
.mbP15{
	margin-bottom: 15px;
}
.mlP25{
	margin-left: 25px;
}
.ma{
	margin: 0 auto;
}
.cardStyle03 .cs03-wrapper{
	max-width: 835px;
	
}
.cardStyle03 .cs03-wrapper .ttl{
	font-weight: 500;
}
.cardStyle03.session20211110 .cs03-wrapper{
	max-width: 710px;
	right: 60px !important;
	left: inherit;
}
.cardStyle03.session20211201 .cs03-wrapper{
	left: 60px !important;
}
.tindent77{
	text-indent: 77px;
}
}

.profile .profile__img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.w80per {
	width: 80%;
}


.jquery-disabled, .jquery-disabled:hover{
	border: solid 1px #bbb; 
	color:#bbb !important;
	background: #fff;
}
.jquery-disabled:after, .jquery-disabled:hover:after{
	background: none !important;
}
a.jquery-disabled{
    pointer-events: none;
    cursor: default;
}

.ma{
	margin: 0 auto;
}

@media screen and (max-width: 896px){
.wSP80{
	width: 80%;
}
.wSP90{
	width: 90%;
}
.cardStyle03 .cs03-wrapper.bg01{
	background-color: #fff;
}
.lh1_4{
	line-height: 1.4;
}
}
/* New style for the divider */
.custom-divider {
    border: 0;
    height: 1px;
    background-color: #444;
    margin: 1rem 0;
}
.heading-with-line {
    border-bottom: 1px solid #444; /* 定义了线的颜色和粗细 */
    padding-bottom: 0.7em;      /* 在文字和线条之间增加一点优雅的间距 */
}

body {
	background-color: #121015;
	color: #dcdef4;
}

.hero-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	height: 55vh;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
}
.hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.hero-content {
	position: relative;
	z-index: 1;
}
.hero-title {
	font-family: 'yaheibold', sans-serif;
	font-size: 3rem;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}
.hero-subtitle {
	font-family: 'yaheiregular', sans-serif;
	font-size: 1.25rem;
	color: #f7d358;
}

.tech-section {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.tech-title {
	font-family: 'yaheibold', sans-serif;
	font-size: 1.75rem;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
}
.tech-icon {
	color: #f7d358;
	margin-right: 1rem;
}
.tech-title.heading-with-line {
	padding-bottom: 1rem;
	border-bottom: 1px solid #444;
}

.tech-list p {
	font-family: 'yaheilight', sans-serif;
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 0.5rem;
	position: relative;
	padding-left: 20px; /* 为新的项目符号留出空间 */
}
.tech-list p::before {
	content: ''; /* 创建一个自定义项目符号 */
	position: absolute;
	left: 0;
	top: 0.7em; /* 调整垂直对齐 */
	width: 6px; /* 更小的圆点宽度 */
	height: 6px; /* 更小的圆点高度 */
	background-color: #f7d358; /* 使用强调色 */
	border-radius: 50%; /* 使其成为一个完美的圆形 */
}
.tech-image {
	width: 100%;
	height: auto;
	border-radius: 0.5rem;
	box-shadow: 0 10px 25px rgba(0,0,0,0.3);
	object-fit: cover;
	max-height: 350px;
}