* {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#millet-news a{text-decoration: none;}
.service-main-conainer a{text-decoration: none;color: #FFE9CA;}
video{
 outline: none;
}
a,a:hover{
	text-decoration: none;
}
.page-son-content-title a{
	color: #C74837;
	font-size: 24px;
}
html,
body {
	overflow-x: hidden;
}

body {
	min-width: 320px;
	background-color: #ffe9c9;
	background-image: url('../images/page_bg.png');
	font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,'黑体',SimSun,sans-serif;
	
}

/* video.js 样式修改 */
.video-js{
	width: 94%;
	height: 100%;
}
.video-js .vjs-big-play-button{
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	transform: translateY(-50%);
}
.video-js .vjs-big-play-button{
	width: 2em;
	height: 2em;
	line-height: 1.8em;
	border-radius: 50%;
}

/* 头部 */#millet-header .navbar{
	flex-direction: column;
	background-color: #FFD080;
}
#millet-header .navbar .navbar-t{
	display: flex;
	align-items: center;
}
#millet-header .navbar .navbar-t .navbar-brand img{
	height: 65px;
}
#millet-header .navbar-toggler{
	width: 56px;
	height: 44px;
	outline: none;
	transform: scale(0.8);
}
#millet-header .navbar-text::after{
	content: '菜单';
	position: absolute;
	width: 100%;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px;
}
#millet-header .navbar-text-close::after{
	content: '关闭';
	position: absolute;
	width: 100%;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px;
}
#millet-header .navbar-toggler .navbar-toggler-button{
	content: '';
	width: 32px;
	height: 2px;
	background-color: rgba(0,0,0,0.5);
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}
#millet-header .navbar-toggler .navbar-toggler-button::before{
	content: '';
	width: 32px;
	height: 2px;
	background-color: rgba(0,0,0,0.5);
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	transition:all 0.3s;
}
#millet-header .navbar-toggler .navbar-toggler-button::after{
	content: '';
	width: 32px;
	height: 2px;
	background-color: rgba(0,0,0,0.5);
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	transition:all 0.3s;
}
#millet-header .navbar-toggler .visible_nav{
	height: 0px;
}
#millet-header .navbar-toggler .visible_nav::before{
	top: 0px !important;
	left: 0px;
	transform: rotateZ(45deg);
}
#millet-header .navbar-toggler .visible_nav::after{
	top: 0px !important;
	left: 0px;
	transform: rotateZ(-45deg);
}

#millet-header .header-logo {
	background-color: #FFD080;
	position: relative;
	padding: 32px 0px;
}

#millet-header .header-search {
	display: flex;
	align-items: center;
	position: absolute;
	right: 20%;
	transform: translateY(-50%);
}

#millet-header .header-search .input-box {
	width: 190px;
	height: 40px;
	display: flex;
	align-items: center;
	background-color: #FCE9CA;
	border: 3px solid #841127;
	border-radius: 5px;
	margin-left: -2px;
}

#millet-header .header-search .input-box button {
	padding: 0px 5px;
	border: none;
	border-right: 1px solid #E4B063;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}

#millet-header .header-search .input-box input {
	margin-left: 10px;
	width: 100%;
	background-color: transparent;
	color: #DBC29F;
	border: none;
	outline: none;
}

#millet-header .header-search .input-box input::-webkit-input-placeholder {
	color: #DBC29F;
}

#millet-header .header-l-r {
	position: absolute;
	top: 50%-40px;
	transform: translateY(-50%);
	right: 63px;
}

#millet-header .header-l-r .header-l-r-item {
	width: 43px;
	height: 43px;
	float: left;
	margin-right: 5px;
	background-image: url('../images/header_r_logo.png');
	background-repeat: no-repeat;
	background-size: auto 40px;
}

#millet-header .header-l-r .header-l-r-item a {
	display: block;
	width: 100%;
	height: 100%;
}

#millet-header .header-l-r .header-l-r-item:nth-child(1) {
	background-position: top left;
}

#millet-header .header-l-r .header-l-r-item:nth-child(2) {
	background-position: top 0px left -42px;
}

#millet-header .header-l-r .header-l-r-item:nth-child(3) {
	background-position: top 0px left -86px;
}

#millet-header .header-nav {	
	width: 100%;
	
	/* background-color: #FFD080; */
	background-image: url('../images/nav_bg_bg.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	
	position: relative;
	z-index: 999;
}

#millet-header .header-nav .header-nav-t1 {
	width: 100%;
	height: 75px;
	background-image: url('../images/nav_wa.png');
	background-size: auto 100%;
	background-repeat: repeat-x;
	position: relative;
	z-index: 2;
}

#millet-header .header-nav .header-nav-box {
	max-width: 1300px;
	height: 106px;
}

#millet-header .header-nav .header-nav-box>img {
	height: 100%;
}

#millet-header .header-nav .header-nav-box ul {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#millet-header .header-nav .header-nav-box ul li {
	flex: 1;
	position: relative;
	cursor: pointer;
}

#millet-header .header-nav .header-nav-box ul li a {
	display: block;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: transparent;
	color: #A52C17;
	transition: all 0.3s;

	font-size: 180%;
	font-weight: 600;
	font-family: kai,楷体;
}

#millet-header .header-nav .header-nav-box {
	display: flex;
}

#millet-header .header-nav .header-nav-box ul>li:hover>a {
	color: #FFD080;
	background-color: #882C19;
}

#millet-header .header-nav .header-nav-box ul>li.on {
	background-color: #882C19;
}

#millet-header .header-nav .header-nav-box ul>li.on>a {
	color: #FFD080;
}

#millet-header .header-nav .header-nav-box ul li img {
	position: absolute;
	top: 0px;
	height: 100%;
}
#millet-header .header-nav .header-nav-box .nav-box-son .son-item a:hover{
	color: #FFD080;
	background-color: #882C19;
}

