﻿@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html {
	width: 100%;
	overflow-x: hidden;
}
body {
	font: 16px 'Source Han Sans CN', 'Microsoft Yahei', 'Arial', sans-serif;
	color: #000;
	line-height: 1.5;
	letter-spacing: 0.8px;
	background-color: rgba(249, 249, 249, 1);
}
img {
	border: 0;
	vertical-align: middle;
}
ul,
li {
	list-style: none;
}
dl,
dt,
dd {
	display: block;
}
a {
	text-decoration: none;
	transition: 0.5s;
	outline: none;
	color: #333;
}
input {
	height: 100%;
}
input,
textarea {
	outline: none;
	border: 0;
	background: none;
	font: 16px 'Source Han Sans CN', 'Microsoft Yahei', 'Arial', sans-serif;
	width: 100%;
}
input[type='button'],
input[type='submit'],
input[type='text'] {
	-webkit-appearance: none;
	outline: none;
}
button {
	border: 0;
	background: none;
	cursor: pointer;
	transition: 0.5s;
}
video {
	width: 100%;
	height: 100%;
	 /* object-fit: cover; */
}

/*文本框placeholder=""文字颜色*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #CC9522;
	opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #CC9522;
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #CC9522;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #CC9522;
	opacity: 1;
}

/* 清除浮动 */
.cf:before {
	content: '';
	display: table;
}
.cf:after {
	content: '';
	display: table;
	clear: both;
}
/* .cf { *zoom: 1 } */

/* 字体 */
@font-face {
	font-family: 'MontserratLight';
	src: url('../fonts/DIN-Regular.ttf');
	font-display: swap;
}

/*预加载*/
.load {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #ddd;
}
.load .icon {
	width: 100%;
	height: 90px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -45px 0 0 0;
}
.load .logo {
	text-align: center;
	margin-bottom: 20px;
	animation: logo 2s ease infinite;
}
.load .logo img {
	margin: 0 auto;
}
.load .heng {
	height: 2px;
	width: 0;
	background: #000;
	transform-origin: left top;
}
@keyframes logo {
	0% {
		opacity: 1;
	}
	30% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}

/* 公用类 */
.iconfont {
	line-height: 1;
	transition: 0.5s;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
} /* 1200 */

.c_p60 {
	padding: 60px 0;
}
.c_p100 {
	padding: 100px 0;
}
.c_p120 {
	padding: 120px 0;
}
.c_p150 {
	padding: 150px 0;
}

.c_h1 {
	font-size: 46px;
	font-weight: lighter;
} /* 46 */
.c_h2 {
	font-size: 36px;
} /* 36 */
.c_h3 {
	font-size: 24px;
} /* 24 */

/* 公用头部、尾部*/

/* 为每个子菜单项添加不同的延迟，创造级联效果 */
.header .nav dl:hover dd a:nth-child(1) {
	transition-delay: 0.1s;
}

.header .nav dl:hover dd a:nth-child(2) {
	transition-delay: 0.15s;
}

.header .nav dl:hover dd a:nth-child(3) {
	transition-delay: 0.2s;
}

.header .nav dl:hover dd a:nth-child(4) {
	transition-delay: 0.25s;
}

.header .nav dl:hover dd a:nth-child(5) {
	transition-delay: 0.3s;
}

.header .nav dl:hover dd a:nth-child(6) {
	transition-delay: 0.35s;
}

