/* 顶部导航栏 */
.header {
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	height: 93px;
	border-bottom: 1px solid #ebebeb;
	z-index: 10000;
}

.header_colour {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 93px;
	background-color: #f1c3a5;
}

.header_colours {
	left: auto;
	right: 0;
	background-color: #ffffff;
}
.store_list h3{
	position: absolute;
	margin-top: 2rem;
	font-size: 20px;
	font-weight: 400;
}

.header_module {
	width: 1200px;
	height: 93px;
	margin: 0 auto;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 10;
}

.header_logo {
	width: 14.01vw;
	/*height: 77px;*/
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header_logo img {
	width: 128px;
	height: 46px;
	margin-right: 42px;
}

.header_nav {
	display: flex;
	align-items: center;
}

.nav_ul {
	display: flex;
	align-items: center;
}

.nav_ul li {
	margin: 0 1.5625rem;
	font-size: 1rem;
	font-weight: bold;
	color: #e7b595;
	position: relative;
	transition: all 0.3s ;
}

.nav_ul li::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	height: 2px;
	background-color: #911312;
	opacity: 0;
	transition: all 0.3s ;
}

.nav_ul li a {
	min-width: 70px;
	height: 77px;
	line-height: 77px;
	display: block;
	text-align: center;
	font-size: inherit;
	color: inherit;
}

.nav_active {
	color: #911312 !important;
	font-weight: bold;
}

.nav_active::before {
	opacity: 1 !important;
}

.nav_ul li:hover {
	color: #911312;
	transition: all 0.3s ;
}

.nav_ul li:hover::before {
	opacity: 1;
	transition: opacity 0.3s ;
}

.header_img {
	max-width: 140px;
	height: 77px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 30px;
}

.header_img>img {
	width: 100%;
	object-fit: cover;
}

/* 内容模块 */
.content_module {
	width: 100%;
	/*background: url(../img/public/backdrop.png) no-repeat;*/
	/*background-size: 100% 51.0625rem;*/
	/*background-position: left bottom;*/
}

.content_box {
	width: 1200px;
	margin: 0 auto;
}

/* 面包屑导航 */
.crumbs_module {
	width: 100%;
	background-color: #fdf5ef;
}

.crumbs_box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.crumbs_nav {
	display: flex;
}

.crumbs_nav::-webkit-scrollbar {
	height: 0;
}

.crumbs_nav a {
	display: inline-block;
	font-size: 1rem;
	color: #e7b595;
	height: 3.75rem;
	line-height: 3.75rem;
	flex-shrink: 0;
	margin-right: 3.125rem;
	position: relative;
	transition: all .3s;
}

.crumbs_active {
	color: #911312 !important;
	font-weight: bold;
}

.crumbs_nav a:hover {
	color: #911312 !important;
	font-weight: bold;
	transition: all .3s;
}

.crumbs_nav a:hover::before {
	opacity: 1;
	transition: all .3s;
}

.crumbs_nav a::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	height: 2px;
	background-color: #911312;
	opacity: 0;
	transition: all .3s;
}

.crumbs_active::before {
	opacity: 1 !important;
	transition: all .3s;
}

.crumbs_ul {
	display: flex;
	align-items: center;
	padding-left: 1.25rem;
	background: url(../img/public/icon_index.png)no-repeat left center;
	flex-shrink: 0;
}

.crumbs_ul li {
	font-size: 0.875rem;
	color: #a0a0a0;
	margin-left: 0.3125rem;
}

.crumbs_ul li a {
	font-size: inherit;
	color: inherit;
	transition: color .3s;
}

.crumbs_ul li a:hover {
	color: #911312;
	transition: color .3s;
}

/* 底部模块 */
.footer {
	width: 100%;
	background: url(../img/public/base_img.png);
}

.footer_module {
	width: 1200px;
	margin: 0 auto;
	padding: 0.625rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 0.875rem;
	color: #333333;
}

.footer_relation {
	display: flex;
}

.footer_relation a {
	padding-left: 1.25rem;
}

.footer_hotLine {
	background: url(../img/public/icon_phone.png)no-repeat;
}

.footer_address {
	background: url(../img/public/icon_address.png)no-repeat;
	margin-left: 1.875rem;
}

.footer_aq {
	width: 100%;
	text-align: left;
	padding-left: 0.9375rem;
}

.base_nav{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	justify-content: space-between;
	z-index: 200;
	background-color: rgba(241, 195, 165, 1);
}

.base_nav>a{
	width: 25%;
	text-align: center;
	height: 2.1875rem;
	line-height: 2.1875rem;
	font-size: 0.875rem;
	color: #fff;
	position: relative;
    text-shadow: 2px 2px 2px #863f04;
}

/* 侧边栏 */
.sidebar_icon {
	display: none;
	width: 1.875rem;
	height: 1.875rem;
	position: absolute;
	top: 50%;
	left: 1.875rem;
	transform: translate(0, -50%);
	z-index: 10;
	cursor: pointer;
}

.sidebar_module {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .75);
	z-index: 1000;
	display: none;
}

.sidebar_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #ffffff;
	transition: width 1s;
}

.sidebar_show {
	width: 70%;
	transition: width 1s;
}

.shut_icon {
	width: 1.5625rem;
	height: 1.5625rem;
	margin: 1.875rem 0 0 1.875rem;
	cursor: pointer;
}

.sidebar_ul {
	margin: 1.875rem 0 1.875rem 1.875rem;
}

.sidebar_ul li {
	margin: 1.25rem 0;
	font-size: 1rem;
}

.sidebar_ul li a {
	padding: 0.625rem 0;
	display: block;
	font-size: inherit;
	color: inherit;
}