#millet-header .header-nav .header-nav-box ul li img:first-child {
	left: 0px;
}

#millet-header .header-nav .header-nav-box ul li img:last-child {
	right: 0px;
}
.nav-item-r{
	position: absolute;
	right: 10px;
	top: 16px;
	z-index: 2;
	transition: all 0.3s;
}
.nav-iten-r-on{
	transform: rotate(180deg);
}

#millet-header .header-nav .header-nav-box .nav-box-son{
	width: 100%;	
	background-color: rgba(255, 208, 128, 1);
	position: absolute;
	margin-top: 30px;
	z-index: 2;
	display: none;
	z-index: 999;
}

#millet-header .header-nav .header-nav-box .son-item {
	width: 100%;
	margin-bottom: 0px;
}

#millet-header .header-nav .header-nav-box .son-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #A52C17;
	font-size: 18px;
	padding: 10px;
	box-sizing: border-box;
}

#millet-header .header-nav .header-nav-t2 {
	width: 12.1vw;
	height: 31px;
	background-image: url('../images/nav_pai.png');
	background-repeat: repeat-x;
	background-position: center center;
	background-size: 27vw 100%;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-top: -9px;

}

#millet-header .header-nav .header-nav-t2-son {
	width: 100%;
	height: 25px;
	background-image: url('../images/nav_pai.png');
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 100%;
	margin-top: -6px;
}

#millet-header .header-nav .header-nav-t5 {
	width: 100%;
	height: 30px;
	background-image: url('../images/nav_t5.png');
	background-repeat: repeat-x;
}

#millet-header .millet-nav-right {
	position: absolute;
	top: 0px;
	right: 40px;
	width: 47px;
	height: 44px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 15px;
}
@media (max-width:993px) {
	#millet-header .navbar .navbar-t .navbar-brand img{
		height: 50px;
	}
	#millet-header .header-nav{
		position: absolute;
		top: 107px;
		background-image: none;
	}
	#millet-header .header-nav .header-nav-box{
		display: none;
		background-color: transparent;
	}
	#millet-header .header-nav .header-nav-box ul li{
		border: 1px solid rgb(255 255 255 / 32%);
		background-color: #FFC35D;
	}
	#millet-header .header-nav .header-nav-box ul li dl{
		margin-bottom: 0px;
	}
	#millet-header .header-nav .header-nav-box ul li>a{
		height: auto;
		font-size: 16px;
		padding: 10px 0px 10px 0px;
	}
	#millet-header .header-nav .header-nav-box .son-item a{
		font-size: 16px;
	}
	#millet-header .header-nav .header-nav-box .nav-box-son{
		position: relative;
		margin-top: 0px;
	}
	.navbar-light .navbar-toggler{
		position: absolute;
		right: 20px;
	}
	#millet-header .header-nav .header-nav-box ul li a:hover{
		background-color: #FFC35D;
		color: #882C19;
	}
	#millet-header .header-nav .header-nav-box ul li a .title-icon{
		width: 20px;
		height: 20px;
		opacity: 0.5;
		position: absolute;
		left: 32%;
	}
}

/* 页面带花标题 */
.common-page-title span {
	font-family: kai,楷体;
	font-size: 30px;
	margin: 0px 8px;
	color: #FFE9C9;
}
@media (max-width:993px) {
	.common-page-title-service img{
		width: 25px;
	}
	.common-page-title-service span{
		font-size: 20px;
	}
	.common-page-title span{
		font-size: 26px;
	}
	.common-page-title img{
		width: 28px;
	}
}
@media (max-width:576px) {
	.service-main-conainer .common-page-title span{
		font-size: 20px;
	}
}

/* 了解更多 */
.common-more {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* 内容 */
.common-content {
	text-indent: 2em;
	letter-spacing: 3px;
	line-height: 30px;
	color: #FFE9C9;
	text-align: justify;
}

.common-more a {
	color: #FFE9C9;
	margin: 0px 5px;
}

.common-more img {
	width: 15px;
}

.common-my-60 {
	margin: 60px 0px;
}
@media(max-width:993px){
	.common-my-60 {
		margin: 30px 0px;
	}
	.common-content{
		margin-top: 15px;
	}
}

/* 页脚 */
#millet-footer {
	position: relative;
}

#millet-footer .millet-footer-t {
	width: 100%;
	height: 33px;
	background-image: url('../images/footer_border.png');
	background-repeat: repeat-x;
	background-size: 35px auto;
	background-position: left bottom;
}

#millet-footer .millet-footer-b {
	background-image: url('../images/footer_bg.png');
	background-color: #8F311E;
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #F7CF8C;
	font-size: 16px;
}

#millet-footer .millet-footer-b a {
	color: #F7CF8C;
	font-size: 16px;
}

#millet-footer .millet-footer-app {
	position: absolute;
	top: 80px;
	right: 60px;
}

#millet-footer .millet-footer-app .millet-footer-appItem {
	width: 50px;
	height: 50px;
	margin-left: 32px;
	background-image: url('../images/footer_r_logo.png');
	background-size: auto 50px;
	background-repeat: no-repeat;
}
#millet-footer .millet-footer-app .millet-footer-appItem .popup{
	display: none;
	opacity: 0;
	background-color: #fff;
	width: 110px;
	height: 110px;
	border-radius: 10px;
	position: absolute;
	bottom: 150%;
	margin-top: 10px;
	text-align: center;
	line-height: 100px;
	transition: 0.3 ease-in;
	box-shadow: 0px 0px 5px #333;
}
#millet-footer .millet-footer-app .millet-footer-appItem .popup::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 15%;
}

#millet-footer .millet-footer-app .millet-footer-appItem a {
	display: block;
	width: 100%;
	height: 100%;
}

#millet-footer .millet-footer-app .millet-footer-appItem:nth-child(1) {
	background-position: top left 0px;
}