.home_form {
	display: flex;
	height: 100%;
	width: 1060px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.home_form dl {
	display: flex;
	align-items: center;
}
.home_form dt {
	flex-shrink: 0;
	font-size: 20px;
	color: #CC9522;
	font-weight: bold;
}
.home_form input {
	height: 40px;
	border: 2px solid #CC9522;
	padding: 0 20px;
	border-radius: 8px;
	font-size: 20px;
	color: #CC9522;
}
.home_form dl + dl {
	margin-left: 20px;
}
/* .home_form .w {
	width: 400px;
	flex-shrink: 0;
} */
.home_form button {
	font-size: 24px;
	color: #fff;
	border: 2px solid #CC9522;
	font-weight: bold;
	padding: 5px 15px;
	line-height: 1;
	flex-shrink: 0;
	border-radius: 8px;
	margin-left: 80px;
	color: #CC9522;
}
.home_form button:hover {
	background: #CC9522;
	color: #fff;
}

.footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 130px 110px;
	padding-bottom: 0 !important;
	font-size: 20px;
}
.footer .row_1 {
	/* display: flex; */
	flex-wrap: wrap;
	width: 50%;
}
.footer .col_1 {
	width: 100%;
	display: flex;
	padding-bottom: 35px;
	justify-content: flex-start;
}
.footer .col_1 dl + dl {
	padding-left: 90px;
}
.footer .col_1 dt {
	font-size: 1.35vw;
	padding-bottom: 20px;
	font-weight: bold;
}
.footer .col_1 dd a {
	display: block;
}
.footer .col_1 dd a + a {
	margin-top: 20px;
}
.footer .col_1 a:hover {
	color: #CC9522;
}
.footer .col_2 {
	display: flex;
	align-items: center;
	font-size: 30px;
	padding-bottom: 10px;
	font-weight: bold;
}
.footer .col_2 span {
	width: 90px;
	padding: 10px;
	/* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14); */
	margin-left: 50px;
	border-radius: 8px;
}
.footer .col_2 span img {
	width: 100%;
	margin-bottom: 5px;
}
.footer .col_2 .col_2_txt {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	width: 110px;
}
.footer .col_2 .col_2_txt img{
	padding: 5px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14);
}
.footer .col_3 div span + span {
	/* padding-left: 85px; */
}

.footer .col_3 {
	/* padding-left: 85px; */
	font-size: 14px;
}

.footer .col_3 div span {
	display: block;
}