.sidebar_active {
	color: #911312;
	border-bottom: 1px solid #911312;
	position: relative;
}

.sidebar_active::before {
	position: absolute;
	top: 50%;
	right: 1.875rem;
	content: '→';
	transform: translate(0%, -50%);
}

.sidebar_img {
	width: 30%;
	display: block;
	margin: 1.875rem 0 0 1.875rem;
}

/* 轮播圆点样式 */
.swiper-pagination {
	display: flex;
	justify-content: flex-end;
}

.swiper-pagination-bullet {
	background-color: #ffffff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #f1c3a5;
}

/* 加载样式 */
.jz_module {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
}

.jz_circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 10px;
	position: relative;
}

.jz_red {
	background-color: red;
	animation: redfirst 1.5s ease-in-out infinite;
}

@keyframes redfirst {
	0% {
		right: 0;
	}

	25% {
		right: -20px;
		width: 25px;
		height: 25px;
		z-index: 1;
	}

	50% {
		right: -40px;
		width: 15px;
		height: 15px;
	}

	75% {
		right: -20px;
	}

	100% {
		right: 0;
	}
}

.jz_blue {
	background-color: skyblue;
	animation: skybluefirst 1.5s ease-in-out infinite;
}

@keyframes skybluefirst {
	0% {
		left: 0;
	}

	25% {
		left: -20px;
	}

	50% {
		left: -40px;
		width: 15px;
		height: 15px;
	}

	75% {
		left: -20px;
		width: 25px;
		height: 25px;
		z-index: 1;
	}

	100% {
		left: 0;
		width: 15px;
		height: 15px;
	}
}

.jz_title {
	text-align: center;
	font-size: 1rem;
	color: #333;
	padding-bottom: 1.25rem;
}

/* 小于1200px执行 */
@media screen and (max-width: 1200px) {

	/* 顶部 */
	.header {
		background-color: #ffffff;
	}

	.header_module {
		width: 60rem;
	}

	.header_colour {
		display: none;
	}

	.header_logo img {
		margin: 0 auto;
	}

	/* 内容模块 */
	.content_box {
		width: 60rem;
	}

	/* 面包屑导航 */
	.crumbs_box {
		width: 60rem;
	}

	/* 底部 */
	.footer_module {
		width: 60rem;
		padding: 1.25rem 0;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer_relation {
		width: 100%;
		justify-content: center;
		margin-top: 0.625rem;
	}

	.footer_aq {
		text-align: center;
		margin: 0;
	}
}

/* 小于992px执行 */
@media screen and (max-width: 992px) {

	/* 顶部 */
	.header_module {
		width: 45rem;
	}

	.header_logo {
		width: 20vw;
		margin: 0 auto;
	}
	.store_list h3{
		position: absolute;
		margin-top: 0rem;
		font-size: 20px;
		font-weight: 400;
	}
	.header_logo img {
		margin: 0 auto;
	}

	.header_nav {
		display: none;
	}

	.sidebar_icon {
		display: block;
	}

	/* 内容模块 */
	.content_module {
		background-size: contain;
	}

	.content_box {
		width: 45rem;
	}

	/* 面包屑导航 */
	.crumbs_box {
		width: 45rem;
	}

	.crumbs_nav {
		width: 70%;
		overflow: hidden;
		overflow-x: scroll;
	}

	/* 底部 */
	.footer_module {
		width: 45rem;
		padding: 1.25rem 0;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer_relation {
		width: 100%;
		justify-content: center;
	}

}

/* 小于765px执行 */
@media screen and (max-width: 765px) {

	/* 顶部 */
	.header {
		height: 3.125rem;
	}

	.header_module {
		width: 96%;
		height: 4.125rem;
	}

	.store_list h3{
		position: absolute;
		margin-top: 0rem;
		font-size: 20px;
		font-weight: 400;
	}
	.header_logo {
		width: 100%;
		height: 4.125rem;
	}

	.header_logo img {
		width: 100%;
		height: auto;
	}

	.sidebar_icon {
		width: 1.5rem;
		height: 1.5rem;
	}

	.shut_icon {
		margin: 1rem 0 0 1.875rem;
	}

	/* 内容模块 */
	.content_box {
		width: 96%;
		padding-top: 1.5rem !important;
	}

	/* 面包屑导航 */
	.crumbs_box {
		width: 96%;
	}

	.crumbs_nav {
		width: 60%;
	}

	.crumbs_nav a {
		font-size: 0.625rem;
		margin-right: 2rem;
	}

	.crumbs_ul li {
		font-size: .625rem;
	}

	/* 标题 */
	.introduce_title {
		line-height: 2rem !important;
		margin-bottom: 1.5rem !important;
	}

	.introduce_En {
		font-size: 1.125rem !important;
	}

	.introduce_Cn {
		font-size: 1.25rem !important;
	}

	/* 底部 */
	.footer{
		padding-bottom: 40px;
	}
	
	.footer_module {
		width: 96%;
		height: auto;
		padding: 0.625rem 0;
		font-size: 0.625rem;
	}

	.footer_copyright {
		width: 100%;
		word-break: break-all;
		word-wrap: break-word;
		white-space: pre-wrap;
	}

	.footer_relation {
		flex-wrap: wrap;
		margin-top: 0;
	}

	.footer_relation a {
		width: 100%;
		margin: 0.625rem 0 0;
		padding: 0.3125rem 0 0 1.875rem;
		background-position: left center;
	}

	.footer_aq {
		text-align: left;
	}
	
	.base_nav{
		display: flex;
	}
}