#millet-footer .millet-footer-app .millet-footer-appItem:nth-child(2) {

	background-position: top left -79px;
}

#millet-footer .millet-footer-app .millet-footer-appItem:nth-child(3) {
	background-position: top left -156px;
}

#millet-footer .millet-footer-app .millet-footer-appItem:nth-child(4) {
	background-position: top left -235px;
}

#millet-footer .millet-footer-app .millet-footer-appItem:nth-child(5) {
	background-position: top right 0px;
}

/* 轮播图 */
#millet-carousel .swiper-container {
	width: 100%;
	/* height: 1097px; */
}

#millet-carousel .swiper-wrapper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #8F301E;
}

.swiper-pagination-bullet {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #FFD080 !important;
	opacity: 1 !important;
	width: 14px !important;
	height: 14px !important;
}

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

:root {
	--swiper-theme-color: #FFD080 !important;
}

/* 页面标题 */
.page-title {
	color: #fff;
	font-family: kai,楷体;
	font-size: 40px;
	color: #FDEAC9;
	display: flex;
}

.page-title .page-title-l {
	width: 58px;
	height: 70px;
	background-image: url('../images/common/title_l.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 100%;
	position: relative;
	z-index: 2;
}

.page-title-c {
	padding: 0px 40px;
	background-image: url('../images/common/title_c.png');
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
	margin-left: -10px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.page-title .page-title-r {
	width: 58px;
	height: 70px;
	background-image: url('../images/common/title_r.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto 100%;
	position: relative;
	z-index: 2;
	margin-left: -10px;
}

/* 页面子标题 */
.page-son-title {
	display: flex;
	align-items: center;
}

.page-son-title img {
	width: 25px;
}

.page-son-title span {
	color: #B39873;
	font-size: 30px;
	font-family: kai,楷体;
	font-weight: bold;
	display: inline-block;
	border-bottom: 2px solid #B39873;
}

.rotateY {
	transform: rotateY(180deg);
}
@media (max-width:993px) {
	.page-son-title span{
		font-size: 26px;
	}
}


/* 页面子导航 */
.page-son-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 5px;
	padding: 10px;
	box-sizing: border-box;
}

.page-son-nav li {
	height: 30px;
	line-height: 30px;
	border-right: 2px solid #FCDCAF;
	padding: 0px 15px;
}

.page-son-nav li:last-child {
	border: 0px;
}

.page-son-nav li a {
	display: block;
	color: #FCDCAF;
	font-size: 21px;
	padding: 0px 2px;
	text-decoration: none;
	white-space: nowrap;
	font-family: STxihei,黑体;
}

.page-son-nav li a.active {
	background-color: #FEDCAC;
	border-radius: 10px;
}

.page-son-nav li a.active {
	color: #C2413B;
}


/* 首页样式 */
/* 轮播图 */
#millet-carousel .carousel-btn {
	background: url("../images/common/strip.png") repeat-x;
	height: 31px;
}

/* 品牌故事 */
#millet-story .container-fluid .row {
	padding: 0px 70px;
}

#millet-story .story-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#millet-story .story-item.story-item-images {
	width: 42%;
}

#millet-story .story-item.story-item-content {
	width: 57.8%;
}

#millet-story .story-item .story-item-img {
	position: absolute;
	z-index: 2;
	width: 443px;
	height: 275px;
	background-image: url('../images/index_story_img.png');
	background-position: top left;
	background-size: 460px auto;
	background-repeat: no-repeat;
}

#millet-story .story-item.story-item-content .story-item-more {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#millet-story .story-item-more-three {
	position: absolute;
	bottom: -10px;
	right: 90px;
}

#millet-story .story-item.story-item-content .story-item-more a {
	color: #F8D08C;
	font-size: 17px;
	margin: 0px 5px;
}

#millet-story .story-item.story-item-content .story-item-more img {
	height: 20px;
}

#millet-story .story-item.story-item-content .story-item-more img:last-child {
	transform: rotateY(180deg);
}

#millet-story .row:nth-child(2) .story-item .story-item-img {
	background-position: top -299px left 0px;
}

#millet-story .row:nth-child(3) .story-item .story-item-img {
	background-position: top -597px left 0px;
}

#millet-story .row:nth-child(4) .story-item .story-item-img {
	background-position: bottom 40px left -15px;
}

#millet-story .story-item .story-item-text {
	position: absolute;
	z-index: 2;
	color: #F8D08C;
	font-size: 18px;
	padding: 0px 80px;
}

#millet-story .story-item .story-item-text .story-item-text-title {
	font-size: 46px;
	font-family: kai,楷体;
	font-weight: bold;
}

#millet-story .story-item .story-item-text .story-item-text-content {
	letter-spacing: 4px;
	text-indent: 50px;
	line-height: 1.7;
	text-align: justify;
}

#millet-story .story-item .story-item-text p:last-child img {
	cursor: pointer;
}

@media (max-width:1200px) {
	#millet-story .container-fluid .row{
		padding: 0px;
	}
}
@media (max-width:993px) {
	#millet-story .story-item .story-item-text{
		padding: 0 20px;
	}
}

/* 新闻 */
.news-search-box{
	position: absolute;
	right: 0px;
	top: 3.5rem;
	height: 40px;
}
.news-search {
	height: 100%;
	border: 1px solid #FFE9C9;
	border-radius: 30px;
	padding: 0px 10px;
	box-sizing: border-box;
	top: 0px;
	right: 0px;
}

.news-search input {
	width: 150px;
	border: none;
	outline: none;
	background-color: transparent;
	color: #FFE9C9;
	font-size: 18px;
}