.footer .row_2 {
	flex-shrink: 0;
	width: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .row_2 img {
	width: 535px;
}
.footer .row_3 {
	width: 100%;
	margin: 0 -110px;
	border-top: 1px solid #f4f4f4;
	padding: 0 110px;
	color: #d4d4d4;
	margin-top: 10px;
	font-size: 14px;
}
.footer .row_3 dl {
	padding: 10px 0;
	display: flex;
	font-weight: lighter;
}
.footer .row_3 dd a {
	display: inline-block;
	color: #d4d4d4;
}
.footer .row_3 dd a + a {
	margin-left: 10px;
}
.footer .row_3 dd a:hover {
	color: #CC9522;
}

.home_part10 {
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.home_part10 .box {
	height: 300px;
	background: url(../images/home/back_10.png) center no-repeat;
	background-size: 100% 100%;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	position: relative;
	background-position-y: 0;
}
.home_part10 .txt {
	color: #fff;
	font-size: 2.1vw;
	font-weight: 700;
	text-shadow: 5px 6px 4.3px rgba(0, 0, 0, 0.25);
	text-align: center;
	align-self: center;
	transform: translateY(-0.8vw);
	/* backdrop-filter: blur(4px); */
}
.home_part10 .txt span:last-child {
	padding-left: 3.21vw;
}
.home_part10 .form {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
}
.home_part10 .footer {
	padding-top: 30px;
	padding-bottom: 0 !important;
}

/* 默认隐藏移动端元素 */
.mobile-logo,
.mobile-menu-btn {
	display: none;
}
.mobile-nav {
	display: none;
}

/* .banner {
	position: relative;
	height: 525px;
	overflow: hidden;
	margin-top: 5.6vw;
	display: flex;
  	justify-content:center;
max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
} */

/* 公共的banner */
.banner_bg {
	width: 100%;
	height: 100%;
}

.banner_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 2;
	padding: 0 20px;
}

.banner_content {
	max-width: 800px;
}

.banner_title {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 15px;
}

.banner_subtitle {
	font-size: 48px;
	margin-bottom: 25px;
	font-weight: bold;
	opacity: 0.9;
}

.banner_btn {
	display: inline-block;
	background-color: #CC9522;
	color: #fff;
	padding: 12px 64px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
}

.banner_btn:hover {
	background-color: #CC9522;
	transform: translateY(-2px);
}


.breadcrumb a:hover {
	opacity: 0.8;
}

/* banner红色字体 */
.banner_color .banner_box {
	color: #CC9522;
}

.container {
	max-width: 1560px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
	/* background-color: #fff; */
}

/* card hover 效果 */
.scale_card {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.scale_card:hover {
	transform: translateY(-5px) scale(1.01);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.scale_card:hover .scale_img {
	transform: scale(1.05);
}

/* 图片放大效果 */

.scale_img {
	width: 100%;
	transition: transform 0.5s ease;
}

.scale_img:hover {
	transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
	.container{
		padding: 0 18px;
	}
	
	#bottom_box {
		display: none;
	}

	#dowebok .home_part10 {
		padding-top: 0 !important;
	}
	.wrap {
		width: 95%;
	}
	.c_h1 {
		font-size: 36px;
	}
	.c_h2 {
		font-size: 30px;
	}
	.c_h3 {
		font-size: 20px;
	}

	.header .logo img {
		width: 200px;
	}
	.header .nav dl + dl {
		margin-left: 30px;
	}
	.header .nav dt a {
		font-size: 20px;
		height: 70px;
	}

	.home_form {
		width: 90%;
	}
	.home_form dt {
		font-size: 16px;
	}
	.home_form input {
		height: 36px;
		padding: 0 15px;
		font-size: 16px;
	}
	.home_form .w {
		width: 300px;
	}
	.home_form button {
		font-size: 18px;
		margin-left: 40px;
	}

	.footer {
		padding: 80px 60px;
		font-size: 16px;
	}
	.footer .col_1 dl + dl {
		padding-left: 80px;
	}
	.footer .col_1 dt {
		font-size: 24px;
		padding-bottom: 15px;
	}
	.footer .col_2 {
		font-size: 28px;
	}
	.footer .col_2 span {
		width: 70px;
		margin-left: 70px;
	}
	.footer .row_2 img {
		width: 400px;
	}
	.footer .row_3 {
		margin: 0 -60px;
		padding: 0 60px;
	}

	.home_part10 .box {
		height: 220px;
		margin-top: 0;
	}
	.home_part10 .txt {
		font-size: 40px;
	}
}

@media screen and (max-width: 1024px) {
	body {
		font-size: 14px;
		letter-spacing: 0.5px;
		padding-top: 40px;
	}

	.c_p60 {
		padding: 40px 0;
	}
	.c_p100 {
		padding: 60px 0;
	}
	.c_p120 {
		padding: 70px 0;
	}
	.c_p150 {
		padding: 80px 0;
	}

	.c_h1 {
		font-size: 28px;
	}
	.c_h2 {
		font-size: 24px;
	}
	.c_h3 {
		font-size: 18px;
	}

	/* 移动端header样式 */
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		padding: 0 15px;
		border-bottom: none;
		z-index: 100;
		background-color: rgba(255, 255, 255, 0.4); /* 添加透明背景 */
		backdrop-filter: blur(5px); /* 添加模糊效果，增强可读性 */
		-webkit-backdrop-filter: blur(5px); /* Safari兼容 */
	}

	/* 隐藏桌面端元素，显示移动端元素 */
	.desktop-logo,
	.desktop-nav {
		display: none !important;
	}

	.mobile-logo,
	.mobile-menu-btn {
		display: block;
	}

	/* 左侧logo样式 */
	.header .logo {
		display: flex;
		align-items: center;
	}

	.header .logo .mobile-logo {
		width: 24px;
		height: auto;
	}

	/* 右侧菜单按钮样式 */
	.mobile-menu-btn {
		cursor: pointer;
		width: 24px;
		height: 24px;
		position: relative;
	}

	/* 菜单图标 - 三条横线 */
	.mobile-menu-btn .menu-icon {
		width: 100%;
		height: 100%;
		position: relative;
		transition: all 0.3s ease;
		display: block;
	}

	.mobile-menu-btn .menu-icon span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #ff0000;
		border-radius: 2px;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: all 0.3s ease;
	}

	.mobile-menu-btn .menu-icon span:nth-child(1) {
		top: 4px;
	}

	.mobile-menu-btn .menu-icon span:nth-child(2) {
		top: 11px;
	}

	.mobile-menu-btn .menu-icon span:nth-child(3) {
		top: 18px;
	}

	/* 关闭图标 - X形状 */
	.mobile-menu-btn .menu-icon.active span {
		background-color: #CC9522; /* 使用更鲜艳的红色 */
		height: 3px; /* 增加线条粗细 */
	}

	.mobile-menu-btn .menu-icon.active span:nth-child(1) {
		top: 11px;
		transform: rotate(45deg);
		width: 100%;
		transition: all 0.25s ease-in-out;
	}

	.mobile-menu-btn .menu-icon.active span:nth-child(2) {
		opacity: 0;
		transition: all 0.1s ease;
	}

	.mobile-menu-btn .menu-icon.active span:nth-child(3) {
		top: 11px;
		transform: rotate(-45deg);
		width: 100%;
		transition: all 0.25s ease-in-out;
	}

	/* 移动端菜单展开样式 - 默认隐藏 */
	.mobile-nav {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		background-color: rgba(255, 255, 255, 0.5); /* 改为半透明背景 */
		backdrop-filter: blur(10px); /* 添加模糊效果 */
		-webkit-backdrop-filter: blur(10px); /* Safari兼容 */
		z-index: 99;
		overflow-y: auto;
		opacity: 0; /* 初始透明度为0 */
		visibility: hidden; /* 初始不可见 */
		flex-direction: column;
		padding: 20px;
		transition: opacity 0.3s ease, visibility 0.3s ease; /* 添加过渡效果 */
	}

	.mobile-nav.active {
		opacity: 1; /* 显示时透明度为1 */
		visibility: visible; /* 显示时可见 */
		display: flex;
	}

	.mobile-nav dl {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		transform: translateX(20px); /* 初始位置向右偏移 */
		opacity: 0; /* 初始透明 */
		transition: transform 0.4s ease, opacity 0.4s ease; /* 添加过渡效果 */
	}

	/* 为每个菜单项设置不同的延迟，实现依次滑入效果 */
	.mobile-nav.active dl:nth-child(1) {
		transition-delay: 0.1s;
	}
	.mobile-nav.active dl:nth-child(2) {
		transition-delay: 0.15s;
	}
	.mobile-nav.active dl:nth-child(3) {
		transition-delay: 0.2s;
	}
	.mobile-nav.active dl:nth-child(4) {
		transition-delay: 0.25s;
	}
	.mobile-nav.active dl:nth-child(5) {
		transition-delay: 0.3s;
	}
	.mobile-nav.active dl:nth-child(6) {
		transition-delay: 0.35s;
	}
	.mobile-nav.active dl:nth-child(7) {
		transition-delay: 0.4s;
	}
	.mobile-nav.active dl:nth-child(8) {
		transition-delay: 0.45s;
	}

	.mobile-nav.active dl {
		transform: translateX(0); /* 显示时回到原位 */
		opacity: 1; /* 显示时完全不透明 */
	}

	.mobile-nav dt a {
		font-size: 18px;
		display: block;
		padding: 10px 0;
		color: #000;
		transition: color 0.3s ease; /* 添加颜色过渡效果 */
	}

	.mobile-nav dt a:hover {
		color: #CC9522; /* 鼠标悬停时变色 */
	}

	.mobile-nav dd a {
		display: block;
		padding: 10px 0 10px 20px;
		font-size: 16px;
		color: #000;
		transition: color 0.3s ease, padding 0.3s ease; /* 添加过渡效果 */
	}

	.mobile-nav dd a:hover {
		color: #CC9522; /* 鼠标悬停时变色 */
		padding-left: 25px; /* 鼠标悬停时向右移动 */
	}

	.home_form {
		flex-direction: column;
	}
	.home_form dl {
		width: 100%;
		margin-bottom: 10px;
	}
	.home_form dl + dl {
		margin-left: 0;
		margin-top: 10px;
	}
	.home_form .w {
		width: 100%;
	}
	.home_form button {
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
		padding: 10px;
	}

	.footer {
		padding: 50px 20px;
		font-size: 14px;
	}
	.footer .row_1 {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.footer .col_1 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		padding-bottom: 0;
	}
	.footer .col_1 dl {
		width: 30%;
		margin-bottom: 10px;
	}
	.footer .col_1 dl + dl {
		padding-left: 0;
		margin-top: 0;
	}
	.footer .col_1 dt {
		font-size: 16px;
	}
	.footer .col_1 dd a + a {
		margin-top: 10px;
	}
	.footer .col_2 {
		font-size: 16px;
		flex-wrap: wrap;
	}
	.footer .col_2 span {
		width: 50px;
		margin-left: 20px;
		margin-top: 10px;
	}
	.footer .col_3 span + span {
		padding-left: 0 !important;
	}

	.footer .row_2 {
		width: 100%;
		text-align: center;
	}
	.footer .row_2 img {
		width: 100%;
		max-width: 300px;
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.footer .row_3 {
		margin: 0 -20px;
		padding: 0 20px;
		font-size: 12px;
	}

	.home_part10 .box {
		background: none;
		height: auto;
		margin-top: 0;
		padding-bottom: 16px; /* 为表单留出足够空间 */
	}
	.home_part10 .txt {
		font-size: 32px;
		display: none;
	}
	.home_part10 .txt span:last-child {
		padding-left: 20px;
	}

	/* 调整表单位置，防止被背景图遮挡 */
	.home_part10 .form {
		bottom: 10px;
		background-color: rgba(255, 255, 255, 0.8); /* 添加半透明背景 */
		padding: 10px;
		border-radius: 8px;
		position: static;
		z-index: 10; /* 确保表单在最上层 */
	}

	/* 调整表单内部元素样式 */
	.home_form {
		padding: 0 10px;
	}
	.home_form dl {
		margin-bottom: 5px;
	}
	.home_form dt {
		width: 130px; /* 固定标签宽度 */
		flex-shrink: 0;
	}
	.home_form input {
		height: 32px;
		font-size: 14px;
	}
	.home_form button {
		margin-top: 10px;
		height: 36px;
		font-size: 16px;
	}

	/* Banner样式移动端适配 */
	.banner {
		height: 300px;
		margin-top: 0;
	}
	.banner_content {
		padding-left: 5%;
	}
	.banner_title {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.banner_subtitle {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.banner_btn {
		padding: 0 30px;
		font-size: 14px;
	}

	/* 面包屑导航移动端适配 */
	.breadcrumb {
		display: none;
		padding: 0;
		font-size: 14px;
	}
	.breadcrumb .home-icon {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	.breadcrumb .separator {
		margin: 0 5px;
	}
	.footer .col_2 .col_2_txt {
		font-size: 14px;
	}
	.bottm_harf{
		display: block;
	}
}

.section {
	padding-top: 220px !important;
	position: relative;
}
#bottom_box {
	position: absolute;
	z-index: 10;
	height: 220px;
	bottom: 0;
	left: 0;
	right: 0;
	/* background: #fff; */
}
#bottom_box .box {
	height: 220px;
}
.publications-author-des, .lectures-author p{
	text-indent: 2em;
}
.bottm_harf{
	display: inline-block;
}
.case-desc {
	height: 48px;
}
@media screen and (max-width: 1024px) {
	.case-desc {
		height: auto;
	}
	.center-pagination{
		justify-content: center !important;
	}
}
@keyframes fadeToDark {
    from {
      opacity: 0.2;
    }
    to {
      opacity: 1;
    }
  }
.case-card {
    transition: background-color 2s;
}
.case-card:hover {
    animation: fadeToDark 1s
  }
  .turnpage{
	margin-top: 10px;
  }
  .turnpage{
	width: 100%;
	white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
  }


  /* .banner {
	position: relative;
	height: 525px;
	overflow: hidden;
	margin-top: 50px;
	display: flex;
  	justify-content:center;
max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
} */

/* 公共的banner */
.banner_bg {
	width: 100%;
	height: 100%;

}

.banner_box {
	width: 1560px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 2;
}

.banner_content {
	margin: 0 auto;
	width: 1560px;
	max-width: 1560px;
}

.banner_title {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 15px;
}

.banner_subtitle {
	font-size: 48px;
	margin-bottom: 25px;
	font-weight: bold;
	opacity: 0.9;
}

.banner_btn {
	display: inline-block;
	background-color: #CC9522;
	color: #fff;
	padding: 12px 64px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
	margin-left: 10px;
}

.banner_btn:hover {
	background-color: #CC9524;
	transform: translateY(-2px);
}
/* 公共的面包屑 */
.breadcrumb {
    display: flex;
    align-items: center;
    padding: 20px 0;
    font-size: 18px;
    padding-top: 30px;
    color: #CC9522;
}

.breadcrumb .home-icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 16px;
}

.breadcrumb .separator {
    margin: 0 8px;
    color: #CC9522;
}

.breadcrumb .current {
    color: #CC9522;
}

.breadcrumb a {
    display: flex;
    align-items: center;
    color: #CC9522;
}

.breadcrumb a:hover {
    opacity: 0.8;
}
/* @media (min-width: 1920px) {
  .banner{
    min-height: 825px;
    height: 825px;
  }
} */