.news-search input::-webkit-input-placeholder {
	color: #FFE9C9;
}
.news-search button{
	background-color: transparent;
	border: none;
	outline: none;
}
.news-search button img {
	cursor: pointer;
}
@media (max-width:996px) {
	.news-search-box{
		height: 35px;
		position: relative;
		top: 0px;
		left: 0px;
		margin-bottom: 20px;
	}
	.news-search {
		max-width: 200px;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
	}
}

#millet-news .container-fluid {
	width: 94%;
	background-color: #FFF8ED;
}

#millet-news .container-fluid .millet-news-container {
	width: 100%;
	margin: 0 auto;
	border: 73px solid transparent;
	-moz-border-image: url('../images/news_border.png') 73 round;
	/* Old Firefox */
	-webkit-border-image: url('../images/news_border.png') 73 round;
	/* Safari and Chrome */
	-o-border-image: url('../images/news_border.png') 73 round;
	/* Opera */
	border-image: url('../images/news_border.png') 73 round;

}

#millet-news .container-fluid .millet-news-container .millet-news-numbers {
	color: #C54A31;
	font-size: 32px;
}

#millet-news .container-fluid .millet-news-container .millet-news-numbers span {
	font-size: 48px;
}

#millet-news .container-fluid .millet-news-container .millet-news-numbers span:last-child {
	margin-left: 10px;
}

#millet-news .container-fluid .millet-news-container .millet-news-title {
	width: 100%;
	color: #92816A;
	font-size: 28px;
	letter-spacing: 4px;
	font-family: kai,楷体;
	text-indent: 45px;
}

#millet-news .container-fluid .millet-news-container .millet-new-content {
	color: #92816A;
	font-size: 17px;
	letter-spacing: 3px;
	font-family: hei,黑体;
}

#millet-news .container-fluid .millet-news-container .millet-news-detail {
	color: #B39872;
	font-size: 18px;
}

@media (max-width:993px) {
	#millet-news .container-fluid .millet-news-container .millet-news-numbers{
		font-size: 26px;
	}
}
@media (max-width:576px) {
	#millet-news .container-fluid .millet-news-container .millet-news-numbers{
		font-size: 20px;
	}
}

/* 全产业练 */
#millet-chain {
	background: url('../images/chain_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
}
#millet-chain .millet-chain-icon{
	
}

#millet-chain .millet-chain-b {
	height: 25px;
	background-color: #008971;
	border-bottom: 5px solid #06AD70;
	margin-top: 70px;
}

/* 小米系列 */
#millet-series {
	background-image: -webkit-linear-gradient(270deg, rgba(51, 0, 0, 1.00) 0%, rgba(229, 80, 80, 1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(51, 0, 0, 1.00) 0%, rgba(229, 80, 80, 1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(51, 0, 0, 1.00) 0%, rgba(229, 80, 80, 1.00) 100%);
	background-image: linear-gradient(180deg, rgba(51, 0, 0, 1.00) 0%, rgba(229, 80, 80, 1.00) 100%);
	position: relative;
}

#millet-series .series-main {
	margin-top: 250px;
}

#millet-series .series-tag {
	position: absolute;
	top: 0px;
	width: 160px;
	height: auto;
}

#millet-series .series-tag.series-tag-one {
	left: 32%;
}

#millet-series .series-tag.series-tag-two {
	right: 32%;
}

/* 首页样式结束 */

@media screen and (max-width: 1500px) {

	/* 品牌故事 */
	#millet-story .story-item .story-item-text .story-item-text-title {
		font-size: 32px;
		margin-bottom: 0px;
	}

	#millet-story .story-item .story-item-text .story-item-text-content {
		font-size: 16px;
		display: -webkit-box;
		overflow: hidden;
	}
	#millet-story .story-item.story-item-content .story-item-more a{
		font-size: 16px;
	}

	#millet-story .story-item-more-three {
		bottom: -10px;
	}

	#millet-story .story-item .story-item-img {
		transform: scale(0.8);
	}

}

@media (max-width: 1200px) {

	/* 页面子导航 */
	.page-son-nav-box .page-title .page-title-l,
	.page-son-nav-box .page-title .page-title-r {
		display: none !important;
	}

	.page-son-nav-box .page-title .page-title-c {
		background-color: #C2453D;
		border: 5px solid #D39775;
		background-image: none;
	}

	.page-son-nav-box .page-son-nav {
		justify-content: center;
	}

	.page-son-nav-box .page-title .page-title-c .page-son-nav li {
		margin-top: 5px;
	}

	.page-son-nav-box .page-title .page-title-c .page-son-nav li a {
		font-size: 20px;
	}
	
	.page-title .page-title-c{
		padding: 0px 25px;
	}
}
@media (max-width:993px) {
	.page-son-nav-box .page-title .page-title-c .page-son-nav li{
		border:0px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1500px;
	}

	/* 新闻 */
	#millet-news .millet-news-img {
		width: 450px;
	}

	#millet-news .millet-news-numbers {
		font-size: 32px;
	}

	#millet-news .container-fluid .millet-news-container .millet-news-title {
		font-size: 22px;
	}

	#millet-news .container-fluid .millet-news-container .millet-new-content {
		font-size: 18px;
	}

	#millet-news .container-fluid .millet-news-container .millet-news-detail {
		font-size: 18px;
	}

	/* 品牌故事 */
	#millet-story .story-item .story-item-text .story-item-text-title {
		font-size: 28px;
	}

	#millet-story .story-item .story-item-text {
		padding: 0px 30px;
	}

	#millet-story .story-item .story-item-text .story-item-text-content {
		letter-spacing: 4px;
		text-indent: 46px;
		font-size: 14px;
	}

	#millet-story .story-item .story-item-img {
		transform: scale(0.7);
	}

	#millet-story .story-item .story-item-text p:nth-child(2) {
		text-indent: 40px;
		font-size: 18px;
	}

	#millet-story .story-item.story-item-content .story-item-more img {
		height: 15px;
	}
}

@media (max-width: 993px) {

	/* 产品 */
	#millet-part .millet-part-icon {
		width: 80%;
	}
	#millet-part .container .container-fluid .row>div a img:last-child{
		width: 85%;
	}

	/* 品牌故事 */
	#millet-story .millet-story-icon {
		width: 600px;
	}

	#millet-story .millet-story-title {
		width: 350px;
	}

	#millet-story .story-item .story-item-text .story-item-text-title {
		font-size: 22px;
	}

	#millet-story .story-item .story-item-text .story-item-text-content {
		font-size: 14px;
	}
	#millet-story .story-item.story-item-content .story-item-more a{
		font-size: 14px;
	}
	#millet-story .story-item-more-three {
		bottom: -10px;
		right: 80px;
	}

	#millet-story .story-item .story-item-img {
		transform: scale(0.5);
	}

	/* 新闻 */
	#millet-news .millet-news-icon,#millet-chain .millet-chain-icon {
		width: 500px;
	}

	#millet-news .millet-news-title {
		width: 280px;
	}
	#millet-chain .millet-chain-title{
		width: 340px;
	}

	#millet-news .millet-news-img {
	max-width: 100%;
	}

	#millet-news .millet-news-numbers {
		font-size: 40px;
	}

	#millet-news .container-fluid .millet-news-container .millet-news-title {
		font-size: 18px;
	}

	#millet-news .container-fluid .millet-news-container .millet-new-content {
		font-size: 14px;
	}

	#millet-news .container-fluid .millet-news-container .millet-news-detail {
		font-size: 14px;
	}

	/* 全产业链 */
	#millet-chain .millet-chain-b {
		margin-top: 100px;
	}

	/* 小米系列 */
	#millet-series .series-tag {
		width: 125px;
	}

	#millet-series .series-tag.series-tag-one {

		left: 20%;
	}

	#millet-series .series-tag.series-tag-two {
		right: 20%;
	}

	/* 页脚 */
	#millet-footer .millet-footer-b a {
		font-size: 18px;
	}

	#millet-footer p {
		text-align: center;
		font-size: 18px;
		white-space: normal !important;
	}

	#millet-footer .footer-logo {
		width: 140px;
	}
}

@media(max-width: 769px) {

	/* 品牌故事 */
	#millet-story .container-fluid .row {
		padding: 0px 10px;
	}

	#millet-story .story-item.story-item-images {
		width: 100%;
	}

	#millet-story .story-item.story-item-content {
		width: 100%;
		min-height: 160px;
		background-image: url(../images/llustration/item_bg.jpg);
		background-size: 35px auto;
		border: 3px solid #fece86;
		position: relative;
	}
	#millet-story .story-item.story-item-content::before{
		content: '';
		position: absolute;
		display: block;
		top: 0px;
		left: 0px;
		width: 20px;
		height: 20px;
		background-image: url(../images/llustration/item_icon.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	#millet-story .story-item.story-item-content::after{
		content: '';
		position: absolute;
		display: block;
		bottom: 0px;
		right: 0px;
		width: 20px;
		height: 20px;
		background-image: url(../images/llustration/item_icon.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	#millet-story .story-item .story-item-text{
		padding:0px 20px;
		position: relative;
	}

	#millet-story .story-item .story-item-text .story-item-text-title {
		font-size: 30px;
	}
	#millet-story .story-item.story-item-content .story-item-more{
		position: static;
		margin-bottom: 10px !important;
	}
	#millet-story .story-item.story-item-content .story-item-more a {
		font-size: 16px;
	}

	#millet-story .story-item .story-item-text .story-item-text-content {
		font-size: 16px;
		display: block;
	}

	#millet-story .story-item .story-item-img {
		transform: scale(1);
	}

	#millet-story .millet-story-icon {
		width: 600px;
	}

	/* 页脚 */
	#millet-footer .millet-footer-b a {
		font-size: 16px;
	}

	#millet-footer p {
		text-align: center;
		font-size: 16px;
		white-space: normal !important;
	}

	#millet-footer .footer-logo {
		width: 130px;
	}
}

@media screen and (max-width: 576px) {
	.page-title {
		font-size: 26px;
		padding: 5px 45px;
	}
	.page-title .page-title-l{
		width: 46px;
		height: 56px;
	}
	.page-title .page-title-r{
		width: 46px;
		height: 56px;
	}

	.page-son-nav-box .page-title .page-title-c .page-son-nav li:nth-child(even) {
		border: none;
	}

	/* 头部 */
	#millet-header .millet-header-logo {
		width: 230px;
	}

	/* 轮播 */
	#millet-carousel .swiper-wrapper .swiper-slide a {
		line-height: 240px;
		height: 240px;
		overflow: hidden;
	}

	#millet-carousel .swiper-wrapper .swiper-slide a img {
		transform: scale(1.4);
	}

	/* 品牌故事 */
	#millet-story .story-item .story-item-text .story-item-text-content {
		font-size: 14px;
	}

	#millet-story .story-item-more-three {
		bottom: -20px;
		right: 50px;
	}

	#millet-story .story-item.story-item-content .story-item-more a {
		font-size: 14px;
	}

	#millet-story .story-item .story-item-img {
		transform: scale(0.6);
	}

	#millet-story .container-fluid .row {
		padding: 0px 10px;
	}

	#millet-story .story-item.story-item-images {
		width: 100%;
	}

	#millet-story .story-item.story-item-content {
		width: 100%;
	}

	#millet-story .story-item .story-item-text .story-item-text-title {
		font-size: 20px;
	}

	#millet-story .story-item .story-item-text {
		white-space: normal;
		font-size: 12px;
	}

	#millet-story .story-item .story-item-text p {
		margin-bottom: 0px !important;
		font-size: 12px;
	}

	#millet-story .story-item .story-item-text p:nth-child(2) {
		text-indent: 32px;
	}

	#millet-story .millet-story-icon {
		width: 300px;
	}

	#millet-story .millet-story-title {
		width: 200px;
	}

	/* 新闻 */
	#millet-news .millet-news-icon,#millet-chain .millet-chain-icon {
		width: 300px;
	}

	#millet-news .millet-news-title {
		width: 200px;
	}
	#millet-chain .millet-chain-title{
		width: 250px;
	}

	#millet-news .container-fluid .millet-news-container {
		border: none;
	}

	#millet-news .millet-news-img {
		margin-top: 15px;
	}

	#millet-news .millet-news-numbers {
		font-size: 24px;
		text-align: center;
	}

	#millet-news .container-fluid .millet-news-container .millet-news-numbers span:first-child {
		font-size: 24px;
	}

	#millet-news .container-fluid .millet-news-container .millet-news-numbers span:last-child {
		font-size: 36px;
	}

	#millet-news .container-fluid .millet-news-container .millet-news-title {
		width: 100%;
		white-space: normal;
		font-size: 18px;
	}

	/* 全产业链 */
	#millet-chain .millet-chain-code {
		width: 230px;
	}

	#millet-chain .millet-chain-b {
		margin-top: 35px;
	}

	/* 小米系列 */
	#millet-series .series-tag {
		width: 80px;
	}

	#millet-series .series-main {
		width: 75%;
		margin-top: 160px;
	}

	/* 页脚 */
	#millet-footer .footer-logo {
		width: 100px;
		margin: 5px 0px;
	}

	#millet-footer p {
		margin-bottom: 5px;
		font-size: 14px;
	}

	#millet-footer .millet-footer-b a {
		font-size: 14px;
	}
}



















/* 页面样式 */
/* 产品篇 */
#brand-product .brand-carousel {
	position: relative;
	z-index: 1;
}

#brand-product .brand-carousel .swiper-container {
	width: 99%;
}

#brand-millet .title-img img {
	width: 150px;
}

#brand-millet .brand-millet-shop {
	border: 40px solid transparent;
	border-image: url('../images/brand/border_bg.png') 49 round;
	-webkit-border-image: url('../images/brand/border_bg.png') 49 round;
	-o-image: url('../images/brand/border_bg.png') 49 round;
}

#brand-millet .brand-millet-shop .shop-title {
	font-family: kai,楷体;
	color: #B39873;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

#brand-millet .brand-millet-shop .shop-title span {
	font-size: 30px;
	border-bottom: 1px solid #B39873;
}

#brand-millet .brand-millet-shop .shop-item-title {
	width: 100%;
	text-align: center;
	color: #C0433B;
	border: 5px solid #C7B39A;
	border-radius: 0px 0px 20px 0px;
	border-top-width: 15px;
	margin-top: -10px;

}

#brand-millet .brand-millet-shop .shop-item-title img {
	width: 30px;
}

#brand-millet .brand-millet-shop .shop-box-more a {
	color: #B39873;
	cursor: pointer;
}
@media (max-width:993px) {
	#brand-millet .brand-millet-shop .shop-title span{
		font-size: 26px;
	}
}


/* 插画篇 */
#video-box .video-title span {
	display: inline-block;
	font-size: 26px;
	max-width: 20px;
	color: #F7CF89;
	font-family: kai,楷体;
	margin-left: -6px;
}

#video-box .video-item-l {
	width: 100%;
	background-image: url('../images/llustration/video_item_l_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 10px;
	box-sizing: border-box;
}

#video-box .video-item-l .row,
#video-box .video-item-r .row {
	width: 100%;
	margin: 0px;
}

#video-box .video-item-r {
	width: 100%;
	background-image: url('../images/llustration/video_item_r_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 10px;
	box-sizing: border-box;
}

#video-box .video-item-main{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0px 5px;
	display: flex;
	justify-content: center;
}

#video-box .video-item-main video {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#llustrantion-story {
	max-width: 1140px;
}

#llustrantion-story .sotry-main {
	background-image: url('../images/llustration/border_bg.png');
	background-repeat: no-repeat;
	background-position: center top 305px;
	background-size: 600px auto;
}

#llustrantion-story .sotry-main .story-title {
	display: flex;
	align-items: center;

}

#llustrantion-story .sotry-main .story-title-container {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #A81424;
	padding-bottom: 3px;
}

#llustrantion-story .sotry-main .story-title .story-title-container span {
	color: #A81424;
	font-family: kai,楷体;
	font-size: 40px;
	font-weight: bold;
	margin: 0px 5px;

}

#llustrantion-story .sotry-main .story-title .story-title-container img {
	width: 28px;
}

#llustrantion-story .sotry-main .sotry-title-son {}

#llustrantion-story .sotry-main .sotry-title-son img {
	width: 30px;
}
#llustrantion-story .sotry-main .row .sotry-img{
	height: auto;
}#llustrantion-story .sotry-main .row:nth-child(1) .sotry-img {
	width: 90%;
}
#llustrantion-story .sotry-main .row:nth-child(2) .sotry-img {
	width: 95%;
}
#llustrantion-story .sotry-main .row:nth-child(6) .sotry-img{
	width: 72%;
}
#llustrantion-story .sotry-main .row:nth-child(7) .sotry-img{
	width: 94%;
}
#llustrantion-story .sotry-main .row:nth-child(10) .sotry-img{
	width: 83%;
}
#llustrantion-story .sotry-main .row:nth-child(11) .sotry-img{
	width: 93%;
}
#llustrantion-story .sotry-main .row:nth-child(12) .sotry-img{
	width: 93%;
}
#llustrantion-story .sotry-main .row:nth-child(13) .sotry-img{
	width: 93%;
}
#llustrantion-story .sotry-main .row:nth-child(15) .sotry-img{
	width: 93%;
}
#llustrantion-story .sotry-main .row:nth-child(16) .sotry-img{
	width: 71%;
}
#llustrantion-story .sotry-main .sotry-title-son .sotry-title-son-text {
	background-color: #8E321D;
	color: #F7CF8C;
	padding: 2px 10px;
	font-family: kai,楷体;
	font-size: 30px;
	margin: 0px 8px;
}

#llustrantion-story .sotry-main .sotry-item-content {
	padding: 10px;
	color: #F7CF8C;
	box-sizing: border-box;
	background-color: #8D311C;
	background-image: url('../images/llustration/item_bg.jpg');
	background-size: 35px auto;
	border: 3px solid #fece86;
	width: 75%;
	text-indent: 2em;
	line-height: 25px;
	letter-spacing: 2px;
	font-size: 18px;
	position: relative;
	text-align: justify;
}
#llustrantion-story .sotry-main .sotry-item-content::after,#llustrantion-story .sotry-main .sotry-item-content::before{
	content: '';
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background-image: url('../images/llustration/item_icon.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#llustrantion-story .sotry-main .sotry-item-content::before{
	top: 0px;
	left: 0px;
	transform: rotate(180deg);
}
@media (max-width:993px) {
	#video-box .row{
		width: 100% !important;
	}
	#llustrantion-story .sotry-main .row>div{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#llustrantion-story .sotry-main .sotry-img,#llustrantion-story .sotry-main .sotry-item-content{
		width: 100%;
	}
	#llustrantion-story .sotry-main .sotry-img{
		width: 100%;
	}
	#llustrantion-story .sotry-main .row>div{
		margin-top: 0px !important;
	}
}
@media (max-width:769px) {
	#llustrantion-story .sotry-main{
		background-image:none;
	}
	#llustrantion-story .sotry-main .sotry-title-son .sotry-title-son-text{
		font-size: 22px;
	}
	#llustrantion-story .sotry-main .story-title .story-title-container span{
		font-size: 30px;
	}
}



/* 滋补篇 */
#product-box .product-item {
	border: 10px solid transparent;
	border-image: url('../images/nourish/border_bg.png') 15 round;
}

#product-box .product-item-title .product-title span {
	display: inline-block;
	font-size: 20px;
	max-width: 20px;
	color: #C2423B;
	font-family: kai,楷体;
	font-weight: bold;
}

#product-box .product-item .product-item-more a {
	display: inline-block;
	position: absolute;
	right: 25px;
	bottom: 0px;
	font-size: 12px;
	color: #B59667;
}
@media (max-width:993px) {
	#product-box .product-item-title .product-title img{
		width: 24px;
	}
	#product-box .product-item-title .product-title span{
		font-size: 18px;
	}
}


/* 新闻篇 */
.news-main {
	padding: 0px 15px 15px 0px;
	box-sizing: border-box;
	background-color: #8F311E;
}

.news-main-container {
	border: 30px solid transparent;
	border-image: url('../images/services/border_bg.png') 60 round;
	color: #FFE9C9;
}
@media (max-width:993px) {
	.news-main-container .row .w-75{
		width: 100% !important;
	}
	.news-main-container .row{
		margin-right: -30px;
	}
}


/* 全产业链 */
.whole-main {
	background-color: #90311F;
	padding-right: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.whole-main-conainer {
	color: #FFE9CA;
	border: 40px solid transparent;
	border-image: url('../images/services/border_bg.png') 80 round;
}

.whole-more {
	border: 1px dashed #F7CC7E;
	border-radius: 30px;
	padding: 2px 10px;
	position: relative;
	left: 45%;
}

.whole-more a {
	color: #FFE9CA;
}
@media (max-width:993px) {
	.whole-main{
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.whole-main-conainer .row .w-75{
		width: 100% !important;
	}
	.whole-mor{
		left: 45%;
	}
}

/*  */
.page-son-main {
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px;
}

.page-son-main-conainer {
	color: #000;
	font-family: STxihei,黑体;
	font-size: 14px;
	border: 50px solid transparent;
	border-image: url('../images/news_border.png') 73 round;
}

.page-son-template img {
	max-width: auto !important;
}

.page-son-content li .row>div:first-child a{
	display: inline-block;
	max-width: 400px;
	max-height: 240px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-son-content .page-son-content-number {
	font-size: 18px;
	color: #7b7b7b;
	text-align: right;
}

.page-son-content .page-son-content-title,.page-son-content .page-son-content-title a{
	font-size: 24px;
	color: #C74837;
}

.page-son-content .page-son-content-text {
	line-height: 25px;
	letter-spacing: 3px;
	text-align: justify;
	letter-spacing: 3px;
}

.page-son-content .page-son-content-more a {
	color: #90816C;
}

.page-son-content li {
	border-bottom: 1px solid #C8B29D;
}

.page-son-content li:last-child {
	border: 0px;
}


/* 关于沁州 */
.about-hous-t {
	position: relative;
	z-index: 2;
}

.about-content .about-content-main {
	background-color: #90311F;
	border: 45px solid transparent;
	border-image: url('../images/about/border_bg.png') 78 round;
	color: #FEDCAC;
	margin: 0 auto;
	margin-top: -60px;
	position: relative;
	z-index: 1;
}

.about-content .about-image-text .about-image {
	display: inline-block;
	float: left;
}
@media (max-width:993px) {
	.about-content .about-content-main{
		margin-top: 0px;
	}
	.about-content .about-content-main img{
	    max-width: 100%;
	}
}
@media (max-width:576px) {
	#qyjj,#qywh{
		display: none;
	}
}



/* 服务中心 */
.service-main {
	background-color: #90311F;
	padding-right: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.service-main-conainer {
	color: #FFE9CA;
	border: 40px solid transparent;
	border-image: url('../images/services/border_bg.png') 74 round;
}

.service-main .service-main-title span {
	font-size: 30px;
	font-family: kai,楷体;
	margin: 0px 10px;
}

.service-main .service-main-conainer .service-shop {
	display: flex;
}

.service-main .service-main-conainer .service-shop-item {
	width: 50px;
	height: 50px;
	margin-left: 32px;
	background-image: url('../images/footer_r_logo.png');
	background-size: auto 50px;
	background-repeat: no-repeat;
	background-position: top right 0px;
}

.service-main .service-main-conainer .service-shop-item:last-child {
	background-position: top left -235px;
}

.service-main .service-main-conainer .service-shop-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.service-main .service-main-conainer .service-doubt {
	width: 200px;
	height: 50px;
	border: 1px solid #FFE9C9;
	border-radius: 50px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
}

.service-main .service-main-conainer .service-doubt img {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.service-more span {
	border: 1px dashed #FFE9CA;
	padding: 2px 10px;
	border-radius: 20px;
	cursor: pointer;
	margin-right: 100px;
}
@media (max-width:576px) {
	.service-main .service-main-conainer .service-shop-item{
		width: 80px;
		height: 80px;
		background-size: 715%;
		margin: 0px 16px;
	}
	.service-main .service-main-conainer .service-shop-item:last-child{
		background-position: top left -370px;
	}
	#serviceShop,#serviceSelect,#serviceContact{
		display: none;
	}
}

/* 疫情捐赠 */
#donation .donation-video-title {
	background-color: #882B19;
	color: #FDE9C9;
	font-size: 18px;
	padding: 12px 0px;
	position: relative;
}

#donation .donation-video-title span {
	margin: 0 auto;
}

#donation .donation-video-title img:first-child {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

#donation .donation-video-title img:last-child {
	position: absolute;
	right: 5px;
	top: 5px;
}

#donation .donation-news .donation-news-main {
	background-color: #882B19;
	color: #FDE9C9;
	border: 30px solid transparent;
	border-image: url('../images/about/border_bg.png') 60 round;
}

#donation .donation-news .donation-news-main ul li {
	border-bottom: 1px solid #EAC8AA;
	padding: 13px 0px;
	letter-spacing: 3px;
}
#donation .donation-news .donation-news-main ul li div:nth-child(2){
	text-align: right;
}

#donation .donation-news .donation-news-main ul li a {
	color: #FDE9C9;
}

#donation .donation-hover-box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(136, 43, 25, 0.5);
	display: none;
	padding: 15px 0px 0px 15px;
}

#donation .container .donation-recipes {
	cursor: pointer;
}

#donation .donation-hover-box .donation-hover-main {
	width: 100%;
	height: 100%;
	border: 40px solid transparent;
	border-image: url('../images/donation/border_bg.png') 90 stretch;
	
}
#donation .donation-hover-box .donation-hover-main a{
	display: block;
	width: 100%;
	height: 100%;
	color: #F7D08B;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

#donation .banner-box {
	background-image: url('../images/donation/banner_bg.jpg');
	background-repeat: repeat-y;
}

#donation .banner-box img {
	max-width: 1145px;
}

#donation .donation-festival-img {
	background-color: #BB2224;
}

#donation .donation-festival-img img {
	max-width: 1145px;
}
#donation .container .video-box{
	max-width: 532px;
	height: 293px;
	background-color: #000000;
}
#donation .container .video-box video{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}


@media (min-width: 1200px) {
	.about-content .about-content-main {
		width: 1140px;
	}
}
@media (max-width:993px) {
	#donation .video-main{
		width: 100% !important;
	}
	#donation .banner-box img,#donation .donation-festival-img img{
		width: 100%;
	}
	#donation .donation-news .donation-news-main ul li{
		display: flex;
		flex-direction: column;
	}
	#donation .donation-news-main{
		width: 100% !important;
	}
	#donation .donation-bottom-img img{
		width: 100% !important;
	}
	
	.news-main .news-main-container .common-more{
		bottom: -25px !important;
	}
}
@media(max-width:576px) {
	#llustrantion-story {
		width: auto;
	}
}


/* 子页面导航 */
.page-menu-box{
	display: flex;
	max-width: 100%;
	height: 70px;
	margin: 0 auto;
}
#swiperNav {
	flex: 1;
	background-image: url(../images/common/title_c.png);
	background-repeat: repeat-x;
	background-size: 100% 100%; 
}
#swiperNav .swiper-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
}
#swiperNav .swiper-slide{
	width: auto;
	height: 30px;
	border-right: 2px solid #FCDCAF;
	padding: 0px 15px;
}
#swiperNav .swiper-slide:last-child{
	border: 0px;
}
#swiperNav .swiper-slide a{
	display: block;
	color: #FCDCAF;
	font-size: 21px;
	padding: 0px 2px;
	text-decoration: none;
	white-space: nowrap;
	font-family: STxihei,黑体;
}
#swiperNav .swiper-slide.active a{
	color: #C2413B;
	background-color: #FEDCAC;
	border-radius: 10px;
}
#swiperNav .swiper-slide.on a{
	color: #C2413B;
	background-color: #FEDCAC;
	border-radius: 10px;
}
.page-menu-l{
	width: 58px;
	height: 70px;
	background-image: url(../images/common/title_l.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 100%;
	position: relative;
	z-index: 2;
	left: 10px;
}
.page-menu-r{
	width: 58px;
	height: 70px;
	background-image: url(../images/common/title_r.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 100%;
	position: relative;
	z-index: 2;
	right: 10px;
}
@media (max-width:993px) {
	#swiperNav .swiper-slide a{
		font-size: 18px;
	}
	.page-menu-l{
		left: 20px;
	}
	.page-menu-l,.page-menu-r{
		height: 60px;
	}
	
	#swiperNav{
		border-radius: 5px;
		overflow: hidden;
	}
}
@media (max-width:576px) {
	#swiperNav .swiper-wrapper{
		justify-content: flex-start;
	}
}

